class Softlayer::Network::LoadBalancer::VirtualIpAddress

Constants

SERVICE

Attributes

account[RW]
billing_item[RW]
connection_limit[RW]
customer_managed_flag[RW]
id[RW]
load_balancing_method[RW]
load_balancing_method_full_name[RW]
managed_resource_flag[RW]
modify_date[RW]
name[RW]
notes[RW]
security_certificate_id[RW]
service_count[RW]
services[RW]
source_port[RW]
type[RW]
virtual_ip_address[RW]

Public Instance Methods

disable() click to toggle source
# File lib/softlayer/network/load_balancer/virtual_ip_address.rb, line 24
def disable
  request(:disable, Boolean)
end
edit_object(message) click to toggle source

template_object

# File lib/softlayer/network/load_balancer/virtual_ip_address.rb, line 29
def edit_object(message)
  request(:edit_object, Boolean, message)
end
enable() click to toggle source
# File lib/softlayer/network/load_balancer/virtual_ip_address.rb, line 33
def enable
  request(:enable, Boolean)
end
get_account() click to toggle source
# File lib/softlayer/network/load_balancer/virtual_ip_address.rb, line 37
def get_account
  request(:get_account, Softlayer::Account)
end
get_billing_item() click to toggle source
# File lib/softlayer/network/load_balancer/virtual_ip_address.rb, line 41
def get_billing_item
  request(:get_billing_item, Softlayer::Billing::Item)
end
get_customer_managed_flag() click to toggle source
# File lib/softlayer/network/load_balancer/virtual_ip_address.rb, line 45
def get_customer_managed_flag
  request(:get_customer_managed_flag, Integer)
end
get_managed_resource_flag() click to toggle source
# File lib/softlayer/network/load_balancer/virtual_ip_address.rb, line 49
def get_managed_resource_flag
  request(:get_managed_resource_flag, Boolean)
end
get_object() click to toggle source
# File lib/softlayer/network/load_balancer/virtual_ip_address.rb, line 53
def get_object
  request(:get_object, Softlayer::Network::LoadBalancer::VirtualIpAddress)
end
get_services() click to toggle source
# File lib/softlayer/network/load_balancer/virtual_ip_address.rb, line 57
def get_services
  request(:get_services, Array[Softlayer::Network::LoadBalancer::Service])
end
kick_all_connections() click to toggle source
# File lib/softlayer/network/load_balancer/virtual_ip_address.rb, line 61
def kick_all_connections
  request(:kick_all_connections, Boolean)
end
upgrade_connection_limit() click to toggle source
# File lib/softlayer/network/load_balancer/virtual_ip_address.rb, line 65
def upgrade_connection_limit
  request(:upgrade_connection_limit, Boolean)
end