Class: Softlayer::Container::Utility::Microsoft::Windows::UpdateServices::Status

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/container/utility/microsoft/windows/update_services/status.rb

Defined Under Namespace

Classes: Representer

Instance Attribute Summary collapse

Method Summary

Methods inherited from Model

all, all_request_for, create, find, #init_headers, parse, process_message, #request, request, service_name, #service_name, #to_hash, #to_softlayer

Methods included from Model::Operations

extended, #filter, included, #limit, #mask, #request_headers

Instance Attribute Details

#last_reboot_dateObject

Returns the value of attribute last_reboot_date.



8
9
10
# File 'lib/softlayer/container/utility/microsoft/windows/update_services/status.rb', line 8

def last_reboot_date
  @last_reboot_date
end

#last_status_dateObject

Returns the value of attribute last_status_date.



9
10
11
# File 'lib/softlayer/container/utility/microsoft/windows/update_services/status.rb', line 9

def last_status_date
  @last_status_date
end

#last_sync_dateObject

Returns the value of attribute last_sync_date.



10
11
12
# File 'lib/softlayer/container/utility/microsoft/windows/update_services/status.rb', line 10

def last_sync_date
  @last_sync_date
end

#private_ip_addressObject

Returns the value of attribute private_ip_address.



11
12
13
# File 'lib/softlayer/container/utility/microsoft/windows/update_services/status.rb', line 11

def private_ip_address
  @private_ip_address
end

#sync_statusObject

Returns the value of attribute sync_status.



12
13
14
# File 'lib/softlayer/container/utility/microsoft/windows/update_services/status.rb', line 12

def sync_status
  @sync_status
end

#update_statusObject

Returns the value of attribute update_status.



13
14
15
# File 'lib/softlayer/container/utility/microsoft/windows/update_services/status.rb', line 13

def update_status
  @update_status
end