LaunchInstanceWindowsLicensingConfig¶
-
class
oci.core.models.
LaunchInstanceWindowsLicensingConfig
(**kwargs)¶ Bases:
oci.core.models.launch_instance_licensing_config.LaunchInstanceLicensingConfig
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 LaunchInstanceLicensingConfig. type
[Required] Gets the type of this LaunchInstanceLicensingConfig. Methods
__init__
(**kwargs)Initializes a new LaunchInstanceWindowsLicensingConfig 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 LaunchInstanceWindowsLicensingConfig 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 LaunchInstanceWindowsLicensingConfig. Allowed values for this property are: “WINDOWS”
- license_type (str) – The value to assign to the license_type property of this LaunchInstanceWindowsLicensingConfig. 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 LaunchInstanceLicensingConfig. 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”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The license_type of this LaunchInstanceLicensingConfig. Return type: str
-
type
¶ [Required] Gets the type of this LaunchInstanceLicensingConfig. Operating System type of the Configuration.
Allowed values for this property are: “WINDOWS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The type of this LaunchInstanceLicensingConfig. Return type: str
-