Package-level declarations

Types

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 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 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 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 Redis cache to deploy. Valid values: (Basic, Standard, Premium)

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

Optional: requires clients to use a specified TLS version (or higher) to connect (e,g, '1.0', '1.1', '1.2')

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

Optional: Specifies the update channel for the monthly Redis updates your Redis Cache will receive. Caches using 'Preview' update channel get latest Redis updates at least 4 weeks ahead of 'Stable' channel caches. Default value is 'Stable'.

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

Optional: Specifies how availability zones are allocated to the Redis cache. 'Automatic' enables zone redundancy and Azure will automatically select zones based on regional availability and capacity. 'UserDefined' will select availability zones passed in by you using the 'zones' parameter. 'NoZones' will produce a non-zonal cache. If 'zonalAllocationPolicy' is not passed, it will be set to 'UserDefined' when zones are passed in, otherwise, it will be set to 'Automatic' in regions where zones are supported and 'NoZones' in regions where zones are not supported.