Class: Softlayer::Notification::Occurrence::Resource

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/notification/occurrence/resource.rb,
lib/softlayer/notification/occurrence/resource/network.rb,
lib/softlayer/notification/occurrence/resource/virtual.rb,
lib/softlayer/notification/occurrence/resource/hardware.rb,
lib/softlayer/notification/occurrence/resource/network/storage.rb,
lib/softlayer/notification/occurrence/resource/network/application.rb,
lib/softlayer/notification/occurrence/resource/network/storage/nas.rb,
lib/softlayer/notification/occurrence/resource/network/storage/iscsi.rb,
lib/softlayer/notification/occurrence/resource/network/storage/lockbox.rb,
lib/softlayer/notification/occurrence/resource/network/storage/net_app.rb,
lib/softlayer/notification/occurrence/resource/network/application/delivery.rb,
lib/softlayer/notification/occurrence/resource/network/storage/iscsi/net_app.rb,
lib/softlayer/notification/occurrence/resource/network/storage/net_app/volume.rb,
lib/softlayer/notification/occurrence/resource/network/storage/iscsi/equal_logic.rb,
lib/softlayer/notification/occurrence/resource/network/application/delivery/controller.rb,
lib/softlayer/notification/occurrence/resource/network/application/delivery/controller/load_balancer.rb,
lib/softlayer/notification/occurrence/resource/network/application/delivery/controller/load_balancer/virtual_ip_address.rb

Defined Under Namespace

Modules: Network Classes: Hardware, Representer, Virtual

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

#activeObject

Returns the value of attribute active.



8
9
10
# File 'lib/softlayer/notification/occurrence/resource.rb', line 8

def active
  @active
end

#filter_labelObject

Returns the value of attribute filter_label.



9
10
11
# File 'lib/softlayer/notification/occurrence/resource.rb', line 9

def filter_label
  @filter_label
end

#notification_occurrence_eventObject

Returns the value of attribute notification_occurrence_event.



14
15
16
# File 'lib/softlayer/notification/occurrence/resource.rb', line 14

def notification_occurrence_event
  @notification_occurrence_event
end

#notification_occurrence_event_idObject

Returns the value of attribute notification_occurrence_event_id.



10
11
12
# File 'lib/softlayer/notification/occurrence/resource.rb', line 10

def notification_occurrence_event_id
  @notification_occurrence_event_id
end

#resourceObject

Returns the value of attribute resource.



15
16
17
# File 'lib/softlayer/notification/occurrence/resource.rb', line 15

def resource
  @resource
end

#resource_account_idObject

Returns the value of attribute resource_account_id.



11
12
13
# File 'lib/softlayer/notification/occurrence/resource.rb', line 11

def 
  @resource_account_id
end

#resource_nameObject

Returns the value of attribute resource_name.



12
13
14
# File 'lib/softlayer/notification/occurrence/resource.rb', line 12

def resource_name
  @resource_name
end

#resource_table_idObject

Returns the value of attribute resource_table_id.



13
14
15
# File 'lib/softlayer/notification/occurrence/resource.rb', line 13

def resource_table_id
  @resource_table_id
end