Uses of Class
com.oracle.bmc.dif.model.GgcsConnectionDetails
-
Packages that use GgcsConnectionDetails Package Description com.oracle.bmc.dif.model -
-
Uses of GgcsConnectionDetails in com.oracle.bmc.dif.model
Methods in com.oracle.bmc.dif.model that return GgcsConnectionDetails Modifier and Type Method Description GgcsConnectionDetailsGgcsConnectionDetails.Builder. build()Methods in com.oracle.bmc.dif.model that return types with arguments of type GgcsConnectionDetails Modifier and Type Method Description List<GgcsConnectionDetails>GgcsDetail. getConnections()Connection details to be associated with the Goldengate deployment.List<GgcsConnectionDetails>GgcsUpdateDetail. getConnections()Connection details to be associated with the Goldengate deployment.Methods in com.oracle.bmc.dif.model with parameters of type GgcsConnectionDetails Modifier and Type Method Description GgcsConnectionDetails.BuilderGgcsConnectionDetails.Builder. copy(GgcsConnectionDetails model)Method parameters in com.oracle.bmc.dif.model with type arguments of type GgcsConnectionDetails Modifier and Type Method Description GgcsDetail.BuilderGgcsDetail.Builder. connections(List<GgcsConnectionDetails> connections)Connection details to be associated with the Goldengate deployment.GgcsUpdateDetail.BuilderGgcsUpdateDetail.Builder. connections(List<GgcsConnectionDetails> connections)Connection details to be associated with the Goldengate deployment.Constructor parameters in com.oracle.bmc.dif.model with type arguments of type GgcsConnectionDetails Constructor Description GgcsDetail(String instanceId, Integer ocpu, String subnetId, String publicSubnetId, String passwordSecretId, String oggVersion, List<GgcsConnectionDetails> connections)Deprecated.GgcsUpdateDetail(String instanceId, Integer ocpu, String publicSubnetId, List<GgcsConnectionDetails> connections)Deprecated.
-