Package-level declarations

Types

Link copied to clipboard
enum AofFrequency : Enum<AofFrequency> , ConvertibleToJava<AofFrequency>

Sets the frequency at which data is written to disk.

Link copied to clipboard
enum ClusteringPolicy : Enum<ClusteringPolicy> , ConvertibleToJava<ClusteringPolicy>

Clustering policy - default is OSSCluster. Specified at create time.

Link copied to clipboard
enum DayOfWeek : Enum<DayOfWeek> , ConvertibleToJava<DayOfWeek>

Day of the week when a cache can be patched.

Link copied to clipboard
enum EvictionPolicy : Enum<EvictionPolicy> , ConvertibleToJava<EvictionPolicy>

Redis eviction policy - default is VolatileLRU

Link copied to clipboard
enum PrivateEndpointServiceConnectionStatus : Enum<PrivateEndpointServiceConnectionStatus> , ConvertibleToJava<PrivateEndpointServiceConnectionStatus>

Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.

Link copied to clipboard
enum Protocol : Enum<Protocol> , ConvertibleToJava<Protocol>

Specifies whether redis clients can connect using TLS-encrypted or plaintext redis protocols. Default is TLS-encrypted.

Link copied to clipboard
enum PublicNetworkAccess : Enum<PublicNetworkAccess> , ConvertibleToJava<PublicNetworkAccess>

Whether or not public endpoint access is allowed for this cache. Value is optional but if passed in, must be 'Enabled' or 'Disabled'. If 'Disabled', private endpoints are the exclusive access method. Default value is 'Enabled'

Link copied to clipboard
enum RdbFrequency : Enum<RdbFrequency> , ConvertibleToJava<RdbFrequency>

Sets the frequency at which a snapshot of the database is created.

Link copied to clipboard
enum ReplicationRole : Enum<ReplicationRole> , ConvertibleToJava<ReplicationRole>

Role of the linked server.

Link copied to clipboard
enum SkuFamily : Enum<SkuFamily> , ConvertibleToJava<SkuFamily>

The SKU family to use. Valid values: (C, P). (C = Basic/Standard, P = Premium).

Link copied to clipboard
enum SkuName : Enum<SkuName> , ConvertibleToJava<SkuName>

The type of RedisEnterprise cluster to deploy. Possible values: (Enterprise_E10, EnterpriseFlash_F300 etc.)

Link copied to clipboard
enum TlsVersion : Enum<TlsVersion> , ConvertibleToJava<TlsVersion>

The minimum TLS version for the cluster to support, e.g. '1.2'