PersistentVolumeSpecV1.VolumeMode 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.
Specifies the volume mode of the persistent volume.
[YamlDotNet.Serialization.YamlMember(Alias="volumeMode")]
public string VolumeMode { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="volumeMode")>]
member this.VolumeMode : string with get, set
Public Property VolumeMode As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute
Remarks
Defines the way the volume is mounted. Typical values include "Filesystem" or "Block". This property is required to determine how the volume will be used and accessed.