Table of Contents

Class VMwareHostServices

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

Represents a collection of services on a VMware host.

public class VMwareHostServices : BaseTypeSection
Inheritance
VMwareHostServices

Constructors

VMwareHostServices()

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

public VMwareHostServices()

Properties

Items

Gets or sets the items in the collection.

public VMwareHostServiceCollection Items { get; set; }

Property Value

VMwareHostServiceCollection

Methods

ToString()

Returns the services as a human readable string - for example "10 Services".

public override string ToString()

Returns

string

The services as a human readable string.