UpdateInstanceWindowsLicensingConfig¶
-
class
oci.core.models.
UpdateInstanceWindowsLicensingConfig
(**kwargs)¶ Bases:
oci.core.models.update_instance_licensing_config.UpdateInstanceLicensingConfig
The default windows licensing config.
Attributes
LICENSE_TYPE_BRING_YOUR_OWN_LICENSE
str(object=’’) -> str LICENSE_TYPE_OCI_PROVIDED
str(object=’’) -> str TYPE_WINDOWS
str(object=’’) -> str license_type
Gets the license_type of this UpdateInstanceLicensingConfig. type
[Required] Gets the type of this UpdateInstanceLicensingConfig. Methods
__init__
(**kwargs)Initializes a new UpdateInstanceWindowsLicensingConfig 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'¶
-
LICENSE_TYPE_OCI_PROVIDED
= 'OCI_PROVIDED'¶
-
TYPE_WINDOWS
= 'WINDOWS'¶
-
__init__
(**kwargs)¶ Initializes a new UpdateInstanceWindowsLicensingConfig object with values from keyword arguments. The default value of the
type
attribute of this class isWINDOWS
and it should not be changed. 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 UpdateInstanceWindowsLicensingConfig. Allowed values for this property are: “WINDOWS”
- license_type (str) – The value to assign to the license_type property of this UpdateInstanceWindowsLicensingConfig. 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
-