vcenter folder: create spec
The
create_spec
structure defines the information used to create 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:
{
"parent_folder" : "obj-103",
"name" : "string"
}
"parent_folder" : "obj-103",
"name" : "string"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
name | string | The name of the folder to be created. 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. |
parent_folder | string | Parent folder in which the new folder should be created. 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 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 . |