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 = 1
The port binding type is "Static Binding".
Ephemeral = 2
The port binding type is "Ephemeral - No Binding".
LateBinding = 3
The port binding type is "Dynamic Binding".
Unknown = 0
The port binding is unknown.