class Softlayer::Virtual::Guest::Network::Component

Constants

SERVICE

Attributes

create_date[RW]
guest[RW]
guest_id[RW]
high_availability_firewall_flag[RW]
id[RW]
ip_address_binding_count[RW]
ip_address_bindings[RW]
mac_address[RW]
max_speed[RW]
modify_date[RW]
name[RW]
network_component_firewall[RW]
network_id[RW]
network_vlan[RW]
port[RW]
primary_ip_address[RW]
primary_ip_address_record[RW]
primary_subnet[RW]
primary_version6_ip_address_record[RW]
router[RW]
speed[RW]
status[RW]
subnet_count[RW]
subnets[RW]
uuid[RW]

Public Instance Methods

disable() click to toggle source
# File lib/softlayer/virtual/guest/network/component.rb, line 34
def disable
  request(:disable, Boolean)
end
enable() click to toggle source
# File lib/softlayer/virtual/guest/network/component.rb, line 38
def enable
  request(:enable, Boolean)
end
get_guest() click to toggle source
# File lib/softlayer/virtual/guest/network/component.rb, line 42
def get_guest
  request(:get_guest, Softlayer::Virtual::Guest)
end
get_high_availability_firewall_flag() click to toggle source
# File lib/softlayer/virtual/guest/network/component.rb, line 46
def get_high_availability_firewall_flag
  request(:get_high_availability_firewall_flag, Boolean)
end
get_ip_address_bindings() click to toggle source
# File lib/softlayer/virtual/guest/network/component.rb, line 50
def get_ip_address_bindings
  request(:get_ip_address_bindings, Array[Softlayer::Virtual::Guest::Network::Component::IpAddress])
end
get_network_component_firewall() click to toggle source
# File lib/softlayer/virtual/guest/network/component.rb, line 54
def get_network_component_firewall
  request(:get_network_component_firewall, Softlayer::Network::Component::Firewall)
end
get_network_vlan() click to toggle source
# File lib/softlayer/virtual/guest/network/component.rb, line 58
def get_network_vlan
  request(:get_network_vlan, Softlayer::Network::Vlan)
end
get_object() click to toggle source
# File lib/softlayer/virtual/guest/network/component.rb, line 62
def get_object
  request(:get_object, Softlayer::Virtual::Guest::Network::Component)
end
get_primary_ip_address() click to toggle source
# File lib/softlayer/virtual/guest/network/component.rb, line 66
def get_primary_ip_address
  request(:get_primary_ip_address, String)
end
get_primary_ip_address_record() click to toggle source
# File lib/softlayer/virtual/guest/network/component.rb, line 70
def get_primary_ip_address_record
  request(:get_primary_ip_address_record, Softlayer::Network::Subnet::IpAddress)
end
get_primary_subnet() click to toggle source
# File lib/softlayer/virtual/guest/network/component.rb, line 74
def get_primary_subnet
  request(:get_primary_subnet, Softlayer::Network::Subnet)
end
get_primary_version6_ip_address_record() click to toggle source
# File lib/softlayer/virtual/guest/network/component.rb, line 78
def get_primary_version6_ip_address_record
  request(:get_primary_version6_ip_address_record, Softlayer::Network::Subnet::IpAddress)
end
get_router() click to toggle source
# File lib/softlayer/virtual/guest/network/component.rb, line 82
def get_router
  request(:get_router, Softlayer::Hardware::Router)
end
get_subnets() click to toggle source
# File lib/softlayer/virtual/guest/network/component.rb, line 86
def get_subnets
  request(:get_subnets, Array[Softlayer::Network::Subnet])
end
is_pingable() click to toggle source
# File lib/softlayer/virtual/guest/network/component.rb, line 90
def is_pingable
  request(:is_pingable, Boolean)
end