class Softlayer::Network::Storage::Iscsi::Os::Type

Constants

SERVICE

Attributes

create_date[RW]
description[RW]
id[RW]
key_name[RW]
name[RW]

Public Class Methods

get_all_objects() click to toggle source
# File lib/softlayer/network/storage/iscsi/os/type.rb, line 14
def self.get_all_objects
  request(:get_all_objects, Array[Softlayer::Network::Storage::Iscsi::Os::Type])
end
get_object() click to toggle source
# File lib/softlayer/network/storage/iscsi/os/type.rb, line 18
def self.get_object
  request(:get_object, Softlayer::Network::Storage::Iscsi::Os::Type)
end