CreateMacsManagedCloudExadataVmclusterDetails

class oci.opsi.models.CreateMacsManagedCloudExadataVmclusterDetails(**kwargs)

Bases: oci.opsi.models.create_macs_managed_cloud_exadata_cluster_details.CreateMacsManagedCloudExadataClusterDetails

The information of the VM Cluster which contains databases.

Attributes

VM_CLUSTER_TYPE_VM_CLUSTER str(object=’’) -> str
compartment_id [Required] Gets the compartment_id of this CreateMacsManagedCloudExadataClusterDetails.
member_database_details Gets the member_database_details of this CreateMacsManagedCloudExadataVmclusterDetails.
vm_cluster_type Gets the vm_cluster_type of this CreateMacsManagedCloudExadataClusterDetails.
vmcluster_id [Required] Gets the vmcluster_id of this CreateMacsManagedCloudExadataClusterDetails.

Methods

__init__(**kwargs) Initializes a new CreateMacsManagedCloudExadataVmclusterDetails object with values from keyword arguments.
get_subtype(object_dictionary) Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
VM_CLUSTER_TYPE_VM_CLUSTER = 'vmCluster'
__init__(**kwargs)

Initializes a new CreateMacsManagedCloudExadataVmclusterDetails object with values from keyword arguments. The default value of the vm_cluster_type attribute of this class is vmCluster and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • vm_cluster_type (str) – The value to assign to the vm_cluster_type property of this CreateMacsManagedCloudExadataVmclusterDetails. Allowed values for this property are: “vmCluster”
  • vmcluster_id (str) – The value to assign to the vmcluster_id property of this CreateMacsManagedCloudExadataVmclusterDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateMacsManagedCloudExadataVmclusterDetails.
  • member_database_details (list[oci.opsi.models.CreateMacsManagedCloudDatabaseInsightDetails]) – The value to assign to the member_database_details property of this CreateMacsManagedCloudExadataVmclusterDetails.
compartment_id

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

Returns:The compartment_id of this CreateMacsManagedCloudExadataClusterDetails.
Return type:str
static get_subtype(object_dictionary)

Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.

member_database_details

Gets the member_database_details of this CreateMacsManagedCloudExadataVmclusterDetails. The databases that belong to the VM Cluster

Returns:The member_database_details of this CreateMacsManagedCloudExadataVmclusterDetails.
Return type:list[oci.opsi.models.CreateMacsManagedCloudDatabaseInsightDetails]
vm_cluster_type

Gets the vm_cluster_type of this CreateMacsManagedCloudExadataClusterDetails. Exadata VMCluster type

Allowed values for this property are: “vmCluster”

Returns:The vm_cluster_type of this CreateMacsManagedCloudExadataClusterDetails.
Return type:str
vmcluster_id

[Required] Gets the vmcluster_id of this CreateMacsManagedCloudExadataClusterDetails. The OCID of the VM Cluster.

Returns:The vmcluster_id of this CreateMacsManagedCloudExadataClusterDetails.
Return type:str