Uses of Class
com.oracle.bmc.goldengate.model.DeploymentPeerType
-
Packages that use DeploymentPeerType Package Description com.oracle.bmc.goldengate.model -
-
Uses of DeploymentPeerType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return DeploymentPeerType Modifier and Type Method Description static DeploymentPeerTypeDeploymentPeerType. create(String key)DeploymentPeerTypeDeploymentPeerSummary. getPeerType()The type of the deployment peer.static DeploymentPeerTypeDeploymentPeerType. valueOf(String name)Returns the enum constant of this type with the specified name.static DeploymentPeerType[]DeploymentPeerType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.goldengate.model with parameters of type DeploymentPeerType Modifier and Type Method Description DeploymentPeerSummary.BuilderDeploymentPeerSummary.Builder. peerType(DeploymentPeerType peerType)The type of the deployment peer.Constructors in com.oracle.bmc.goldengate.model with parameters of type DeploymentPeerType Constructor Description DeploymentPeerSummary(String deploymentId, String region, String availabilityDomain, String faultDomain, String displayName, DeploymentPeerType peerType, DeploymentRole peerRole, Date timeCreated, Date timeUpdated, Date timeRoleChanged, Date timeLastSynced, String subscriptionId, String clusterPlacementGroupId, DeploymentPeerSummary.LifecycleState lifecycleState)Deprecated.
-