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.

Methods

__init__(**kwargs) Initializes a new CreatePeComanagedExadataVmclusterDetails object with values from keyword arguments.

Attributes

compartment_id [Required] Gets the compartment_id of this CreatePeComanagedExadataVmclusterDetails.
dbm_private_endpoint_id Gets the dbm_private_endpoint_id 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.
vmcluster_id [Required] Gets the vmcluster_id of this CreatePeComanagedExadataVmclusterDetails.
__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.
  • 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_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
vmcluster_id

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

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