[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy

InlineRelatedAttributeConditionalExpression1

Properties

condition Required

Conditional value expression for target based on realted attribute value.


related_attribute Required

Related attribute.

JSON Example

{
	"condition": {
		"operator": "INCLUDES",
		"rhs_value": [
			"string"
		],
		"value_constraint": {
			"operator": "INCLUDES",
			"resource_type": "ValueConstraintExpression",
			"values": [
				"string"
			]
		}
	},
	"related_attribute": {
		"attribute": "string"
	}
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vmw-nsx-module: PolicyConstraints
[{"label":"Latest (v1.0)","version":"latest"}]
nsx-vmc-policy
Used By

RelatedAttributeConditionalExpression

Feedback

Was this page helpful?