class Softlayer::Software::Component::Password
Constants
- SERVICE
Attributes
create_date[RW]
id[RW]
modify_date[RW]
notes[RW]
password[RW]
port[RW]
software[RW]
software_id[RW]
ssh_key_count[RW]
ssh_keys[RW]
username[RW]
Public Class Methods
create_object(message)
click to toggle source
template_object
# File lib/softlayer/software/component/password.rb, line 20 def self.create_object(message) request(:create_object, Softlayer::Software::Component::Password, message) end
create_objects(message)
click to toggle source
template_objects
# File lib/softlayer/software/component/password.rb, line 25 def self.create_objects(message) request(:create_objects, Boolean, message) end
delete_objects(message)
click to toggle source
template_objects
# File lib/softlayer/software/component/password.rb, line 34 def self.delete_objects(message) request(:delete_objects, Boolean, message) end
edit_objects(message)
click to toggle source
template_objects
# File lib/softlayer/software/component/password.rb, line 44 def self.edit_objects(message) request(:edit_objects, Boolean, message) end
Public Instance Methods
delete_object()
click to toggle source
# File lib/softlayer/software/component/password.rb, line 29 def delete_object request(:delete_object, Boolean) end
edit_object(message)
click to toggle source
template_object
# File lib/softlayer/software/component/password.rb, line 39 def edit_object(message) request(:edit_object, Boolean, message) end
get_object()
click to toggle source
# File lib/softlayer/software/component/password.rb, line 48 def get_object request(:get_object, Softlayer::Software::Component::Password) end
get_software()
click to toggle source
# File lib/softlayer/software/component/password.rb, line 52 def get_software request(:get_software, Softlayer::Software::Component) end
get_ssh_keys()
click to toggle source
# File lib/softlayer/software/component/password.rb, line 56 def get_ssh_keys request(:get_ssh_keys, Array[Softlayer::Security::Ssh::Key]) end