class Softlayer::User::Customer

Constants

SERVICE

Attributes

account[RW]
account_id[RW]
action_count[RW]
actions[RW]
additional_email_count[RW]
additional_emails[RW]
address1[RW]
address2[RW]
aim[RW]
alternate_phone[RW]
api_authentication_key_count[RW]
api_authentication_keys[RW]
authentication_token[RW]
cdn_account_count[RW]
cdn_accounts[RW]
child_user_count[RW]
child_users[RW]
city[RW]
closed_ticket_count[RW]
closed_tickets[RW]
company_name[RW]
country[RW]
create_date[RW]
daylight_savings_time_flag[RW]
deny_all_resource_access_on_create_flag[RW]
display_name[RW]
email[RW]
external_binding_count[RW]
external_bindings[RW]
first_name[RW]
forum_password_hash[RW]
hardware[RW]
hardware_count[RW]
hardware_notification_count[RW]
hardware_notifications[RW]
has_acknowledged_support_policy_flag[RW]
has_full_hardware_access_flag[RW]
has_full_virtual_guest_access_flag[RW]
icq[RW]
id[RW]
ip_address_restriction[RW]
last_name[RW]
layout_profile_count[RW]
layout_profiles[RW]
locale[RW]
locale_id[RW]
login_attempt_count[RW]
login_attempts[RW]
managed_by_federation_flag[RW]
managed_by_open_id_connect_flag[RW]
mobile_device_count[RW]
mobile_devices[RW]
modify_date[RW]
msn[RW]
name_id[RW]
notification_subscriber_count[RW]
notification_subscribers[RW]
office_phone[RW]
open_id_connect_user_name[RW]
open_ticket_count[RW]
open_tickets[RW]
override_count[RW]
overrides[RW]
parent[RW]
parent_id[RW]
password_expire_date[RW]
permission_count[RW]
permission_system_version[RW]
permissions[RW]
postal_code[RW]
pptp_vpn_allowed_flag[RW]
preference_count[RW]
preferences[RW]
role_count[RW]
roles[RW]
saved_id[RW]
secondary_login_management_flag[RW]
secondary_login_required_flag[RW]
secondary_password_modify_date[RW]
secondary_password_timeout_days[RW]
security_answer_count[RW]
security_answers[RW]
sms[RW]
ssl_vpn_allowed_flag[RW]
state[RW]
status_date[RW]
subscriber_count[RW]
subscribers[RW]
successful_login_count[RW]
successful_logins[RW]
support_policy_acknowledgement_required_flag[RW]
survey_count[RW]
survey_required_flag[RW]
surveys[RW]
ticket_count[RW]
tickets[RW]
timezone[RW]
timezone_id[RW]
unsuccessful_login_count[RW]
unsuccessful_logins[RW]
user_status[RW]
user_status_id[RW]
username[RW]
virtual_guest_count[RW]
virtual_guests[RW]
vpn_manual_config[RW]
yahoo[RW]

Public Class Methods

check_external_authentication_status(message) click to toggle source

authentication_container

# File lib/softlayer/user/customer.rb, line 194
def self.check_external_authentication_status(message)
  request(:check_external_authentication_status, Softlayer::Container::User::Customer::Portal::Token, message)
end
create_object(message) click to toggle source

template_object password vpn_password

# File lib/softlayer/user/customer.rb, line 213
def self.create_object(message)
  request(:create_object, Softlayer::User::Customer, message)
end
edit_objects(message) click to toggle source

template_objects

# File lib/softlayer/user/customer.rb, line 235
def self.edit_objects(message)
  request(:edit_objects, Boolean, message)
end
get_active_external_authentication_vendors() click to toggle source
# File lib/softlayer/user/customer.rb, line 254
def self.get_active_external_authentication_vendors
  request(:get_active_external_authentication_vendors, Array[Softlayer::Container::User::Customer::External::Binding::Vendor])
end
get_default_security_questions(message) click to toggle source

key

# File lib/softlayer/user/customer.rb, line 292
def self.get_default_security_questions(message)
  request(:get_default_security_questions, Array[Softlayer::User::Security::Question], message)
end
get_portal_login_token(message) click to toggle source

username password security_question_id security_question_answer

# File lib/softlayer/user/customer.rb, line 372
def self.get_portal_login_token(message)
  request(:get_portal_login_token, Softlayer::Container::User::Customer::Portal::Token, message)
