Class: XClarityClient::Cabinet
- Inherits:
-
Endpoints::XclarityEndpoint
- Object
- Endpoints::XclarityEndpoint
- XClarityClient::Cabinet
- Defined in:
- lib/xclarity_client/endpoints/cabinet.rb
Constant Summary collapse
- BASE_URI =
'/cabinet'.freeze
- LIST_NAME =
'cabinetList'.freeze
Instance Attribute Summary collapse
-
#cabinetName ⇒ Object
Returns the value of attribute cabinetName.
-
#chassisList ⇒ Object
Returns the value of attribute chassisList.
-
#complexList ⇒ Object
Returns the value of attribute complexList.
-
#height ⇒ Object
Returns the value of attribute height.
-
#location ⇒ Object
Returns the value of attribute location.
-
#nodeList ⇒ Object
Returns the value of attribute nodeList.
-
#placeholderList ⇒ Object
Returns the value of attribute placeholderList.
-
#room ⇒ Object
Returns the value of attribute room.
-
#storageList ⇒ Object
Returns the value of attribute storageList.
-
#switchList ⇒ Object
Returns the value of attribute switchList.
-
#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
#cabinetName ⇒ Object
Returns the value of attribute cabinetName.
6 7 8 |
# File 'lib/xclarity_client/endpoints/cabinet.rb', line 6 def cabinetName @cabinetName end |
#chassisList ⇒ Object
Returns the value of attribute chassisList.
6 7 8 |
# File 'lib/xclarity_client/endpoints/cabinet.rb', line 6 def chassisList @chassisList end |
#complexList ⇒ Object
Returns the value of attribute complexList.
6 7 8 |
# File 'lib/xclarity_client/endpoints/cabinet.rb', line 6 def complexList @complexList end |
#height ⇒ Object
Returns the value of attribute height.
6 7 8 |
# File 'lib/xclarity_client/endpoints/cabinet.rb', line 6 def height @height end |
#location ⇒ Object
Returns the value of attribute location.
6 7 8 |
# File 'lib/xclarity_client/endpoints/cabinet.rb', line 6 def location @location end |
#nodeList ⇒ Object
Returns the value of attribute nodeList.
6 7 8 |
# File 'lib/xclarity_client/endpoints/cabinet.rb', line 6 def nodeList @nodeList end |
#placeholderList ⇒ Object
Returns the value of attribute placeholderList.
6 7 8 |
# File 'lib/xclarity_client/endpoints/cabinet.rb', line 6 def placeholderList @placeholderList end |
#room ⇒ Object
Returns the value of attribute room.
6 7 8 |
# File 'lib/xclarity_client/endpoints/cabinet.rb', line 6 def room @room end |
#storageList ⇒ Object
Returns the value of attribute storageList.
6 7 8 |
# File 'lib/xclarity_client/endpoints/cabinet.rb', line 6 def storageList @storageList end |
#switchList ⇒ Object
Returns the value of attribute switchList.
6 7 8 |
# File 'lib/xclarity_client/endpoints/cabinet.rb', line 6 def switchList @switchList end |
#UUID ⇒ Object
Returns the value of attribute UUID.
6 7 8 |
# File 'lib/xclarity_client/endpoints/cabinet.rb', line 6 def UUID @UUID end |