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 CmkIdentityType : Enum<CmkIdentityType> , ConvertibleToJava<CmkIdentityType>

Only userAssignedIdentity is supported in this API version; other types may be supported in the future

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 ManagedServiceIdentityType : Enum<ManagedServiceIdentityType> , ConvertibleToJava<ManagedServiceIdentityType>

Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).

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'. Note: This setting is important for caches with private endpoints. It has no effect on caches that are joined to, or injected into, a virtual network subnet.

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'