VmComputePoliciesInfo

The Policies.Info structure contains information about the compliance of a virtual machine with a compute policy.


Properties

status Required

The ObjectCompliance enumerated type defines the compliance states a policy can be in on a particular object.
UNKNOWN : The object has an unknown compliance state.
NOT_APPLICABLE : The object is in a state for which the policy does not apply.
COMPLIANT : The policy is in compliance on the object.
NOT_COMPLIANT : The policy is not in compliance on the object.

Possible values are: UNKNOWNNOT_APPLICABLECOMPLIANTNOT_COMPLIANT

JSON Example

{
	"status": "UNKNOWN"
}
Returned By

Get Compute Policies

Feedback

Was this page helpful?