Table of Contents

Class VMwareDistributedSwitchPvlan

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

Represents a private VLAN on a VMware distributed virtual switch.

public class VMwareDistributedSwitchPvlan : BaseTypeSection
Inheritance
VMwareDistributedSwitchPvlan

Constructors

VMwareDistributedSwitchPvlan()

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

public VMwareDistributedSwitchPvlan()

Properties

CollectionIndex

Gets or sets the collection index used by the datacomparer.

[Browsable(false)]
public string CollectionIndex { get; }

Property Value

string

PrimaryVlanId

Gets or sets the primary VLAN ID. The VLAN IDs of 0 and 4095 are reserved and cannot be used in this property.

public int PrimaryVlanId { get; set; }

Property Value

int

PvlanType

Gets or sets the private VLAN type.

public VMwareDistributedSwitchPvlanType PvlanType { get; set; }

Property Value

VMwareDistributedSwitchPvlanType

PvlanTypeString

Gets the private VLAN type as a human readable string.

public string PvlanTypeString { get; set; }

Property Value

string

SecondaryVlanId

Gets or sets the secondary VLAN ID. The VLAN IDs of 0 and 4095 are reserved and cannot be used in this property.

public int SecondaryVlanId { get; set; }

Property Value

int

Methods

ToString()

Returns the private VLAN as a human readable string.

public override string ToString()

Returns

string

The private VLAN as a human readable string.