Test Search vSphere Web Services API
| |||
Managed Object Types | Data Object Types | All Properties | All Methods |
Enum - DistributedVirtualPortgroupPortgroupType(vim.dvs.DistributedVirtualPortgroup.PortgroupType)
- Since
- vSphere API Release 4.0
Enum Description
The DistributedVirtualPortgroupPortgroupType enum defines the distributed virtual portgroup types (DistributedVirtualPortgroup.Config.type). Early binding specifies a static set of ports that are created when you create the distributed virtual portgroup. An ephemeral portgroup uses dynamic ports that are created when you power on a virtual machine.Enum Constants
Name | Description |
---|---|
earlyBinding |
A free DistributedVirtualPort will be selected and assigned to
a VirtualMachine when the virtual machine is reconfigured to
connect to the portgroup.
|
ephemeral |
A DistributedVirtualPort will be created and assigned to a
VirtualMachine 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 |
A free DistributedVirtualPort will be selected and
assigned to a VirtualMachine when the virtual machine is
powered on.
|
Show WSDL type definition
Top of page | |||
Managed Object Types | Data Object Types | All Properties | All Methods |