CreateVmClusterDetails

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

Bases: object

Details for the create Exadata VM cluster operation. Applies to Exadata Cloud@Customer instances only. For details on the create cloud Exadata VM cluster operation used with Exadata Cloud Service instances, see create_cloud_vm_cluster_details()

Attributes

LICENSE_MODEL_BRING_YOUR_OWN_LICENSE A constant which can be used with the license_model property of a CreateVmClusterDetails.
LICENSE_MODEL_LICENSE_INCLUDED A constant which can be used with the license_model property of a CreateVmClusterDetails.
compartment_id [Required] Gets the compartment_id of this CreateVmClusterDetails.
cpu_core_count [Required] Gets the cpu_core_count of this CreateVmClusterDetails.
data_collection_options Gets the data_collection_options of this CreateVmClusterDetails.
data_storage_size_in_gbs Gets the data_storage_size_in_gbs of this CreateVmClusterDetails.
data_storage_size_in_tbs Gets the data_storage_size_in_tbs of this CreateVmClusterDetails.
db_node_storage_size_in_gbs Gets the db_node_storage_size_in_gbs of this CreateVmClusterDetails.
db_servers Gets the db_servers of this CreateVmClusterDetails.
defined_tags Gets the defined_tags of this CreateVmClusterDetails.
display_name [Required] Gets the display_name of this CreateVmClusterDetails.
exadata_infrastructure_id [Required] Gets the exadata_infrastructure_id of this CreateVmClusterDetails.
freeform_tags Gets the freeform_tags of this CreateVmClusterDetails.
gi_version [Required] Gets the gi_version of this CreateVmClusterDetails.
is_local_backup_enabled Gets the is_local_backup_enabled of this CreateVmClusterDetails.
is_sparse_diskgroup_enabled Gets the is_sparse_diskgroup_enabled of this CreateVmClusterDetails.
license_model Gets the license_model of this CreateVmClusterDetails.
memory_size_in_gbs Gets the memory_size_in_gbs of this CreateVmClusterDetails.
ocpu_count Gets the ocpu_count of this CreateVmClusterDetails.
ssh_public_keys [Required] Gets the ssh_public_keys of this CreateVmClusterDetails.
system_version Gets the system_version of this CreateVmClusterDetails.
time_zone Gets the time_zone of this CreateVmClusterDetails.
vm_cluster_network_id [Required] Gets the vm_cluster_network_id of this CreateVmClusterDetails.

Methods

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

__init__(**kwargs)

Initializes a new CreateVmClusterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateVmClusterDetails.
  • display_name (str) – The value to assign to the display_name property of this CreateVmClusterDetails.
  • exadata_infrastructure_id (str) – The value to assign to the exadata_infrastructure_id property of this CreateVmClusterDetails.
  • cpu_core_count (int) – The value to assign to the cpu_core_count property of this CreateVmClusterDetails.
  • ocpu_count (float) – The value to assign to the ocpu_count property of this CreateVmClusterDetails.
  • memory_size_in_gbs (int) – The value to assign to the memory_size_in_gbs property of this CreateVmClusterDetails.
  • db_node_storage_size_in_gbs (int) – The value to assign to the db_node_storage_size_in_gbs property of this CreateVmClusterDetails.
  • data_storage_size_in_tbs (float) – The value to assign to the data_storage_size_in_tbs property of this CreateVmClusterDetails.
  • data_storage_size_in_gbs (float) – The value to assign to the data_storage_size_in_gbs property of this CreateVmClusterDetails.
  • ssh_public_keys (list[str]) – The value to assign to the ssh_public_keys property of this CreateVmClusterDetails.
  • vm_cluster_network_id (str) – The value to assign to the vm_cluster_network_id property of this CreateVmClusterDetails.
  • license_model (str) – The value to assign to the license_model property of this CreateVmClusterDetails. Allowed values for this property are: “LICENSE_INCLUDED”, “BRING_YOUR_OWN_LICENSE”
  • is_sparse_diskgroup_enabled (bool) – The value to assign to the is_sparse_diskgroup_enabled property of this CreateVmClusterDetails.
  • is_local_backup_enabled (bool) – The value to assign to the is_local_backup_enabled property of this CreateVmClusterDetails.
  • time_zone (str) – The value to assign to the time_zone property of this CreateVmClusterDetails.
  • gi_version (str) – The value to assign to the gi_version property of this CreateVmClusterDetails.
  • db_servers (list[str]) – The value to assign to the db_servers property of this CreateVmClusterDetails.
  • freeform_tags (dict(str, str)) – The value to assign to the freeform_tags property of this CreateVmClusterDetails.
  • defined_tags (dict(str, dict(str, object))) – The value to assign to the defined_tags property of this CreateVmClusterDetails.
  • data_collection_options (oci.database.models.DataCollectionOptions) – The value to assign to the data_collection_options property of this CreateVmClusterDetails.
  • system_version (str) – The value to assign to the system_version property of this CreateVmClusterDetails.
compartment_id

[Required] Gets the compartment_id of this CreateVmClusterDetails. The OCID of the compartment.

Returns:The compartment_id of this CreateVmClusterDetails.
Return type:str
cpu_core_count

[Required] Gets the cpu_core_count of this CreateVmClusterDetails. The number of CPU cores to enable for the VM cluster.

Returns:The cpu_core_count of this CreateVmClusterDetails.
Return type:int
data_collection_options

Gets the data_collection_options of this CreateVmClusterDetails.

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

Gets the data_storage_size_in_gbs of this CreateVmClusterDetails. The data disk group size to be allocated in GBs.

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

Gets the data_storage_size_in_tbs of this CreateVmClusterDetails. The data disk group size to be allocated in TBs.

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

Gets the db_node_storage_size_in_gbs of this CreateVmClusterDetails. The local node storage to be allocated in GBs.

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

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

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

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

[Required] Gets the display_name of this CreateVmClusterDetails. The user-friendly name for the VM cluster. The name does not need to be unique.

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

[Required] Gets the exadata_infrastructure_id of this CreateVmClusterDetails. The OCID of the Exadata infrastructure.

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

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

[Required] Gets the gi_version of this CreateVmClusterDetails. The Oracle Grid Infrastructure software version for the VM cluster.

Returns:The gi_version of this CreateVmClusterDetails.
Return type:str
is_local_backup_enabled

Gets the is_local_backup_enabled of this CreateVmClusterDetails. 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 CreateVmClusterDetails.
Return type:bool
is_sparse_diskgroup_enabled

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

Returns:The is_sparse_diskgroup_enabled of this CreateVmClusterDetails.
Return type:bool
license_model

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

Gets the memory_size_in_gbs of this CreateVmClusterDetails. The memory to be allocated in GBs.

Returns:The memory_size_in_gbs of this CreateVmClusterDetails.
Return type:int
ocpu_count

Gets the ocpu_count of this CreateVmClusterDetails. The number of OCPU cores to enable for the VM cluster. Only one decimal place is allowed for the fractional part.

Returns:The ocpu_count of this CreateVmClusterDetails.
Return type:float
ssh_public_keys

[Required] Gets the ssh_public_keys of this CreateVmClusterDetails. 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 CreateVmClusterDetails.
Return type:list[str]
system_version

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

Returns:The system_version of this CreateVmClusterDetails.
Return type:str
time_zone

Gets the time_zone of this CreateVmClusterDetails. The time zone to use for the VM cluster. For details, see DB System Time Zones.

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

[Required] Gets the vm_cluster_network_id of this CreateVmClusterDetails. The OCID of the VM cluster network.

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