Class CreatePeComanagedExadataVmclusterDetails
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.opsi.model.CreatePeComanagedExadataVmclusterDetails
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: 20200630") public final class CreatePeComanagedExadataVmclusterDetails extends com.oracle.bmc.http.client.internal.ExplicitlySetBmcModelThe 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. 
 Note: Objects should always be created or deserialized using theCreatePeComanagedExadataVmclusterDetails.Builder. This model distinguishes fields that are null because they are unset from fields that are explicitly set to null. This is done in the setter methods of theCreatePeComanagedExadataVmclusterDetails.Builder, which maintain a set of all explicitly set fields calledCreatePeComanagedExadataVmclusterDetails.Builder.__explicitlySet__. ThehashCode()andequals(Object)methods are implemented to take the explicitly set fields into account. The constructor, on the other hand, does not take the explicitly set fields into account (since the constructor cannot distinguish explicit null from unset null).
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classCreatePeComanagedExadataVmclusterDetails.Builder
 - 
Constructor SummaryConstructors Constructor Description CreatePeComanagedExadataVmclusterDetails(String vmclusterId, String opsiPrivateEndpointId, String dbmPrivateEndpointId, List<CreatePeComanagedDatabaseInsightDetails> memberDatabaseDetails, ExadataVmClusterType vmClusterType, List<CreateAutonomousDatabaseInsightDetails> memberAutonomousDetails, String compartmentId)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static CreatePeComanagedExadataVmclusterDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetCompartmentId()The OCID of the compartment.StringgetDbmPrivateEndpointId()The OCID of the Database Management private endpointList<CreateAutonomousDatabaseInsightDetails>getMemberAutonomousDetails()The autonomous databases that belong to the Autonomous VM ClusterList<CreatePeComanagedDatabaseInsightDetails>getMemberDatabaseDetails()The databases that belong to the VM ClusterStringgetOpsiPrivateEndpointId()The OCID of the OPSI private endpointStringgetVmclusterId()The OCID of the VM Cluster.ExadataVmClusterTypegetVmClusterType()Exadata VMCluster typeinthashCode()CreatePeComanagedExadataVmclusterDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
CreatePeComanagedExadataVmclusterDetails@Deprecated @ConstructorProperties({"vmclusterId","opsiPrivateEndpointId","dbmPrivateEndpointId","memberDatabaseDetails","vmClusterType","memberAutonomousDetails","compartmentId"}) public CreatePeComanagedExadataVmclusterDetails(String vmclusterId, String opsiPrivateEndpointId, String dbmPrivateEndpointId, List<CreatePeComanagedDatabaseInsightDetails> memberDatabaseDetails, ExadataVmClusterType vmClusterType, List<CreateAutonomousDatabaseInsightDetails> memberAutonomousDetails, String compartmentId) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static CreatePeComanagedExadataVmclusterDetails.Builder builder() Create a new builder.
 - 
toBuilderpublic CreatePeComanagedExadataVmclusterDetails.Builder toBuilder() 
 - 
getOpsiPrivateEndpointIdpublic String getOpsiPrivateEndpointId() The OCID of the OPSI private endpoint- Returns:
- the value
 
 - 
getDbmPrivateEndpointIdpublic String getDbmPrivateEndpointId() The OCID of the Database Management private endpoint- Returns:
- the value
 
 - 
getMemberDatabaseDetailspublic List<CreatePeComanagedDatabaseInsightDetails> getMemberDatabaseDetails() The databases that belong to the VM Cluster- Returns:
- the value
 
 - 
getVmClusterTypepublic ExadataVmClusterType getVmClusterType() Exadata VMCluster type- Returns:
- the value
 
 - 
getMemberAutonomousDetailspublic List<CreateAutonomousDatabaseInsightDetails> getMemberAutonomousDetails() The autonomous databases that belong to the Autonomous VM Cluster- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
 
 
- 
 
-