Package | Description |
---|---|
com.oracle.bmc.goldengate.model |
Modifier and Type | Method and Description |
---|---|
CreateOggDeploymentDetails.Builder |
CreateOggDeploymentDetails.Builder.adminPassword(String adminPassword)
The password associated with the GoldenGate deployment console username.
|
CreateOggDeploymentDetails.Builder |
CreateOggDeploymentDetails.Builder.adminUsername(String adminUsername)
The GoldenGate deployment console username.
|
static CreateOggDeploymentDetails.Builder |
CreateOggDeploymentDetails.builder()
Create a new builder.
|
CreateOggDeploymentDetails.Builder |
CreateOggDeploymentDetails.Builder.certificate(String certificate)
The base64 encoded content of the PEM file containing the SSL certificate.
|
CreateOggDeploymentDetails.Builder |
CreateOggDeploymentDetails.Builder.copy(CreateOggDeploymentDetails model) |
CreateOggDeploymentDetails.Builder |
CreateOggDeploymentDetails.Builder.credentialStore(CredentialStore credentialStore)
The type of credential store for OGG.
|
CreateOggDeploymentDetails.Builder |
CreateOggDeploymentDetails.Builder.deploymentName(String deploymentName)
The name given to the GoldenGate service deployment.
|
CreateOggDeploymentDetails.Builder |
CreateOggDeploymentDetails.Builder.groupToRolesMapping(GroupToRolesMappingDetails groupToRolesMapping) |
CreateOggDeploymentDetails.Builder |
CreateOggDeploymentDetails.Builder.identityDomainId(String identityDomainId)
The OCID of the
Identity Domain when IAM credential store is used.
|
CreateOggDeploymentDetails.Builder |
CreateOggDeploymentDetails.Builder.key(String key)
The base64 encoded content of the PEM file containing the private key.
|
CreateOggDeploymentDetails.Builder |
CreateOggDeploymentDetails.Builder.oggVersion(String oggVersion)
Version of OGG
|
CreateOggDeploymentDetails.Builder |
CreateOggDeploymentDetails.Builder.passwordSecretId(String passwordSecretId)
The OCID of the
Secret where the deployment password is stored.
|
CreateOggDeploymentDetails.Builder |
CreateOggDeploymentDetails.toBuilder() |
Copyright © 2016–2024. All rights reserved.