VmClusterSummary

class oci.database.models.VmClusterSummary(**kwargs)

Bases: object

Details of the Exadata Cloud@Customer VM cluster.

Attributes

LICENSE_MODEL_BRING_YOUR_OWN_LICENSE A constant which can be used with the license_model property of a VmClusterSummary.
LICENSE_MODEL_LICENSE_INCLUDED A constant which can be used with the license_model property of a VmClusterSummary.
LIFECYCLE_STATE_AVAILABLE A constant which can be used with the lifecycle_state property of a VmClusterSummary.
LIFECYCLE_STATE_FAILED A constant which can be used with the lifecycle_state property of a VmClusterSummary.
LIFECYCLE_STATE_MAINTENANCE_IN_PROGRESS A constant which can be used with the lifecycle_state property of a VmClusterSummary.
LIFECYCLE_STATE_PROVISIONING A constant which can be used with the lifecycle_state property of a VmClusterSummary.
LIFECYCLE_STATE_TERMINATED A constant which can be used with the lifecycle_state property of a VmClusterSummary.
LIFECYCLE_STATE_TERMINATING A constant which can be used with the lifecycle_state property of a VmClusterSummary.
LIFECYCLE_STATE_UPDATING A constant which can be used with the lifecycle_state property of a VmClusterSummary.
availability_domain Gets the availability_domain of this VmClusterSummary.
compartment_id Gets the compartment_id of this VmClusterSummary.
cpus_enabled Gets the cpus_enabled of this VmClusterSummary.
data_collection_options Gets the data_collection_options of this VmClusterSummary.
data_storage_size_in_gbs Gets the data_storage_size_in_gbs of this VmClusterSummary.
data_storage_size_in_tbs Gets the data_storage_size_in_tbs of this VmClusterSummary.
db_node_storage_size_in_gbs Gets the db_node_storage_size_in_gbs of this VmClusterSummary.
db_servers Gets the db_servers of this VmClusterSummary.
defined_tags Gets the defined_tags of this VmClusterSummary.
display_name Gets the display_name of this VmClusterSummary.
exadata_infrastructure_id Gets the exadata_infrastructure_id of this VmClusterSummary.
freeform_tags Gets the freeform_tags of this VmClusterSummary.
gi_version Gets the gi_version of this VmClusterSummary.
id Gets the id of this VmClusterSummary.
is_local_backup_enabled Gets the is_local_backup_enabled of this VmClusterSummary.
is_sparse_diskgroup_enabled Gets the is_sparse_diskgroup_enabled of this VmClusterSummary.
last_patch_history_entry_id Gets the last_patch_history_entry_id of this VmClusterSummary.
license_model Gets the license_model of this VmClusterSummary.
lifecycle_details Gets the lifecycle_details of this VmClusterSummary.
lifecycle_state Gets the lifecycle_state of this VmClusterSummary.
memory_size_in_gbs Gets the memory_size_in_gbs of this VmClusterSummary.
ocpus_enabled Gets the ocpus_enabled of this VmClusterSummary.
shape Gets the shape of this VmClusterSummary.
ssh_public_keys Gets the ssh_public_keys of this VmClusterSummary.
system_version Gets the system_version of this VmClusterSummary.
time_created Gets the time_created of this VmClusterSummary.
time_zone Gets the time_zone of this VmClusterSummary.
vm_cluster_network_id Gets the vm_cluster_network_id of this VmClusterSummary.

Methods

__init__(**kwargs) Initializes a new VmClusterSummary 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 VmClusterSummary. 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 VmClusterSummary. 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 VmClusterSummary. This constant has a value of “AVAILABLE”

LIFECYCLE_STATE_FAILED = 'FAILED'

A constant which can be used with the lifecycle_state property of a VmClusterSummary. 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 VmClusterSummary. 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 VmClusterSummary. This constant has a value of “PROVISIONING”

LIFECYCLE_STATE_TERMINATED = 'TERMINATED'

A constant which can be used with the lifecycle_state property of a VmClusterSummary. This constant has a value of “TERMINATED”

LIFECYCLE_STATE_TERMINATING = 'TERMINATING'

A constant which can be used with the lifecycle_state property of a VmClusterSummary. This constant has a value of “TERMINATING”

