Name | Type | Description | Notes |
---|---|---|---|
capacity | String | Quantity is a fixed-point representation of a number. It provides convenient marshaling/unmarshaling in JSON and YAML, in addition to String() and AsInt64() accessors. The serialization format is: ``` <quantity> ::= <signedNumber><suffix> (Note that <suffix> may be empty, from the "" case in <decimalSI>.) <digit> ::= 0 | 1 |
require 'kubevirt'
instance = Kubevirt::V1EmptyDiskSource.new(
capacity: null
)