VcenterSettingsV1ConfigComponentsInventoryNetworkNetwork
The Network structure contains spec to define standard network in vCenter Server.
Properties
string
name
Required
Identifier of the network. When clients pass a value of this structure as a parameter, the field must be an identifier for the resource type: com.vmware.appliance.vcenter.settings.v1.config.components.inventory.network. When operations return a value of this structure as a result, the field will be an identifier for the resource type: com.vmware.appliance.vcenter.settings.v1.config.components.inventory.network.
string
parent_path
Required
Absolute path of the inventory object’s parent.
permissions
Optional
Permissions defined on the network. If unset, then no permissions defined on this inventory object.
JSON Example
{
"name": "string",
"parent_path": "string"
}