Table of Contents

Class VMwareHostFirewall

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

Represents the firewall configuration of services on a VMware host. This information is available on vSphere 5.0 and above only.

public class VMwareHostFirewall : BypassSection
Inheritance
VMwareHostFirewall
Inherited Members

Constructors

VMwareHostFirewall()

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

public VMwareHostFirewall()

Properties

Rules

Gets or sets the firewall rules.

public VMwareHostFirewallRuleCollection Rules { get; set; }

Property Value

VMwareHostFirewallRuleCollection

Methods

ToString()

Returns the firewall as a human readable string - for example "10 Rules".

public override string ToString()

Returns

string

The firewall as a human readable string.