end
get_user_from_lost_password_request(message) click to toggle source

key

# File lib/softlayer/user/customer.rb, line 451
def self.get_user_from_lost_password_request(message)
  request(:get_user_from_lost_password_request, Array[Softlayer::User::Security::Question], message)
end
get_user_id_for_password_set(message) click to toggle source

key

# File lib/softlayer/user/customer.rb, line 456
def self.get_user_id_for_password_set(message)
  request(:get_user_id_for_password_set, Integer, message)
end
initiate_external_authentication(message) click to toggle source

authentication_container

# File lib/softlayer/user/customer.rb, line 487
def self.initiate_external_authentication(message)
  request(:initiate_external_authentication, String, message)
end
initiate_portal_password_change(message) click to toggle source

username

# File lib/softlayer/user/customer.rb, line 492
def self.initiate_portal_password_change(message)
  request(:initiate_portal_password_change, Boolean, message)
end
lost_password(message) click to toggle source

username email

# File lib/softlayer/user/customer.rb, line 517
def self.lost_password(message)
  request(:lost_password, Boolean, message)
end
perform_external_authentication(message) click to toggle source

authentication_container

# File lib/softlayer/user/customer.rb, line 522
def self.perform_external_authentication(message)
  request(:perform_external_authentication, Softlayer::Container::User::Customer::Portal::Token, message)
end
remove_api_authentication_key(message) click to toggle source

key_id

# File lib/softlayer/user/customer.rb, line 541
def self.remove_api_authentication_key(message)
  request(:remove_api_authentication_key, Boolean, message)
end
reset_expired_password(message) click to toggle source

username password new_password security_question_id security_question_answer

# File lib/softlayer/user/customer.rb, line 595
def self.reset_expired_password(message)
  request(:reset_expired_password, Boolean, message)
end
saml_authenticate(message) click to toggle source

account_id saml_response

# File lib/softlayer/user/customer.rb, line 601
def self.saml_authenticate(message)
  request(:saml_authenticate, Softlayer::Container::User::Customer::Portal::Token, message)
end
saml_begin_authentication(message) click to toggle source

account_id

# File lib/softlayer/user/customer.rb, line 606
def self.saml_begin_authentication(message)
  request(:saml_begin_authentication, String, message)
end
set_password_from_lost_password_request(message) click to toggle source

key password security_answers

# File lib/softlayer/user/customer.rb, line 622
def self.set_password_from_lost_password_request(message)
  request(:set_password_from_lost_password_request, Boolean, message)
end
validate_authentication_token(message) click to toggle source

authentication_token

# File lib/softlayer/user/customer.rb, line 665
def self.validate_authentication_token(message)
  request(:validate_authentication_token, Softlayer::Container::User::Customer::Portal::Token, message)
end

Public Instance Methods

acknowledge_support_policy() click to toggle source
# File lib/softlayer/user/customer.rb, line 129
def acknowledge_support_policy
  request(:acknowledge_support_policy, nil)
end
add_api_authentication_key() click to toggle source
# File lib/softlayer/user/customer.rb, line 133
def add_api_authentication_key
  request(:add_api_authentication_key, String)
end
add_bulk_hardware_access(message) click to toggle source

hardware_ids

# File lib/softlayer/user/customer.rb, line 138
def add_bulk_hardware_access(message)
  request(:add_bulk_hardware_access, Boolean, message)
end
add_bulk_portal_permission(message) click to toggle source

permissions

# File lib/softlayer/user/customer.rb, line 143
def add_bulk_portal_permission(message)
  request(:add_bulk_portal_permission, Boolean, message)
end
add_bulk_roles(message) click to toggle source

roles

# File lib/softlayer/user/customer.rb, line 148
def add_bulk_roles(message)
  request(:add_bulk_roles, nil, message)
end
add_bulk_virtual_guest_access(message) click to toggle source

virtual_guest_ids

# File lib/softlayer/user/customer.rb, line 153
def add_bulk_virtual_guest_access(message)
  request(:add_bulk_virtual_guest_access, Boolean, message)
end
add_external_binding(message) click to toggle source

external_binding

# File lib/softlayer/user/customer.rb, line 158
def add_external_binding(message)
  request(:add_external_binding, Softlayer::User::Customer::External::Binding, message)
end
add_hardware_access(message) click to toggle source

hardware_id

