Table of Contents

Class VMwareDistributedSwitchPortSettings

Namespace
CENTREL.XIA.Configuration.Types
Assembly
CENTREL.XIA.Configuration.Types.dll

Represents the settings applied to a distributed virtual switch port. This applies to vSphere 4.0 and above only.

public class VMwareDistributedSwitchPortSettings : BaseTypeSection
Inheritance
VMwareDistributedSwitchPortSettings

Constructors

VMwareDistributedSwitchPortSettings()

Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchPortSettings class.

public VMwareDistributedSwitchPortSettings()

Properties

Blocked

Gets or sets whether this port is blocked.

public VMwareBooleanPolicySetting Blocked { get; set; }

Property Value

VMwareBooleanPolicySetting

IncomingTrafficShapingPolicy

Gets or sets the incoming traffic shaping policy settings.

public VMwareDistributedSwitchTrafficShapingPolicy IncomingTrafficShapingPolicy { get; set; }

Property Value

VMwareDistributedSwitchTrafficShapingPolicy

NetFlow

Gets or sets whether NetFlow (IPFIX) is enabled for this port.

public VMwareBooleanPolicySetting NetFlow { get; set; }

Property Value

VMwareBooleanPolicySetting

OutgoingTrafficShapingPolicy

Gets or sets the outgoing traffic shaping policy settings.

public VMwareDistributedSwitchTrafficShapingPolicy OutgoingTrafficShapingPolicy { get; set; }

Property Value

VMwareDistributedSwitchTrafficShapingPolicy

SecurityPolicy

Gets or sets the security policy setting.

public VMwareDistributedSwitchSecurityPolicy SecurityPolicy { get; set; }

Property Value

VMwareDistributedSwitchSecurityPolicy

Teaming

Gets or sets the teaming and failover setings.

public VMwareDistributedSwitchPortTeamingSettings Teaming { get; set; }

Property Value

VMwareDistributedSwitchPortTeamingSettings

Vlan

Gets or sets the VLAN settings for this distributed switch port.

public VMwareDistributedSwitchPortVlanSettings Vlan { get; set; }

Property Value

VMwareDistributedSwitchPortVlanSettings