vcenter folder: info
The
info
structure contains information about a folder. Warning: This structure is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented.Representation:
{
"datacenters" : [
"obj-103",
"obj-103"
],
"folders" : [
"obj-103",
"obj-103"
],
"hosts" : [
"obj-103",
"obj-103"
],
"name" : "string",
"datastores" : [
"obj-103",
"obj-103"
],
"type" : "DATACENTER",
"networks" : [
"obj-103",
"obj-103"
],
"clusters" : [
"obj-103",
"obj-103"
],
"virtual_machines" : [
"obj-103",
"obj-103"
]
}
"datacenters" : [
"obj-103",
"obj-103"
],
"folders" : [
"obj-103",
"obj-103"
],
"hosts" : [
"obj-103",
"obj-103"
],
"name" : "string",
"datastores" : [
"obj-103",
"obj-103"
],
"type" : "DATACENTER",
"networks" : [
"obj-103",
"obj-103"
],
"clusters" : [
"obj-103",
"obj-103"
],
"virtual_machines" : [
"obj-103",
"obj-103"
]
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
name | string | Name of the vCenter Server folder. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. |
type | string | Type (DATACENTER , DATASTORE , HOST , NETWORK , VIRTUAL_MACHINE ) of the vCenter Server folder. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Defines the type of a vCenter Server folder. The type of a folder determines what what kinds of children can be contained in the folder. Value is one of:DATACENTER: A folder that can contain datacenters. DATASTORE: A folder that can contain datastores. HOST: A folder that can contain compute resources (hosts and clusters). NETWORK: A folder that can contain networkds. VIRTUAL_MACHINE: A folder that can contain virtual machines. |
folders | string[] | Identifiers of the child folders contained in this folder. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: Folder . When operations return a value of this structure as a result, the field will contain identifiers for the resource type: Folder . |
Optional | ||
datacenters | string[] | Identifiers of the datacenters contained in this folder. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. It is only relevant when type has value DATACENTER. This field is optional and it is only relevant when the value of type is DATACENTER.When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: Datacenter . When operations return a value of this structure as a result, the field will contain identifiers for the resource type: Datacenter . |
datastores | string[] | Identifiers of the datastores contained in this folder. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. It is only relevant when type has value DATASTORE. This field is optional and it is only relevant when the value of type is DATASTORE.When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: Datastore . When operations return a value of this structure as a result, the field will contain identifiers for the resource type: Datastore . |
hosts | string[] | Identifiers of the hosts contained in this folder. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. It is only relevant when type has value HOST. This field is optional and it is only relevant when the value of type is HOST.When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: HostSystem . When operations return a value of this structure as a result, the field will contain identifiers for the resource type: HostSystem . |
clusters | string[] | Identifiers of the clusters contained in this folder. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. It is only relevant when type has value HOST. This field is optional and it is only relevant when the value of type is HOST.When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: ClusterComputeResource . When operations return a value of this structure as a result, the field will contain identifiers for the resource type: ClusterComputeResource . |
networks | string[] | Identifiers of the networks contained in this folder. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. It is only relevant when type has value NETWORK. This field is optional and it is only relevant when the value of type is NETWORK.When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: Network . When operations return a value of this structure as a result, the field will contain identifiers for the resource type: Network . |
virtual_machines | string[] | Identifiers of the virtual machines contained in this folder. Warning: This attribute is part of a new feature in development. It may be changed at any time and may not have all supported functionality implemented. Optional. It is only relevant when type has value VIRTUAL_MACHINE. This field is optional and it is only relevant when the value of type is VIRTUAL_MACHINE.When clients pass a value of this structure as a parameter, the field must contain identifiers for the resource type: VirtualMachine . When operations return a value of this structure as a result, the field will contain identifiers for the resource type: VirtualMachine . |