class Softlayer::Network::Storage::Backup::Evault
Constants
- SERVICE
Public Class Methods
username current_password new_password
# File lib/softlayer/network/storage/backup/evault.rb, line 113 def self.change_password(message) request(:change_password, Boolean, message) end
username type
# File lib/softlayer/network/storage/backup/evault.rb, line 293 def self.get_by_username(message) request(:get_by_username, Array[Softlayer::Network::Storage], message) end
option exact_match criteria mode
# File lib/softlayer/network/storage/backup/evault.rb, line 371 def self.get_hardware_with_evault_first(message) request(:get_hardware_with_evault_first, Array[Softlayer::Hardware], message) end
# File lib/softlayer/network/storage/backup/evault.rb, line 415 def self.get_object_storage_connection_information request(:get_object_storage_connection_information, Array[Softlayer::Container::Network::Service::Resource::ObjectStorage::ConnectionInformation]) end
credential_object
# File lib/softlayer/network/storage/backup/evault.rb, line 420 def self.get_objects_by_credential(message) request(:get_objects_by_credential, Array[Softlayer::Network::Storage], message) end
# File lib/softlayer/network/storage/backup/evault.rb, line 581 def self.get_web_cc_authentication_details request(:get_web_cc_authentication_details, nil) end
username
# File lib/softlayer/network/storage/backup/evault.rb, line 704 def self.send_password_reminder_email(message) request(:send_password_reminder_email, Boolean, message) end
Public Instance Methods
hardware_object_template
# File lib/softlayer/network/storage/backup/evault.rb, line 10 def allow_access_from_hardware(message) request(:allow_access_from_hardware, Boolean, message) end
hardware_object_templates
# File lib/softlayer/network/storage/backup/evault.rb, line 15 def allow_access_from_hardware_list(message) request(:allow_access_from_hardware_list, Boolean, message) end
type_class_name host_id
# File lib/softlayer/network/storage/backup/evault.rb, line 21 def allow_access_from_host(message) request(:allow_access_from_host, Softlayer::Network::Storage::Allowed::Host, message) end
host_object_templates
# File lib/softlayer/network/storage/backup/evault.rb, line 26 def allow_access_from_host_list(message) request(:allow_access_from_host_list, Array[Softlayer::Network::Storage::Allowed::Host], message) end
ip_address_object_template
# File lib/softlayer/network/storage/backup/evault.rb, line 31 def allow_access_from_ip_address(message) request(:allow_access_from_ip_address, Boolean, message) end
ip_address_object_templates
# File lib/softlayer/network/storage/backup/evault.rb, line 36 def allow_access_from_ip_address_list(message) request(:allow_access_from_ip_address_list, Boolean, message) end
subnet_object_template
# File lib/softlayer/network/storage/backup/evault.rb, line 41 def allow_access_from_subnet(message) request(:allow_access_from_subnet, Boolean, message) end
subnet_object_templates
# File lib/softlayer/network/storage/backup/evault.rb, line 46 def allow_access_from_subnet_list(message) request(:allow_access_from_subnet_list, Boolean, message) end
virtual_guest_object_template
# File lib/softlayer/network/storage/backup/evault.rb, line 51 def allow_access_from_virtual_guest(message) request(:allow_access_from_virtual_guest, Boolean, message) end
virtual_guest_object_templates
# File lib/softlayer/network/storage/backup/evault.rb, line 56 def allow_access_from_virtual_guest_list(message) request(:allow_access_from_virtual_guest_list, Boolean, message) end
hardware_object_template
# File lib/softlayer/network/storage/backup/evault.rb, line 61 def allow_access_to_replicant_from_hardware(message) request(:allow_access_to_replicant_from_hardware, Boolean, message) end
hardware_object_templates
# File lib/softlayer/network/storage/backup/evault.rb, line 66 def allow_access_to_replicant_from_hardware_list(message) request(:allow_access_to_replicant_from_hardware_list, Boolean, message) end
ip_address_object_template
# File lib/softlayer/network/storage/backup/evault.rb, line 71 def allow_access_to_replicant_from_ip_address(message) request(:allow_access_to_replicant_from_ip_address, Boolean, message) end
ip_address_object_templates
# File lib/softlayer/network/storage/backup/evault.rb, line 76 def allow_access_to_replicant_from_ip_address_list(message) request(:allow_access_to_replicant_from_ip_address_list, Boolean, message) end
subnet_object_template
# File lib/softlayer/network/storage/backup/evault.rb, line 81 def allow_access_to_replicant_from_subnet(message) request(:allow_access_to_replicant_from_subnet, Boolean, message) end
subnet_object_templates
# File lib/softlayer/network/storage/backup/evault.rb, line 86 def allow_access_to_replicant_from_subnet_list(message) request(:allow_access_to_replicant_from_subnet_list, Boolean, message) end
virtual_guest_object_template
# File lib/softlayer/network/storage/backup/evault.rb, line 91 def allow_access_to_replicant_from_virtual_guest(message) request(:allow_access_to_replicant_from_virtual_guest, Boolean, message) end
virtual_guest_object_templates
# File lib/softlayer/network/storage/backup/evault.rb, line 96 def allow_access_to_replicant_from_virtual_guest_list(message) request(:allow_access_to_replicant_from_virtual_guest_list, Boolean, message) end
username
# File lib/softlayer/network/storage/backup/evault.rb, line 101 def assign_credential(message) request(:assign_credential, Boolean, message) end
type
# File lib/softlayer/network/storage/backup/evault.rb, line 106 def assign_new_credential(message) request(:assign_new_credential, Softlayer::Network::Storage::Credential, message) end
type start_date end_date
# File lib/softlayer/network/storage/backup/evault.rb, line 120 def collect_bandwidth(message) request(:collect_bandwidth, BigDecimal, message) end
# File lib/softlayer/network/storage/backup/evault.rb, line 124 def collect_bytes_used request(:collect_bytes_used, BigDecimal) end
folder
# File lib/softlayer/network/storage/backup/evault.rb, line 129 def create_folder(message) request(:create_folder, Boolean, message) end
notes
# File lib/softlayer/network/storage/backup/evault.rb, line 134 def create_snapshot(message) request(:create_snapshot, Softlayer::Network::Storage::Backup::Evault, message) end
# File lib/softlayer/network/storage/backup/evault.rb, line 138 def delete_all_files request(:delete_all_files, Boolean) end
file_id
# File lib/softlayer/network/storage/backup/evault.rb, line 143 def delete_file(message) request(:delete_file, Boolean, message) end
file_ids
# File lib/softlayer/network/storage/backup/evault.rb, line 148 def delete_files(message) request(:delete_files, Boolean, message) end
folder
# File lib/softlayer/network/storage/backup/evault.rb, line 153 def delete_folder(message) request(:delete_folder, Boolean, message) end
# File lib/softlayer/network/storage/backup/evault.rb, line 157 def delete_object request(:delete_object, Boolean) end
tasks
# File lib/softlayer/network/storage/backup/evault.rb, line 162 def delete_tasks(message) request(:delete_tasks, Boolean, message) end
schedule_type
# File lib/softlayer/network/storage/backup/evault.rb, line 167 def disable_snapshots(message) request(:disable_snapshots, Boolean, message) end
file_id
# File lib/softlayer/network/storage/backup/evault.rb, line 172 def download_file(message) request(:download_file, Softlayer::Container::Utility::File::Entity, message) end
username new_password
# File lib/softlayer/network/storage/backup/evault.rb, line 178 def edit_credential(message) request(:edit_credential, Boolean, message) end
template_object
# File lib/softlayer/network/storage/backup/evault.rb, line 183 def edit_object(message) request(:edit_object, Boolean, message) end
schedule_type retention_count minute hour day_of_week
# File lib/softlayer/network/storage/backup/evault.rb, line 192 def enable_snapshots(message) request(:enable_snapshots, Boolean, message) end
# File lib/softlayer/network/storage/backup/evault.rb, line 196 def failback_from_replicant request(:failback_from_replicant, Boolean) end
replicant_id
# File lib/softlayer/network/storage/backup/evault.rb, line 201 def failover_to_replicant(message) request(:failover_to_replicant, Boolean, message) end
# File lib/softlayer/network/storage/backup/evault.rb, line 205 def get_account request(:get_account, Softlayer::Account) end
# File lib/softlayer/network/storage/backup/evault.rb, line 209 def get_account_password request(:get_account_password, Softlayer::Account::Password) end
# File lib/softlayer/network/storage/backup/evault.rb, line 213 def get_active_transactions request(:get_active_transactions, Array[Softlayer::Provisioning::Version1::Transaction]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 217 def get_all_files request(:get_all_files, Array[Softlayer::Container::Utility::File::Entity]) end
filter
# File lib/softlayer/network/storage/backup/evault.rb, line 222 def get_all_files_by_filter(message) request(:get_all_files_by_filter, Array[Softlayer::Container::Utility::File::Entity], message) end
filter_hostname
# File lib/softlayer/network/storage/backup/evault.rb, line 227 def get_allowable_hardware(message) request(:get_allowable_hardware, Array[Softlayer::Hardware], message) end
subnet_id filter_ip_address
# File lib/softlayer/network/storage/backup/evault.rb, line 233 def get_allowable_ip_addresses(message) request(:get_allowable_ip_addresses, Array[Softlayer::Network::Subnet::IpAddress], message) end
filter_network_identifier
# File lib/softlayer/network/storage/backup/evault.rb, line 238 def get_allowable_subnets(message) request(:get_allowable_subnets, Array[Softlayer::Network::Subnet], message) end
filter_hostname
# File lib/softlayer/network/storage/backup/evault.rb, line 243 def get_allowable_virtual_guests(message) request(:get_allowable_virtual_guests, Array[Softlayer::Virtual::Guest], message) end
# File lib/softlayer/network/storage/backup/evault.rb, line 247 def get_allowed_hardware request(:get_allowed_hardware, Array[Softlayer::Hardware]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 251 def get_allowed_hosts_limit request(:get_allowed_hosts_limit, Integer) end
# File lib/softlayer/network/storage/backup/evault.rb, line 255 def get_allowed_ip_addresses request(:get_allowed_ip_addresses, Array[Softlayer::Network::Subnet::IpAddress]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 259 def get_allowed_replication_hardware request(:get_allowed_replication_hardware, Array[Softlayer::Hardware]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 263 def get_allowed_replication_ip_addresses request(:get_allowed_replication_ip_addresses, Array[Softlayer::Network::Subnet::IpAddress]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 267 def get_allowed_replication_subnets request(:get_allowed_replication_subnets, Array[Softlayer::Network::Subnet]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 271 def get_allowed_replication_virtual_guests request(:get_allowed_replication_virtual_guests, Array[Softlayer::Virtual::Guest]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 275 def get_allowed_subnets request(:get_allowed_subnets, Array[Softlayer::Network::Subnet]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 279 def get_allowed_virtual_guests request(:get_allowed_virtual_guests, Array[Softlayer::Virtual::Guest]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 283 def get_billing_item request(:get_billing_item, Softlayer::Billing::Item) end
# File lib/softlayer/network/storage/backup/evault.rb, line 287 def get_billing_item_category request(:get_billing_item_category, Softlayer::Product::Item::Category) end
# File lib/softlayer/network/storage/backup/evault.rb, line 297 def get_bytes_used request(:get_bytes_used, String) end
# File lib/softlayer/network/storage/backup/evault.rb, line 301 def get_cdn_urls request(:get_cdn_urls, Array[Softlayer::Container::Network::Storage::Hub::ObjectStorage::ContentDeliveryUrl]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 305 def get_cluster_resource request(:get_cluster_resource, Softlayer::Network::Service::Resource) end
# File lib/softlayer/network/storage/backup/evault.rb, line 309 def get_creation_schedule_id request(:get_creation_schedule_id, String) end
# File lib/softlayer/network/storage/backup/evault.rb, line 313 def get_credentials request(:get_credentials, Array[Softlayer::Network::Storage::Credential]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 317 def get_current_cycle_peak_usage request(:get_current_cycle_peak_usage, Integer) end
# File lib/softlayer/network/storage/backup/evault.rb, line 321 def get_daily_schedule request(:get_daily_schedule, Softlayer::Network::Storage::Schedule) end
# File lib/softlayer/network/storage/backup/evault.rb, line 325 def get_events request(:get_events, Array[Softlayer::Network::Storage::Event]) end
identifier
# File lib/softlayer/network/storage/backup/evault.rb, line 330 def get_file_by_identifier(message) request(:get_file_by_identifier, Softlayer::Container::Utility::File::Entity, message) end
# File lib/softlayer/network/storage/backup/evault.rb, line 334 def get_file_count request(:get_file_count, Integer) end
folder path
# File lib/softlayer/network/storage/backup/evault.rb, line 340 def get_file_list(message) request(:get_file_list, Array[Softlayer::Container::Utility::File::Entity], message) end
# File lib/softlayer/network/storage/backup/evault.rb, line 344 def get_file_pending_delete_count request(:get_file_pending_delete_count, Integer) end
# File lib/softlayer/network/storage/backup/evault.rb, line 348 def get_files_pending_delete request(:get_files_pending_delete, Array[Softlayer::Container::Utility::File::Entity]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 352 def get_folder_list request(:get_folder_list, Array[Softlayer::Container::Network::Storage::Hub::ObjectStorage::Folder]) end
start_date end_date type
# File lib/softlayer/network/storage/backup/evault.rb, line 359 def get_graph(message) request(:get_graph, Softlayer::Container::Bandwidth::GraphOutputs, message) end
# File lib/softlayer/network/storage/backup/evault.rb, line 363 def get_hardware request(:get_hardware, Softlayer::Hardware) end
# File lib/softlayer/network/storage/backup/evault.rb, line 375 def get_hourly_schedule request(:get_hourly_schedule, Softlayer::Network::Storage::Schedule) end
# File lib/softlayer/network/storage/backup/evault.rb, line 379 def get_iops request(:get_iops, String) end
# File lib/softlayer/network/storage/backup/evault.rb, line 383 def get_iscsi_luns request(:get_iscsi_luns, Array[Softlayer::Network::Storage]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 387 def get_lun_id request(:get_lun_id, String) end
# File lib/softlayer/network/storage/backup/evault.rb, line 391 def get_manual_snapshots request(:get_manual_snapshots, Array[Softlayer::Network::Storage]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 395 def get_metric_tracking_object request(:get_metric_tracking_object, Softlayer::Metric::Tracking::Object) end
# File lib/softlayer/network/storage/backup/evault.rb, line 399 def get_mountable_flag request(:get_mountable_flag, String) end
# File lib/softlayer/network/storage/backup/evault.rb, line 403 def get_network_connection_details request(:get_network_connection_details, Softlayer::Container::Network::Storage::NetworkConnectionInformation) end
# File lib/softlayer/network/storage/backup/evault.rb, line 407 def get_notification_subscribers request(:get_notification_subscribers, Array[Softlayer::Notification::User::Subscriber]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 411 def get_object request(:get_object, Softlayer::Network::Storage::Backup::Evault) end
# File lib/softlayer/network/storage/backup/evault.rb, line 424 def get_os_type request(:get_os_type, Softlayer::Network::Storage::Iscsi::Os::Type) end
# File lib/softlayer/network/storage/backup/evault.rb, line 428 def get_os_type_id request(:get_os_type_id, String) end
# File lib/softlayer/network/storage/backup/evault.rb, line 432 def get_parent_partnerships request(:get_parent_partnerships, Array[Softlayer::Network::Storage::Partnership]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 436 def get_parent_volume request(:get_parent_volume, Softlayer::Network::Storage) end
# File lib/softlayer/network/storage/backup/evault.rb, line 440 def get_partnerships request(:get_partnerships, Array[Softlayer::Network::Storage::Partnership]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 444 def get_permissions_groups request(:get_permissions_groups, Array[Softlayer::Network::Storage::Group]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 448 def get_previous_cycle_peak_usage request(:get_previous_cycle_peak_usage, Integer) end
# File lib/softlayer/network/storage/backup/evault.rb, line 452 def get_properties request(:get_properties, Array[Softlayer::Network::Storage::Property]) end
file_id
# File lib/softlayer/network/storage/backup/evault.rb, line 457 def get_recycle_bin_file_by_identifier(message) request(:get_recycle_bin_file_by_identifier, Softlayer::Container::Utility::File::Entity, message) end
# File lib/softlayer/network/storage/backup/evault.rb, line 461 def get_remaining_allowed_hosts request(:get_remaining_allowed_hosts, Integer) end
# File lib/softlayer/network/storage/backup/evault.rb, line 465 def get_replicating_luns request(:get_replicating_luns, Array[Softlayer::Network::Storage]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 469 def get_replicating_volume request(:get_replicating_volume, Softlayer::Network::Storage) end
# File lib/softlayer/network/storage/backup/evault.rb, line 473 def get_replication_events request(:get_replication_events, Array[Softlayer::Network::Storage::Event]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 477 def get_replication_partners request(:get_replication_partners, Array[Softlayer::Network::Storage]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 481 def get_replication_schedule request(:get_replication_schedule, Softlayer::Network::Storage::Schedule) end
# File lib/softlayer/network/storage/backup/evault.rb, line 485 def get_replication_status request(:get_replication_status, String) end
# File lib/softlayer/network/storage/backup/evault.rb, line 489 def get_schedules request(:get_schedules, Array[Softlayer::Network::Storage::Schedule]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 493 def get_service_resource request(:get_service_resource, Softlayer::Network::Service::Resource) end
# File lib/softlayer/network/storage/backup/evault.rb, line 497 def get_service_resource_backend_ip_address request(:get_service_resource_backend_ip_address, String) end
# File lib/softlayer/network/storage/backup/evault.rb, line 501 def get_service_resource_name request(:get_service_resource_name, String) end
# File lib/softlayer/network/storage/backup/evault.rb, line 505 def get_snapshot_capacity_gb request(:get_snapshot_capacity_gb, String) end
# File lib/softlayer/network/storage/backup/evault.rb, line 509 def get_snapshot_creation_timestamp request(:get_snapshot_creation_timestamp, String) end
# File lib/softlayer/network/storage/backup/evault.rb, line 513 def get_snapshot_deletion_threshold_percentage request(:get_snapshot_deletion_threshold_percentage, String) end
# File lib/softlayer/network/storage/backup/evault.rb, line 517 def get_snapshot_size_bytes request(:get_snapshot_size_bytes, String) end
# File lib/softlayer/network/storage/backup/evault.rb, line 521 def get_snapshot_space_available request(:get_snapshot_space_available, String) end
# File lib/softlayer/network/storage/backup/evault.rb, line 525 def get_snapshots request(:get_snapshots, Array[Softlayer::Network::Storage]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 529 def get_snapshots_for_volume request(:get_snapshots_for_volume, Array[Softlayer::Network::Storage]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 533 def get_storage_groups request(:get_storage_groups, Array[Softlayer::Network::Storage::Group]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 537 def get_storage_groups_network_connection_details request(:get_storage_groups_network_connection_details, Array[Softlayer::Container::Network::Storage::NetworkConnectionInformation]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 541 def get_storage_tier_level request(:get_storage_tier_level, String) end
# File lib/softlayer/network/storage/backup/evault.rb, line 545 def get_storage_type request(:get_storage_type, Softlayer::Network::Storage::Type) end
# File lib/softlayer/network/storage/backup/evault.rb, line 549 def get_total_bytes_used request(:get_total_bytes_used, String) end
# File lib/softlayer/network/storage/backup/evault.rb, line 553 def get_total_schedule_snapshot_retention_count request(:get_total_schedule_snapshot_retention_count, Integer) end
# File lib/softlayer/network/storage/backup/evault.rb, line 557 def get_usage_notification request(:get_usage_notification, Softlayer::Notification) end
# File lib/softlayer/network/storage/backup/evault.rb, line 561 def get_valid_replication_target_datacenter_locations request(:get_valid_replication_target_datacenter_locations, Array[Softlayer::Location]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 565 def get_vendor_name request(:get_vendor_name, String) end
# File lib/softlayer/network/storage/backup/evault.rb, line 569 def get_virtual_guest request(:get_virtual_guest, Softlayer::Virtual::Guest) end
# File lib/softlayer/network/storage/backup/evault.rb, line 573 def get_volume_history request(:get_volume_history, Array[Softlayer::Network::Storage::History]) end
# File lib/softlayer/network/storage/backup/evault.rb, line 577 def get_volume_status request(:get_volume_status, String) end
# File lib/softlayer/network/storage/backup/evault.rb, line 585 def get_webcc_account request(:get_webcc_account, Softlayer::Account::Password) end
# File lib/softlayer/network/storage/backup/evault.rb, line 589 def get_weekly_schedule request(:get_weekly_schedule, Softlayer::Network::Storage::Schedule) end
replicant_id
# File lib/softlayer/network/storage/backup/evault.rb, line 594 def immediate_failover_to_replicant(message) request(:immediate_failover_to_replicant, Boolean, message) end
# File lib/softlayer/network/storage/backup/evault.rb, line 598 def initiate_bare_metal_restore request(:initiate_bare_metal_restore, Boolean) end
hardware_id
# File lib/softlayer/network/storage/backup/evault.rb, line 603 def initiate_bare_metal_restore_for_server(message) request(:initiate_bare_metal_restore_for_server, Boolean, message) end
exempt_status_key_names
# File lib/softlayer/network/storage/backup/evault.rb, line 608 def is_blocking_operation_in_progress(message) request(:is_blocking_operation_in_progress, Boolean, message) end
hardware_object_template
# File lib/softlayer/network/storage/backup/evault.rb, line 613 def remove_access_from_hardware(message) request(:remove_access_from_hardware, Boolean, message) end
hardware_object_templates
# File lib/softlayer/network/storage/backup/evault.rb, line 618 def remove_access_from_hardware_list(message) request(:remove_access_from_hardware_list, Boolean, message) end
type_class_name host_id
# File lib/softlayer/network/storage/backup/evault.rb, line 624 def remove_access_from_host(message) request(:remove_access_from_host, Softlayer::Network::Storage::Allowed::Host, message) end
host_object_templates
# File lib/softlayer/network/storage/backup/evault.rb, line 629 def remove_access_from_host_list(message) request(:remove_access_from_host_list, Array[Softlayer::Network::Storage::Allowed::Host], message) end
ip_address_object_template
# File lib/softlayer/network/storage/backup/evault.rb, line 634 def remove_access_from_ip_address(message) request(:remove_access_from_ip_address, Boolean, message) end
ip_address_object_templates
# File lib/softlayer/network/storage/backup/evault.rb, line 639 def remove_access_from_ip_address_list(message) request(:remove_access_from_ip_address_list, Boolean, message) end
subnet_object_template
# File lib/softlayer/network/storage/backup/evault.rb, line 644 def remove_access_from_subnet(message) request(:remove_access_from_subnet, Boolean, message) end
subnet_object_templates
# File lib/softlayer/network/storage/backup/evault.rb, line 649 def remove_access_from_subnet_list(message) request(:remove_access_from_subnet_list, Boolean, message) end
virtual_guest_object_template
# File lib/softlayer/network/storage/backup/evault.rb, line 654 def remove_access_from_virtual_guest(message) request(:remove_access_from_virtual_guest, Boolean, message) end
virtual_guest_object_templates
# File lib/softlayer/network/storage/backup/evault.rb, line 659 def remove_access_from_virtual_guest_list(message) request(:remove_access_from_virtual_guest_list, Boolean, message) end
hardware_object_templates
# File lib/softlayer/network/storage/backup/evault.rb, line 664 def remove_access_to_replicant_from_hardware_list(message) request(:remove_access_to_replicant_from_hardware_list, Boolean, message) end
ip_address_object_templates
# File lib/softlayer/network/storage/backup/evault.rb, line 669 def remove_access_to_replicant_from_ip_address_list(message) request(:remove_access_to_replicant_from_ip_address_list, Boolean, message) end
subnet_object_template
# File lib/softlayer/network/storage/backup/evault.rb, line 674 def remove_access_to_replicant_from_subnet(message) request(:remove_access_to_replicant_from_subnet, Boolean, message) end
subnet_object_templates
# File lib/softlayer/network/storage/backup/evault.rb, line 679 def remove_access_to_replicant_from_subnet_list(message) request(:remove_access_to_replicant_from_subnet_list, Boolean, message) end
virtual_guest_object_templates
# File lib/softlayer/network/storage/backup/evault.rb, line 684 def remove_access_to_replicant_from_virtual_guest_list(message) request(:remove_access_to_replicant_from_virtual_guest_list, Boolean, message) end
username
# File lib/softlayer/network/storage/backup/evault.rb, line 689 def remove_credential(message) request(:remove_credential, Boolean, message) end
file_id
# File lib/softlayer/network/storage/backup/evault.rb, line 694 def restore_file(message) request(:restore_file, Softlayer::Container::Utility::File::Entity, message) end
snapshot_id
# File lib/softlayer/network/storage/backup/evault.rb, line 699 def restore_from_snapshot(message) request(:restore_from_snapshot, Boolean, message) end
mountable
# File lib/softlayer/network/storage/backup/evault.rb, line 709 def set_mountable(message) request(:set_mountable, Boolean, message) end
capacity_gb
# File lib/softlayer/network/storage/backup/evault.rb, line 714 def set_snapshot_allocation(message) request(:set_snapshot_allocation, nil, message) end
item_id
# File lib/softlayer/network/storage/backup/evault.rb, line 719 def upgrade_volume_capacity(message) request(:upgrade_volume_capacity, Boolean, message) end
file
# File lib/softlayer/network/storage/backup/evault.rb, line 724 def upload_file(message) request(:upload_file, Softlayer::Container::Utility::File::Entity, message) end