StoragePoliciesCompatibilityInfo

The Policies.CompatibilityInfo structure contains info about a list of datastores compatible with a specific storage policy.


Properties

compatible_datastores Required

Info about a list of datastores compatible with a specific storage policy.

JSON Example

{
	"compatible_datastores": [
		{
			"datastore": "string"
		}
	]
}

Feedback

Was this page helpful?