Class ReplicaExternalVaultMetadata
- java.lang.Object
- 
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
- 
- com.oracle.bmc.keymanagement.model.ReplicaVaultMetadata
- 
- com.oracle.bmc.keymanagement.model.ReplicaExternalVaultMetadata
 
 
 
- 
 @Generated(value="OracleSDKGenerator", comments="API Version: release") public final class ReplicaExternalVaultMetadata extends ReplicaVaultMetadataMetadata of the replica region External Vault
 Note: Objects should always be created or deserialized using theReplicaExternalVaultMetadata.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 the ReplicaExternalVaultMetadata.Builder, which maintain a set of all explicitly set fields calledReplicaExternalVaultMetadata.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 classReplicaExternalVaultMetadata.Builder- 
Nested classes/interfaces inherited from class com.oracle.bmc.keymanagement.model.ReplicaVaultMetadataReplicaVaultMetadata.VaultType
 
- 
 - 
Constructor SummaryConstructors Constructor Description ReplicaExternalVaultMetadata(String privateEndpointId, String idcsAccountNameUrl)Deprecated.
 - 
Method SummaryAll Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReplicaExternalVaultMetadata.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetIdcsAccountNameUrl()Replica region URL of the IDCS domainStringgetPrivateEndpointId()OCID of the EKMS private endpoint in the replica region and must be in ACTIVE stateinthashCode()ReplicaExternalVaultMetadata.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
 
- 
- 
- 
Constructor Detail- 
ReplicaExternalVaultMetadata@Deprecated public ReplicaExternalVaultMetadata(String privateEndpointId, String idcsAccountNameUrl) Deprecated.
 
- 
 - 
Method Detail- 
builderpublic static ReplicaExternalVaultMetadata.Builder builder() Create a new builder.
 - 
toBuilderpublic ReplicaExternalVaultMetadata.Builder toBuilder() 
 - 
getPrivateEndpointIdpublic String getPrivateEndpointId() OCID of the EKMS private endpoint in the replica region and must be in ACTIVE state- Returns:
- the value
 
 - 
getIdcsAccountNameUrlpublic String getIdcsAccountNameUrl() Replica region URL of the IDCS domain- Returns:
- the value
 
 - 
toStringpublic String toString() - Overrides:
- toStringin class- ReplicaVaultMetadata
 
 - 
toStringpublic String toString(boolean includeByteArrayContents) Return a string representation of the object.- Overrides:
- toStringin class- ReplicaVaultMetadata
- Parameters:
- includeByteArrayContents- true to include the full contents of byte arrays
- Returns:
- string representation
 
 - 
equalspublic boolean equals(Object o) - Overrides:
- equalsin class- ReplicaVaultMetadata
 
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- ReplicaVaultMetadata
 
 
- 
 
-