vcenter network: summary
The
summary
structure contains commonly used information about a network.Representation:
{
"name" : "string",
"type" : "STANDARD_PORTGROUP",
"network" : "obj-103"
}
"name" : "string",
"type" : "STANDARD_PORTGROUP",
"network" : "obj-103"
}
Attributes:
Name | Type | Description |
---|---|---|
Required | ||
network | string | 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: Network . When operations return a value of this structure as a result, the field will be an identifier for the resource type: Network . |
name | string | Name of the network. |
type | string | Type (STANDARD_PORTGROUP , DISTRIBUTED_PORTGROUP , OPAQUE_NETWORK ) of the vCenter Server network. Defines the type of a vCenter Server network. The type of a network can be used to determine what features it supports and which APIs can be used to find more information about the network or change its configuration. Value is one of:STANDARD_PORTGROUP: vSphere standard portgroup (created and managed on ESX) DISTRIBUTED_PORTGROUP: Distributed virtual portgroup (created and managed through vCenter) OPAQUE_NETWORK: A network whose configuration is managed outside of vSphere. The identifer and name of the network is made available through vSphere so that host and virtual machine virtual ethernet devices can connect to them. |