UpdateCloudAutonomousVmClusterDetails¶
-
class
oci.database.models.
UpdateCloudAutonomousVmClusterDetails
(**kwargs)¶ Bases:
object
Details for updating the cloud Autonomous VM cluster.
Attributes
LICENSE_MODEL_BRING_YOUR_OWN_LICENSE
A constant which can be used with the license_model property of a UpdateCloudAutonomousVmClusterDetails. LICENSE_MODEL_LICENSE_INCLUDED
A constant which can be used with the license_model property of a UpdateCloudAutonomousVmClusterDetails. defined_tags
Gets the defined_tags of this UpdateCloudAutonomousVmClusterDetails. description
Gets the description of this UpdateCloudAutonomousVmClusterDetails. display_name
Gets the display_name of this UpdateCloudAutonomousVmClusterDetails. freeform_tags
Gets the freeform_tags of this UpdateCloudAutonomousVmClusterDetails. license_model
Gets the license_model of this UpdateCloudAutonomousVmClusterDetails. nsg_ids
Gets the nsg_ids of this UpdateCloudAutonomousVmClusterDetails. Methods
__init__
(**kwargs)Initializes a new UpdateCloudAutonomousVmClusterDetails 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 UpdateCloudAutonomousVmClusterDetails. 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 UpdateCloudAutonomousVmClusterDetails. This constant has a value of “LICENSE_INCLUDED”
-
__init__
(**kwargs)¶ Initializes a new UpdateCloudAutonomousVmClusterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - description (str) – The value to assign to the description property of this UpdateCloudAutonomousVmClusterDetails.
- display_name (str) – The value to assign to the display_name property of this UpdateCloudAutonomousVmClusterDetails.
- license_model (str) – The value to assign to the license_model property of this UpdateCloudAutonomousVmClusterDetails. Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
- nsg_ids (list[str]) – The value to assign to the nsg_ids property of this UpdateCloudAutonomousVmClusterDetails.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this UpdateCloudAutonomousVmClusterDetails.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this UpdateCloudAutonomousVmClusterDetails.
Gets the defined_tags of this UpdateCloudAutonomousVmClusterDetails. 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 UpdateCloudAutonomousVmClusterDetails. Return type: dict(str, dict(str, object))
-
description
¶ Gets the description of this UpdateCloudAutonomousVmClusterDetails. User defined description of the cloud Autonomous VM cluster.
Returns: The description of this UpdateCloudAutonomousVmClusterDetails. Return type: str
-
display_name
¶ Gets the display_name of this UpdateCloudAutonomousVmClusterDetails. The user-friendly name for the cloud Autonomous VM cluster. The name does not need to be unique.
Returns: The display_name of this UpdateCloudAutonomousVmClusterDetails. Return type: str
Gets the freeform_tags of this UpdateCloudAutonomousVmClusterDetails. 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 UpdateCloudAutonomousVmClusterDetails. Return type: dict(str, str)
-
license_model
¶ Gets the license_model of this UpdateCloudAutonomousVmClusterDetails. The Oracle license model that applies to the Oracle Autonomous Database. Bring your own license (BYOL) allows you to apply your current on-premises Oracle software licenses to equivalent, highly automated Oracle PaaS and IaaS services in the cloud. License Included allows you to subscribe to new Oracle Database software licenses and the Database service. Note that when provisioning an Autonomous Database on dedicated Exadata infrastructure, this attribute must be null because the attribute is already set at the Autonomous Exadata Infrastructure level. When using shared Exadata infrastructure, if a value is not specified, the system will supply the value of BRING_YOUR_OWN_LICENSE.
Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
Returns: The license_model of this UpdateCloudAutonomousVmClusterDetails. Return type: str
-
nsg_ids
¶ Gets the nsg_ids of this UpdateCloudAutonomousVmClusterDetails. A list of the OCIDs of the network security groups (NSGs) that this resource belongs to. Setting this to an empty array after the list is created removes the resource from all NSGs. For more information about NSGs, see Security Rules. NsgIds restrictions: - Autonomous Databases with private access require at least 1 Network Security Group (NSG). The nsgIds array cannot be empty.
Returns: The nsg_ids of this UpdateCloudAutonomousVmClusterDetails. Return type: list[str]
-