Table of Contents

Class VMwareSecurity

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

Represents the security configuration on a VMware system.

public class VMwareSecurity : BaseTypeSection
Inheritance
VMwareSecurity

Constructors

VMwareSecurity()

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

public VMwareSecurity()

Properties

Roles

Gets or sets the system and user defined authorisation roles on a VMware ESX host or vCenter server.

public VMwareRoleCollection Roles { get; set; }

Property Value

VMwareRoleCollection

Methods

FromXml(string)

Returns a CENTREL.XIA.Configuration.Types.VMwareSecurity class from the specified XML.

public static VMwareSecurity FromXml(string xml)

Parameters

xml string

The XML representation of the object.

Returns

VMwareSecurity

A CENTREL.XIA.Configuration.Types.VMwareSecurity class.