DatacenterSummary

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


Properties

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.

JSON Example

{
	"datacenter": "string",
	"name": "string"
}
Returned By

List Datacenter

Feedback

Was this page helpful?