Class: Softlayer::Notification::Occurrence::Resource::Network::Application::Delivery::Controller

Inherits:
Softlayer::Notification::Occurrence::Resource show all
Defined in:
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: LoadBalancer Classes: Representer

Instance Attribute Summary collapse

Attributes inherited from Softlayer::Notification::Occurrence::Resource

#active, #filter_label, #notification_occurrence_event, #notification_occurrence_event_id, #resource, #resource_account_id, #resource_name, #resource_table_id

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

#hostnameObject

Returns the value of attribute hostname.



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

def hostname
  @hostname
end

#private_ipObject

Returns the value of attribute private_ip.



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

def private_ip
  @private_ip
end

#public_ipObject

Returns the value of attribute public_ip.



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

def public_ip
  @public_ip
end

#resource_typeObject

Returns the value of attribute resource_type.



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

def resource_type
  @resource_type
end