Class VMwareManagedObjectReference
- Namespace
- CENTREL.XIA.Configuration.Types
- Assembly
- CENTREL.XIA.Configuration.Types.dll
Represents a managed object reference.
public class VMwareManagedObjectReference : GlobalSerializableClassicBase, IComparable<VMwareManagedObjectReference>
- Inheritance
-
VMwareManagedObjectReference
- Implements
Constructors
VMwareManagedObjectReference()
Initializes a new instance of the CENTREL.XIA.Configuration.Types.VMwareManagedObjectReference class.
public VMwareManagedObjectReference()
Properties
ManagedObjectIdentifier
Gets or sets the managed object identifier of the reference.
public string ManagedObjectIdentifier { get; set; }
Property Value
Name
Gets or sets the name of the object being referenced.
public string Name { get; set; }
Property Value
Methods
CompareTo(VMwareManagedObjectReference)
Compares two CENTREL.XIA.Configuration.Types.VMwareManagedObjectReference objects to allow sorting alphabetically by name.
public int CompareTo(VMwareManagedObjectReference other)
Parameters
other
VMwareManagedObjectReferenceThe CENTREL.XIA.Configuration.Types.VMwareManagedObjectReference to compare to.
Returns
- int
The sort order of the two CENTREL.XIA.Configuration.Types.VMwareManagedObjectReference objects.
ToString()
Returns this managed object reference as a human readable string - for example "CORP-ESX01 (host-19)".
public override string ToString()