Table of Contents

Class VMwareHostFirewallRuleCollection

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

Represents a collection of firewall rules on a VMware host.

public class VMwareHostFirewallRuleCollection : Collection<VMwareHostFirewallRule>, IList<VMwareHostFirewallRule>, ICollection<VMwareHostFirewallRule>, IList, ICollection, IReadOnlyList<VMwareHostFirewallRule>, IReadOnlyCollection<VMwareHostFirewallRule>, IEnumerable<VMwareHostFirewallRule>, IEnumerable
Inheritance
VMwareHostFirewallRuleCollection
Implements
Inherited Members

Constructors

VMwareHostFirewallRuleCollection()

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

public VMwareHostFirewallRuleCollection()

Methods

FindByName(string)

Returns the CENTREL.XIA.Configuration.Types.VMwareHostFirewallRule with the specified name, or null if no CENTREL.XIA.Configuration.Types.VMwareHostFirewallRule with that name is found.

public VMwareHostFirewallRule FindByName(string name)

Parameters

name string

The name of the CENTREL.XIA.Configuration.Types.VMwareHostFirewallRule to locate - for example "sshServer".

Returns

VMwareHostFirewallRule

The CENTREL.XIA.Configuration.Types.VMwareHostFirewallRule with the specified name.

Sort()

Sorts the values in the collection.

public void Sort()