class Softlayer::Network::Backbone

Constants

SERVICE

Attributes

capacity[RW]
capacity_units[RW]
health[RW]
id[RW]
location[RW]
name[RW]
network_component[RW]
network_component_id[RW]
type[RW]

Public Class Methods

get_all_backbones() click to toggle source
# File lib/softlayer/network/backbone.rb, line 16
def self.get_all_backbones
  request(:get_all_backbones, Array[Softlayer::Network::Backbone])
end
get_backbones_for_location_name(message) click to toggle source

location_name

# File lib/softlayer/network/backbone.rb, line 21
def self.get_backbones_for_location_name(message)
  request(:get_backbones_for_location_name, Array[Softlayer::Network::Backbone], message)
end

Public Instance Methods

get_graph_image() click to toggle source
# File lib/softlayer/network/backbone.rb, line 25
def get_graph_image
  request(:get_graph_image, Softlayer::Base64Binary)
end
get_health() click to toggle source
# File lib/softlayer/network/backbone.rb, line 29
def get_health
  request(:get_health, String)
end
get_location() click to toggle source
# File lib/softlayer/network/backbone.rb, line 33
def get_location
  request(:get_location, Softlayer::Location)
end
get_network_component() click to toggle source
# File lib/softlayer/network/backbone.rb, line 37
def get_network_component
  request(:get_network_component, Softlayer::Network::Component)
end
get_object() click to toggle source
# File lib/softlayer/network/backbone.rb, line 41
def get_object
  request(:get_object, Softlayer::Network::Backbone)
end