Class VMwareLicenses
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a collection of VMware licenses.
public class VMwareLicenses : BypassSection
- Inheritance
-
VMwareLicenses
- Inherited Members
Constructors
VMwareLicenses()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareLicenses class.
public VMwareLicenses()
Properties
Items
Gets or sets the items in the collection.
public VMwareLicenseCollection Items { get; set; }
Property Value
Methods
FindByAssetIdentifier(string)
Finds the licenses assigned to the asset with the specified managed object identifier.
public VMwareLicenseCollection FindByAssetIdentifier(string assetIdentifier)
Parameters
assetIdentifier
stringThe managed object identifier of the asset.
Returns
- VMwareLicenseCollection
The licenses assigned to the asset with the specified managed object identifier.
FromXml(string)
Returns a CENTREL.XIA.Configuration.Types.VMwareLicenses class from the specified XML.
public static VMwareLicenses FromXml(string xml)
Parameters
xml
stringThe XML representation of the object.
Returns
- VMwareLicenses
A CENTREL.XIA.Configuration.Types.VMwareLicenses class.
ToString()
Returns the licenses as a human readable string - for example "10 Licenses".
public override string ToString()
Returns
- string
The licenses as a human readable string.