# File lib/softlayer/user/customer.rb, line 163
def add_hardware_access(message)
  request(:add_hardware_access, Boolean, message)
end
add_notification_subscriber(message) click to toggle source

notification_key_name

# File lib/softlayer/user/customer.rb, line 168
def add_notification_subscriber(message)
  request(:add_notification_subscriber, Boolean, message)
end
add_portal_permission(message) click to toggle source

permission

# File lib/softlayer/user/customer.rb, line 173
def add_portal_permission(message)
  request(:add_portal_permission, Boolean, message)
end
add_role(message) click to toggle source

role

# File lib/softlayer/user/customer.rb, line 178
def add_role(message)
  request(:add_role, nil, message)
end
add_virtual_guest_access(message) click to toggle source

virtual_guest_id

# File lib/softlayer/user/customer.rb, line 183
def add_virtual_guest_access(message)
  request(:add_virtual_guest_access, Boolean, message)
end
change_preference(message) click to toggle source

preference_type_key_name value

# File lib/softlayer/user/customer.rb, line 189
def change_preference(message)
  request(:change_preference, Array[Softlayer::User::Preference], message)
end
check_phone_factor_authentication_for_password_set(message) click to toggle source

password_set authentication_container

# File lib/softlayer/user/customer.rb, line 200
def check_phone_factor_authentication_for_password_set(message)
  request(:check_phone_factor_authentication_for_password_set, Boolean, message)
end
create_notification_subscriber(message) click to toggle source

key_name resource_table_id

# File lib/softlayer/user/customer.rb, line 206
def create_notification_subscriber(message)
  request(:create_notification_subscriber, Boolean, message)
end
create_subscriber_delivery_methods(message) click to toggle source

notification_key_name delivery_method_key_names

# File lib/softlayer/user/customer.rb, line 219
def create_subscriber_delivery_methods(message)
  request(:create_subscriber_delivery_methods, Boolean, message)
end
deactivate_notification_subscriber(message) click to toggle source

key_name resource_table_id

# File lib/softlayer/user/customer.rb, line 225
def deactivate_notification_subscriber(message)
  request(:deactivate_notification_subscriber, Boolean, message)
end
edit_object(message) click to toggle source

template_object

# File lib/softlayer/user/customer.rb, line 230
def edit_object(message)
  request(:edit_object, Boolean, message)
end
find_user_preference(message) click to toggle source

profile_name container_keyname preference_keyname

# File lib/softlayer/user/customer.rb, line 242
def find_user_preference(message)
  request(:find_user_preference, Array[Softlayer::Layout::Profile], message)
end
get_account() click to toggle source
# File lib/softlayer/user/customer.rb, line 246
def get_account
  request(:get_account, Softlayer::Account)
end
get_actions() click to toggle source
# File lib/softlayer/user/customer.rb, line 250
def get_actions
  request(:get_actions, Array[Softlayer::User::Permission::Action])
end
get_additional_emails() click to toggle source
# File lib/softlayer/user/customer.rb, line 258
def get_additional_emails
  request(:get_additional_emails, Array[Softlayer::User::Customer::AdditionalEmail])
end
get_allowed_hardware_ids() click to toggle source
# File lib/softlayer/user/customer.rb, line 262
def get_allowed_hardware_ids
  request(:get_allowed_hardware_ids, Array[Integer])
end
get_allowed_virtual_guest_ids() click to toggle source
# File lib/softlayer/user/customer.rb, line 266
def get_allowed_virtual_guest_ids
  request(:get_allowed_virtual_guest_ids, Array[Integer])
end
get_api_authentication_keys() click to toggle source
# File lib/softlayer/user/customer.rb, line 270
def get_api_authentication_keys
  request(:get_api_authentication_keys, Array[Softlayer::User::Customer::ApiAuthentication])
end
get_authentication_token(message) click to toggle source

token

# File lib/softlayer/user/customer.rb, line 275
def get_authentication_token(message)
  request(:get_authentication_token, Softlayer::Container::User::Authentication::Token, message)
end
get_cdn_accounts() click to toggle source
# File lib/softlayer/user/customer.rb, line 279
def get_cdn_accounts
  request(:get_cdn_accounts, Array[Softlayer::Network::ContentDelivery::Account])
end
get_child_users() click to toggle source
# File lib/softlayer/user/customer.rb, line 283
def get_child_users
  request(:get_child_users, Array[Softlayer::User::Customer])
