CreateMacsManagedCloudExadataClusterDetails

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

Bases: object

The information of the VM Cluster which contains databases.

Attributes

VM_CLUSTER_TYPE_VM_CLUSTER A constant which can be used with the vm_cluster_type property of a CreateMacsManagedCloudExadataClusterDetails.
compartment_id [Required] Gets the compartment_id of this CreateMacsManagedCloudExadataClusterDetails.
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 CreateMacsManagedCloudExadataClusterDetails 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'

A constant which can be used with the vm_cluster_type property of a CreateMacsManagedCloudExadataClusterDetails. This constant has a value of “vmCluster”

__init__(**kwargs)

Initializes a new CreateMacsManagedCloudExadataClusterDetails object with values from keyword arguments. This class has the following subclasses and if you are using this class as input to a service operations then you should favor using a subclass over the base class:

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 CreateMacsManagedCloudExadataClusterDetails. Allowed values for this property are: “vmCluster”
  • vmcluster_id (str) – The value to assign to the vmcluster_id property of this CreateMacsManagedCloudExadataClusterDetails.
  • compartment_id (str) – The value to assign to the compartment_id property of this CreateMacsManagedCloudExadataClusterDetails.
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.

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