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.TechnologyTypeRedisConnection.TechnologyType. create(String key)RedisConnection.TechnologyTypeCreateRedisConnectionDetails. getTechnologyType()The Redis technology type.RedisConnection.TechnologyTypeRedisConnection. getTechnologyType()The Redis technology type.RedisConnection.TechnologyTypeRedisConnectionSummary. getTechnologyType()The Redis technology type.static RedisConnection.TechnologyTypeRedisConnection.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.BuilderCreateRedisConnectionDetails.Builder. technologyType(RedisConnection.TechnologyType technologyType)The Redis technology type.RedisConnection.BuilderRedisConnection.Builder. technologyType(RedisConnection.TechnologyType technologyType)The Redis technology type.RedisConnectionSummary.BuilderRedisConnectionSummary.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, 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, 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, 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.
-