Eula¶
-
class
oci.marketplace.models.
Eula
(**kwargs)¶ Bases:
object
A base object for all types of end user license agreements.
Attributes
EULA_TYPE_TEXT
A constant which can be used with the eula_type property of a Eula. eula_type
[Required] Gets the eula_type of this Eula. Methods
__init__
(**kwargs)Initializes a new Eula object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
EULA_TYPE_TEXT
= 'TEXT'¶ A constant which can be used with the eula_type property of a Eula. This constant has a value of “TEXT”
-
__init__
(**kwargs)¶ Initializes a new Eula object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:
The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: eula_type (str) – The value to assign to the eula_type property of this Eula. Allowed values for this property are: “TEXT”
-
eula_type
¶ [Required] Gets the eula_type of this Eula. The end user license agreement’s type.
Allowed values for this property are: “TEXT”
Returns: The eula_type of this Eula. Return type: str
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-