VcenterSettingsV1ConfigComponentsInventoryFolderFolder
The Folder structure contains spec to define folder in vCenter Server.
Properties
datacenter
Optional
List of datacenter folders. If unset. then there are no datacenter folders.
datastore
Optional
List of datastore folders. If unset. then there are no datastore folders.
host
Optional
List of host folders. If unset. then there are no host folders.
network
Optional
List of network folders. If unset. then there are no network folders.
vm
Optional
List of vm folders. If unset. then there are no vm folders.
JSON Example
{
"datacenter": [
{
"name": "string",
"parent_path": "string",
"permissions": [
{
"group": false,
"principal": "string",
"propagate": false,
"role_id": 0
}
]
}
],
"datastore": [
{
"name": "string",
"parent_path": "string",
"permissions": [
{
"group": false,
"principal": "string",
"propagate": false,
"role_id": 0
}
]
}
],
"host": [
{
"name": "string",
"parent_path": "string",
"permissions": [
{
"group": false,
"principal": "string",
"propagate": false,
"role_id": 0
}
]
}
],
"network": [
{
"name": "string",
"parent_path": "string",
"permissions": [
{
"group": false,
"principal": "string",
"propagate": false,
"role_id": 0
}
]
}
],
"vm": [
{
"name": "string",
"parent_path": "string",
"permissions": [
{
"group": false,
"principal": "string",
"propagate": false,
"role_id": 0
}
]
}
]
}