Class: XClarityClient::OsImage
- Inherits:
-
Endpoints::XclarityEndpoint
- Object
- Endpoints::XclarityEndpoint
- XClarityClient::OsImage
- Defined in:
- lib/xclarity_client/endpoints/osimage.rb
Constant Summary collapse
- BASE_URI =
'/osImages'.freeze
- LIST_NAME =
'items'.freeze
Instance Attribute Summary collapse
-
#deployStatus ⇒ Object
Returns the value of attribute deployStatus.
-
#description ⇒ Object
Returns the value of attribute description.
-
#id ⇒ Object
Returns the value of attribute id.
-
#name ⇒ Object
Returns the value of attribute name.
-
#osBuildId ⇒ Object
Returns the value of attribute osBuildId.
-
#osrelease ⇒ Object
Returns the value of attribute osrelease.
-
#profiles ⇒ Object
Returns the value of attribute profiles.
-
#type ⇒ Object
Returns the value of attribute type.
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
#deployStatus ⇒ Object
Returns the value of attribute deployStatus.
6 7 8 |
# File 'lib/xclarity_client/endpoints/osimage.rb', line 6 def deployStatus @deployStatus end |
#description ⇒ Object
Returns the value of attribute description.
6 7 8 |
# File 'lib/xclarity_client/endpoints/osimage.rb', line 6 def description @description end |
#id ⇒ Object
Returns the value of attribute id.
6 7 8 |
# File 'lib/xclarity_client/endpoints/osimage.rb', line 6 def id @id end |
#name ⇒ Object
Returns the value of attribute name.
6 7 8 |
# File 'lib/xclarity_client/endpoints/osimage.rb', line 6 def name @name end |
#osBuildId ⇒ Object
Returns the value of attribute osBuildId.
6 7 8 |
# File 'lib/xclarity_client/endpoints/osimage.rb', line 6 def osBuildId @osBuildId end |
#osrelease ⇒ Object
Returns the value of attribute osrelease.
6 7 8 |
# File 'lib/xclarity_client/endpoints/osimage.rb', line 6 def osrelease @osrelease end |
#profiles ⇒ Object
Returns the value of attribute profiles.
6 7 8 |
# File 'lib/xclarity_client/endpoints/osimage.rb', line 6 def profiles @profiles end |
#type ⇒ Object
Returns the value of attribute type.
6 7 8 |
# File 'lib/xclarity_client/endpoints/osimage.rb', line 6 def type @type end |