VmStoragePolicyComplianceCheckRequestBody
This is a request body class for an operation.
Properties
check_spec
Optional
Parameter specifies the entities on which storage policy compliance check is to be invoked. The storage compliance Info Compliance.Info is returned. If unset, the behavior is equivalent to a Compliance.CheckSpec with CheckSpec#vmHome set to true and CheckSpec#disks populated with all disks attached to the virtual machine.
JSON Example
{
"check_spec": {
"disks": [
"string"
],
"vm_home": false
}
}