end
get_closed_tickets() click to toggle source
# File lib/softlayer/user/customer.rb, line 287
def get_closed_tickets
  request(:get_closed_tickets, Array[Softlayer::Ticket])
end
get_external_bindings() click to toggle source
# File lib/softlayer/user/customer.rb, line 296
def get_external_bindings
  request(:get_external_bindings, Array[Softlayer::User::External::Binding])
end
get_hardware() click to toggle source
# File lib/softlayer/user/customer.rb, line 300
def get_hardware
  request(:get_hardware, Array[Softlayer::Hardware])
end
get_hardware_count() click to toggle source
# File lib/softlayer/user/customer.rb, line 304
def get_hardware_count
  request(:get_hardware_count, Integer)
end
get_hardware_notifications() click to toggle source
# File lib/softlayer/user/customer.rb, line 308
def get_hardware_notifications
  request(:get_hardware_notifications, Array[Softlayer::User::Customer::Notification::Hardware])
end
get_has_acknowledged_support_policy_flag() click to toggle source
# File lib/softlayer/user/customer.rb, line 312
def get_has_acknowledged_support_policy_flag
  request(:get_has_acknowledged_support_policy_flag, Boolean)
end
get_has_full_hardware_access_flag() click to toggle source
# File lib/softlayer/user/customer.rb, line 316
def get_has_full_hardware_access_flag
  request(:get_has_full_hardware_access_flag, Boolean)
end
get_has_full_virtual_guest_access_flag() click to toggle source
# File lib/softlayer/user/customer.rb, line 320
def get_has_full_virtual_guest_access_flag
  request(:get_has_full_virtual_guest_access_flag, Boolean)
end
get_impersonation_token() click to toggle source
# File lib/softlayer/user/customer.rb, line 324
def get_impersonation_token
  request(:get_impersonation_token, String)
end
get_layout_profiles() click to toggle source
# File lib/softlayer/user/customer.rb, line 328
def get_layout_profiles
  request(:get_layout_profiles, Array[Softlayer::Layout::Profile])
end
get_locale() click to toggle source
# File lib/softlayer/user/customer.rb, line 332
def get_locale
  request(:get_locale, Softlayer::Locale)
end
get_login_attempts() click to toggle source
# File lib/softlayer/user/customer.rb, line 336
def get_login_attempts
  request(:get_login_attempts, Array[Softlayer::User::Customer::Access::Authentication])
end
get_mobile_devices() click to toggle source
# File lib/softlayer/user/customer.rb, line 340
def get_mobile_devices
  request(:get_mobile_devices, Array[Softlayer::User::Customer::MobileDevice])
end
get_notification_subscribers() click to toggle source
# File lib/softlayer/user/customer.rb, line 344
def get_notification_subscribers
  request(:get_notification_subscribers, Array[Softlayer::Notification::Subscriber])
end
get_object() click to toggle source
# File lib/softlayer/user/customer.rb, line 348
def get_object
  request(:get_object, Softlayer::User::Customer)
end
get_open_tickets() click to toggle source
# File lib/softlayer/user/customer.rb, line 352
def get_open_tickets
  request(:get_open_tickets, Array[Softlayer::Ticket])
end
get_overrides() click to toggle source
# File lib/softlayer/user/customer.rb, line 356
def get_overrides
  request(:get_overrides, Array[Softlayer::Network::Service::Vpn::Overrides])
end
get_parent() click to toggle source
# File lib/softlayer/user/customer.rb, line 360
def get_parent
  request(:get_parent, Softlayer::User::Customer)
end
get_permissions() click to toggle source
# File lib/softlayer/user/customer.rb, line 364
def get_permissions
  request(:get_permissions, Array[Softlayer::User::Customer::CustomerPermission::Permission])
end
get_preference(message) click to toggle source

preference_type_key_name

# File lib/softlayer/user/customer.rb, line 377
def get_preference(message)
  request(:get_preference, Softlayer::User::Preference, message)
end
get_preference_types() click to toggle source
# File lib/softlayer/user/customer.rb, line 381
def get_preference_types
  request(:get_preference_types, Array[Softlayer::User::Preference::Type])
end
get_preferences() click to toggle source
# File lib/softlayer/user/customer.rb, line 385
def get_preferences
  request(:get_preferences, Array[Softlayer::User::Preference])
