Class: XClarityClient::GlobalSetting
- Inherits:
-
Endpoints::XclarityEndpoint
- Object
- Endpoints::XclarityEndpoint
- XClarityClient::GlobalSetting
- Defined in:
- lib/xclarity_client/endpoints/globalsettings.rb
Constant Summary collapse
- BASE_URI =
'/osdeployment/globalSettings'.freeze
Instance Attribute Summary collapse
-
#activeDirectory ⇒ Object
Returns the value of attribute activeDirectory.
-
#credentials ⇒ Object
Returns the value of attribute credentials.
-
#ipAssignment ⇒ Object
Returns the value of attribute ipAssignment.
-
#isVLANMode ⇒ Object
Returns the value of attribute isVLANMode.
-
#licenseKeys ⇒ Object
Returns the value of attribute licenseKeys.
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
#activeDirectory ⇒ Object
Returns the value of attribute activeDirectory.
4 5 6 |
# File 'lib/xclarity_client/endpoints/globalsettings.rb', line 4 def activeDirectory @activeDirectory end |
#credentials ⇒ Object
Returns the value of attribute credentials.
4 5 6 |
# File 'lib/xclarity_client/endpoints/globalsettings.rb', line 4 def credentials @credentials end |
#ipAssignment ⇒ Object
Returns the value of attribute ipAssignment.
4 5 6 |
# File 'lib/xclarity_client/endpoints/globalsettings.rb', line 4 def ipAssignment @ipAssignment end |
#isVLANMode ⇒ Object
Returns the value of attribute isVLANMode.
4 5 6 |
# File 'lib/xclarity_client/endpoints/globalsettings.rb', line 4 def isVLANMode @isVLANMode end |
#licenseKeys ⇒ Object
Returns the value of attribute licenseKeys.
4 5 6 |
# File 'lib/xclarity_client/endpoints/globalsettings.rb', line 4 def licenseKeys @licenseKeys end |