class Softlayer::Notification::Occurrence::User

Constants

SERVICE

Attributes

acknowledged_flag[RW]
active[RW]
id[RW]
impacted_resource_count[RW]
impacted_resources[RW]
notification_occurrence_event[RW]
user[RW]
usr_record_id[RW]

Public Class Methods

get_all_objects() click to toggle source
# File lib/softlayer/notification/occurrence/user.rb, line 19
def self.get_all_objects
  request(:get_all_objects, Array[Softlayer::Notification::Occurrence::User])
end

Public Instance Methods

acknowledge() click to toggle source
# File lib/softlayer/notification/occurrence/user.rb, line 15
def acknowledge
  request(:acknowledge, Boolean)
end
get_impacted_device_count() click to toggle source
# File lib/softlayer/notification/occurrence/user.rb, line 23
def get_impacted_device_count
  request(:get_impacted_device_count, Integer)
end
get_impacted_resources() click to toggle source
# File lib/softlayer/notification/occurrence/user.rb, line 27
def get_impacted_resources
  request(:get_impacted_resources, Array[Softlayer::Notification::Occurrence::Resource])
end
get_notification_occurrence_event() click to toggle source
# File lib/softlayer/notification/occurrence/user.rb, line 31
def get_notification_occurrence_event
  request(:get_notification_occurrence_event, Softlayer::Notification::Occurrence::Event)
end
get_object() click to toggle source
# File lib/softlayer/notification/occurrence/user.rb, line 35
def get_object
  request(:get_object, Softlayer::Notification::Occurrence::User)
end
get_user() click to toggle source
# File lib/softlayer/notification/occurrence/user.rb, line 39
def get_user
  request(:get_user, Softlayer::User::Customer)
end