UpdateInstanceLicensingConfig¶
-
class
oci.core.models.
UpdateInstanceLicensingConfig
(**kwargs)¶ Bases:
object
The target license config to be updated on the instance.
Attributes
LICENSE_TYPE_BRING_YOUR_OWN_LICENSE
A constant which can be used with the license_type property of a UpdateInstanceLicensingConfig. LICENSE_TYPE_OCI_PROVIDED
A constant which can be used with the license_type property of a UpdateInstanceLicensingConfig. TYPE_WINDOWS
A constant which can be used with the type property of a UpdateInstanceLicensingConfig. license_type
Gets the license_type of this UpdateInstanceLicensingConfig. type
[Required] Gets the type of this UpdateInstanceLicensingConfig. Methods
__init__
(**kwargs)Initializes a new UpdateInstanceLicensingConfig 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. -
LICENSE_TYPE_BRING_YOUR_OWN_LICENSE
= 'BRING_YOUR_OWN_LICENSE'¶ A constant which can be used with the license_type property of a UpdateInstanceLicensingConfig. This constant has a value of “BRING_YOUR_OWN_LICENSE”
-
LICENSE_TYPE_OCI_PROVIDED
= 'OCI_PROVIDED'¶ A constant which can be used with the license_type property of a UpdateInstanceLicensingConfig. This constant has a value of “OCI_PROVIDED”
-
TYPE_WINDOWS
= 'WINDOWS'¶ A constant which can be used with the type property of a UpdateInstanceLicensingConfig. This constant has a value of “WINDOWS”
-
__init__
(**kwargs)¶ Initializes a new UpdateInstanceLicensingConfig 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: - type (str) – The value to assign to the type property of this UpdateInstanceLicensingConfig. Allowed values for this property are: “WINDOWS”
- license_type (str) – The value to assign to the license_type property of this UpdateInstanceLicensingConfig. Allowed values for this property are: “OCI_PROVIDED”, “BRING_YOUR_OWN_LICENSE”
-
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.
-
license_type
¶ Gets the license_type of this UpdateInstanceLicensingConfig. License Type for the OS license. * OCI_PROVIDED - OCI provided license (e.g. metered $/OCPU-hour). * BRING_YOUR_OWN_LICENSE - Bring your own license.
Allowed values for this property are: “OCI_PROVIDED”, “BRING_YOUR_OWN_LICENSE”
Returns: The license_type of this UpdateInstanceLicensingConfig. Return type: str
-
type
¶ [Required] Gets the type of this UpdateInstanceLicensingConfig. Operating system type of the configuration.
Allowed values for this property are: “WINDOWS”
Returns: The type of this UpdateInstanceLicensingConfig. Return type: str
-