Class: XClarityClient::HostPlatform
- Inherits:
-
Endpoints::XclarityEndpoint
- Object
- Endpoints::XclarityEndpoint
- XClarityClient::HostPlatform
- Defined in:
- lib/xclarity_client/endpoints/hostplatform.rb
Constant Summary collapse
- BASE_URI =
'/hostPlatforms'.freeze
- LIST_NAME =
'items'.freeze
Instance Attribute Summary collapse
-
#availableImages ⇒ Object
Returns the value of attribute availableImages.
-
#bay ⇒ Object
Returns the value of attribute bay.
-
#bootOrder ⇒ Object
Returns the value of attribute bootOrder.
-
#chassisIpAddress ⇒ Object
Returns the value of attribute chassisIpAddress.
-
#chassisName ⇒ Object
Returns the value of attribute chassisName.
-
#chassisuuid ⇒ Object
Returns the value of attribute chassisuuid.
-
#deployStatus ⇒ Object
Returns the value of attribute deployStatus.
-
#deployStatusID ⇒ Object
Returns the value of attribute deployStatusID.
-
#id ⇒ Object
Returns the value of attribute id.
-
#immIpAddress ⇒ Object
Returns the value of attribute immIpAddress.
-
#isRealNode ⇒ Object
Returns the value of attribute isRealNode.
-
#licenseKey ⇒ Object
Returns the value of attribute licenseKey.
-
#mgmtProcType ⇒ Object
Returns the value of attribute mgmtProcType.
-
#name ⇒ Object
Returns the value of attribute name.
-
#networkSettings ⇒ Object
Returns the value of attribute networkSettings.
-
#nodeType ⇒ Object
Returns the value of attribute nodeType.
-
#primary ⇒ Object
Returns the value of attribute primary.
-
#rackID ⇒ Object
Returns the value of attribute rackID.
-
#rackUnit ⇒ Object
Returns the value of attribute rackUnit.
-
#readyCheck ⇒ Object
Returns the value of attribute readyCheck.
-
#remoteControl ⇒ Object
Returns the value of attribute remoteControl.
-
#storageSettings ⇒ Object
Returns the value of attribute storageSettings.
-
#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
#availableImages ⇒ Object
Returns the value of attribute availableImages.
6 7 8 |
# File 'lib/xclarity_client/endpoints/hostplatform.rb', line 6 def availableImages @availableImages end |
#bay ⇒ Object
Returns the value of attribute bay.
6 7 8 |
# File 'lib/xclarity_client/endpoints/hostplatform.rb', line 6 def bay @bay end |
#bootOrder ⇒ Object
Returns the value of attribute bootOrder.
6 7 8 |
# File 'lib/xclarity_client/endpoints/hostplatform.rb', line 6 def bootOrder @bootOrder end |
#chassisIpAddress ⇒ Object
Returns the value of attribute chassisIpAddress.
6 7 8 |
# File 'lib/xclarity_client/endpoints/hostplatform.rb', line 6 def chassisIpAddress @chassisIpAddress end |
#chassisName ⇒ Object
Returns the value of attribute chassisName.
6 7 8 |
# File 'lib/xclarity_client/endpoints/hostplatform.rb', line 6 def chassisName @chassisName end |
#chassisuuid ⇒ Object
Returns the value of attribute chassisuuid.
6 7 8 |
# File 'lib/xclarity_client/endpoints/hostplatform.rb', line 6 def chassisuuid @chassisuuid end |
#deployStatus ⇒ Object
Returns the value of attribute deployStatus.
6 7 8 |
# File 'lib/xclarity_client/endpoints/hostplatform.rb', line 6 def deployStatus @deployStatus end |
#deployStatusID ⇒ Object
Returns the value of attribute deployStatusID.
6 7 8 |
# File 'lib/xclarity_client/endpoints/hostplatform.rb', line 6 def deployStatusID @deployStatusID end |
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/xclarity_client/endpoints/hostplatform.rb', line 6 def id @id end |
#immIpAddress ⇒ Object
Returns the value of attribute immIpAddress.
6 7 8 |
# File 'lib/xclarity_client/endpoints/hostplatform.rb', line 6 def immIpAddress @immIpAddress end |
#isRealNode ⇒ Object
Returns the value of attribute isRealNode.
6 7 8 |
# File 'lib/xclarity_client/endpoints/hostplatform.rb', line 6 def isRealNode @isRealNode end |
#licenseKey ⇒ Object
Returns the value of attribute licenseKey.
6 7 8 |
# File 'lib/xclarity_client/endpoints/hostplatform.rb', line 6 def licenseKey @licenseKey end |
#mgmtProcType ⇒ Object
Returns the value of attribute mgmtProcType.
6 7 8 |
# File 'lib/xclarity_client/endpoints/hostplatform.rb', line 6 def mgmtProcType @mgmtProcType end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/xclarity_client/endpoints/hostplatform.rb', line 6 def name @name end |
#networkSettings ⇒ Object
Returns the value of attribute networkSettings.
6 7 8 |
# File 'lib/xclarity_client/endpoints/hostplatform.rb', line 6 def networkSettings @networkSettings end |
#nodeType ⇒ Object
Returns the value of attribute nodeType.
6 7 8 |
# File 'lib/xclarity_client/endpoints/hostplatform.rb', line 6 def nodeType @nodeType end |
#primary ⇒ Object
Returns the value of attribute primary.
6 7 8 |
# File 'lib/xclarity_client/endpoints/hostplatform.rb', line 6 def primary @primary end |
#rackID ⇒ Object
Returns the value of attribute rackID.
6 7 8 |
# File 'lib/xclarity_client/endpoints/hostplatform.rb', line 6 def rackID @rackID end |
#rackUnit ⇒ Object
Returns the value of attribute rackUnit.
6 7 8 |
# File 'lib/xclarity_client/endpoints/hostplatform.rb', line 6 def rackUnit @rackUnit end |
#readyCheck ⇒ Object
Returns the value of attribute readyCheck.
6 7 8 |
# File 'lib/xclarity_client/endpoints/hostplatform.rb', line 6 def readyCheck @readyCheck end |
#remoteControl ⇒ Object
Returns the value of attribute remoteControl.
6 7 8 |
# File 'lib/xclarity_client/endpoints/hostplatform.rb', line 6 def remoteControl @remoteControl end |
#storageSettings ⇒ Object
Returns the value of attribute storageSettings.
6 7 8 |
# File 'lib/xclarity_client/endpoints/hostplatform.rb', line 6 def storageSettings @storageSettings end |
#uuid ⇒ Object
Returns the value of attribute uuid.
6 7 8 |
# File 'lib/xclarity_client/endpoints/hostplatform.rb', line 6 def uuid @uuid end |