Package com.oracle.bmc.goldengate.model
Class SecretMigrateConnectionDetails
- java.lang.Object
-
- com.oracle.bmc.http.client.internal.ExplicitlySetBmcModel
-
- com.oracle.bmc.goldengate.model.MigrateConnectionDetails
-
- com.oracle.bmc.goldengate.model.SecretMigrateConnectionDetails
-
@Generated(value="OracleSDKGenerator", comments="API Version: 20200407") public final class SecretMigrateConnectionDetails extends MigrateConnectionDetailsDefinition of the additional attributes for secret Connection migrate.
Note: Objects should always be created or deserialized using theSecretMigrateConnectionDetails.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 theSecretMigrateConnectionDetails.Builder, which maintain a set of all explicitly set fields calledSecretMigrateConnectionDetails.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 classSecretMigrateConnectionDetails.Builder
-
Constructor Summary
Constructors Constructor Description SecretMigrateConnectionDetails(String secretCompartmentId, String vaultId, String keyId)Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SecretMigrateConnectionDetails.Builderbuilder()Create a new builder.booleanequals(Object o)StringgetKeyId()Refers to the customer’s master key OCID.StringgetSecretCompartmentId()The OCID of the compartment being referenced.StringgetVaultId()Refers to the customer’s vault OCID.inthashCode()SecretMigrateConnectionDetails.BuildertoBuilder()StringtoString()StringtoString(boolean includeByteArrayContents)Return a string representation of the object.
-
-
-
Constructor Detail
-
SecretMigrateConnectionDetails
@Deprecated public SecretMigrateConnectionDetails(String secretCompartmentId, String vaultId, String keyId)
Deprecated.
-
-
Method Detail
-
builder
public static SecretMigrateConnectionDetails.Builder builder()
Create a new builder.
-
toBuilder
public SecretMigrateConnectionDetails.Builder toBuilder()
-
getSecretCompartmentId
public String getSecretCompartmentId()
The OCID of the compartment being referenced.- Returns:
- the value
-
getVaultId
public String getVaultId()
Refers to the customer’s vault OCID.If provided, it references a vault where GoldenGate can manage secrets. Customers must add policies to permit GoldenGate to manage secrets contained within this vault.
- Returns:
- the value
-
getKeyId
public String getKeyId()
Refers to the customer’s master key OCID.If provided, it references a key to manage secrets. Customers must add policies to permit GoldenGate to use this key.
- Returns:
- the value
-
toString
public String toString()
- Overrides:
toStringin classMigrateConnectionDetails
-
toString
public String toString(boolean includeByteArrayContents)
Return a string representation of the object.- Overrides:
toStringin classMigrateConnectionDetails- Parameters:
includeByteArrayContents- true to include the full contents of byte arrays- Returns:
- string representation
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classMigrateConnectionDetails
-
hashCode
public int hashCode()
- Overrides:
hashCodein classMigrateConnectionDetails
-
-