Class: XClarityClient::ConfigPattern

Inherits:
Endpoints::XclarityEndpoint show all
Defined in:
lib/xclarity_client/endpoints/config_pattern.rb

Constant Summary collapse

BASE_URI =
'/patterns'.freeze
LIST_NAME =
'items'.freeze

Instance Attribute Summary collapse

Method Summary

Methods inherited from Endpoints::XclarityEndpoint

#initialize

Methods included from Endpoints::BuildableResourceMixin

#build_resource!, #to_hash

Constructor Details

This class inherits a constructor from XClarityClient::Endpoints::XclarityEndpoint

Instance Attribute Details

#adapterSettingsObject

Returns the value of attribute adapterSettings.



6
7
8
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6

def adapterSettings
  @adapterSettings
end

#bootSettingsObject

Returns the value of attribute bootSettings.



6
7
8
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6

def bootSettings
  @bootSettings
end

#descriptionObject

Returns the value of attribute description.



6
7
8
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6

def description
  @description
end

#formFactorObject

Returns the value of attribute formFactor.



6
7
8
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6

def formFactor
  @formFactor
end

#idObject

Returns the value of attribute id.



6
7
8
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6

def id
  @id
end

#identifierObject

Returns the value of attribute identifier.



6
7
8
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6

def identifier
  @identifier
end

#inUseObject

Returns the value of attribute inUse.



6
7
8
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6

def inUse
  @inUse
end

#itemsObject

Returns the value of attribute items.



6
7
8
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6

def items
  @items
end

#labelObject

Returns the value of attribute label.



6
7
8
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6

def label
  @label
end

#nameObject

Returns the value of attribute name.



6
7
8
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6

def name
  @name
end

#nodeTypeObject

Returns the value of attribute nodeType.



6
7
8
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6

def nodeType
  @nodeType
end

#referencedByObject

Returns the value of attribute referencedBy.



6
7
8
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6

def referencedBy
  @referencedBy
end

#server_templateObject

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

#serverTypeObject

Returns the value of attribute serverType.



6
7
8
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6

def serverType
  @serverType
end

#storageSettingsObject

Returns the value of attribute storageSettings.



6
7
8
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6

def storageSettings
  @storageSettings
end

#sub_templatesObject

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_typeObject

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

#templatesObject

Returns the value of attribute templates.



6
7
8
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6

def templates
  @templates
end

#typeObject

Returns the value of attribute type.



6
7
8
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6

def type
  @type
end

#uriObject

Returns the value of attribute uri.



6
7
8
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6

def uri
  @uri
end

#useCountObject

Returns the value of attribute useCount.



6
7
8
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6

def useCount
  @useCount
end

#userDefinedObject

Returns the value of attribute userDefined.



6
7
8
# File 'lib/xclarity_client/endpoints/config_pattern.rb', line 6

def userDefined
  @userDefined
end