StorageTargetProperties interface
Properties of the Storage Target.
Properties
| allocation |
The percentage of cache space allocated for this storage target |
| blob |
Properties when targetType is blobNfs. |
| clfs | Properties when targetType is clfs. |
| junctions | List of cache namespace junctions to target for namespace associations. |
| nfs3 | Properties when targetType is nfs3. |
| provisioning |
ARM provisioning state, see https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/Addendum.md#provisioningstate-property |
| state | Storage target operational state. |
| target |
Type of the Storage Target. |
| unknown | Properties when targetType is unknown. |
Property Details
allocationPercentage
The percentage of cache space allocated for this storage target
allocationPercentage?: number
Property Value
number
blobNfs
clfs
junctions
List of cache namespace junctions to target for namespace associations.
junctions?: NamespaceJunction[]
Property Value
nfs3
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
state
Storage target operational state.
state?: string
Property Value
string
targetType
Type of the Storage Target.
targetType: string
Property Value
string