Datacenter_Summary

Datacenter_Summary
Datacenter_Summary

The Datacenter.Summary structure contains commonly used information about a datacenter in vCenter Server.

JSON Example
{
    "datacenter": "string",
    "name": "string"
}
string
datacenter
Required

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.

string
name
Required

Name of the datacenter.

Returned By