Package | Description |
---|---|
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and Description |
---|---|
static CredentialStore |
CredentialStore.create(String key) |
CredentialStore |
UpdateOggDeploymentDetails.getCredentialStore()
The type of credential store for OGG.
|
CredentialStore |
CreateOggDeploymentDetails.getCredentialStore()
The type of credential store for OGG.
|
CredentialStore |
OggDeployment.getCredentialStore()
The type of credential store for OGG.
|
static CredentialStore |
CredentialStore.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CredentialStore[] |
CredentialStore.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
UpdateOggDeploymentDetails.Builder |
UpdateOggDeploymentDetails.Builder.credentialStore(CredentialStore credentialStore)
The type of credential store for OGG.
|
CreateOggDeploymentDetails.Builder |
CreateOggDeploymentDetails.Builder.credentialStore(CredentialStore credentialStore)
The type of credential store for OGG.
|
OggDeployment.Builder |
OggDeployment.Builder.credentialStore(CredentialStore credentialStore)
The type of credential store for OGG.
|
Constructor and Description |
---|
CreateOggDeploymentDetails(String deploymentName,
CredentialStore credentialStore,
String identityDomainId,
String passwordSecretId,
String adminUsername,
String adminPassword,
String certificate,
String key,
String oggVersion,
GroupToRolesMappingDetails groupToRolesMapping)
Deprecated.
|
OggDeployment(String deploymentName,
String adminUsername,
String oggVersion,
String certificate,
CredentialStore credentialStore,
String identityDomainId,
String passwordSecretId,
GroupToRolesMappingDetails groupToRolesMapping)
Deprecated.
|
UpdateOggDeploymentDetails(CredentialStore credentialStore,
String identityDomainId,
String passwordSecretId,
String adminUsername,
String adminPassword,
String certificate,
String key,
UpdateGroupToRolesMappingDetails groupToRolesMapping)
Deprecated.
|
Copyright © 2016–2024. All rights reserved.