class Softlayer::Network::Storage::Allowed::Host

Constants

SERVICE

Attributes

assigned_group_count[RW]
assigned_groups[RW]
assigned_replication_volume_count[RW]
assigned_replication_volumes[RW]
assigned_volume_count[RW]
assigned_volumes[RW]
credential[RW]
credential_id[RW]
id[RW]
name[RW]
resource_table_id[RW]
resource_table_name[RW]

Public Class Methods

create_object(message) click to toggle source

template_object

# File lib/softlayer/network/storage/allowed/host.rb, line 25
def self.create_object(message)
  request(:create_object, Boolean, message)
end

Public Instance Methods

delete_object() click to toggle source
# File lib/softlayer/network/storage/allowed/host.rb, line 29
def delete_object
  request(:delete_object, Boolean)
end
edit_object(message) click to toggle source

template_object

# File lib/softlayer/network/storage/allowed/host.rb, line 34
def edit_object(message)
  request(:edit_object, Boolean, message)
end
get_assigned_groups() click to toggle source
# File lib/softlayer/network/storage/allowed/host.rb, line 38
def get_assigned_groups
  request(:get_assigned_groups, Array[Softlayer::Network::Storage::Group])
end
get_assigned_replication_volumes() click to toggle source
# File lib/softlayer/network/storage/allowed/host.rb, line 42
def get_assigned_replication_volumes
  request(:get_assigned_replication_volumes, Array[Softlayer::Network::Storage])
end
get_assigned_volumes() click to toggle source
# File lib/softlayer/network/storage/allowed/host.rb, line 46
def get_assigned_volumes
  request(:get_assigned_volumes, Array[Softlayer::Network::Storage])
end
get_credential() click to toggle source
# File lib/softlayer/network/storage/allowed/host.rb, line 50
def get_credential
  request(:get_credential, Softlayer::Network::Storage::Credential)
end
get_object() click to toggle source
# File lib/softlayer/network/storage/allowed/host.rb, line 54
def get_object
  request(:get_object, Softlayer::Network::Storage::Allowed::Host)
end
set_credential_password(message) click to toggle source

password

# File lib/softlayer/network/storage/allowed/host.rb, line 59
def set_credential_password(message)
  request(:set_credential_password, Boolean, message)
end