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 ReplicaVaultMetadata
Metadata 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 Summary
Nested Classes Modifier and Type Class Description static class
ReplicaExternalVaultMetadata.Builder
-
Nested classes/interfaces inherited from class com.oracle.bmc.keymanagement.model.ReplicaVaultMetadata
ReplicaVaultMetadata.VaultType
-
-
Constructor Summary
Constructors Constructor Description ReplicaExternalVaultMetadata(String privateEndpointId, String idcsAccountNameUrl)
Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ReplicaExternalVaultMetadata.Builder
builder()
Create a new builder.boolean
equals(Object o)
String
getIdcsAccountNameUrl()
Replica region URL of the IDCS domainString
getPrivateEndpointId()
OCID of the EKMS private endpoint in the replica region and must be in ACTIVE stateint
hashCode()
ReplicaExternalVaultMetadata.Builder
toBuilder()
String
toString()
String
toString(boolean includeByteArrayContents)
Return a string representation of the object.
-
-
-
Constructor Detail
-
ReplicaExternalVaultMetadata
@Deprecated public ReplicaExternalVaultMetadata(String privateEndpointId, String idcsAccountNameUrl)
Deprecated.
-
-
Method Detail
-
builder
public static ReplicaExternalVaultMetadata.Builder builder()
Create a new builder.
-
toBuilder
public ReplicaExternalVaultMetadata.Builder toBuilder()
-
getPrivateEndpointId
public String getPrivateEndpointId()
OCID of the EKMS private endpoint in the replica region and must be in ACTIVE state- Returns:
- the value
-
getIdcsAccountNameUrl
public String getIdcsAccountNameUrl()
Replica region URL of the IDCS domain- Returns:
- the value
-
toString
public String toString()
- Overrides:
toString
in classReplicaVaultMetadata
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toString
in classReplicaVaultMetadata
- Parameters:
includeByteArrayContents
- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classReplicaVaultMetadata
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classReplicaVaultMetadata
-
-