Enum VMwareDistributedPortGroupPortBinding
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Determines the port binding configured for a distributed port group.
public enum VMwareDistributedPortGroupPortBinding
Fields
EarlyBinding = 1The port binding type is "Static Binding".
Ephemeral = 2The port binding type is "Ephemeral - No Binding".
LateBinding = 3The port binding type is "Dynamic Binding".
Unknown = 0The port binding is unknown.