end
get_requirements_for_password_set(message) click to toggle source

password_set

# File lib/softlayer/user/customer.rb, line 390
def get_requirements_for_password_set(message)
  request(:get_requirements_for_password_set, Softlayer::Container::User::Customer::PasswordSet, message)
end
get_roles() click to toggle source
# File lib/softlayer/user/customer.rb, line 394
def get_roles
  request(:get_roles, Array[Softlayer::User::Permission::Role])
end
get_security_answers() click to toggle source
# File lib/softlayer/user/customer.rb, line 402
def get_security_answers
  request(:get_security_answers, Array[Softlayer::User::Customer::Security::Answer])
end
get_subscribers() click to toggle source
# File lib/softlayer/user/customer.rb, line 406
def get_subscribers
  request(:get_subscribers, Array[Softlayer::Notification::User::Subscriber])
end
get_successful_logins() click to toggle source
# File lib/softlayer/user/customer.rb, line 410
def get_successful_logins
  request(:get_successful_logins, Array[Softlayer::User::Customer::Access::Authentication])
end
get_support_policy_acknowledgement_required_flag() click to toggle source
# File lib/softlayer/user/customer.rb, line 414
def get_support_policy_acknowledgement_required_flag
  request(:get_support_policy_acknowledgement_required_flag, Integer)
end
get_support_policy_document() click to toggle source
# File lib/softlayer/user/customer.rb, line 418
def get_support_policy_document
  request(:get_support_policy_document, Softlayer::Base64Binary)
end
get_support_policy_name() click to toggle source
# File lib/softlayer/user/customer.rb, line 422
def get_support_policy_name
  request(:get_support_policy_name, String)
end
get_supported_locales() click to toggle source
# File lib/softlayer/user/customer.rb, line 426
def get_supported_locales
  request(:get_supported_locales, Array[Softlayer::Locale])
end
get_survey_required_flag() click to toggle source
# File lib/softlayer/user/customer.rb, line 430
def get_survey_required_flag
  request(:get_survey_required_flag, Boolean)
end
get_surveys() click to toggle source
# File lib/softlayer/user/customer.rb, line 434
def get_surveys
  request(:get_surveys, Array[Softlayer::Survey])
end
get_tickets() click to toggle source
# File lib/softlayer/user/customer.rb, line 438
def get_tickets
  request(:get_tickets, Array[Softlayer::Ticket])
end
get_timezone() click to toggle source
# File lib/softlayer/user/customer.rb, line 442
def get_timezone
  request(:get_timezone, Softlayer::Locale::Timezone)
end
get_unsuccessful_logins() click to toggle source
# File lib/softlayer/user/customer.rb, line 446
def get_unsuccessful_logins
  request(:get_unsuccessful_logins, Array[Softlayer::User::Customer::Access::Authentication])
end
get_user_preferences(message) click to toggle source

profile_name container_keyname

# File lib/softlayer/user/customer.rb, line 466
def get_user_preferences(message)
  request(:get_user_preferences, Array[Softlayer::Layout::Profile], message)
end
get_user_status() click to toggle source
# File lib/softlayer/user/customer.rb, line 470
def get_user_status
  request(:get_user_status, Softlayer::User::Customer::Status)
end
get_virtual_guest_count() click to toggle source
# File lib/softlayer/user/customer.rb, line 474
def get_virtual_guest_count
  request(:get_virtual_guest_count, Integer)
end
get_virtual_guests() click to toggle source
# File lib/softlayer/user/customer.rb, line 478
def get_virtual_guests
  request(:get_virtual_guests, Array[Softlayer::Virtual::Guest])
end
in_terminal_status() click to toggle source
# File lib/softlayer/user/customer.rb, line 482
def in_terminal_status
  request(:in_terminal_status, Boolean)
end
is_master_user() click to toggle source
# File lib/softlayer/user/customer.rb, line 501
def is_master_user
  request(:is_master_user, Boolean)
end
is_valid_forum_password(message) click to toggle source

password

# File lib/softlayer/user/customer.rb, line 506
def is_valid_forum_password(message)
  request(:is_valid_forum_password, Boolean, message)
end
is_valid_portal_password(message) click to toggle source

password

# File lib/softlayer/user/customer.rb, line 511
def is_valid_portal_password(message)
  request(:is_valid_portal_password, Boolean, message)
