Class VMwareDistributedPortGroupPolicy
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents the policy settings for a VMware distributed port group. This applies to vSphere 4.0 and above only.
public class VMwareDistributedPortGroupPolicy : BaseTypeSection
- Inheritance
-
VMwareDistributedPortGroupPolicy
Constructors
VMwareDistributedPortGroupPolicy()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareDistributedPortGroupPolicy class.
public VMwareDistributedPortGroupPolicy()
Properties
BlockOverrideAllowed
Gets or sets whether to allow the override of the block ports setting.
public BooleanOption BlockOverrideAllowed { get; set; }
Property Value
NetFlowOverrideAllowed
Gets or sets whether to allow the override of the NetFlow setting. This setting applies to vSphere 5.0 and above only.
public BooleanOption NetFlowOverrideAllowed { get; set; }
Property Value
NetworkResourcePoolOverrideAllowed
Gets or sets whether to allow the override of the resource allocation setting. This setting applies to vSphere 5.0 and above only.
public BooleanOption NetworkResourcePoolOverrideAllowed { get; set; }
Property Value
ResetOnDisconnect
Gets or sets whether to configure reset at disconnect.
public BooleanOption ResetOnDisconnect { get; set; }
Property Value
SecurityPolicyOverrideAllowed
Gets or sets whether to allow the override of the security policy.
public BooleanOption SecurityPolicyOverrideAllowed { get; set; }
Property Value
ShapingOverrideAllowed
Gets or sets whether to allow the override of the traffic shaping setting.
public BooleanOption ShapingOverrideAllowed { get; set; }
Property Value
TrafficFilterOverrideAllowed
Gets or sets whether to allow the override of the traffic filtering and marking setting. This setting applies to vSphere 5.5 and above only.
public BooleanOption TrafficFilterOverrideAllowed { get; set; }
Property Value
UplinkTeamingOverrideAllowed
Gets or sets whether to allow the override of the uplink teaming setting.
public BooleanOption UplinkTeamingOverrideAllowed { get; set; }
Property Value
VendorConfigOverrideAllowed
Gets or sets whether to allow the override of the vendor configuration setting.
public BooleanOption VendorConfigOverrideAllowed { get; set; }
Property Value
VlanOverrideAllowed
Gets or sets whether to allow the override of the VLAN setting.
public BooleanOption VlanOverrideAllowed { get; set; }