AutonomousVmCluster¶
-
class
oci.database.models.
AutonomousVmCluster
(**kwargs)¶ Bases:
object
Details of the Autonomous VM cluster.
Attributes
LICENSE_MODEL_BRING_YOUR_OWN_LICENSE
A constant which can be used with the license_model property of a AutonomousVmCluster. LICENSE_MODEL_LICENSE_INCLUDED
A constant which can be used with the license_model property of a AutonomousVmCluster. LIFECYCLE_STATE_AVAILABLE
A constant which can be used with the lifecycle_state property of a AutonomousVmCluster. LIFECYCLE_STATE_FAILED
A constant which can be used with the lifecycle_state property of a AutonomousVmCluster. LIFECYCLE_STATE_MAINTENANCE_IN_PROGRESS
A constant which can be used with the lifecycle_state property of a AutonomousVmCluster. LIFECYCLE_STATE_PROVISIONING
A constant which can be used with the lifecycle_state property of a AutonomousVmCluster. LIFECYCLE_STATE_TERMINATED
A constant which can be used with the lifecycle_state property of a AutonomousVmCluster. LIFECYCLE_STATE_TERMINATING
A constant which can be used with the lifecycle_state property of a AutonomousVmCluster. LIFECYCLE_STATE_UPDATING
A constant which can be used with the lifecycle_state property of a AutonomousVmCluster. available_cpus
Gets the available_cpus of this AutonomousVmCluster. available_data_storage_size_in_tbs
Gets the available_data_storage_size_in_tbs of this AutonomousVmCluster. compartment_id
[Required] Gets the compartment_id of this AutonomousVmCluster. cpus_enabled
Gets the cpus_enabled of this AutonomousVmCluster. data_storage_size_in_tbs
Gets the data_storage_size_in_tbs of this AutonomousVmCluster. db_node_storage_size_in_gbs
Gets the db_node_storage_size_in_gbs of this AutonomousVmCluster. defined_tags
Gets the defined_tags of this AutonomousVmCluster. display_name
[Required] Gets the display_name of this AutonomousVmCluster. exadata_infrastructure_id
[Required] Gets the exadata_infrastructure_id of this AutonomousVmCluster. freeform_tags
Gets the freeform_tags of this AutonomousVmCluster. id
[Required] Gets the id of this AutonomousVmCluster. is_local_backup_enabled
Gets the is_local_backup_enabled of this AutonomousVmCluster. license_model
Gets the license_model of this AutonomousVmCluster. lifecycle_details
Gets the lifecycle_details of this AutonomousVmCluster. lifecycle_state
[Required] Gets the lifecycle_state of this AutonomousVmCluster. memory_size_in_gbs
Gets the memory_size_in_gbs of this AutonomousVmCluster. time_created
Gets the time_created of this AutonomousVmCluster. time_zone
Gets the time_zone of this AutonomousVmCluster. vm_cluster_network_id
[Required] Gets the vm_cluster_network_id of this AutonomousVmCluster. Methods
__init__
(**kwargs)Initializes a new AutonomousVmCluster 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 AutonomousVmCluster. 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 AutonomousVmCluster. This constant has a value of “LICENSE_INCLUDED”
-
LIFECYCLE_STATE_AVAILABLE
= 'AVAILABLE'¶ A constant which can be used with the lifecycle_state property of a AutonomousVmCluster. This constant has a value of “AVAILABLE”
-
LIFECYCLE_STATE_FAILED
= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a AutonomousVmCluster. This constant has a value of “FAILED”
-
LIFECYCLE_STATE_MAINTENANCE_IN_PROGRESS
= 'MAINTENANCE_IN_PROGRESS'¶ A constant which can be used with the lifecycle_state property of a AutonomousVmCluster. This constant has a value of “MAINTENANCE_IN_PROGRESS”
-
LIFECYCLE_STATE_PROVISIONING
= 'PROVISIONING'¶ A constant which can be used with the lifecycle_state property of a AutonomousVmCluster. This constant has a value of “PROVISIONING”
-
LIFECYCLE_STATE_TERMINATED
= 'TERMINATED'¶ A constant which can be used with the lifecycle_state property of a AutonomousVmCluster. This constant has a value of “TERMINATED”
-
LIFECYCLE_STATE_TERMINATING
= 'TERMINATING'¶ A constant which can be used with the lifecycle_state property of a AutonomousVmCluster. This constant has a value of “TERMINATING”
-
LIFECYCLE_STATE_UPDATING
= 'UPDATING'¶ A constant which can be used with the lifecycle_state property of a AutonomousVmCluster. This constant has a value of “UPDATING”
-
__init__
(**kwargs)¶ Initializes a new AutonomousVmCluster object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - id (str) – The value to assign to the id property of this AutonomousVmCluster.
- compartment_id (str) – The value to assign to the compartment_id property of this AutonomousVmCluster.
- display_name (str) – The value to assign to the display_name property of this AutonomousVmCluster.
- time_created (datetime) – The value to assign to the time_created property of this AutonomousVmCluster.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this AutonomousVmCluster. Allowed values for this property are: “PROVISIONING”, “AVAILABLE”, “UPDATING”, “TERMINATING”, “TERMINATED”, “FAILED”, “MAINTENANCE_IN_PROGRESS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- lifecycle_details (str) – The value to assign to the lifecycle_details property of this AutonomousVmCluster.
- time_zone (str) – The value to assign to the time_zone property of this AutonomousVmCluster.
- exadata_infrastructure_id (str) – The value to assign to the exadata_infrastructure_id property of this AutonomousVmCluster.
- vm_cluster_network_id (str) – The value to assign to the vm_cluster_network_id property of this AutonomousVmCluster.
- is_local_backup_enabled (bool) – The value to assign to the is_local_backup_enabled property of this AutonomousVmCluster.
- cpus_enabled (int) – The value to assign to the cpus_enabled property of this AutonomousVmCluster.
- available_cpus (int) – The value to assign to the available_cpus property of this AutonomousVmCluster.
- memory_size_in_gbs (int) – The value to assign to the memory_size_in_gbs property of this AutonomousVmCluster.
- db_node_storage_size_in_gbs (int) – The value to assign to the db_node_storage_size_in_gbs property of this AutonomousVmCluster.
- data_storage_size_in_tbs (float) – The value to assign to the data_storage_size_in_tbs property of this AutonomousVmCluster.
- available_data_storage_size_in_tbs (float) – The value to assign to the available_data_storage_size_in_tbs property of this AutonomousVmCluster.
- license_model (str) – The value to assign to the license_model property of this AutonomousVmCluster. Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this AutonomousVmCluster.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this AutonomousVmCluster.
-
available_cpus
¶ Gets the available_cpus of this AutonomousVmCluster. The numnber of CPU cores available.
Returns: The available_cpus of this AutonomousVmCluster. Return type: int
-
available_data_storage_size_in_tbs
¶ Gets the available_data_storage_size_in_tbs of this AutonomousVmCluster. The data storage available in TBs
Returns: The available_data_storage_size_in_tbs of this AutonomousVmCluster. Return type: float
-
compartment_id
¶ [Required] Gets the compartment_id of this AutonomousVmCluster. The OCID of the compartment.
Returns: The compartment_id of this AutonomousVmCluster. Return type: str
-
cpus_enabled
¶ Gets the cpus_enabled of this AutonomousVmCluster. The number of enabled CPU cores.
Returns: The cpus_enabled of this AutonomousVmCluster. Return type: int
-
data_storage_size_in_tbs
¶ Gets the data_storage_size_in_tbs of this AutonomousVmCluster. The total data storage allocated in TBs
Returns: The data_storage_size_in_tbs of this AutonomousVmCluster. Return type: float
-
db_node_storage_size_in_gbs
¶ Gets the db_node_storage_size_in_gbs of this AutonomousVmCluster. The local node storage allocated in GBs.
Returns: The db_node_storage_size_in_gbs of this AutonomousVmCluster. Return type: int
Gets the defined_tags of this AutonomousVmCluster. 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 AutonomousVmCluster. Return type: dict(str, dict(str, object))
-
display_name
¶ [Required] Gets the display_name of this AutonomousVmCluster. The user-friendly name for the Autonomous VM cluster. The name does not need to be unique.
Returns: The display_name of this AutonomousVmCluster. Return type: str
-
exadata_infrastructure_id
¶ [Required] Gets the exadata_infrastructure_id of this AutonomousVmCluster. The OCID of the Exadata infrastructure.
Returns: The exadata_infrastructure_id of this AutonomousVmCluster. Return type: str
Gets the freeform_tags of this AutonomousVmCluster. 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 AutonomousVmCluster. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this AutonomousVmCluster. The OCID of the Autonomous VM cluster.
Returns: The id of this AutonomousVmCluster. Return type: str
-
is_local_backup_enabled
¶ Gets the is_local_backup_enabled of this AutonomousVmCluster. If true, database backup on local Exadata storage is configured for the Autonomous VM cluster. If false, database backup on local Exadata storage is not available in the Autonomous VM cluster.
Returns: The is_local_backup_enabled of this AutonomousVmCluster. Return type: bool
-
license_model
¶ Gets the license_model of this AutonomousVmCluster. The Oracle license model that applies to the Autonomous VM cluster. The default is LICENSE_INCLUDED.
Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The license_model of this AutonomousVmCluster. Return type: str
-
lifecycle_details
¶ Gets the lifecycle_details of this AutonomousVmCluster. Additional information about the current lifecycle state.
Returns: The lifecycle_details of this AutonomousVmCluster. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this AutonomousVmCluster. The current state of the Autonomous VM cluster.
Allowed values for this property are: “PROVISIONING”, “AVAILABLE”, “UPDATING”, “TERMINATING”, “TERMINATED”, “FAILED”, “MAINTENANCE_IN_PROGRESS”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The lifecycle_state of this AutonomousVmCluster. Return type: str
-
memory_size_in_gbs
¶ Gets the memory_size_in_gbs of this AutonomousVmCluster. The memory allocated in GBs.
Returns: The memory_size_in_gbs of this AutonomousVmCluster. Return type: int
-
time_created
¶ Gets the time_created of this AutonomousVmCluster. The date and time that the Autonomous VM cluster was created.
Returns: The time_created of this AutonomousVmCluster. Return type: datetime
-
time_zone
¶ Gets the time_zone of this AutonomousVmCluster. The time zone to use for the Autonomous VM cluster. For details, see DB System Time Zones.
Returns: The time_zone of this AutonomousVmCluster. Return type: str
-