comet_backup_ruby_sdk 0.3.1 → 1.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +29 -0
- data/Gemfile.lock +1 -1
- data/RELEASING.md +1 -1
- data/comet_backup_ruby_sdk.gemspec +1 -1
- data/lib/comet/comet_server.rb +609 -263
- data/lib/comet/definitions.rb +19 -4
- data/lib/comet/models/add_bucket_response_message.rb +6 -6
- data/lib/comet/models/admin_account_properties_response.rb +11 -2
- data/lib/comet/models/admin_email_options.rb +84 -0
- data/lib/comet/models/admin_resource_response.rb +5 -5
- data/lib/comet/models/admin_security_options.rb +7 -7
- data/lib/comet/models/admin_u2fregistration.rb +4 -4
- data/lib/comet/models/admin_user_permissions.rb +2 -2
- data/lib/comet/models/available_download.rb +4 -4
- data/lib/comet/models/azure_destination_location.rb +7 -7
- data/lib/comet/models/b2destination_location.rb +7 -7
- data/lib/comet/models/b2storage_extra_info.rb +2 -2
- data/lib/comet/models/b2transaction_totals.rb +5 -5
- data/lib/comet/models/b2virtual_storage_role_settings.rb +93 -0
- data/lib/comet/models/backup_job_advanced_options.rb +4 -4
- data/lib/comet/models/backup_job_detail.rb +20 -20
- data/lib/comet/models/backup_job_progress.rb +7 -7
- data/lib/comet/models/backup_rule_config.rb +27 -11
- data/lib/comet/models/backup_rule_event_triggers.rb +2 -2
- data/lib/comet/models/branding_options.rb +27 -27
- data/lib/comet/models/branding_properties.rb +23 -23
- data/lib/comet/models/browse_disk_drives_response.rb +4 -4
- data/lib/comet/models/browse_edbresponse.rb +4 -4
- data/lib/comet/models/browse_hvresponse.rb +4 -4
- data/lib/comet/models/browse_vssresponse.rb +4 -4
- data/lib/comet/models/bucket_properties.rb +14 -5
- data/lib/comet/models/bucket_usage_info.rb +3 -3
- data/lib/comet/models/comet_apiresponse_message.rb +4 -4
- data/lib/comet/models/comet_destination_location.rb +5 -5
- data/lib/comet/models/constellation_check_report.rb +4 -4
- data/lib/comet/models/constellation_stats.rb +6 -6
- data/lib/comet/models/constellation_status_apiresponse.rb +4 -4
- data/lib/comet/models/content_measurement.rb +4 -4
- data/lib/comet/models/content_measurement_component.rb +4 -4
- data/lib/comet/models/create_group_policy_response.rb +5 -5
- data/lib/comet/models/default_email_report_policy.rb +2 -2
- data/lib/comet/models/destination_config.rb +65 -43
- data/lib/comet/models/destination_location.rb +34 -34
- data/lib/comet/models/destination_statistics.rb +5 -5
- data/lib/comet/models/device_config.rb +3 -3
- data/lib/comet/models/disk_drive.rb +13 -13
- data/lib/comet/models/dispatcher_admin_sources_response.rb +5 -5
- data/lib/comet/models/dispatcher_stored_objects_response.rb +4 -4
- data/lib/comet/models/dispatcher_vault_snapshots_response.rb +4 -4
- data/lib/comet/models/edbfile_info.rb +5 -5
- data/lib/comet/models/email_options.rb +9 -9
- data/lib/comet/models/email_report_config.rb +3 -3
- data/lib/comet/models/email_report_generated_preview.rb +7 -7
- data/lib/comet/models/external_ldapauthentication_source_settings.rb +102 -0
- data/lib/comet/models/extra_file_exclusion.rb +4 -4
- data/lib/comet/models/ftpdestination_location.rb +9 -9
- data/lib/comet/models/get_group_policy_response.rb +5 -5
- data/lib/comet/models/get_profile_and_hash_response_message.rb +5 -5
- data/lib/comet/models/get_profile_hash_response_message.rb +5 -5
- data/lib/comet/models/group_policy.rb +12 -3
- data/lib/comet/models/hyper_vmachine_info.rb +4 -4
- data/lib/comet/models/install_creds.rb +99 -0
- data/lib/comet/models/install_token.rb +117 -0
- data/lib/comet/models/install_token_response.rb +92 -0
- data/lib/comet/models/job_entry.rb +5 -5
- data/lib/comet/models/live_user_connection.rb +8 -8
- data/lib/comet/models/local_destination_location.rb +6 -6
- data/lib/comet/models/mac_oscode_sign_properties.rb +8 -8
- data/lib/comet/models/mongo_dbconnection.rb +15 -15
- data/lib/comet/models/new_bucket_detail.rb +4 -4
- data/lib/comet/models/news_entry.rb +13 -4
- data/lib/comet/models/organization.rb +145 -0
- data/lib/comet/models/organization_response.rb +101 -0
- data/lib/comet/models/osinfo.rb +5 -5
- data/lib/comet/models/partition.rb +13 -13
- data/lib/comet/models/private_branding_properties.rb +17 -17
- data/lib/comet/models/protected_item_engine_type_policy.rb +3 -3
- data/lib/comet/models/public_branding_properties.rb +8 -8
- data/lib/comet/models/remote_server_address.rb +7 -7
- data/lib/comet/models/remote_storage_option.rb +14 -8
- data/lib/comet/models/replicator_state_apiresponse.rb +14 -14
- data/lib/comet/models/request_storage_vault_response_message.rb +5 -5
- data/lib/comet/models/restore_job_advanced_options.rb +6 -6
- data/lib/comet/models/retention_policy.rb +3 -3
- data/lib/comet/models/retention_range.rb +10 -10
- data/lib/comet/models/s3destination_location.rb +7 -7
- data/lib/comet/models/schedule_config.rb +5 -5
- data/lib/comet/models/search_clause.rb +6 -6
- data/lib/comet/models/server_config_options_branding_fragment.rb +2 -2
- data/lib/comet/models/server_config_options_software_build_role_fragment.rb +2 -2
- data/lib/comet/models/server_meta_version_info.rb +17 -17
- data/lib/comet/models/session_key_regenerated_response.rb +6 -6
- data/lib/comet/models/sftpdestination_location.rb +9 -9
- data/lib/comet/models/size_measurement.rb +5 -5
- data/lib/comet/models/software_build_role_options.rb +2 -2
- data/lib/comet/models/software_update_news_response.rb +6 -6
- data/lib/comet/models/source_basic_info.rb +4 -4
- data/lib/comet/models/source_config.rb +26 -10
- data/lib/comet/models/source_statistics.rb +2 -2
- data/lib/comet/models/spanned_destination_location.rb +2 -2
- data/lib/comet/models/spanned_storage_extra_info.rb +2 -2
- data/lib/comet/models/sshconnection.rb +8 -8
- data/lib/comet/models/stat_result.rb +6 -6
- data/lib/comet/models/storage_free_space_info.rb +5 -5
- data/lib/comet/models/storage_vault_provider_policy.rb +3 -3
- data/lib/comet/models/stored_object.rb +10 -10
- data/lib/comet/models/streamable_event.rb +12 -3
- data/lib/comet/models/swift_destination_location.rb +15 -15
- data/lib/comet/models/test_response.rb +4 -4
- data/lib/comet/models/totp_regenerated_response.rb +7 -7
- data/lib/comet/models/u2fregister_request.rb +4 -4
- data/lib/comet/models/u2fregistered_key.rb +5 -5
- data/lib/comet/models/u2fregistration_challenge_response.rb +6 -6
- data/lib/comet/models/u2fsign_request.rb +5 -5
- data/lib/comet/models/u2fsign_response.rb +6 -6
- data/lib/comet/models/uninstall_config.rb +2 -2
- data/lib/comet/models/update_campaign_device_status.rb +3 -3
- data/lib/comet/models/update_campaign_options.rb +2 -2
- data/lib/comet/models/update_campaign_properties.rb +4 -4
- data/lib/comet/models/update_campaign_status.rb +4 -4
- data/lib/comet/models/update_campaign_status_device_entry.rb +5 -5
- data/lib/comet/models/user_custom_email_settings.rb +2 -2
- data/lib/comet/models/user_on_server.rb +4 -4
- data/lib/comet/models/user_policy.rb +6 -6
- data/lib/comet/models/user_profile_config.rb +28 -17
- data/lib/comet/models/user_profile_fragment.rb +3 -3
- data/lib/comet/models/vault_snapshot.rb +5 -5
- data/lib/comet/models/vsscomponent.rb +5 -5
- data/lib/comet/models/vsswriter_info.rb +3 -3
- data/lib/comet/models/wasabi_virtual_storage_role_settings.rb +93 -0
- data/lib/comet/models/web_interface_branding_properties.rb +6 -6
- data/lib/comet/models/webhook_option.rb +4 -4
- data/lib/comet/models/win_smbauth.rb +6 -6
- data/lib/comet/models/windows_code_sign_properties.rb +11 -11
- data/lib/comet_backup_ruby_sdk.rb +9 -0
- metadata +11 -2
|
@@ -35,14 +35,14 @@ module Comet
|
|
|
35
35
|
|
|
36
36
|
# @param [String] json_string The complete object in JSON format
|
|
37
37
|
def from_json(json_string)
|
|
38
|
-
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
38
|
+
raise TypeError, "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
39
39
|
|
|
40
40
|
from_hash(JSON.parse(json_string))
|
|
41
41
|
end
|
|
42
42
|
|
|
43
43
|
# @param [Hash] obj The complete object as a Ruby hash
|
|
44
44
|
def from_hash(obj)
|
|
45
|
-
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
45
|
+
raise TypeError, "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
46
46
|
|
|
47
47
|
obj.each do |k, v|
|
|
48
48
|
case k
|
|
@@ -52,7 +52,7 @@ module Comet
|
|
|
52
52
|
else
|
|
53
53
|
@exists_on_servers = Array.new(v.length)
|
|
54
54
|
v.each_with_index do |v1, i1|
|
|
55
|
-
raise TypeError "'v1' expected Numeric, got #{v1.class}" unless v1.is_a? Numeric
|
|
55
|
+
raise TypeError, "'v1' expected Numeric, got #{v1.class}" unless v1.is_a? Numeric
|
|
56
56
|
|
|
57
57
|
@exists_on_servers[i1] = v1
|
|
58
58
|
end
|
|
@@ -35,23 +35,23 @@ module Comet
|
|
|
35
35
|
|
|
36
36
|
# @param [String] json_string The complete object in JSON format
|
|
37
37
|
def from_json(json_string)
|
|
38
|
-
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
38
|
+
raise TypeError, "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
39
39
|
|
|
40
40
|
from_hash(JSON.parse(json_string))
|
|
41
41
|
end
|
|
42
42
|
|
|
43
43
|
# @param [Hash] obj The complete object as a Ruby hash
|
|
44
44
|
def from_hash(obj)
|
|
45
|
-
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
45
|
+
raise TypeError, "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
46
46
|
|
|
47
47
|
obj.each do |k, v|
|
|
48
48
|
case k
|
|
49
49
|
when 'Status'
|
|
50
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
50
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
51
51
|
|
|
52
52
|
@status = v
|
|
53
53
|
when 'Message'
|
|
54
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
54
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
55
55
|
|
|
56
56
|
@message = v
|
|
57
57
|
else
|
|
@@ -39,27 +39,27 @@ module Comet
|
|
|
39
39
|
|
|
40
40
|
# @param [String] json_string The complete object in JSON format
|
|
41
41
|
def from_json(json_string)
|
|
42
|
-
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
42
|
+
raise TypeError, "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
43
43
|
|
|
44
44
|
from_hash(JSON.parse(json_string))
|
|
45
45
|
end
|
|
46
46
|
|
|
47
47
|
# @param [Hash] obj The complete object as a Ruby hash
|
|
48
48
|
def from_hash(obj)
|
|
49
|
-
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
49
|
+
raise TypeError, "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
50
50
|
|
|
51
51
|
obj.each do |k, v|
|
|
52
52
|
case k
|
|
53
53
|
when 'CometServer'
|
|
54
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
54
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
55
55
|
|
|
56
56
|
@comet_server = v
|
|
57
57
|
when 'CometBucket'
|
|
58
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
58
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
59
59
|
|
|
60
60
|
@comet_bucket = v
|
|
61
61
|
when 'CometBucketKey'
|
|
62
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
62
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
63
63
|
|
|
64
64
|
@comet_bucket_key = v
|
|
65
65
|
else
|
|
@@ -39,23 +39,23 @@ module Comet
|
|
|
39
39
|
|
|
40
40
|
# @param [String] json_string The complete object in JSON format
|
|
41
41
|
def from_json(json_string)
|
|
42
|
-
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
42
|
+
raise TypeError, "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
43
43
|
|
|
44
44
|
from_hash(JSON.parse(json_string))
|
|
45
45
|
end
|
|
46
46
|
|
|
47
47
|
# @param [Hash] obj The complete object as a Ruby hash
|
|
48
48
|
def from_hash(obj)
|
|
49
|
-
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
49
|
+
raise TypeError, "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
50
50
|
|
|
51
51
|
obj.each do |k, v|
|
|
52
52
|
case k
|
|
53
53
|
when 'CheckStarted'
|
|
54
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
54
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
55
55
|
|
|
56
56
|
@check_started = v
|
|
57
57
|
when 'CheckCompleted'
|
|
58
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
58
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
59
59
|
|
|
60
60
|
@check_completed = v
|
|
61
61
|
when 'Usage'
|
|
@@ -43,31 +43,31 @@ module Comet
|
|
|
43
43
|
|
|
44
44
|
# @param [String] json_string The complete object in JSON format
|
|
45
45
|
def from_json(json_string)
|
|
46
|
-
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
46
|
+
raise TypeError, "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
47
47
|
|
|
48
48
|
from_hash(JSON.parse(json_string))
|
|
49
49
|
end
|
|
50
50
|
|
|
51
51
|
# @param [Hash] obj The complete object as a Ruby hash
|
|
52
52
|
def from_hash(obj)
|
|
53
|
-
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
53
|
+
raise TypeError, "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
54
54
|
|
|
55
55
|
obj.each do |k, v|
|
|
56
56
|
case k
|
|
57
57
|
when 'LastCheckStart'
|
|
58
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
58
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
59
59
|
|
|
60
60
|
@last_check_start = v
|
|
61
61
|
when 'TotalChecksStarted'
|
|
62
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
62
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
63
63
|
|
|
64
64
|
@total_checks_started = v
|
|
65
65
|
when 'TotalBucketsDeleted'
|
|
66
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
66
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
67
67
|
|
|
68
68
|
@total_buckets_deleted = v
|
|
69
69
|
when 'ChecksCurrentlyActive'
|
|
70
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
70
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
71
71
|
|
|
72
72
|
@checks_currently_active = v
|
|
73
73
|
else
|
|
@@ -42,14 +42,14 @@ module Comet
|
|
|
42
42
|
|
|
43
43
|
# @param [String] json_string The complete object in JSON format
|
|
44
44
|
def from_json(json_string)
|
|
45
|
-
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
45
|
+
raise TypeError, "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
46
46
|
|
|
47
47
|
from_hash(JSON.parse(json_string))
|
|
48
48
|
end
|
|
49
49
|
|
|
50
50
|
# @param [Hash] obj The complete object as a Ruby hash
|
|
51
51
|
def from_hash(obj)
|
|
52
|
-
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
52
|
+
raise TypeError, "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
53
53
|
|
|
54
54
|
obj.each do |k, v|
|
|
55
55
|
case k
|
|
@@ -61,7 +61,7 @@ module Comet
|
|
|
61
61
|
else
|
|
62
62
|
@targets = Array.new(v.length)
|
|
63
63
|
v.each_with_index do |v1, i1|
|
|
64
|
-
raise TypeError "'v1' expected String, got #{v1.class}" unless v1.is_a? String
|
|
64
|
+
raise TypeError, "'v1' expected String, got #{v1.class}" unless v1.is_a? String
|
|
65
65
|
|
|
66
66
|
@targets[i1] = v1
|
|
67
67
|
end
|
|
@@ -72,7 +72,7 @@ module Comet
|
|
|
72
72
|
else
|
|
73
73
|
@target_names = Array.new(v.length)
|
|
74
74
|
v.each_with_index do |v1, i1|
|
|
75
|
-
raise TypeError "'v1' expected String, got #{v1.class}" unless v1.is_a? String
|
|
75
|
+
raise TypeError, "'v1' expected String, got #{v1.class}" unless v1.is_a? String
|
|
76
76
|
|
|
77
77
|
@target_names[i1] = v1
|
|
78
78
|
end
|
|
@@ -39,23 +39,23 @@ module Comet
|
|
|
39
39
|
|
|
40
40
|
# @param [String] json_string The complete object in JSON format
|
|
41
41
|
def from_json(json_string)
|
|
42
|
-
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
42
|
+
raise TypeError, "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
43
43
|
|
|
44
44
|
from_hash(JSON.parse(json_string))
|
|
45
45
|
end
|
|
46
46
|
|
|
47
47
|
# @param [Hash] obj The complete object as a Ruby hash
|
|
48
48
|
def from_hash(obj)
|
|
49
|
-
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
49
|
+
raise TypeError, "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
50
50
|
|
|
51
51
|
obj.each do |k, v|
|
|
52
52
|
case k
|
|
53
53
|
when 'MeasureStarted'
|
|
54
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
54
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
55
55
|
|
|
56
56
|
@measure_started = v
|
|
57
57
|
when 'MeasureCompleted'
|
|
58
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
58
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
59
59
|
|
|
60
60
|
@measure_completed = v
|
|
61
61
|
when 'Components'
|
|
@@ -35,19 +35,19 @@ module Comet
|
|
|
35
35
|
|
|
36
36
|
# @param [String] json_string The complete object in JSON format
|
|
37
37
|
def from_json(json_string)
|
|
38
|
-
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
38
|
+
raise TypeError, "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
39
39
|
|
|
40
40
|
from_hash(JSON.parse(json_string))
|
|
41
41
|
end
|
|
42
42
|
|
|
43
43
|
# @param [Hash] obj The complete object as a Ruby hash
|
|
44
44
|
def from_hash(obj)
|
|
45
|
-
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
45
|
+
raise TypeError, "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
46
46
|
|
|
47
47
|
obj.each do |k, v|
|
|
48
48
|
case k
|
|
49
49
|
when 'Bytes'
|
|
50
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
50
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
51
51
|
|
|
52
52
|
@bytes = v
|
|
53
53
|
when 'UsedBy'
|
|
@@ -56,7 +56,7 @@ module Comet
|
|
|
56
56
|
else
|
|
57
57
|
@used_by = Array.new(v.length)
|
|
58
58
|
v.each_with_index do |v1, i1|
|
|
59
|
-
raise TypeError "'v1' expected String, got #{v1.class}" unless v1.is_a? String
|
|
59
|
+
raise TypeError, "'v1' expected String, got #{v1.class}" unless v1.is_a? String
|
|
60
60
|
|
|
61
61
|
@used_by[i1] = v1
|
|
62
62
|
end
|
|
@@ -39,27 +39,27 @@ module Comet
|
|
|
39
39
|
|
|
40
40
|
# @param [String] json_string The complete object in JSON format
|
|
41
41
|
def from_json(json_string)
|
|
42
|
-
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
42
|
+
raise TypeError, "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
43
43
|
|
|
44
44
|
from_hash(JSON.parse(json_string))
|
|
45
45
|
end
|
|
46
46
|
|
|
47
47
|
# @param [Hash] obj The complete object as a Ruby hash
|
|
48
48
|
def from_hash(obj)
|
|
49
|
-
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
49
|
+
raise TypeError, "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
50
50
|
|
|
51
51
|
obj.each do |k, v|
|
|
52
52
|
case k
|
|
53
53
|
when 'Status'
|
|
54
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
54
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
55
55
|
|
|
56
56
|
@status = v
|
|
57
57
|
when 'Message'
|
|
58
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
58
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
59
59
|
|
|
60
60
|
@message = v
|
|
61
61
|
when 'PolicyHash'
|
|
62
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
62
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
63
63
|
|
|
64
64
|
@policy_hash = v
|
|
65
65
|
else
|
|
@@ -34,14 +34,14 @@ module Comet
|
|
|
34
34
|
|
|
35
35
|
# @param [String] json_string The complete object in JSON format
|
|
36
36
|
def from_json(json_string)
|
|
37
|
-
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
37
|
+
raise TypeError, "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
38
38
|
|
|
39
39
|
from_hash(JSON.parse(json_string))
|
|
40
40
|
end
|
|
41
41
|
|
|
42
42
|
# @param [Hash] obj The complete object as a Ruby hash
|
|
43
43
|
def from_hash(obj)
|
|
44
|
-
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
44
|
+
raise TypeError, "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
45
45
|
|
|
46
46
|
obj.each do |k, v|
|
|
47
47
|
case k
|
|
@@ -26,6 +26,9 @@ module Comet
|
|
|
26
26
|
# @type [Array<String>] pre_exec
|
|
27
27
|
attr_accessor :pre_exec
|
|
28
28
|
|
|
29
|
+
# @type [Array<String>] thaw_exec
|
|
30
|
+
attr_accessor :thaw_exec
|
|
31
|
+
|
|
29
32
|
# @type [Array<String>] post_exec
|
|
30
33
|
attr_accessor :post_exec
|
|
31
34
|
|
|
@@ -170,6 +173,9 @@ module Comet
|
|
|
170
173
|
# @type [Comet::RetentionPolicy] default_retention
|
|
171
174
|
attr_accessor :default_retention
|
|
172
175
|
|
|
176
|
+
# @type [Boolean] rebrand_storage
|
|
177
|
+
attr_accessor :rebrand_storage
|
|
178
|
+
|
|
173
179
|
# @type [Hash] Hidden storage to preserve future properties for non-destructive roundtrip operations
|
|
174
180
|
attr_accessor :unknown_json_fields
|
|
175
181
|
|
|
@@ -182,6 +188,7 @@ module Comet
|
|
|
182
188
|
@create_time = 0
|
|
183
189
|
@modify_time = 0
|
|
184
190
|
@pre_exec = []
|
|
191
|
+
@thaw_exec = []
|
|
185
192
|
@post_exec = []
|
|
186
193
|
@destination_type = 0
|
|
187
194
|
@comet_server = ''
|
|
@@ -229,27 +236,27 @@ module Comet
|
|
|
229
236
|
|
|
230
237
|
# @param [String] json_string The complete object in JSON format
|
|
231
238
|
def from_json(json_string)
|
|
232
|
-
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
239
|
+
raise TypeError, "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
233
240
|
|
|
234
241
|
from_hash(JSON.parse(json_string))
|
|
235
242
|
end
|
|
236
243
|
|
|
237
244
|
# @param [Hash] obj The complete object as a Ruby hash
|
|
238
245
|
def from_hash(obj)
|
|
239
|
-
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
246
|
+
raise TypeError, "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
240
247
|
|
|
241
248
|
obj.each do |k, v|
|
|
242
249
|
case k
|
|
243
250
|
when 'Description'
|
|
244
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
251
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
245
252
|
|
|
246
253
|
@description = v
|
|
247
254
|
when 'CreateTime'
|
|
248
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
255
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
249
256
|
|
|
250
257
|
@create_time = v
|
|
251
258
|
when 'ModifyTime'
|
|
252
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
259
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
253
260
|
|
|
254
261
|
@modify_time = v
|
|
255
262
|
when 'PreExec'
|
|
@@ -258,158 +265,169 @@ module Comet
|
|
|
258
265
|
else
|
|
259
266
|
@pre_exec = Array.new(v.length)
|
|
260
267
|
v.each_with_index do |v1, i1|
|
|
261
|
-
raise TypeError "'v1' expected String, got #{v1.class}" unless v1.is_a? String
|
|
268
|
+
raise TypeError, "'v1' expected String, got #{v1.class}" unless v1.is_a? String
|
|
262
269
|
|
|
263
270
|
@pre_exec[i1] = v1
|
|
264
271
|
end
|
|
265
272
|
end
|
|
273
|
+
when 'ThawExec'
|
|
274
|
+
if v.nil?
|
|
275
|
+
@thaw_exec = []
|
|
276
|
+
else
|
|
277
|
+
@thaw_exec = Array.new(v.length)
|
|
278
|
+
v.each_with_index do |v1, i1|
|
|
279
|
+
raise TypeError, "'v1' expected String, got #{v1.class}" unless v1.is_a? String
|
|
280
|
+
|
|
281
|
+
@thaw_exec[i1] = v1
|
|
282
|
+
end
|
|
283
|
+
end
|
|
266
284
|
when 'PostExec'
|
|
267
285
|
if v.nil?
|
|
268
286
|
@post_exec = []
|
|
269
287
|
else
|
|
270
288
|
@post_exec = Array.new(v.length)
|
|
271
289
|
v.each_with_index do |v1, i1|
|
|
272
|
-
raise TypeError "'v1' expected String, got #{v1.class}" unless v1.is_a? String
|
|
290
|
+
raise TypeError, "'v1' expected String, got #{v1.class}" unless v1.is_a? String
|
|
273
291
|
|
|
274
292
|
@post_exec[i1] = v1
|
|
275
293
|
end
|
|
276
294
|
end
|
|
277
295
|
when 'DestinationType'
|
|
278
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
296
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
279
297
|
|
|
280
298
|
@destination_type = v
|
|
281
299
|
when 'CometServer'
|
|
282
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
300
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
283
301
|
|
|
284
302
|
@comet_server = v
|
|
285
303
|
when 'CometBucket'
|
|
286
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
304
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
287
305
|
|
|
288
306
|
@comet_bucket = v
|
|
289
307
|
when 'CometBucketKey'
|
|
290
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
308
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
291
309
|
|
|
292
310
|
@comet_bucket_key = v
|
|
293
311
|
when 'S3Server'
|
|
294
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
312
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
295
313
|
|
|
296
314
|
@s3server = v
|
|
297
315
|
when 'S3UsesTLS'
|
|
298
316
|
@s3uses_tls = v
|
|
299
317
|
when 'S3AccessKey'
|
|
300
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
318
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
301
319
|
|
|
302
320
|
@s3access_key = v
|
|
303
321
|
when 'S3SecretKey'
|
|
304
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
322
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
305
323
|
|
|
306
324
|
@s3secret_key = v
|
|
307
325
|
when 'S3BucketName'
|
|
308
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
326
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
309
327
|
|
|
310
328
|
@s3bucket_name = v
|
|
311
329
|
when 'S3Subdir'
|
|
312
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
330
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
313
331
|
|
|
314
332
|
@s3subdir = v
|
|
315
333
|
when 'S3UsesV2Signing'
|
|
316
334
|
@s3uses_v2signing = v
|
|
317
335
|
when 'SFTPServer'
|
|
318
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
336
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
319
337
|
|
|
320
338
|
@sftpserver = v
|
|
321
339
|
when 'SFTPUsername'
|
|
322
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
340
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
323
341
|
|
|
324
342
|
@sftpusername = v
|
|
325
343
|
when 'SFTPRemotePath'
|
|
326
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
344
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
327
345
|
|
|
328
346
|
@sftpremote_path = v
|
|
329
347
|
when 'SFTPAuthMode'
|
|
330
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
348
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
331
349
|
|
|
332
350
|
@sftpauth_mode = v
|
|
333
351
|
when 'SFTPPassword'
|
|
334
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
352
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
335
353
|
|
|
336
354
|
@sftppassword = v
|
|
337
355
|
when 'SFTPPrivateKey'
|
|
338
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
356
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
339
357
|
|
|
340
358
|
@sftpprivate_key = v
|
|
341
359
|
when 'SFTPCustomAuth_UseKnownHostsFile'
|
|
342
360
|
@sftpcustom_auth__use_known_hosts_file = v
|
|
343
361
|
when 'SFTPCustomAuth_KnownHostsFile'
|
|
344
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
362
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
345
363
|
|
|
346
364
|
@sftpcustom_auth__known_hosts_file = v
|
|
347
365
|
when 'FTPServer'
|
|
348
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
366
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
349
367
|
|
|
350
368
|
@ftpserver = v
|
|
351
369
|
when 'FTPUsername'
|
|
352
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
370
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
353
371
|
|
|
354
372
|
@ftpusername = v
|
|
355
373
|
when 'FTPPassword'
|
|
356
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
374
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
357
375
|
|
|
358
376
|
@ftppassword = v
|
|
359
377
|
when 'FTPBaseUseHomeDirectory'
|
|
360
378
|
@ftpbase_use_home_directory = v
|
|
361
379
|
when 'FTPCustomBaseDirectory'
|
|
362
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
380
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
363
381
|
|
|
364
382
|
@ftpcustom_base_directory = v
|
|
365
383
|
when 'FTPSMode'
|
|
366
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
384
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
367
385
|
|
|
368
386
|
@ftpsmode = v
|
|
369
387
|
when 'FTPPort'
|
|
370
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
388
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
371
389
|
|
|
372
390
|
@ftpport = v
|
|
373
391
|
when 'FTPMaxConnections'
|
|
374
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
392
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
375
393
|
|
|
376
394
|
@ftpmax_connections = v
|
|
377
395
|
when 'FTPAcceptInvalidSSL'
|
|
378
396
|
@ftpaccept_invalid_ssl = v
|
|
379
397
|
when 'AZBAccountName'
|
|
380
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
398
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
381
399
|
|
|
382
400
|
@azbaccount_name = v
|
|
383
401
|
when 'AZBAccountKey'
|
|
384
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
402
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
385
403
|
|
|
386
404
|
@azbaccount_key = v
|
|
387
405
|
when 'AZBContainer'
|
|
388
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
406
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
389
407
|
|
|
390
408
|
@azbcontainer = v
|
|
391
409
|
when 'AZBRealm'
|
|
392
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
410
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
393
411
|
|
|
394
412
|
@azbrealm = v
|
|
395
413
|
when 'AZBPrefix'
|
|
396
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
414
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
397
415
|
|
|
398
416
|
@azbprefix = v
|
|
399
417
|
when 'LocalcopyPath'
|
|
400
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
418
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
401
419
|
|
|
402
420
|
@localcopy_path = v
|
|
403
421
|
when 'LocalcopyWinSMBUsername'
|
|
404
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
422
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
405
423
|
|
|
406
424
|
@localcopy_win_smbusername = v
|
|
407
425
|
when 'LocalcopyWinSMBPassword'
|
|
408
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
426
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
409
427
|
|
|
410
428
|
@localcopy_win_smbpassword = v
|
|
411
429
|
when 'LocalcopyWinSMBPasswordFormat'
|
|
412
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
430
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
413
431
|
|
|
414
432
|
@localcopy_win_smbpassword_format = v
|
|
415
433
|
when 'Swift'
|
|
@@ -429,21 +447,21 @@ module Comet
|
|
|
429
447
|
end
|
|
430
448
|
end
|
|
431
449
|
when 'EncryptionKeyEncryptionMethod'
|
|
432
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
450
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
433
451
|
|
|
434
452
|
@encryption_key_encryption_method = v
|
|
435
453
|
when 'EncryptedEncryptionKey'
|
|
436
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
454
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
437
455
|
|
|
438
456
|
@encrypted_encryption_key = v
|
|
439
457
|
when 'RepoInitTimestamp'
|
|
440
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
458
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
441
459
|
|
|
442
460
|
@repo_init_timestamp = v
|
|
443
461
|
when 'StorageLimitEnabled'
|
|
444
462
|
@storage_limit_enabled = v
|
|
445
463
|
when 'StorageLimitBytes'
|
|
446
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
464
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
447
465
|
|
|
448
466
|
@storage_limit_bytes = v
|
|
449
467
|
when 'Statistics'
|
|
@@ -452,6 +470,8 @@ module Comet
|
|
|
452
470
|
when 'DefaultRetention'
|
|
453
471
|
@default_retention = Comet::RetentionPolicy.new
|
|
454
472
|
@default_retention.from_hash(v)
|
|
473
|
+
when 'RebrandStorage'
|
|
474
|
+
@rebrand_storage = v
|
|
455
475
|
else
|
|
456
476
|
@unknown_json_fields[k] = v
|
|
457
477
|
end
|
|
@@ -465,6 +485,7 @@ module Comet
|
|
|
465
485
|
ret['CreateTime'] = @create_time
|
|
466
486
|
ret['ModifyTime'] = @modify_time
|
|
467
487
|
ret['PreExec'] = @pre_exec
|
|
488
|
+
ret['ThawExec'] = @thaw_exec
|
|
468
489
|
ret['PostExec'] = @post_exec
|
|
469
490
|
ret['DestinationType'] = @destination_type
|
|
470
491
|
ret['CometServer'] = @comet_server
|
|
@@ -515,6 +536,7 @@ module Comet
|
|
|
515
536
|
ret['Statistics'] = @statistics
|
|
516
537
|
end
|
|
517
538
|
ret['DefaultRetention'] = @default_retention
|
|
539
|
+
ret['RebrandStorage'] = @rebrand_storage
|
|
518
540
|
@unknown_json_fields.each do |k, v|
|
|
519
541
|
ret[k] = v
|
|
520
542
|
end
|