UpdateAutonomousVmClusterDetails¶
-
class
oci.database.models.
UpdateAutonomousVmClusterDetails
(**kwargs)¶ Bases:
object
Details for updating the Autonomous VM cluster.
Attributes
LICENSE_MODEL_BRING_YOUR_OWN_LICENSE
A constant which can be used with the license_model property of a UpdateAutonomousVmClusterDetails. LICENSE_MODEL_LICENSE_INCLUDED
A constant which can be used with the license_model property of a UpdateAutonomousVmClusterDetails. defined_tags
Gets the defined_tags of this UpdateAutonomousVmClusterDetails. freeform_tags
Gets the freeform_tags of this UpdateAutonomousVmClusterDetails. license_model
Gets the license_model of this UpdateAutonomousVmClusterDetails. Methods
__init__
(**kwargs)Initializes a new UpdateAutonomousVmClusterDetails object with values from keyword arguments. -
LICENSE_MODEL_BRING_YOUR_OWN_LICENSE
= 'BRING_YOUR_OWN_LICENSE'¶ A constant which can be used with the license_model property of a UpdateAutonomousVmClusterDetails. This constant has a value of “BRING_YOUR_OWN_LICENSE”
-
LICENSE_MODEL_LICENSE_INCLUDED
= 'LICENSE_INCLUDED'¶ A constant which can be used with the license_model property of a UpdateAutonomousVmClusterDetails. This constant has a value of “LICENSE_INCLUDED”
-
__init__
(**kwargs)¶ Initializes a new UpdateAutonomousVmClusterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - license_model (str) – The value to assign to the license_model property of this UpdateAutonomousVmClusterDetails. Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateAutonomousVmClusterDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateAutonomousVmClusterDetails.
Gets the defined_tags of this UpdateAutonomousVmClusterDetails. Defined tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags.
Returns: The defined_tags of this UpdateAutonomousVmClusterDetails. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this UpdateAutonomousVmClusterDetails. Free-form tags for this resource. Each tag is a simple key-value pair with no predefined name, type, or namespace. For more information, see Resource Tags.
Example: {“Department”: “Finance”}
Returns: The freeform_tags of this UpdateAutonomousVmClusterDetails. Return type: dict(str, str)
-
license_model
¶ Gets the license_model of this UpdateAutonomousVmClusterDetails. The Oracle license model that applies to the Autonomous VM cluster. The default is BRING_YOUR_OWN_LICENSE.
Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
Returns: The license_model of this UpdateAutonomousVmClusterDetails. Return type: str
-