class Softlayer::Network::Subnet::IpAddress
Constants
- SERVICE
Attributes
allowed_host[RW]
allowed_network_storage[RW]
allowed_network_storage_count[RW]
allowed_network_storage_replica_count[RW]
allowed_network_storage_replicas[RW]
application_delivery_controller[RW]
context_tunnel_translation_count[RW]
context_tunnel_translations[RW]
endpoint_subnet_count[RW]
endpoint_subnets[RW]
guest_network_component[RW]
guest_network_component_binding[RW]
hardware[RW]
id[RW]
ip_address[RW]
is_broadcast[RW]
is_gateway[RW]
is_network[RW]
is_reserved[RW]
network_component[RW]
note[RW]
private_network_gateway[RW]
protection_address[RW]
protection_address_count[RW]
public_network_gateway[RW]
remote_management_network_component[RW]
subnet[RW]
subnet_id[RW]
syslog_events_one_day[RW]
syslog_events_one_day_count[RW]
syslog_events_seven_day_count[RW]
syslog_events_seven_days[RW]
top_ten_syslog_events_by_destination_port_one_day[RW]
top_ten_syslog_events_by_destination_port_one_day_count[RW]
top_ten_syslog_events_by_destination_port_seven_day_count[RW]
top_ten_syslog_events_by_destination_port_seven_days[RW]
top_ten_syslog_events_by_protocols_one_day[RW]
top_ten_syslog_events_by_protocols_one_day_count[RW]
top_ten_syslog_events_by_protocols_seven_day_count[RW]
top_ten_syslog_events_by_protocols_seven_days[RW]
top_ten_syslog_events_by_source_ip_one_day[RW]
top_ten_syslog_events_by_source_ip_one_day_count[RW]
top_ten_syslog_events_by_source_ip_seven_day_count[RW]
top_ten_syslog_events_by_source_ip_seven_days[RW]
top_ten_syslog_events_by_source_port_one_day[RW]
top_ten_syslog_events_by_source_port_one_day_count[RW]
top_ten_syslog_events_by_source_port_seven_day_count[RW]
top_ten_syslog_events_by_source_port_seven_days[RW]
virtual_guest[RW]
virtual_license_count[RW]
virtual_licenses[RW]
Public Class Methods
edit_objects(message)
click to toggle source
template_objects
# File lib/softlayer/network/subnet/ip_address.rb, line 76 def self.edit_objects(message) request(:edit_objects, Boolean, message) end
find_by_ipv4_address(message)
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 81 def self.find_by_ipv4_address(message) request(:find_by_ipv4_address, Softlayer::Network::Subnet::IpAddress, message) end
get_by_ip_address(message)
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 112 def self.get_by_ip_address(message) request(:get_by_ip_address, Softlayer::Network::Subnet::IpAddress, message) end
Public Instance Methods
allow_access_to_network_storage(message)
click to toggle source
network_storage_template_object
# File lib/softlayer/network/subnet/ip_address.rb, line 61 def allow_access_to_network_storage(message) request(:allow_access_to_network_storage, Boolean, message) end
allow_access_to_network_storage_list(message)
click to toggle source
network_storage_template_objects
# File lib/softlayer/network/subnet/ip_address.rb, line 66 def allow_access_to_network_storage_list(message) request(:allow_access_to_network_storage_list, Boolean, message) end
edit_object(message)
click to toggle source
template_object
# File lib/softlayer/network/subnet/ip_address.rb, line 71 def edit_object(message) request(:edit_object, Boolean, message) end
get_allowed_host()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 85 def get_allowed_host request(:get_allowed_host, Softlayer::Network::Storage::Allowed::Host) end
get_allowed_network_storage()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 89 def get_allowed_network_storage request(:get_allowed_network_storage, Array[Softlayer::Network::Storage]) end
get_allowed_network_storage_replicas()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 93 def get_allowed_network_storage_replicas request(:get_allowed_network_storage_replicas, Array[Softlayer::Network::Storage]) end
get_application_delivery_controller()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 97 def get_application_delivery_controller request(:get_application_delivery_controller, Softlayer::Network::Application::Delivery::Controller) end
get_attached_network_storages(message)
click to toggle source
nas_type
# File lib/softlayer/network/subnet/ip_address.rb, line 102 def get_attached_network_storages(message) request(:get_attached_network_storages, Array[Softlayer::Network::Storage], message) end
get_available_network_storages(message)
click to toggle source
nas_type
# File lib/softlayer/network/subnet/ip_address.rb, line 107 def get_available_network_storages(message) request(:get_available_network_storages, Array[Softlayer::Network::Storage], message) end
get_context_tunnel_translations()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 116 def get_context_tunnel_translations request(:get_context_tunnel_translations, Array[Softlayer::Network::Tunnel::Module::Context::Address::Translation]) end
get_endpoint_subnets()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 120 def get_endpoint_subnets request(:get_endpoint_subnets, Array[Softlayer::Network::Subnet]) end
get_guest_network_component()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 124 def get_guest_network_component request(:get_guest_network_component, Softlayer::Virtual::Guest::Network::Component) end
get_guest_network_component_binding()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 128 def get_guest_network_component_binding request(:get_guest_network_component_binding, Softlayer::Virtual::Guest::Network::Component::IpAddress) end
get_hardware()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 132 def get_hardware request(:get_hardware, Softlayer::Hardware) end
get_network_component()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 136 def get_network_component request(:get_network_component, Softlayer::Network::Component) end
get_object()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 140 def get_object request(:get_object, Softlayer::Network::Subnet::IpAddress) end
get_private_network_gateway()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 144 def get_private_network_gateway request(:get_private_network_gateway, Softlayer::Network::Gateway) end
get_protection_address()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 148 def get_protection_address request(:get_protection_address, Array[Softlayer::Network::Protection::Address]) end
get_public_network_gateway()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 152 def get_public_network_gateway request(:get_public_network_gateway, Softlayer::Network::Gateway) end
get_remote_management_network_component()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 156 def get_remote_management_network_component request(:get_remote_management_network_component, Softlayer::Network::Component) end
get_subnet()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 160 def get_subnet request(:get_subnet, Softlayer::Network::Subnet) end
get_syslog_events_one_day()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 164 def get_syslog_events_one_day request(:get_syslog_events_one_day, Array[Softlayer::Network::Logging::Syslog]) end
get_syslog_events_seven_days()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 168 def get_syslog_events_seven_days request(:get_syslog_events_seven_days, Array[Softlayer::Network::Logging::Syslog]) end
get_top_ten_syslog_events_by_destination_port_one_day()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 172 def get_top_ten_syslog_events_by_destination_port_one_day request(:get_top_ten_syslog_events_by_destination_port_one_day, Array[Softlayer::Network::Logging::Syslog]) end
get_top_ten_syslog_events_by_destination_port_seven_days()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 176 def get_top_ten_syslog_events_by_destination_port_seven_days request(:get_top_ten_syslog_events_by_destination_port_seven_days, Array[Softlayer::Network::Logging::Syslog]) end
get_top_ten_syslog_events_by_protocols_one_day()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 180 def get_top_ten_syslog_events_by_protocols_one_day request(:get_top_ten_syslog_events_by_protocols_one_day, Array[Softlayer::Network::Logging::Syslog]) end
get_top_ten_syslog_events_by_protocols_seven_days()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 184 def get_top_ten_syslog_events_by_protocols_seven_days request(:get_top_ten_syslog_events_by_protocols_seven_days, Array[Softlayer::Network::Logging::Syslog]) end
get_top_ten_syslog_events_by_source_ip_one_day()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 188 def get_top_ten_syslog_events_by_source_ip_one_day request(:get_top_ten_syslog_events_by_source_ip_one_day, Array[Softlayer::Network::Logging::Syslog]) end
get_top_ten_syslog_events_by_source_ip_seven_days()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 192 def get_top_ten_syslog_events_by_source_ip_seven_days request(:get_top_ten_syslog_events_by_source_ip_seven_days, Array[Softlayer::Network::Logging::Syslog]) end
get_top_ten_syslog_events_by_source_port_one_day()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 196 def get_top_ten_syslog_events_by_source_port_one_day request(:get_top_ten_syslog_events_by_source_port_one_day, Array[Softlayer::Network::Logging::Syslog]) end
get_top_ten_syslog_events_by_source_port_seven_days()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 200 def get_top_ten_syslog_events_by_source_port_seven_days request(:get_top_ten_syslog_events_by_source_port_seven_days, Array[Softlayer::Network::Logging::Syslog]) end
get_virtual_guest()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 204 def get_virtual_guest request(:get_virtual_guest, Softlayer::Virtual::Guest) end
get_virtual_licenses()
click to toggle source
# File lib/softlayer/network/subnet/ip_address.rb, line 208 def get_virtual_licenses request(:get_virtual_licenses, Array[Softlayer::Software::VirtualLicense]) end
remove_access_to_network_storage_list(message)
click to toggle source
network_storage_template_objects
# File lib/softlayer/network/subnet/ip_address.rb, line 213 def remove_access_to_network_storage_list(message) request(:remove_access_to_network_storage_list, Boolean, message) end