vcenter datacenter: info
The
info
structure contains information about a datacenter in vCenter Server.Representations:
{
"datastore_folder": "obj-103",
"host_folder": "obj-103",
"name": "string",
"network_folder": "obj-103",
"vm_folder": "obj-103"
}
"datastore_folder": "obj-103",
"host_folder": "obj-103",
"name": "string",
"network_folder": "obj-103",
"vm_folder": "obj-103"
}
<?xml version="1.0" ?>
<ns0:Info xmlns:ns0="http://vmware.com/vcenter/datacenter" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<host_folder>obj-103</host_folder>
<network_folder>obj-103</network_folder>
<name>string</name>
<vm_folder>obj-103</vm_folder>
<datastore_folder>obj-103</datastore_folder>
</ns0:Info>
<ns0:Info xmlns:ns0="http://vmware.com/vcenter/datacenter" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<host_folder>obj-103</host_folder>
<network_folder>obj-103</network_folder>
<name>string</name>
<vm_folder>obj-103</vm_folder>
<datastore_folder>obj-103</datastore_folder>
</ns0:Info>
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 . |