Uses of Class
com.oracle.bmc.dif.model.GgcsDetail.Builder
-
Packages that use GgcsDetail.Builder Package Description com.oracle.bmc.dif.model -
-
Uses of GgcsDetail.Builder in com.oracle.bmc.dif.model
Methods in com.oracle.bmc.dif.model that return GgcsDetail.Builder Modifier and Type Method Description static GgcsDetail.BuilderGgcsDetail. builder()Create a new builder.GgcsDetail.BuilderGgcsDetail.Builder. connections(List<GgcsConnectionDetails> connections)Connection details to be associated with the Goldengate deployment.GgcsDetail.BuilderGgcsDetail.Builder. copy(GgcsDetail model)GgcsDetail.BuilderGgcsDetail.Builder. instanceId(String instanceId)Id for the GGCS instance to provision.GgcsDetail.BuilderGgcsDetail.Builder. ocpu(Integer ocpu)The Minimum number of OCPUs to be made available for this Deployment.GgcsDetail.BuilderGgcsDetail.Builder. oggVersion(String oggVersion)Version of OGG.GgcsDetail.BuilderGgcsDetail.Builder. passwordSecretId(String passwordSecretId)The OCID of the Secret where the deployment password is stored.GgcsDetail.BuilderGgcsDetail.Builder. publicSubnetId(String publicSubnetId)The OCID of a public subnet in the customer tenancy.GgcsDetail.BuilderGgcsDetail.Builder. subnetId(String subnetId)The OCID of the subnet of the GGCS deployment’s private endpoint.GgcsDetail.BuilderGgcsDetail. toBuilder()
-