Class: XClarityClient::UpdateComp

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

Overview

update component class

Constant Summary collapse

BASE_URI =
'/updatableComponents'.freeze
LIST_NAME =
'updateCompList'.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

#CMMListObject

Returns the value of attribute CMMList.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def CMMList
  @CMMList
end

#DeviceListObject

Returns the value of attribute DeviceList.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def DeviceList
  @DeviceList
end

#idObject

Returns the value of attribute id.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def id
  @id
end

#messagesObject

Returns the value of attribute messages.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def messages
  @messages
end

#resultObject

Returns the value of attribute result.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def result
  @result
end

#ServerListObject

Returns the value of attribute ServerList.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def ServerList
  @ServerList
end

#StorageListObject

Returns the value of attribute StorageList.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def StorageList
  @StorageList
end

#SwitchListObject

Returns the value of attribute SwitchList.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def SwitchList
  @SwitchList
end

#textObject

Returns the value of attribute text.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def text
  @text
end

#TotaldeviceUpdatesObject

Returns the value of attribute TotaldeviceUpdates.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def TotaldeviceUpdates
  @TotaldeviceUpdates
end

#TotaldeviceUpdatesActiveObject

Returns the value of attribute TotaldeviceUpdatesActive.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def TotaldeviceUpdatesActive
  @TotaldeviceUpdatesActive
end

#TotaldeviceUpdatesCompleteObject

Returns the value of attribute TotaldeviceUpdatesComplete.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def TotaldeviceUpdatesComplete
  @TotaldeviceUpdatesComplete
end

#TotaldeviceUpdatesInProgressObject

Returns the value of attribute TotaldeviceUpdatesInProgress.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def TotaldeviceUpdatesInProgress
  @TotaldeviceUpdatesInProgress
end

#TotalJobsObject

Returns the value of attribute TotalJobs.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def TotalJobs
  @TotalJobs
end

#TotalJobsCompleteObject

Returns the value of attribute TotalJobsComplete.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def TotalJobsComplete
  @TotalJobsComplete
end

#TotalJobsInProgressObject

Returns the value of attribute TotalJobsInProgress.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def TotalJobsInProgress
  @TotalJobsInProgress
end

#TotalJobsPercentCompleteObject

Returns the value of attribute TotalJobsPercentComplete.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def TotalJobsPercentComplete
  @TotalJobsPercentComplete
end

#TotalSupportTasksObject

Returns the value of attribute TotalSupportTasks.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def TotalSupportTasks
  @TotalSupportTasks
end

#TotalSupportTasksActiveObject

Returns the value of attribute TotalSupportTasksActive.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def TotalSupportTasksActive
  @TotalSupportTasksActive
end

#TotalTasksObject

Returns the value of attribute TotalTasks.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def TotalTasks
  @TotalTasks
end

#TotalTasksBlockedObject

Returns the value of attribute TotalTasksBlocked.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def TotalTasksBlocked
  @TotalTasksBlocked
end

#TotalTasksCanceledObject

Returns the value of attribute TotalTasksCanceled.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def TotalTasksCanceled
  @TotalTasksCanceled
end

#TotalTasksCompleteObject

Returns the value of attribute TotalTasksComplete.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def TotalTasksComplete
  @TotalTasksComplete
end

#TotalTasksFailedObject

Returns the value of attribute TotalTasksFailed.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def TotalTasksFailed
  @TotalTasksFailed
end

#TotalTasksInProgressObject

Returns the value of attribute TotalTasksInProgress.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def TotalTasksInProgress
  @TotalTasksInProgress
end

#TotalTasksSuccessObject

Returns the value of attribute TotalTasksSuccess.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def TotalTasksSuccess
  @TotalTasksSuccess
end

#TotalUpdateTasksObject

Returns the value of attribute TotalUpdateTasks.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def TotalUpdateTasks
  @TotalUpdateTasks
end

#TotalUpdateTasksActiveObject

Returns the value of attribute TotalUpdateTasksActive.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def TotalUpdateTasksActive
  @TotalUpdateTasksActive
end

#UpdateStatusMetricsObject

Returns the value of attribute UpdateStatusMetrics.



7
8
9
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7

def UpdateStatusMetrics
  @UpdateStatusMetrics
end