Uses of Class
com.oracle.bmc.goldengate.model.GoldenGateConnection.TechnologyType
-
Packages that use GoldenGateConnection.TechnologyType Package Description com.oracle.bmc.goldengate.model -
-
Uses of GoldenGateConnection.TechnologyType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return GoldenGateConnection.TechnologyType Modifier and Type Method Description static GoldenGateConnection.TechnologyType
GoldenGateConnection.TechnologyType. create(String key)
GoldenGateConnection.TechnologyType
CreateGoldenGateConnectionDetails. getTechnologyType()
The GoldenGate technology type.GoldenGateConnection.TechnologyType
GoldenGateConnection. getTechnologyType()
The GoldenGate technology type.GoldenGateConnection.TechnologyType
GoldenGateConnectionSummary. getTechnologyType()
The GoldenGate technology type.static GoldenGateConnection.TechnologyType
GoldenGateConnection.TechnologyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static GoldenGateConnection.TechnologyType[]
GoldenGateConnection.TechnologyType. 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 GoldenGateConnection.TechnologyType Modifier and Type Method Description CreateGoldenGateConnectionDetails.Builder
CreateGoldenGateConnectionDetails.Builder. technologyType(GoldenGateConnection.TechnologyType technologyType)
The GoldenGate technology type.GoldenGateConnection.Builder
GoldenGateConnection.Builder. technologyType(GoldenGateConnection.TechnologyType technologyType)
The GoldenGate technology type.GoldenGateConnectionSummary.Builder
GoldenGateConnectionSummary.Builder. technologyType(GoldenGateConnection.TechnologyType technologyType)
The GoldenGate technology type.Constructors in com.oracle.bmc.goldengate.model with parameters of type GoldenGateConnection.TechnologyType Constructor Description CreateGoldenGateConnectionDetails(String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, List<AddResourceLockDetails> locks, String vaultId, String keyId, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, GoldenGateConnection.TechnologyType technologyType, String deploymentId, String host, Integer port, String username, String password, String passwordSecretId, String privateIp)
Deprecated.GoldenGateConnection(String id, String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Connection.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, List<ResourceLock> locks, String vaultId, String keyId, List<IngressIpDetails> ingressIps, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, Boolean doesUseSecretIds, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, GoldenGateConnection.TechnologyType technologyType, String deploymentId, String host, Integer port, String username, String privateIp, String passwordSecretId)
Deprecated.GoldenGateConnectionSummary(String id, String displayName, String description, String compartmentId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags, Map<String,Map<String,Object>> systemTags, Connection.LifecycleState lifecycleState, String lifecycleDetails, Date timeCreated, Date timeUpdated, String vaultId, String keyId, List<IngressIpDetails> ingressIps, List<String> nsgIds, String subnetId, RoutingMethod routingMethod, List<ResourceLock> locks, Boolean doesUseSecretIds, String subscriptionId, String clusterPlacementGroupId, Map<String,Map<String,Object>> securityAttributes, GoldenGateConnection.TechnologyType technologyType, String deploymentId, String host, Integer port, String username, String privateIp, String passwordSecretId)
Deprecated.
-