Class VMwareSystemSetting
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a single VMware vpx setting configured on a vCenter server or ESX host.
public class VMwareSystemSetting : GlobalSerializableClassicBase, IComparable<VMwareSystemSetting>
- Inheritance
-
VMwareSystemSetting
- Implements
Constructors
VMwareSystemSetting()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareSystemSetting class.
public VMwareSystemSetting()
Properties
Description
Gets or sets the description of this VMware setting - for example "Size of vCenter Server data cache (bytes)".
public string Description { get; set; }
Property Value
DisplayName
Gets or sets the display name of the setting - for example "Cache size".
public string DisplayName { get; set; }
Property Value
Name
Gets or sets the name of the setting - for example "VirtualCenter.CacheSize".
public string Name { get; set; }
Property Value
Type
Gets or sets the data type stored in this setting - for example "vSphere.LongOption".
public string Type { get; set; }
Property Value
Value
Gets or sets the configured value of this setting as a System.String - for example "314572800".
public string Value { get; set; }
Property Value
Methods
CompareTo(VMwareSystemSetting)
Compares two VMware system settings to allow sorting alphabetically by display name.
public int CompareTo(VMwareSystemSetting other)
Parameters
other
VMwareSystemSettingThe CENTREL.XIA.Configuration.Types.VMwareSystemSetting to compare to.
Returns
- int
The sort order of the two items.