Uses of Class
com.oracle.bmc.goldengate.model.RedisConnection.TechnologyType
-
Packages that use RedisConnection.TechnologyType Package Description com.oracle.bmc.goldengate.model -
-
Uses of RedisConnection.TechnologyType in com.oracle.bmc.goldengate.model
Methods in com.oracle.bmc.goldengate.model that return RedisConnection.TechnologyType Modifier and Type Method Description static RedisConnection.TechnologyType
RedisConnection.TechnologyType. create(String key)
RedisConnection.TechnologyType
CreateRedisConnectionDetails. getTechnologyType()
The Redis technology type.RedisConnection.TechnologyType
RedisConnection. getTechnologyType()
The Redis technology type.RedisConnection.TechnologyType
RedisConnectionSummary. getTechnologyType()
The Redis technology type.static RedisConnection.TechnologyType
RedisConnection.TechnologyType. valueOf(String name)
Returns the enum constant of this type with the specified name.static RedisConnection.TechnologyType[]
RedisConnection.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 RedisConnection.TechnologyType Modifier and Type Method Description CreateRedisConnectionDetails.Builder
CreateRedisConnectionDetails.Builder. technologyType(RedisConnection.TechnologyType technologyType)
The Redis technology type.RedisConnection.Builder
RedisConnection.Builder. technologyType(RedisConnection.TechnologyType technologyType)
The Redis technology type.RedisConnectionSummary.Builder
RedisConnectionSummary.Builder. technologyType(RedisConnection.TechnologyType technologyType)
The Redis technology type.Constructors in com.oracle.bmc.goldengate.model with parameters of type RedisConnection.TechnologyType Constructor Description CreateRedisConnectionDetails(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, RedisConnection.TechnologyType technologyType, String servers, RedisConnection.SecurityProtocol securityProtocol, RedisConnection.AuthenticationType authenticationType, String username, String password, String passwordSecretId, String trustStore, String trustStoreSecretId, String trustStorePassword, String trustStorePasswordSecretId, String keyStore, String keyStoreSecretId, String keyStorePassword, String keyStorePasswordSecretId, String redisClusterId)
Deprecated.RedisConnection(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, RedisConnection.TechnologyType technologyType, String servers, RedisConnection.SecurityProtocol securityProtocol, RedisConnection.AuthenticationType authenticationType, String username, String redisClusterId, String passwordSecretId, String trustStoreSecretId, String trustStorePasswordSecretId, String keyStoreSecretId, String keyStorePasswordSecretId)
Deprecated.RedisConnectionSummary(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, RedisConnection.TechnologyType technologyType, String servers, RedisConnection.SecurityProtocol securityProtocol, RedisConnection.AuthenticationType authenticationType, String username, String redisClusterId, String passwordSecretId, String trustStoreSecretId, String trustStorePasswordSecretId, String keyStoreSecretId, String keyStorePasswordSecretId)
Deprecated.
-