ChassisComponent class
This data object contains chassis-component data.
Namespace: Lenovo.XClarityOrchestrator.PowerShell.Data.Devices
Assembly: Lenovo.XClarityOrchestrator.PowerShell.Data
Properties
- public DeviceFirmware[] Firmware { get; set;}
- Component firmware.
- public string Name { get; set;}
- Component name.
- public string Bay { get; set;}
- Component bay.
- public string Status { get; set;}
- Status.
- public string Connectivity { get; set;}
- Connectivity status.
- public string[] IPv4Addresses { get; set;}
- List of assigned IPv4 addresses to this component.
- public string[] IPv6Addresses { get; set;}
- List of assigned IPv6 addresses to this component.
- public string TypeAndModel { get; set;}
- Component type and model.
- public string SerialNumber { get; set;}
- Serial number.
Methods
- public virtual bool Equals (object obj);
- Determines whether the specified object is equal to the current object.
(Inherited from System.Object)
- public virtual int GetHashCode ();
- Serves as the default hash function
(Inherited from System.Object)
- public Type GetType ();
- Gets the System.Type of the current instance
(Inherited from System.Object)
- public virtual string ToString ();
- Returns a string that represents the current object.
(Inherited from System.Object)
Give documentation feedback