LIFECYCLE_STATE_UPDATING = 'UPDATING'

A constant which can be used with the lifecycle_state property of a VmClusterSummary. This constant has a value of “UPDATING”

__init__(**kwargs)

Initializes a new VmClusterSummary 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 VmClusterSummary.
  • compartment_id (str) – The value to assign to the compartment_id property of this VmClusterSummary.
  • last_patch_history_entry_id (str) – The value to assign to the last_patch_history_entry_id property of this VmClusterSummary.
  • lifecycle_state (str) – The value to assign to the lifecycle_state property of this VmClusterSummary. 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’.
  • display_name (str) – The value to assign to the display_name property of this VmClusterSummary.
  • time_created (datetime) – The value to assign to the time_created property of this VmClusterSummary.
  • lifecycle_details (str) – The value to assign to the lifecycle_details property of this VmClusterSummary.
  • time_zone (str) – The value to assign to the time_zone property of this VmClusterSummary.
  • is_local_backup_enabled (bool) – The value to assign to the is_local_backup_enabled property of this VmClusterSummary.
  • exadata_infrastructure_id (str) – The value to assign to the exadata_infrastructure_id property of this VmClusterSummary.
  • is_sparse_diskgroup_enabled (bool) – The value to assign to the is_sparse_diskgroup_enabled property of this VmClusterSummary.
  • vm_cluster_network_id (str) – The value to assign to the vm_cluster_network_id property of this VmClusterSummary.
  • cpus_enabled (int) – The value to assign to the cpus_enabled property of this VmClusterSummary.
  • ocpus_enabled (float) – The value to assign to the ocpus_enabled property of this VmClusterSummary.
  • memory_size_in_gbs (int) – The value to assign to the memory_size_in_gbs property of this VmClusterSummary.
  • db_node_storage_size_in_gbs (int) – The value to assign to the db_node_storage_size_in_gbs property of this VmClusterSummary.
  • data_storage_size_in_tbs (float) – The value to assign to the data_storage_size_in_tbs property of this VmClusterSummary.
  • data_storage_size_in_gbs (float) – The value to assign to the data_storage_size_in_gbs property of this VmClusterSummary.
  • shape (str) – The value to assign to the shape property of this VmClusterSummary.
  • gi_version (str) – The value to assign to the gi_version property of this VmClusterSummary.
  • system_version (str) – The value to assign to the system_version property of this VmClusterSummary.
  • ssh_public_keys (list[str]) – The value to assign to the ssh_public_keys property of this VmClusterSummary.
  • license_model (str) – The value to assign to the license_model property of this VmClusterSummary. 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’.
  • db_servers (list[str]) – The value to assign to the db_servers property of this VmClusterSummary.
  • availability_domain (str) – The value to assign to the availability_domain property of this VmClusterSummary.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this VmClusterSummary.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this VmClusterSummary.
  • data_collection_options (oci.database.models.DataCollectionOptions) – The value to assign to the data_collection_options property of this VmClusterSummary.
availability_domain

Gets the availability_domain of this VmClusterSummary. The name of the availability domain that the VM cluster is located in.

Returns:The availability_domain of this VmClusterSummary.
Return type:str
compartment_id

Gets the compartment_id of this VmClusterSummary. The OCID of the compartment.

Returns:The compartment_id of this VmClusterSummary.
Return type:str
cpus_enabled

Gets the cpus_enabled of this VmClusterSummary. The number of enabled CPU cores.

Returns:The cpus_enabled of this VmClusterSummary.
Return type:int
data_collection_options

Gets the data_collection_options of this VmClusterSummary.

Returns:The data_collection_options of this VmClusterSummary.
Return type:oci.database.models.DataCollectionOptions
data_storage_size_in_gbs

Gets the data_storage_size_in_gbs of this VmClusterSummary. Size of the DATA disk group in GBs.

Returns:The data_storage_size_in_gbs of this VmClusterSummary.
Return type:float
data_storage_size_in_tbs

Gets the data_storage_size_in_tbs of this VmClusterSummary. Size, in terabytes, of the DATA disk group.

Returns:The data_storage_size_in_tbs of this VmClusterSummary.
Return type:float
db_node_storage_size_in_gbs

Gets the db_node_storage_size_in_gbs of this VmClusterSummary. The local node storage allocated in GBs.

