CreatePeComanagedExadataVmclusterDetails¶
-
class
oci.opsi.models.
CreatePeComanagedExadataVmclusterDetails
(**kwargs)¶ Bases:
object
The information of the VM Cluster which contains databases. Either an opsiPrivateEndpointId or dbmPrivateEndpointId must be specified. If the dbmPrivateEndpointId is specified, a new Operations Insights private endpoint will be created.
Attributes
VM_CLUSTER_TYPE_AUTONOMOUS_VM_CLUSTER
A constant which can be used with the vm_cluster_type property of a CreatePeComanagedExadataVmclusterDetails. VM_CLUSTER_TYPE_VM_CLUSTER
A constant which can be used with the vm_cluster_type property of a CreatePeComanagedExadataVmclusterDetails. compartment_id
[Required] Gets the compartment_id of this CreatePeComanagedExadataVmclusterDetails. dbm_private_endpoint_id
Gets the dbm_private_endpoint_id of this CreatePeComanagedExadataVmclusterDetails. member_autonomous_details
Gets the member_autonomous_details of this CreatePeComanagedExadataVmclusterDetails. member_database_details
Gets the member_database_details of this CreatePeComanagedExadataVmclusterDetails. opsi_private_endpoint_id
Gets the opsi_private_endpoint_id of this CreatePeComanagedExadataVmclusterDetails. vm_cluster_type
Gets the vm_cluster_type of this CreatePeComanagedExadataVmclusterDetails. vmcluster_id
[Required] Gets the vmcluster_id of this CreatePeComanagedExadataVmclusterDetails. Methods
__init__
(**kwargs)Initializes a new CreatePeComanagedExadataVmclusterDetails object with values from keyword arguments. -
VM_CLUSTER_TYPE_AUTONOMOUS_VM_CLUSTER
= 'autonomousVmCluster'¶ A constant which can be used with the vm_cluster_type property of a CreatePeComanagedExadataVmclusterDetails. This constant has a value of “autonomousVmCluster”
-
VM_CLUSTER_TYPE_VM_CLUSTER
= 'vmCluster'¶ A constant which can be used with the vm_cluster_type property of a CreatePeComanagedExadataVmclusterDetails. This constant has a value of “vmCluster”
-
__init__
(**kwargs)¶ Initializes a new CreatePeComanagedExadataVmclusterDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - vmcluster_id (str) – The value to assign to the vmcluster_id property of this CreatePeComanagedExadataVmclusterDetails.
- opsi_private_endpoint_id (str) – The value to assign to the opsi_private_endpoint_id property of this CreatePeComanagedExadataVmclusterDetails.
- dbm_private_endpoint_id (str) – The value to assign to the dbm_private_endpoint_id property of this CreatePeComanagedExadataVmclusterDetails.
- member_database_details (list[oci.opsi.models.CreatePeComanagedDatabaseInsightDetails]) – The value to assign to the member_database_details property of this CreatePeComanagedExadataVmclusterDetails.
- vm_cluster_type (str) – The value to assign to the vm_cluster_type property of this CreatePeComanagedExadataVmclusterDetails. Allowed values for this property are: “vmCluster”, “autonomousVmCluster”
- member_autonomous_details (list[oci.opsi.models.CreateAutonomousDatabaseInsightDetails]) – The value to assign to the member_autonomous_details property of this CreatePeComanagedExadataVmclusterDetails.
- compartment_id (str) – The value to assign to the compartment_id property of this CreatePeComanagedExadataVmclusterDetails.
-
compartment_id
¶ [Required] Gets the compartment_id of this CreatePeComanagedExadataVmclusterDetails. The OCID of the compartment.
Returns: The compartment_id of this CreatePeComanagedExadataVmclusterDetails. Return type: str
-
dbm_private_endpoint_id
¶ Gets the dbm_private_endpoint_id of this CreatePeComanagedExadataVmclusterDetails. The OCID of the Database Management private endpoint
Returns: The dbm_private_endpoint_id of this CreatePeComanagedExadataVmclusterDetails. Return type: str
-
member_autonomous_details
¶ Gets the member_autonomous_details of this CreatePeComanagedExadataVmclusterDetails. The autonomous databases that belong to the Autonomous VM Cluster
Returns: The member_autonomous_details of this CreatePeComanagedExadataVmclusterDetails. Return type: list[oci.opsi.models.CreateAutonomousDatabaseInsightDetails]
-
member_database_details
¶ Gets the member_database_details of this CreatePeComanagedExadataVmclusterDetails. The databases that belong to the VM Cluster
Returns: The member_database_details of this CreatePeComanagedExadataVmclusterDetails. Return type: list[oci.opsi.models.CreatePeComanagedDatabaseInsightDetails]
-
opsi_private_endpoint_id
¶ Gets the opsi_private_endpoint_id of this CreatePeComanagedExadataVmclusterDetails. The OCID of the OPSI private endpoint
Returns: The opsi_private_endpoint_id of this CreatePeComanagedExadataVmclusterDetails. Return type: str
-
vm_cluster_type
¶ Gets the vm_cluster_type of this CreatePeComanagedExadataVmclusterDetails. Exadata VMCluster type
Allowed values for this property are: “vmCluster”, “autonomousVmCluster”
Returns: The vm_cluster_type of this CreatePeComanagedExadataVmclusterDetails. Return type: str
-