Class VMwareDistributedSwitchSecurityPolicy
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the security policy applies to a distributed virtual switch port group, or port. This applies to vSphere 4.0 and above only.
public class VMwareDistributedSwitchSecurityPolicy : BaseTypeSection
- Inheritance
-
VMwareDistributedSwitchSecurityPolicy
Constructors
VMwareDistributedSwitchSecurityPolicy()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareDistributedSwitchSecurityPolicy class.
public VMwareDistributedSwitchSecurityPolicy()
Properties
AllowPromiscuous
Gets or sets whether promiscuous mode is allowed and therefore whether or not all traffic is seen on the port.
public VMwareBooleanPolicySetting AllowPromiscuous { get; set; }
Property Value
ForgedTransmits
Gets or sets whether the virtual network adapter should be allowed to send network traffic with a different MAC address than that of the virtual network adapter.
public VMwareBooleanPolicySetting ForgedTransmits { get; set; }
Property Value
MacChanges
Gets or sets whether the Media Access Control (MAC) address can be changed.
public VMwareBooleanPolicySetting MacChanges { get; set; }