Content ConfigurationSetting ConstraintType
Content ConfigurationSetting ConstraintType
The Content ConfigurationSetting ConstraintType enumerated type defines the type of a contraints.
Possible values:
ENUMERATION: This type defines possible values for a constraint. For example, if constraint is of boolean type then its possible values are true or false.MIN_INCLUSIVE: This type specifies an inclusive lower bound as a constraint for the corresponding configuration value.MAX_INCLUSIVE: This type specifies an inclusive upper bound as a constraint for the corresponding configuration value.MIN_EXCLUSIVE: This type specifies an exclusive lower bound as a constraint for the corresponding configuration value.MAX_EXCLUSIVE: This type specifies an exclusive upper bound as a constraint for the corresponding configuration value.
This enumeration was added in vSphere API 9.1.0.0.
This data structure has no properties.
Enumeration:
ENUMERATION,
MIN_INCLUSIVE,
MAX_INCLUSIVE,
MIN_EXCLUSIVE,
MAX_EXCLUSIVE,