Skip to content

Data Object - NetworkLabelData

Java Class

com.omnissa.vdi.vlsi.binding.vdi.utils.virtualcenter.NetworkLabel.NetworkLabelData

Property of

NetworkLabelInfo

See also

NetworkLabelIncompatibleReasons

Since

Horizon View 6.0

Data Object Description

Set of attributes for a network label retrieved from the VC. 3

Data Object Properties

Name Type Description
name xsd:string The network label's VC display name. 1 2
switchType xsd:string The network label's switch type. 2
* This property will be one of:
ValueDescription
"STANDARD_SWITCH"Standard Switch
"DISTRIBUTED_VIRTUAL_SWITCH"Distributed Virtual Switch
"NSX_NETWORK_SWITCH"NSX network switch
incompatibleReasons NetworkLabelIncompatibleReasons Reasons that may preclude this NetworkLabel from being used in desktop configuration. 2
labelType xsd:string The network label's type. Since Horizon 7.1 1 2
* This property will be one of:
ValueDescription
"earlyBinding"A free DistributedVirtualPort will be selected and assigned to a Virtual Machine when the Virtual Machine is reconfigured to connect to the portgroup. NGVC Instant clones/farms only support earlyBinding port group type.
"ephemeral"A DistributedVirtualPort will be created and assigned to a Virtual Machine when the Virtual Machine is powered on, and will be deleted when the Virtual Machine is powered off. An ephemeral portgroup has no limit on the number of ports that can be a part of this portgroup. In cases where the vCenter Server is unavailable the host can create conflict ports in this portgroup to be used by a Virtual Machine at power on.
"lateBinding"deprecated as of vSphere API 5.0 A free DistributedVirtualPort will be selected and assigned to a Virtual Machine when the Virtual Machine is powered on.
maxNumOfPort xsd:int The total number of ports present. Since Horizon 7.1 1 2
availablePorts xsd:int Available ports in network label. Since Horizon 7.1 1 2

  1. This property need not be set. 

  2. This property cannot be updated. 

  3. This data object must be updated as a whole.