VcenterSettingsV1ConfigComponentsInventoryDatacenterDatacenter

The Datacenter structure contains spec to define datacenter in vCenter Server.


Properties

string
name Required

Name of the datacenter. 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.datacenter. 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.datacenter.


string
parent_path Optional

Absolute path of the inventory object’s parent. If unset, then inventory object placed in root folder.


permissions Optional

Permissions defined on the datacenter. If unset, then no permissions defined on this inventory object.


array of string
standalone_hosts Optional

Host configuration on the datacenter. If unset, then no hosts present in the datacenter.

JSON Example

{
	"name": "string"
}

Feedback

Was this page helpful?