Class: XClarityClient::ConfigPattern
- Inherits:
-
Endpoints::XclarityEndpoint
- Object
- Endpoints::XclarityEndpoint
- XClarityClient::ConfigPattern
- Defined in:
- lib/xclarity_client/endpoints/config_pattern.rb
Constant Summary collapse
- BASE_URI =
'/patterns'.freeze
- LIST_NAME =
'items'.freeze
Instance Attribute Summary collapse
-
#adapterSettings ⇒ Object
Returns the value of attribute adapterSettings.
-
#bootSettings ⇒ Object
Returns the value of attribute bootSettings.
-
#description ⇒ Object
Returns the value of attribute description.
-
#formFactor ⇒ Object
Returns the value of attribute formFactor.
-
#id ⇒ Object
Returns the value of attribute id.
-
#identifier ⇒ Object
Returns the value of attribute identifier.
-
#inUse ⇒ Object
Returns the value of attribute inUse.
-
#items ⇒ Object
Returns the value of attribute items.
-
#label ⇒ Object
Returns the value of attribute label.
-
#name ⇒ Object
Returns the value of attribute name.
-
#nodeType ⇒ Object
Returns the value of attribute nodeType.
-
#referencedBy ⇒ Object
Returns the value of attribute referencedBy.
-
#server_template ⇒ Object
Returns the value of attribute server_template.
-
#serverType ⇒ Object
Returns the value of attribute serverType.
-
#storageSettings ⇒ Object
Returns the value of attribute storageSettings.
-
#sub_templates ⇒ Object
Returns the value of attribute sub_templates.
-
#template_type ⇒ Object
Returns the value of attribute template_type.
-
#templates ⇒ Object
Returns the value of attribute templates.
-
#type ⇒ Object
Returns the value of attribute type.
-
#uri ⇒ Object
Returns the value of attribute uri.
-
#useCount ⇒ Object
Returns the value of attribute useCount.
-
#userDefined ⇒ Object
Returns the value of attribute userDefined.
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
#adapterSettings ⇒ Object
Returns the value of attribute adapterSettings.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6 def adapterSettings @adapterSettings end |
#bootSettings ⇒ Object
Returns the value of attribute bootSettings.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6 def bootSettings @bootSettings end |
#description ⇒ Object
Returns the value of attribute description.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6 def description @description end |
#formFactor ⇒ Object
Returns the value of attribute formFactor.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6 def formFactor @formFactor end |
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6 def id @id end |
#identifier ⇒ Object
Returns the value of attribute identifier.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6 def identifier @identifier end |
#inUse ⇒ Object
Returns the value of attribute inUse.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6 def inUse @inUse end |
#items ⇒ Object
Returns the value of attribute items.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6 def items @items end |
#label ⇒ Object
Returns the value of attribute label.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6 def label @label end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6 def name @name end |
#nodeType ⇒ Object
Returns the value of attribute nodeType.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6 def nodeType @nodeType end |
#referencedBy ⇒ Object
Returns the value of attribute referencedBy.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6 def referencedBy @referencedBy end |
#server_template ⇒ Object
Returns the value of attribute server_template.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6 def server_template @server_template end |
#serverType ⇒ Object
Returns the value of attribute serverType.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6 def serverType @serverType end |
#storageSettings ⇒ Object
Returns the value of attribute storageSettings.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6 def storageSettings @storageSettings end |
#sub_templates ⇒ Object
Returns the value of attribute sub_templates.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6 def sub_templates @sub_templates end |
#template_type ⇒ Object
Returns the value of attribute template_type.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6 def template_type @template_type end |
#templates ⇒ Object
Returns the value of attribute templates.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6 def templates @templates end |
#type ⇒ Object
Returns the value of attribute type.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6 def type @type end |
#uri ⇒ Object
Returns the value of attribute uri.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6 def uri @uri end |
#useCount ⇒ Object
Returns the value of attribute useCount.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6 def useCount @useCount end |
#userDefined ⇒ Object
Returns the value of attribute userDefined.
6 7 8 |
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6 def userDefined @userDefined end |