Class: XClarityClient::UpdateComp
- Inherits:
-
Endpoints::XclarityEndpoint
- Object
- Endpoints::XclarityEndpoint
- XClarityClient::UpdateComp
- 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
-
#CMMList ⇒ Object
Returns the value of attribute CMMList.
-
#DeviceList ⇒ Object
Returns the value of attribute DeviceList.
-
#id ⇒ Object
Returns the value of attribute id.
-
#messages ⇒ Object
Returns the value of attribute messages.
-
#result ⇒ Object
Returns the value of attribute result.
-
#ServerList ⇒ Object
Returns the value of attribute ServerList.
-
#StorageList ⇒ Object
Returns the value of attribute StorageList.
-
#SwitchList ⇒ Object
Returns the value of attribute SwitchList.
-
#text ⇒ Object
Returns the value of attribute text.
-
#TotaldeviceUpdates ⇒ Object
Returns the value of attribute TotaldeviceUpdates.
-
#TotaldeviceUpdatesActive ⇒ Object
Returns the value of attribute TotaldeviceUpdatesActive.
-
#TotaldeviceUpdatesComplete ⇒ Object
Returns the value of attribute TotaldeviceUpdatesComplete.
-
#TotaldeviceUpdatesInProgress ⇒ Object
Returns the value of attribute TotaldeviceUpdatesInProgress.
-
#TotalJobs ⇒ Object
Returns the value of attribute TotalJobs.
-
#TotalJobsComplete ⇒ Object
Returns the value of attribute TotalJobsComplete.
-
#TotalJobsInProgress ⇒ Object
Returns the value of attribute TotalJobsInProgress.
-
#TotalJobsPercentComplete ⇒ Object
Returns the value of attribute TotalJobsPercentComplete.
-
#TotalSupportTasks ⇒ Object
Returns the value of attribute TotalSupportTasks.
-
#TotalSupportTasksActive ⇒ Object
Returns the value of attribute TotalSupportTasksActive.
-
#TotalTasks ⇒ Object
Returns the value of attribute TotalTasks.
-
#TotalTasksBlocked ⇒ Object
Returns the value of attribute TotalTasksBlocked.
-
#TotalTasksCanceled ⇒ Object
Returns the value of attribute TotalTasksCanceled.
-
#TotalTasksComplete ⇒ Object
Returns the value of attribute TotalTasksComplete.
-
#TotalTasksFailed ⇒ Object
Returns the value of attribute TotalTasksFailed.
-
#TotalTasksInProgress ⇒ Object
Returns the value of attribute TotalTasksInProgress.
-
#TotalTasksSuccess ⇒ Object
Returns the value of attribute TotalTasksSuccess.
-
#TotalUpdateTasks ⇒ Object
Returns the value of attribute TotalUpdateTasks.
-
#TotalUpdateTasksActive ⇒ Object
Returns the value of attribute TotalUpdateTasksActive.
-
#UpdateStatusMetrics ⇒ Object
Returns the value of attribute UpdateStatusMetrics.
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
#CMMList ⇒ Object
Returns the value of attribute CMMList.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def CMMList @CMMList end |
#DeviceList ⇒ Object
Returns the value of attribute DeviceList.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def DeviceList @DeviceList end |
#id ⇒ Object
Returns the value of attribute id.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def id @id end |
#messages ⇒ Object
Returns the value of attribute messages.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def @messages end |
#result ⇒ Object
Returns the value of attribute result.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def result @result end |
#ServerList ⇒ Object
Returns the value of attribute ServerList.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def ServerList @ServerList end |
#StorageList ⇒ Object
Returns the value of attribute StorageList.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def StorageList @StorageList end |
#SwitchList ⇒ Object
Returns the value of attribute SwitchList.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def SwitchList @SwitchList end |
#text ⇒ Object
Returns the value of attribute text.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def text @text end |
#TotaldeviceUpdates ⇒ Object
Returns the value of attribute TotaldeviceUpdates.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def TotaldeviceUpdates @TotaldeviceUpdates end |
#TotaldeviceUpdatesActive ⇒ Object
Returns the value of attribute TotaldeviceUpdatesActive.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def TotaldeviceUpdatesActive @TotaldeviceUpdatesActive end |
#TotaldeviceUpdatesComplete ⇒ Object
Returns the value of attribute TotaldeviceUpdatesComplete.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def TotaldeviceUpdatesComplete @TotaldeviceUpdatesComplete end |
#TotaldeviceUpdatesInProgress ⇒ Object
Returns the value of attribute TotaldeviceUpdatesInProgress.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def TotaldeviceUpdatesInProgress @TotaldeviceUpdatesInProgress end |
#TotalJobs ⇒ Object
Returns the value of attribute TotalJobs.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def TotalJobs @TotalJobs end |
#TotalJobsComplete ⇒ Object
Returns the value of attribute TotalJobsComplete.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def TotalJobsComplete @TotalJobsComplete end |
#TotalJobsInProgress ⇒ Object
Returns the value of attribute TotalJobsInProgress.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def TotalJobsInProgress @TotalJobsInProgress end |
#TotalJobsPercentComplete ⇒ Object
Returns the value of attribute TotalJobsPercentComplete.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def TotalJobsPercentComplete @TotalJobsPercentComplete end |
#TotalSupportTasks ⇒ Object
Returns the value of attribute TotalSupportTasks.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def TotalSupportTasks @TotalSupportTasks end |
#TotalSupportTasksActive ⇒ Object
Returns the value of attribute TotalSupportTasksActive.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def TotalSupportTasksActive @TotalSupportTasksActive end |
#TotalTasks ⇒ Object
Returns the value of attribute TotalTasks.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def TotalTasks @TotalTasks end |
#TotalTasksBlocked ⇒ Object
Returns the value of attribute TotalTasksBlocked.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def TotalTasksBlocked @TotalTasksBlocked end |
#TotalTasksCanceled ⇒ Object
Returns the value of attribute TotalTasksCanceled.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def TotalTasksCanceled @TotalTasksCanceled end |
#TotalTasksComplete ⇒ Object
Returns the value of attribute TotalTasksComplete.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def TotalTasksComplete @TotalTasksComplete end |
#TotalTasksFailed ⇒ Object
Returns the value of attribute TotalTasksFailed.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def TotalTasksFailed @TotalTasksFailed end |
#TotalTasksInProgress ⇒ Object
Returns the value of attribute TotalTasksInProgress.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def TotalTasksInProgress @TotalTasksInProgress end |
#TotalTasksSuccess ⇒ Object
Returns the value of attribute TotalTasksSuccess.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def TotalTasksSuccess @TotalTasksSuccess end |
#TotalUpdateTasks ⇒ Object
Returns the value of attribute TotalUpdateTasks.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def TotalUpdateTasks @TotalUpdateTasks end |
#TotalUpdateTasksActive ⇒ Object
Returns the value of attribute TotalUpdateTasksActive.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def TotalUpdateTasksActive @TotalUpdateTasksActive end |
#UpdateStatusMetrics ⇒ Object
Returns the value of attribute UpdateStatusMetrics.
7 8 9 |
# File 'lib/xclarity_client/endpoints/update_comp.rb', line 7 def UpdateStatusMetrics @UpdateStatusMetrics end |