Share via


PersistentVolumeClaimSpecV1.VolumeAttributesClassName Property

Definition

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.

Applies to