GetDynamicHostVolumeConstraint

data class GetDynamicHostVolumeConstraint(val attribute: String, val operator: String, val value: String)

Constructors

Link copied to clipboard
constructor(attribute: String, operator: String, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

(string) - The node attribute to check for the constraint.

Link copied to clipboard

(string)- The operator to use in the comparison.

Link copied to clipboard

(string) - The value of the attribute to compare against.