Class: XClarityClient::ConfigTarget

Inherits:
Endpoints::XclarityEndpoint show all
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

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

#accessObject

Returns the value of attribute access.



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

def access
  @access
end

#childrenObject

Returns the value of attribute children.



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

def children
  @children
end

#descriptionObject

Returns the value of attribute description.



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

def description
  @description
end

#firmwareLevelObject

Returns the value of attribute firmwareLevel.



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

def firmwareLevel
  @firmwareLevel
end

#idObject

Returns the value of attribute id.



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

def id
  @id
end

#identifierObject

Returns the value of attribute identifier.



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

def identifier
  @identifier
end

#ipaddressesObject

Returns the value of attribute ipaddresses.



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

def ipaddresses
  @ipaddresses
end

#itemsObject

Returns the value of attribute items.



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

def items
  @items
end

#labelObject

Returns the value of attribute label.



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

def label
  @label
end

#nameObject

Returns the value of attribute name.



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

def name
  @name
end

#typeObject

Returns the value of attribute type.



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

def type
  @type
end

#uuidObject

Returns the value of attribute uuid.



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

def uuid
  @uuid
end