Class: Softlayer::Network::Subnet::IpAddress::Version6
- Inherits:
-
Softlayer::Network::Subnet::IpAddress
- Object
- Model
- Entity
- Softlayer::Network::Subnet::IpAddress
- Softlayer::Network::Subnet::IpAddress::Version6
- Defined in:
- lib/softlayer/network/subnet/ip_address/version6.rb
Defined Under Namespace
Classes: Representer
Constant Summary
Constants inherited from Softlayer::Network::Subnet::IpAddress
Instance Attribute Summary collapse
-
#public_version6_network_gateway ⇒ Object
Returns the value of attribute public_version6_network_gateway.
Attributes inherited from Softlayer::Network::Subnet::IpAddress
#allowed_host, #allowed_network_storage, #allowed_network_storage_count, #allowed_network_storage_replica_count, #allowed_network_storage_replicas, #application_delivery_controller, #context_tunnel_translation_count, #context_tunnel_translations, #endpoint_subnet_count, #endpoint_subnets, #guest_network_component, #guest_network_component_binding, #hardware, #id, #ip_address, #is_broadcast, #is_gateway, #is_network, #is_reserved, #network_component, #note, #private_network_gateway, #protection_address, #protection_address_count, #public_network_gateway, #remote_management_network_component, #subnet, #subnet_id, #syslog_events_one_day, #syslog_events_one_day_count, #syslog_events_seven_day_count, #syslog_events_seven_days, #top_ten_syslog_events_by_destination_port_one_day, #top_ten_syslog_events_by_destination_port_one_day_count, #top_ten_syslog_events_by_destination_port_seven_day_count, #top_ten_syslog_events_by_destination_port_seven_days, #top_ten_syslog_events_by_protocols_one_day, #top_ten_syslog_events_by_protocols_one_day_count, #top_ten_syslog_events_by_protocols_seven_day_count, #top_ten_syslog_events_by_protocols_seven_days, #top_ten_syslog_events_by_source_ip_one_day, #top_ten_syslog_events_by_source_ip_one_day_count, #top_ten_syslog_events_by_source_ip_seven_day_count, #top_ten_syslog_events_by_source_ip_seven_days, #top_ten_syslog_events_by_source_port_one_day, #top_ten_syslog_events_by_source_port_one_day_count, #top_ten_syslog_events_by_source_port_seven_day_count, #top_ten_syslog_events_by_source_port_seven_days, #virtual_guest, #virtual_license_count, #virtual_licenses
Method Summary
Methods inherited from Softlayer::Network::Subnet::IpAddress
#allow_access_to_network_storage, #allow_access_to_network_storage_list, #edit_object, edit_objects, find_by_ipv4_address, #get_allowed_host, #get_allowed_network_storage, #get_allowed_network_storage_replicas, #get_application_delivery_controller, #get_attached_network_storages, #get_available_network_storages, get_by_ip_address, #get_context_tunnel_translations, #get_endpoint_subnets, #get_guest_network_component, #get_guest_network_component_binding, #get_hardware, #get_network_component, #get_object, #get_private_network_gateway, #get_protection_address, #get_public_network_gateway, #get_remote_management_network_component, #get_subnet, #get_syslog_events_one_day, #get_syslog_events_seven_days, #get_top_ten_syslog_events_by_destination_port_one_day, #get_top_ten_syslog_events_by_destination_port_seven_days, #get_top_ten_syslog_events_by_protocols_one_day, #get_top_ten_syslog_events_by_protocols_seven_days, #get_top_ten_syslog_events_by_source_ip_one_day, #get_top_ten_syslog_events_by_source_ip_seven_days, #get_top_ten_syslog_events_by_source_port_one_day, #get_top_ten_syslog_events_by_source_port_seven_days, #get_virtual_guest, #get_virtual_licenses, #remove_access_to_network_storage_list
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
#public_version6_network_gateway ⇒ Object
Returns the value of attribute public_version6_network_gateway.
6 7 8 |
# File 'lib/softlayer/network/subnet/ip_address/version6.rb', line 6 def public_version6_network_gateway @public_version6_network_gateway end |