Class: XClarityClient::FanMux
- Inherits:
-
Endpoints::XclarityEndpoint
- Object
- Endpoints::XclarityEndpoint
- XClarityClient::FanMux
- Defined in:
- lib/xclarity_client/endpoints/fan_mux.rb
Constant Summary collapse
- BASE_URI =
'/fanMuxes'.freeze
- LIST_NAME =
'fanMuxList'.freeze
Instance Attribute Summary collapse
-
#cmmDisplayName ⇒ Object
Returns the value of attribute cmmDisplayName.
-
#cmmHealthState ⇒ Object
Returns the value of attribute cmmHealthState.
-
#dataHandle ⇒ Object
Returns the value of attribute dataHandle.
-
#description ⇒ Object
Returns the value of attribute description.
-
#FRU ⇒ Object
Returns the value of attribute FRU.
-
#fruSerialNumber ⇒ Object
Returns the value of attribute fruSerialNumber.
-
#hardwareRevision ⇒ Object
Returns the value of attribute hardwareRevision.
-
#leds ⇒ Object
Returns the value of attribute leds.
-
#machineType ⇒ Object
Returns the value of attribute machineType.
-
#manufactureDate ⇒ Object
Returns the value of attribute manufactureDate.
-
#manufacturer ⇒ Object
Returns the value of attribute manufacturer.
-
#manufacturerId ⇒ Object
Returns the value of attribute manufacturerId.
-
#model ⇒ Object
Returns the value of attribute model.
-
#name ⇒ Object
Returns the value of attribute name.
-
#parent ⇒ Object
Returns the value of attribute parent.
-
#partNumber ⇒ Object
Returns the value of attribute partNumber.
-
#productId ⇒ Object
Returns the value of attribute productId.
-
#productName ⇒ Object
Returns the value of attribute productName.
-
#serialNumber ⇒ Object
Returns the value of attribute serialNumber.
-
#slots ⇒ Object
Returns the value of attribute slots.
-
#status ⇒ Object
Returns the value of attribute status.
-
#type ⇒ Object
Returns the value of attribute type.
-
#uri ⇒ Object
Returns the value of attribute uri.
-
#uuid ⇒ Object
Returns the value of attribute uuid.
Method Summary
Methods inherited from Endpoints::XclarityEndpoint
Methods included from Endpoints::BuildableResourceMixin
Constructor Details
This class inherits a constructor from XClarityClient::Endpoints::XclarityEndpoint
Instance Attribute Details
#cmmDisplayName ⇒ Object
Returns the value of attribute cmmDisplayName.
6 7 8 |
# File 'lib/xclarity_client/endpoints/fan_mux.rb', line 6 def cmmDisplayName @cmmDisplayName end |
#cmmHealthState ⇒ Object
Returns the value of attribute cmmHealthState.
6 7 8 |
# File 'lib/xclarity_client/endpoints/fan_mux.rb', line 6 def cmmHealthState @cmmHealthState end |
#dataHandle ⇒ Object
Returns the value of attribute dataHandle.
6 7 8 |
# File 'lib/xclarity_client/endpoints/fan_mux.rb', line 6 def dataHandle @dataHandle end |
#description ⇒ Object
Returns the value of attribute description.
6 7 8 |
# File 'lib/xclarity_client/endpoints/fan_mux.rb', line 6 def description @description end |
#FRU ⇒ Object
Returns the value of attribute FRU.
6 7 8 |
# File 'lib/xclarity_client/endpoints/fan_mux.rb', line 6 def FRU @FRU end |
#fruSerialNumber ⇒ Object
Returns the value of attribute fruSerialNumber.
6 7 8 |
# File 'lib/xclarity_client/endpoints/fan_mux.rb', line 6 def fruSerialNumber @fruSerialNumber end |
#hardwareRevision ⇒ Object
Returns the value of attribute hardwareRevision.
6 7 8 |
# File 'lib/xclarity_client/endpoints/fan_mux.rb', line 6 def hardwareRevision @hardwareRevision end |
#leds ⇒ Object
Returns the value of attribute leds.
6 7 8 |
# File 'lib/xclarity_client/endpoints/fan_mux.rb', line 6 def leds @leds end |
#machineType ⇒ Object
Returns the value of attribute machineType.
6 7 8 |
# File 'lib/xclarity_client/endpoints/fan_mux.rb', line 6 def machineType @machineType end |
#manufactureDate ⇒ Object
Returns the value of attribute manufactureDate.
6 7 8 |
# File 'lib/xclarity_client/endpoints/fan_mux.rb', line 6 def manufactureDate @manufactureDate end |
#manufacturer ⇒ Object
Returns the value of attribute manufacturer.
6 7 8 |
# File 'lib/xclarity_client/endpoints/fan_mux.rb', line 6 def manufacturer @manufacturer end |
#manufacturerId ⇒ Object
Returns the value of attribute manufacturerId.
6 7 8 |
# File 'lib/xclarity_client/endpoints/fan_mux.rb', line 6 def manufacturerId @manufacturerId end |
#model ⇒ Object
Returns the value of attribute model.
6 7 8 |
# File 'lib/xclarity_client/endpoints/fan_mux.rb', line 6 def model @model end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/xclarity_client/endpoints/fan_mux.rb', line 6 def name @name end |
#parent ⇒ Object
Returns the value of attribute parent.
6 7 8 |
# File 'lib/xclarity_client/endpoints/fan_mux.rb', line 6 def parent @parent end |
#partNumber ⇒ Object
Returns the value of attribute partNumber.
6 7 8 |
# File 'lib/xclarity_client/endpoints/fan_mux.rb', line 6 def partNumber @partNumber end |
#productId ⇒ Object
Returns the value of attribute productId.
6 7 8 |
# File 'lib/xclarity_client/endpoints/fan_mux.rb', line 6 def productId @productId end |
#productName ⇒ Object
Returns the value of attribute productName.
6 7 8 |
# File 'lib/xclarity_client/endpoints/fan_mux.rb', line 6 def productName @productName end |
#serialNumber ⇒ Object
Returns the value of attribute serialNumber.
6 7 8 |
# File 'lib/xclarity_client/endpoints/fan_mux.rb', line 6 def serialNumber @serialNumber end |
#slots ⇒ Object
Returns the value of attribute slots.
6 7 8 |
# File 'lib/xclarity_client/endpoints/fan_mux.rb', line 6 def slots @slots end |
#status ⇒ Object
Returns the value of attribute status.
6 7 8 |
# File 'lib/xclarity_client/endpoints/fan_mux.rb', line 6 def status @status end |
#type ⇒ Object
Returns the value of attribute type.
6 7 8 |
# File 'lib/xclarity_client/endpoints/fan_mux.rb', line 6 def type @type end |
#uri ⇒ Object
Returns the value of attribute uri.
6 7 8 |
# File 'lib/xclarity_client/endpoints/fan_mux.rb', line 6 def uri @uri end |
#uuid ⇒ Object
Returns the value of attribute uuid.
6 7 8 |
# File 'lib/xclarity_client/endpoints/fan_mux.rb', line 6 def uuid @uuid end |