EmptyDirVolumeSourceV1.Medium 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.
Gets or sets the storage medium to be used for the empty directory volume. Possible values include "Memory" to use memory backed storage. If not specified, the default behavior is to use the node's default storage medium.
[YamlDotNet.Serialization.YamlMember(Alias="medium")]
public string? Medium { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="medium")>]
member this.Medium : string with get, set
Public Property Medium As String
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute