Class: XClarityClient::ScalableComplex
- Inherits:
-
Endpoints::XclarityEndpoint
- Object
- Endpoints::XclarityEndpoint
- XClarityClient::ScalableComplex
- Defined in:
- lib/xclarity_client/endpoints/scalable_complex.rb
Constant Summary collapse
- BASE_URI =
'/scalableComplex'.freeze
- LIST_NAME =
['complex', 'complexList'].map { |name| name.freeze }.freeze
Instance Attribute Summary collapse
-
#complexID ⇒ Object
Returns the value of attribute complexID.
-
#location ⇒ Object
Returns the value of attribute location.
-
#nodeCount ⇒ Object
Returns the value of attribute nodeCount.
-
#orphanNodes ⇒ Object
Returns the value of attribute orphanNodes.
-
#partition ⇒ Object
Returns the value of attribute partition.
-
#partitionCount ⇒ Object
Returns the value of attribute partitionCount.
-
#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
#complexID ⇒ Object
Returns the value of attribute complexID.
6 7 8 |
# File 'lib/xclarity_client/endpoints/scalable_complex.rb', line 6 def complexID @complexID end |
#location ⇒ Object
Returns the value of attribute location.
6 7 8 |
# File 'lib/xclarity_client/endpoints/scalable_complex.rb', line 6 def location @location end |
#nodeCount ⇒ Object
Returns the value of attribute nodeCount.
6 7 8 |
# File 'lib/xclarity_client/endpoints/scalable_complex.rb', line 6 def nodeCount @nodeCount end |
#orphanNodes ⇒ Object
Returns the value of attribute orphanNodes.
6 7 8 |
# File 'lib/xclarity_client/endpoints/scalable_complex.rb', line 6 def orphanNodes @orphanNodes end |
#partition ⇒ Object
Returns the value of attribute partition.
6 7 8 |
# File 'lib/xclarity_client/endpoints/scalable_complex.rb', line 6 def partition @partition end |
#partitionCount ⇒ Object
Returns the value of attribute partitionCount.
6 7 8 |
# File 'lib/xclarity_client/endpoints/scalable_complex.rb', line 6 def partitionCount @partitionCount end |
#uuid ⇒ Object
Returns the value of attribute uuid.
6 7 8 |
# File 'lib/xclarity_client/endpoints/scalable_complex.rb', line 6 def uuid @uuid end |