vcenter datacenter: summary
The
summary
structure contains commonly used information about a datacenter in vCenter Server.Representations:
{
"datacenter": "obj-103",
"name": "string"
}
"datacenter": "obj-103",
"name": "string"
}
<?xml version="1.0" ?>
<ns0:Summary xmlns:ns0="http://vmware.com/vcenter/datacenter" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<name>string</name>
<datacenter>obj-103</datacenter>
</ns0:Summary>
<ns0:Summary xmlns:ns0="http://vmware.com/vcenter/datacenter" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<name>string</name>
<datacenter>obj-103</datacenter>
</ns0:Summary>
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
datacenter | string | Identifier of the datacenter. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: Datacenter . When operations return a value of this structure as a result, the field will be an identifier for the resource type: Datacenter . |
name | string | Name of the datacenter. |