Class: XClarityClient::ConfigTarget
- Inherits:
-
Endpoints::XclarityEndpoint
- Object
- Endpoints::XclarityEndpoint
- XClarityClient::ConfigTarget
- Defined in:
- lib/xclarity_client/endpoints/config_target.rb
Constant Summary collapse
- BASE_URI =
'/config/target'.freeze
- LIST_NAME =
'items'.freeze
Instance Attribute Summary collapse
-
#access ⇒ Object
Returns the value of attribute access.
-
#children ⇒ Object
Returns the value of attribute children.
-
#description ⇒ Object
Returns the value of attribute description.
-
#firmwareLevel ⇒ Object
Returns the value of attribute firmwareLevel.
-
#id ⇒ Object
Returns the value of attribute id.
-
#identifier ⇒ Object
Returns the value of attribute identifier.
-
#ipaddresses ⇒ Object
Returns the value of attribute ipaddresses.
-
#items ⇒ Object
Returns the value of attribute items.
-
#label ⇒ Object
Returns the value of attribute label.
-
#name ⇒ Object
Returns the value of attribute name.
-
#type ⇒ Object
Returns the value of attribute type.
-
#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
#access ⇒ Object
Returns the value of attribute access.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_target.rb', line 6 def access @access end |
#children ⇒ Object
Returns the value of attribute children.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_target.rb', line 6 def children @children end |
#description ⇒ Object
Returns the value of attribute description.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_target.rb', line 6 def description @description end |
#firmwareLevel ⇒ Object
Returns the value of attribute firmwareLevel.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_target.rb', line 6 def firmwareLevel @firmwareLevel end |
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_target.rb', line 6 def id @id end |
#identifier ⇒ Object
Returns the value of attribute identifier.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_target.rb', line 6 def identifier @identifier end |
#ipaddresses ⇒ Object
Returns the value of attribute ipaddresses.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_target.rb', line 6 def ipaddresses @ipaddresses end |
#items ⇒ Object
Returns the value of attribute items.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_target.rb', line 6 def items @items end |
#label ⇒ Object
Returns the value of attribute label.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_target.rb', line 6 def label @label end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_target.rb', line 6 def name @name end |
#type ⇒ Object
Returns the value of attribute type.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_target.rb', line 6 def type @type end |
#uuid ⇒ Object
Returns the value of attribute uuid.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_target.rb', line 6 def uuid @uuid end |