end
process_password_set_request(message) click to toggle source

password_set authentication_container

# File lib/softlayer/user/customer.rb, line 528
def process_password_set_request(message)
  request(:process_password_set_request, Softlayer::Container::User::Customer::PasswordSet, message)
end
remove_all_hardware_access_for_this_user() click to toggle source
# File lib/softlayer/user/customer.rb, line 532
def remove_all_hardware_access_for_this_user
  request(:remove_all_hardware_access_for_this_user, Boolean)
end
remove_all_virtual_access_for_this_user() click to toggle source
# File lib/softlayer/user/customer.rb, line 536
def remove_all_virtual_access_for_this_user
  request(:remove_all_virtual_access_for_this_user, Boolean)
end
remove_bulk_hardware_access(message) click to toggle source

hardware_ids

# File lib/softlayer/user/customer.rb, line 546
def remove_bulk_hardware_access(message)
  request(:remove_bulk_hardware_access, Boolean, message)
end
remove_bulk_portal_permission(message) click to toggle source

permissions

# File lib/softlayer/user/customer.rb, line 551
def remove_bulk_portal_permission(message)
  request(:remove_bulk_portal_permission, Boolean, message)
end
remove_bulk_roles(message) click to toggle source

roles

# File lib/softlayer/user/customer.rb, line 556
def remove_bulk_roles(message)
  request(:remove_bulk_roles, nil, message)
end
remove_bulk_virtual_guest_access(message) click to toggle source

virtual_guest_ids

# File lib/softlayer/user/customer.rb, line 561
def remove_bulk_virtual_guest_access(message)
  request(:remove_bulk_virtual_guest_access, Boolean, message)
end
remove_external_binding(message) click to toggle source

external_binding

# File lib/softlayer/user/customer.rb, line 566
def remove_external_binding(message)
  request(:remove_external_binding, Boolean, message)
end
remove_hardware_access(message) click to toggle source

hardware_id

# File lib/softlayer/user/customer.rb, line 571
def remove_hardware_access(message)
  request(:remove_hardware_access, Boolean, message)
end
remove_portal_permission(message) click to toggle source

permission

# File lib/softlayer/user/customer.rb, line 576
def remove_portal_permission(message)
  request(:remove_portal_permission, Boolean, message)
end
remove_role(message) click to toggle source

role

# File lib/softlayer/user/customer.rb, line 581
def remove_role(message)
  request(:remove_role, nil, message)
end
remove_virtual_guest_access(message) click to toggle source

virtual_guest_id

# File lib/softlayer/user/customer.rb, line 586
def remove_virtual_guest_access(message)
  request(:remove_virtual_guest_access, Boolean, message)
end
saml_begin_logout() click to toggle source
# File lib/softlayer/user/customer.rb, line 610
def saml_begin_logout
  request(:saml_begin_logout, String)
end
saml_logout(message) click to toggle source

saml_response

# File lib/softlayer/user/customer.rb, line 615
def saml_logout(message)
  request(:saml_logout, nil, message)
end
update_forum_password(message) click to toggle source

password

# File lib/softlayer/user/customer.rb, line 627
def update_forum_password(message)
  request(:update_forum_password, Boolean, message)
end
update_notification_subscriber(message) click to toggle source

notification_key_name active

# File lib/softlayer/user/customer.rb, line 633
def update_notification_subscriber(message)
  request(:update_notification_subscriber, Boolean, message)
end
update_password(message) click to toggle source

password

# File lib/softlayer/user/customer.rb, line 638
def update_password(message)
  request(:update_password, Boolean, message)
end
update_security_answers(message) click to toggle source

questions answers

# File lib/softlayer/user/customer.rb, line 644
def update_security_answers(message)
  request(:update_security_answers, Boolean, message)
end
update_subscriber_delivery_method(message) click to toggle source

notification_key_name delivery_method_key_names active

# File lib/softlayer/user/customer.rb, line 651
def update_subscriber_delivery_method(message)
  request(:update_subscriber_delivery_method, Boolean, message)
end
update_vpn_password(message) click to toggle source

password

# File lib/softlayer/user/customer.rb, line 656
def update_vpn_password(message)
  request(:update_vpn_password, Boolean, message)
end
update_vpn_user() click to toggle source
# File lib/softlayer/user/customer.rb, line 660
def update_vpn_user
  request(:update_vpn_user, Boolean)
end