Get Dynamic Host Volume Result
A collection of values returned by getDynamicHostVolume.
Constructors
Properties
(block)
- Option for validating the capability of a volume. Each capability block has the following attributes:
(int)
- The size of the volume, in bytes.
(string)
- The requested maximum capacity of the volume, in human-friendly format (ex. 10 GiB).
(string)
- The requested maximum capacity of the volume, in bytes.
(string)
- The requested minimum capacity of the volume, in human-friendly format (ex. 10 GiB).
(string)
- The requested minimum capacity of the volume, in bytes.
(block)
- The restrictions used to place the volume on a node, similar to the `constraint` block on a Nomad job specification. A volume may have multiple constraint
blocks. Each constraint block has the following attributes.
(string)
- The name of the volume, which is used as the volume_source field in job specifications that claim this volume. Host volume names are be unique per node. Names are visible to any user with node:read
ACL, even across namespaces, so they should not be treated as sensitive values.
(map<string|string>)
- A key-value map of strings passed directly to the plugin to configure the volume. The details of these parameters are specific to the plugin.