CacheProperties interface

Properties of the cache.

Properties

cacheSizeGB

The size of this Cache, in GB.

directoryServicesSettings

Specifies Directory Services settings of the cache.

encryptionSettings

Specifies encryption settings of the cache.

health

Health of the cache.

mountAddresses

Array of IPv4 addresses that can be used by clients mounting this cache.

networkSettings

Specifies network settings of the cache.

primingJobs

Specifies the priming jobs defined in the cache.

provisioningState

ARM provisioning state, see https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#provisioningstate-property

securitySettings

Specifies security settings of the cache.

spaceAllocation

Specifies the space allocation percentage for each storage target in the cache.

subnet

Subnet used for the cache.

upgradeSettings

Upgrade settings of the cache.

upgradeStatus

Upgrade status of the cache.

zones

Availability zones for resources. This field should only contain a single element in the array.

Property Details

cacheSizeGB

The size of this Cache, in GB.

cacheSizeGB?: number

Property Value

number

directoryServicesSettings

Specifies Directory Services settings of the cache.

directoryServicesSettings?: CacheDirectorySettings

Property Value

encryptionSettings

Specifies encryption settings of the cache.

encryptionSettings?: CacheEncryptionSettings

Property Value

health

Health of the cache.

health?: CacheHealth

Property Value

mountAddresses

Array of IPv4 addresses that can be used by clients mounting this cache.

mountAddresses?: string[]

Property Value

string[]

networkSettings

Specifies network settings of the cache.

networkSettings?: CacheNetworkSettings

Property Value

primingJobs

Specifies the priming jobs defined in the cache.

primingJobs?: PrimingJob[]

Property Value

provisioningState

ARM provisioning state, see https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#provisioningstate-property

provisioningState?: string

Property Value

string

securitySettings

Specifies security settings of the cache.

securitySettings?: CacheSecuritySettings

Property Value

spaceAllocation

Specifies the space allocation percentage for each storage target in the cache.

spaceAllocation?: StorageTargetSpaceAllocation[]

Property Value

subnet

Subnet used for the cache.

subnet?: string

Property Value

string

upgradeSettings

Upgrade settings of the cache.

upgradeSettings?: CacheUpgradeSettings

Property Value

upgradeStatus

Upgrade status of the cache.

upgradeStatus?: CacheUpgradeStatus

Property Value

zones

Availability zones for resources. This field should only contain a single element in the array.

zones?: string[]

Property Value

string[]