AutonomousVirtualMachineSummary¶
-
class
oci.database.models.
AutonomousVirtualMachineSummary
(**kwargs)¶ Bases:
object
Details of the Autonomous Virtual Machine.
Attributes
LIFECYCLE_STATE_AVAILABLE
A constant which can be used with the lifecycle_state property of a AutonomousVirtualMachineSummary. LIFECYCLE_STATE_FAILED
A constant which can be used with the lifecycle_state property of a AutonomousVirtualMachineSummary. LIFECYCLE_STATE_MAINTENANCE_IN_PROGRESS
A constant which can be used with the lifecycle_state property of a AutonomousVirtualMachineSummary. LIFECYCLE_STATE_PROVISIONING
A constant which can be used with the lifecycle_state property of a AutonomousVirtualMachineSummary. LIFECYCLE_STATE_TERMINATED
A constant which can be used with the lifecycle_state property of a AutonomousVirtualMachineSummary. LIFECYCLE_STATE_TERMINATING
A constant which can be used with the lifecycle_state property of a AutonomousVirtualMachineSummary. LIFECYCLE_STATE_UPDATING
A constant which can be used with the lifecycle_state property of a AutonomousVirtualMachineSummary. autonomous_vm_cluster_id
Gets the autonomous_vm_cluster_id of this AutonomousVirtualMachineSummary. client_ip_address
Gets the client_ip_address of this AutonomousVirtualMachineSummary. cloud_autonomous_vm_cluster_id
Gets the cloud_autonomous_vm_cluster_id of this AutonomousVirtualMachineSummary. compartment_id
Gets the compartment_id of this AutonomousVirtualMachineSummary. cpu_core_count
Gets the cpu_core_count of this AutonomousVirtualMachineSummary. db_node_storage_size_in_gbs
Gets the db_node_storage_size_in_gbs of this AutonomousVirtualMachineSummary. db_server_display_name
Gets the db_server_display_name of this AutonomousVirtualMachineSummary. db_server_id
Gets the db_server_id of this AutonomousVirtualMachineSummary. defined_tags
Gets the defined_tags of this AutonomousVirtualMachineSummary. freeform_tags
Gets the freeform_tags of this AutonomousVirtualMachineSummary. id
[Required] Gets the id of this AutonomousVirtualMachineSummary. lifecycle_state
[Required] Gets the lifecycle_state of this AutonomousVirtualMachineSummary. memory_size_in_gbs
Gets the memory_size_in_gbs of this AutonomousVirtualMachineSummary. vm_name
Gets the vm_name of this AutonomousVirtualMachineSummary. Methods
__init__
(**kwargs)Initializes a new AutonomousVirtualMachineSummary object with values from keyword arguments. -
LIFECYCLE_STATE_AVAILABLE
= 'AVAILABLE'¶ A constant which can be used with the lifecycle_state property of a AutonomousVirtualMachineSummary. This constant has a value of “AVAILABLE”
-
LIFECYCLE_STATE_FAILED
= 'FAILED'¶ A constant which can be used with the lifecycle_state property of a AutonomousVirtualMachineSummary. 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 AutonomousVirtualMachineSummary. 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 AutonomousVirtualMachineSummary. This constant has a value of “PROVISIONING”
-
LIFECYCLE_STATE_TERMINATED
= 'TERMINATED'¶ A constant which can be used with the lifecycle_state property of a AutonomousVirtualMachineSummary. This constant has a value of “TERMINATED”
-
LIFECYCLE_STATE_TERMINATING
= 'TERMINATING'¶ A constant which can be used with the lifecycle_state property of a AutonomousVirtualMachineSummary. This constant has a value of “TERMINATING”
-
LIFECYCLE_STATE_UPDATING
= 'UPDATING'¶ A constant which can be used with the lifecycle_state property of a AutonomousVirtualMachineSummary. This constant has a value of “UPDATING”
-
__init__
(**kwargs)¶ Initializes a new AutonomousVirtualMachineSummary 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 AutonomousVirtualMachineSummary.
- vm_name (str) – The value to assign to the vm_name property of this AutonomousVirtualMachineSummary.
- db_server_id (str) – The value to assign to the db_server_id property of this AutonomousVirtualMachineSummary.
- db_server_display_name (str) – The value to assign to the db_server_display_name property of this AutonomousVirtualMachineSummary.
- cpu_core_count (int) – The value to assign to the cpu_core_count property of this AutonomousVirtualMachineSummary.
- memory_size_in_gbs (int) – The value to assign to the memory_size_in_gbs property of this AutonomousVirtualMachineSummary.
- db_node_storage_size_in_gbs (int) – The value to assign to the db_node_storage_size_in_gbs property of this AutonomousVirtualMachineSummary.
- lifecycle_state (str) – The value to assign to the lifecycle_state property of this AutonomousVirtualMachineSummary. 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’.
- client_ip_address (str) – The value to assign to the client_ip_address property of this AutonomousVirtualMachineSummary.
- compartment_id (str) – The value to assign to the compartment_id property of this AutonomousVirtualMachineSummary.
- autonomous_vm_cluster_id (str) – The value to assign to the autonomous_vm_cluster_id property of this AutonomousVirtualMachineSummary.
- freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this AutonomousVirtualMachineSummary.
- defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this AutonomousVirtualMachineSummary.
- cloud_autonomous_vm_cluster_id (str) – The value to assign to the cloud_autonomous_vm_cluster_id property of this AutonomousVirtualMachineSummary.
-
autonomous_vm_cluster_id
¶ Gets the autonomous_vm_cluster_id of this AutonomousVirtualMachineSummary. The OCID of the Autonomous VM Cluster associated with the Autonomous Virtual Machine.
Returns: The autonomous_vm_cluster_id of this AutonomousVirtualMachineSummary. Return type: str
-
client_ip_address
¶ Gets the client_ip_address of this AutonomousVirtualMachineSummary. Client IP Address.
Returns: The client_ip_address of this AutonomousVirtualMachineSummary. Return type: str
-
cloud_autonomous_vm_cluster_id
¶ Gets the cloud_autonomous_vm_cluster_id of this AutonomousVirtualMachineSummary. The OCID of the Cloud Autonomous VM Cluster associated with the Autonomous Virtual Machine.
Returns: The cloud_autonomous_vm_cluster_id of this AutonomousVirtualMachineSummary. Return type: str
-
compartment_id
¶ Gets the compartment_id of this AutonomousVirtualMachineSummary. The OCID of the compartment.
Returns: The compartment_id of this AutonomousVirtualMachineSummary. Return type: str
-
cpu_core_count
¶ Gets the cpu_core_count of this AutonomousVirtualMachineSummary. The number of CPU cores enabled on the Autonomous Virtual Machine.
Returns: The cpu_core_count of this AutonomousVirtualMachineSummary. Return type: int
-
db_node_storage_size_in_gbs
¶ Gets the db_node_storage_size_in_gbs of this AutonomousVirtualMachineSummary. The allocated local node storage in GBs on the Autonomous Virtual Machine.
Returns: The db_node_storage_size_in_gbs of this AutonomousVirtualMachineSummary. Return type: int
-
db_server_display_name
¶ Gets the db_server_display_name of this AutonomousVirtualMachineSummary. The display name of the dbServer associated with the Autonomous Virtual Machine.
Returns: The db_server_display_name of this AutonomousVirtualMachineSummary. Return type: str
-
db_server_id
¶ Gets the db_server_id of this AutonomousVirtualMachineSummary. The OCID of the Db server associated with the Autonomous Virtual Machine.
Returns: The db_server_id of this AutonomousVirtualMachineSummary. Return type: str
Gets the defined_tags of this AutonomousVirtualMachineSummary. 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 AutonomousVirtualMachineSummary. Return type: dict(str, dict(str, object))
Gets the freeform_tags of this AutonomousVirtualMachineSummary. 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 AutonomousVirtualMachineSummary. Return type: dict(str, str)
-
id
¶ [Required] Gets the id of this AutonomousVirtualMachineSummary. The OCID of the Autonomous Virtual Machine.
Returns: The id of this AutonomousVirtualMachineSummary. Return type: str
-
lifecycle_state
¶ [Required] Gets the lifecycle_state of this AutonomousVirtualMachineSummary. The current state of the Autonomous Virtual Machine.
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 AutonomousVirtualMachineSummary. Return type: str
-
memory_size_in_gbs
¶ Gets the memory_size_in_gbs of this AutonomousVirtualMachineSummary. The allocated memory in GBs on the Autonomous Virtual Machine.
Returns: The memory_size_in_gbs of this AutonomousVirtualMachineSummary. Return type: int
-
vm_name
¶ Gets the vm_name of this AutonomousVirtualMachineSummary. The name of the Autonomous Virtual Machine.
Returns: The vm_name of this AutonomousVirtualMachineSummary. Return type: str
-