Returns:The db_node_storage_size_in_gbs of this VmClusterSummary.
Return type:int
db_servers

Gets the db_servers of this VmClusterSummary. The list of Db server.

Returns:The db_servers of this VmClusterSummary.
Return type:list[str]
defined_tags

Gets the defined_tags of this VmClusterSummary. 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 VmClusterSummary.
Return type:dict(str, dict(str, object))
display_name

Gets the display_name of this VmClusterSummary. The user-friendly name for the Exadata Cloud@Customer VM cluster. The name does not need to be unique.

Returns:The display_name of this VmClusterSummary.
Return type:str
exadata_infrastructure_id

Gets the exadata_infrastructure_id of this VmClusterSummary. The OCID of the Exadata infrastructure.

Returns:The exadata_infrastructure_id of this VmClusterSummary.
Return type:str
freeform_tags

Gets the freeform_tags of this VmClusterSummary. 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 VmClusterSummary.
Return type:dict(str, str)
gi_version

Gets the gi_version of this VmClusterSummary. The Oracle Grid Infrastructure software version for the VM cluster.

Returns:The gi_version of this VmClusterSummary.
Return type:str
id

Gets the id of this VmClusterSummary. The OCID of the VM cluster.

Returns:The id of this VmClusterSummary.
Return type:str
is_local_backup_enabled

Gets the is_local_backup_enabled of this VmClusterSummary. If true, database backup on local Exadata storage is configured for the VM cluster. If false, database backup on local Exadata storage is not available in the VM cluster.

Returns:The is_local_backup_enabled of this VmClusterSummary.
Return type:bool
is_sparse_diskgroup_enabled

Gets the is_sparse_diskgroup_enabled of this VmClusterSummary. If true, sparse disk group is configured for the VM cluster. If false, sparse disk group is not created.

Returns:The is_sparse_diskgroup_enabled of this VmClusterSummary.
Return type:bool
last_patch_history_entry_id

Gets the last_patch_history_entry_id of this VmClusterSummary. The OCID of the last patch history. This value is updated as soon as a patch operation starts.

Returns:The last_patch_history_entry_id of this VmClusterSummary.
Return type:str
license_model

Gets the license_model of this VmClusterSummary. The Oracle license model that applies to the 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 VmClusterSummary.
Return type:str
lifecycle_details

Gets the lifecycle_details of this VmClusterSummary. Additional information about the current lifecycle state.

Returns:The lifecycle_details of this VmClusterSummary.
Return type:str
lifecycle_state

Gets the lifecycle_state of this VmClusterSummary. The current state of the 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 VmClusterSummary.
Return type:str
memory_size_in_gbs

Gets the memory_size_in_gbs of this VmClusterSummary. The memory allocated in GBs.

Returns:The memory_size_in_gbs of this VmClusterSummary.
Return type:int
ocpus_enabled

Gets the ocpus_enabled of this VmClusterSummary. The number of enabled OCPU cores.

Returns:The ocpus_enabled of this VmClusterSummary.
Return type:float
shape

Gets the shape of this VmClusterSummary. The shape of the Exadata infrastructure. The shape determines the amount of CPU, storage, and memory resources allocated to the instance.

Returns:The shape of this VmClusterSummary.
Return type:str
ssh_public_keys

Gets the ssh_public_keys of this VmClusterSummary. The public key portion of one or more key pairs used for SSH access to the VM cluster.

Returns:The ssh_public_keys of this VmClusterSummary.
Return type:list[str]
system_version

Gets the system_version of this VmClusterSummary. Operating system version of the image.

Returns:The system_version of this VmClusterSummary.
Return type:str
time_created

Gets the time_created of this VmClusterSummary. The date and time that the VM cluster was created.

Returns:The time_created of this VmClusterSummary.
Return type:datetime
time_zone

Gets the time_zone of this VmClusterSummary. The time zone of the Exadata infrastructure. For details, see Exadata Infrastructure Time Zones.

Returns:The time_zone of this VmClusterSummary.
Return type:str
vm_cluster_network_id

Gets the vm_cluster_network_id of this VmClusterSummary. The OCID of the VM cluster network.

Returns:The vm_cluster_network_id of this VmClusterSummary.
Return type:str