Class: XClarityClient::GlobalSetting

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

Constant Summary collapse

BASE_URI =
'/osdeployment/globalSettings'.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

#activeDirectoryObject

Returns the value of attribute activeDirectory.



4
5
6
# File 'lib/xclarity_client/endpoints/globalsettings.rb', line 4

def activeDirectory
  @activeDirectory
end

#credentialsObject

Returns the value of attribute credentials.



4
5
6
# File 'lib/xclarity_client/endpoints/globalsettings.rb', line 4

def credentials
  @credentials
end

#ipAssignmentObject

Returns the value of attribute ipAssignment.



4
5
6
# File 'lib/xclarity_client/endpoints/globalsettings.rb', line 4

def ipAssignment
  @ipAssignment
end

#isVLANModeObject

Returns the value of attribute isVLANMode.



4
5
6
# File 'lib/xclarity_client/endpoints/globalsettings.rb', line 4

def isVLANMode
  @isVLANMode
end

#licenseKeysObject

Returns the value of attribute licenseKeys.



4
5
6
# File 'lib/xclarity_client/endpoints/globalsettings.rb', line 4

def licenseKeys
  @licenseKeys
end