PersistentVolumeClaimSpecV1.VolumeAttributesClassName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the name of the class associated with the attributes of the volume in the PersistentVolumeClaim specification.
[YamlDotNet.Serialization.YamlMember(Alias="volumeAttributesClassName")]
public string VolumeAttributesClassName { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="volumeAttributesClassName")>]
member this.VolumeAttributesClassName : string with get, set
Public Property VolumeAttributesClassName As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
This property specifies the class used for describing the attributes of the storage volume. It is useful when there is a need to define specific characteristics or classifications for the volume, such as performance tiers or additional storage settings.