vSphere Web Services API
| Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
Data Object - VsanPolicySatisfiability(vim.host.VsanInternalSystem.PolicySatisfiability)
- Returned by
- CanProvisionObjects, ReconfigurationSatisfiable
- Extends
- DynamicData
- See also
- LocalizableMessage, VsanPolicyCost
- Since
- vSphere API Release 6.0
Data Object Description
PolicySatisfiablity -- Structure to describe whether a policy can be satisfied.Properties
Name | Type | Description |
---|---|---|
cost* | VsanPolicyCost |
Cost of satisfying the new policy; This is unset if policy cannot be
satisfied.
|
isSatisfiable | xsd:boolean |
Can the policy be satisfied given the assumptions of the API that
queried satisfiability. See vim.host.VsanInternalSystem#reconfigurationSatisfiable(PolicyChangeBatch[] |
reason* | LocalizableMessage |
Reason for not being able to satisfy the policy; This is unset if
policy can be satisfied.
|
uuid* | xsd:string |
UUID of the object.
|
Properties inherited from DynamicData | ||
None |
Show WSDL type definition
Top of page | Local Properties | ||
Managed Object Types | Data Object Types | All Properties | All Methods |