StorageClassPropertiesUpdate interface
The model for updating storageClass properties
Properties
| access |
The access mode: [ReadWriteOnce, ReadWriteMany] or [ReadWriteOnce] |
| allow |
Volume can be expanded or not |
| data |
Allow single data node failure |
| failover |
Failover speed: NA, Slow, Fast |
| limitations | Limitations of the storage class |
| mount |
Additional mount options |
| performance | Performance tier |
| priority | Selection priority when multiple storage classes meet the criteria. 0: Highest, -1: Never use |
| type |
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