PersistentVolumeSpecV1.Capacity 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 storage capacity of the persistent volume. The keys in the dictionary represent capacity types (e.g., "storage"), and the values define the corresponding quantity for the capacity type.
[YamlDotNet.Serialization.YamlMember(Alias="capacity")]
public System.Collections.Generic.Dictionary<string,string> Capacity { get; set; }
[<YamlDotNet.Serialization.YamlMember(Alias="capacity")>]
member this.Capacity : System.Collections.Generic.Dictionary<string, string> with get, set
Public Property Capacity As Dictionary(Of String, String)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute