StorageClassPropertiesUpdate interface

The model for updating storageClass properties

Properties

accessModes

The access mode: [ReadWriteOnce, ReadWriteMany] or [ReadWriteOnce]

allowVolumeExpansion

Volume can be expanded or not

dataResilience

Allow single data node failure

failoverSpeed

Failover speed: NA, Slow, Fast

limitations

Limitations of the storage class

mountOptions

Additional mount options

performance

Performance tier

priority

Selection priority when multiple storage classes meet the criteria. 0: Highest, -1: Never use

typeProperties

New storage class type of storageClass

Property Details

accessModes

The access mode: [ReadWriteOnce, ReadWriteMany] or [ReadWriteOnce]

accessModes?: string[]

Property Value

string[]

allowVolumeExpansion

Volume can be expanded or not

allowVolumeExpansion?: string

Property Value

string

dataResilience

Allow single data node failure

dataResilience?: string

Property Value

string

failoverSpeed

Failover speed: NA, Slow, Fast

failoverSpeed?: string

Property Value

string

limitations

Limitations of the storage class

limitations?: string[]

Property Value

string[]

mountOptions

Additional mount options

mountOptions?: string[]

Property Value

string[]

performance

Performance tier

performance?: string

Property Value

string

priority

Selection priority when multiple storage classes meet the criteria. 0: Highest, -1: Never use

priority?: number

Property Value

number

typeProperties

New storage class type of storageClass

typeProperties?: StorageClassTypePropertiesUpdate

Property Value