vcenter datacenter: info

The info structure contains information about a datacenter in vCenter Server.

Representation:

{
    "datastore_folder""obj-103",
    "host_folder""obj-103",
    "name""string",
    "network_folder""obj-103",
    "vm_folder""obj-103"
}

Attributes:

Name Type Description
Required
name string The name of the datacenter.

datastore_folder string The root datastore folder associated with the datacenter.

When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: Folder. When operations return a value of this structure as a result, the field will be an identifier for the resource type: Folder.

host_folder string The root host and cluster folder associated with the datacenter.

When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: Folder. When operations return a value of this structure as a result, the field will be an identifier for the resource type: Folder.

network_folder string The root network folder associated with the datacenter.

When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: Folder. When operations return a value of this structure as a result, the field will be an identifier for the resource type: Folder.

vm_folder string The root virtual machine folder associated with the datacenter.

When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: Folder. When operations return a value of this structure as a result, the field will be an identifier for the resource type: Folder.