VcenterSettingsV1ConfigComponentsInventoryDatastoreDatastore
Datastore structure defines the spec for datastore configurations in vCenter Server.
Properties
string
name
Required
The identifier of the datastore. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.appliance.vcenter.settings.v1.config.components.inventory.datastore. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.appliance.vcenter.settings.v1.config.components.inventory.datastore.
string
parent_path
Required
Absolute path of the inventory object’s parent.
permissions
Optional
Permissions defined on the datastore. If unset, then no permissions defined on this inventory object.
summary
Optional
Summary of the datastore.
JSON Example
{
"name": "string",
"parent_path": "string"
}