class Softlayer::Network::Storage::Allowed::Host::Hardware
Constants
- SERVICE
Attributes
resource[RW]
Public Class Methods
create_object(message)
click to toggle source
template_object
# File lib/softlayer/network/storage/allowed/host/hardware.rb, line 11 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/hardware.rb, line 15 def delete_object request(:delete_object, Boolean) end
edit_object(message)
click to toggle source
template_object
# File lib/softlayer/network/storage/allowed/host/hardware.rb, line 20 def edit_object(message) request(:edit_object, Boolean, message) end
get_assigned_groups()
click to toggle source
# File lib/softlayer/network/storage/allowed/host/hardware.rb, line 24 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/hardware.rb, line 28 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/hardware.rb, line 32 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/hardware.rb, line 36 def get_credential request(:get_credential, Softlayer::Network::Storage::Credential) end
get_object()
click to toggle source
# File lib/softlayer/network/storage/allowed/host/hardware.rb, line 40 def get_object request(:get_object, Softlayer::Network::Storage::Allowed::Host::Hardware) end
get_resource()
click to toggle source
# File lib/softlayer/network/storage/allowed/host/hardware.rb, line 44 def get_resource request(:get_resource, Softlayer::Hardware) end
set_credential_password(message)
click to toggle source
password
# File lib/softlayer/network/storage/allowed/host/hardware.rb, line 49 def set_credential_password(message) request(:set_credential_password, Boolean, message) end