vcenter storage policies: compatibility info
The
compatibility_info
structure contains info about a list of datastores compatible with a specific storage policy. This structure was added in vSphere API 6.7.Representation:
{
"compatible_datastores" : [
{
"datastore" : "obj-103"
},
{
"datastore" : "obj-103"
}
]
}
"compatible_datastores" : [
{
"datastore" : "obj-103"
},
{
"datastore" : "obj-103"
}
]
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
compatible_datastores | compatible_datastore_info[] | Info about a list of datastores compatible with a specific storage policy. This attribute was added in vSphere API 6.7. |
compatible_datastores[].datastore | string | Identifier of the datastore. This attribute was added in vSphere API 6.7. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: Datastore . When operations return a value of this structure as a result, the field will be an identifier for the resource type: Datastore . |