StoragePoliciesComplianceSummary

Provides the details of a virtual machine and its associated entities which match the given compliance statuses.


Properties

string
vm Required

Identifier of virtual machine When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: VirtualMachine. When operations return a value of this structure as a result, the field will be an identifier for the resource type: VirtualMachine.


disks Optional

This enumeration defines the set of status values for a compliance operation.
COMPLIANT : Entity is in compliance.
NON_COMPLIANT : Entity is out of compliance.
UNKNOWN : Compliance status of the entity is not known.
NOT_APPLICABLE : Compliance computation is not applicable for this entity because it does not have any storage requirement that apply to the object-based datastore on which the entity is placed.
OUT_OF_DATE : Compliance status becomes out of date when the profile associated with the entity is edited and not applied. The compliance status will remain out of date until the latest policy is applied to the entity.

Possible values are: COMPLIANTNON_COMPLIANTUNKNOWNNOT_APPLICABLEOUT_OF_DATE


vm_home Optional

This enumeration defines the set of status values for a compliance operation.
COMPLIANT : Entity is in compliance.
NON_COMPLIANT : Entity is out of compliance.
UNKNOWN : Compliance status of the entity is not known.
NOT_APPLICABLE : Compliance computation is not applicable for this entity because it does not have any storage requirement that apply to the object-based datastore on which the entity is placed.
OUT_OF_DATE : Compliance status becomes out of date when the profile associated with the entity is edited and not applied. The compliance status will remain out of date until the latest policy is applied to the entity.

Possible values are: COMPLIANTNON_COMPLIANTUNKNOWNNOT_APPLICABLEOUT_OF_DATE

JSON Example

{
	"vm": "string"
}

Feedback

Was this page helpful?