Class: Softlayer::Network::Application::Delivery::Controller::LoadBalancer::VirtualIpAddress::SecureTransportCipher

Inherits:
Entity
  • Object
show all
Defined in:
lib/softlayer/network/application/delivery/controller/load_balancer/virtual_ip_address/secure_transport_cipher.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

#idObject

Returns the value of attribute id.



9
10
11
# File 'lib/softlayer/network/application/delivery/controller/load_balancer/virtual_ip_address/secure_transport_cipher.rb', line 9

def id
  @id
end

#key_nameObject

Returns the value of attribute key_name.



10
11
12
# File 'lib/softlayer/network/application/delivery/controller/load_balancer/virtual_ip_address/secure_transport_cipher.rb', line 10

def key_name
  @key_name
end

#virtual_ip_addressObject

Returns the value of attribute virtual_ip_address.



12
13
14
# File 'lib/softlayer/network/application/delivery/controller/load_balancer/virtual_ip_address/secure_transport_cipher.rb', line 12

def virtual_ip_address
  @virtual_ip_address
end

#virtual_ip_address_idObject

Returns the value of attribute virtual_ip_address_id.



11
12
13
# File 'lib/softlayer/network/application/delivery/controller/load_balancer/virtual_ip_address/secure_transport_cipher.rb', line 11

def virtual_ip_address_id
  @virtual_ip_address_id
end