comet_backup_ruby_sdk 0.4.0 → 1.4.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +32 -0
- data/Gemfile.lock +1 -1
- data/LICENSE +1 -1
- data/RELEASING.md +1 -1
- data/comet_backup_ruby_sdk.gemspec +1 -1
- data/lib/comet/api_response_error.rb +1 -1
- data/lib/comet/comet_server.rb +613 -274
- data/lib/comet/definitions.rb +19 -7
- data/lib/comet/models/add_bucket_response_message.rb +7 -7
- data/lib/comet/models/admin_account_properties_response.rb +12 -3
- data/lib/comet/models/admin_email_options.rb +84 -0
- data/lib/comet/models/admin_resource_response.rb +6 -6
- data/lib/comet/models/admin_security_options.rb +8 -8
- data/lib/comet/models/admin_u2fregistration.rb +5 -5
- data/lib/comet/models/admin_user_permissions.rb +3 -3
- data/lib/comet/models/available_download.rb +5 -5
- data/lib/comet/models/azure_destination_location.rb +8 -8
- data/lib/comet/models/b2destination_location.rb +8 -8
- data/lib/comet/models/b2storage_extra_info.rb +3 -3
- data/lib/comet/models/b2transaction_totals.rb +6 -6
- data/lib/comet/models/b2virtual_storage_role_settings.rb +6 -6
- data/lib/comet/models/backup_job_advanced_options.rb +5 -5
- data/lib/comet/models/backup_job_detail.rb +21 -21
- data/lib/comet/models/backup_job_progress.rb +8 -8
- data/lib/comet/models/backup_rule_config.rb +28 -12
- data/lib/comet/models/backup_rule_event_triggers.rb +3 -3
- data/lib/comet/models/branding_options.rb +28 -28
- data/lib/comet/models/branding_properties.rb +24 -24
- data/lib/comet/models/browse_disk_drives_response.rb +5 -5
- data/lib/comet/models/browse_edbresponse.rb +5 -5
- data/lib/comet/models/browse_hvresponse.rb +5 -5
- data/lib/comet/models/browse_vssresponse.rb +5 -5
- data/lib/comet/models/bucket_properties.rb +15 -6
- data/lib/comet/models/bucket_usage_info.rb +4 -4
- data/lib/comet/models/comet_apiresponse_message.rb +5 -5
- data/lib/comet/models/comet_destination_location.rb +6 -6
- data/lib/comet/models/constellation_check_report.rb +5 -5
- data/lib/comet/models/constellation_stats.rb +7 -7
- data/lib/comet/models/constellation_status_apiresponse.rb +5 -5
- data/lib/comet/models/content_measurement.rb +5 -5
- data/lib/comet/models/content_measurement_component.rb +5 -5
- data/lib/comet/models/create_group_policy_response.rb +6 -6
- data/lib/comet/models/custom_remote_bucket_settings.rb +75 -0
- data/lib/comet/models/default_email_report_policy.rb +3 -3
- data/lib/comet/models/destination_config.rb +72 -44
- data/lib/comet/models/destination_location.rb +41 -35
- data/lib/comet/models/destination_statistics.rb +6 -6
- data/lib/comet/models/device_config.rb +4 -4
- data/lib/comet/models/disk_drive.rb +14 -14
- data/lib/comet/models/dispatcher_admin_sources_response.rb +6 -6
- data/lib/comet/models/dispatcher_stored_objects_response.rb +5 -5
- data/lib/comet/models/dispatcher_vault_snapshots_response.rb +5 -5
- data/lib/comet/models/edbfile_info.rb +6 -6
- data/lib/comet/models/email_options.rb +10 -10
- data/lib/comet/models/email_report_config.rb +4 -4
- data/lib/comet/models/email_report_generated_preview.rb +8 -8
- data/lib/comet/models/external_ldapauthentication_source_settings.rb +40 -7
- data/lib/comet/models/extra_file_exclusion.rb +5 -5
- data/lib/comet/models/ftpdestination_location.rb +10 -10
- data/lib/comet/models/get_group_policy_response.rb +6 -6
- data/lib/comet/models/get_profile_and_hash_response_message.rb +6 -6
- data/lib/comet/models/get_profile_hash_response_message.rb +6 -6
- data/lib/comet/models/group_policy.rb +13 -4
- data/lib/comet/models/hyper_vmachine_info.rb +5 -5
- 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 +6 -6
- data/lib/comet/models/live_user_connection.rb +9 -9
- data/lib/comet/models/local_destination_location.rb +7 -7
- data/lib/comet/models/mac_oscode_sign_properties.rb +9 -9
- data/lib/comet/models/mongo_dbconnection.rb +16 -16
- data/lib/comet/models/new_bucket_detail.rb +5 -5
- data/lib/comet/models/news_entry.rb +14 -5
- data/lib/comet/models/organization.rb +145 -0
- data/lib/comet/models/organization_response.rb +101 -0
- data/lib/comet/models/osinfo.rb +6 -6
- data/lib/comet/models/partition.rb +14 -14
- data/lib/comet/models/private_branding_properties.rb +18 -18
- data/lib/comet/models/protected_item_engine_type_policy.rb +4 -4
- data/lib/comet/models/public_branding_properties.rb +9 -9
- data/lib/comet/models/remote_server_address.rb +18 -8
- data/lib/comet/models/remote_storage_option.rb +25 -9
- data/lib/comet/models/replicator_state_apiresponse.rb +15 -15
- data/lib/comet/models/request_storage_vault_response_message.rb +6 -6
- data/lib/comet/models/restore_job_advanced_options.rb +13 -7
- data/lib/comet/models/retention_policy.rb +4 -4
- data/lib/comet/models/retention_range.rb +11 -11
- data/lib/comet/models/s3destination_location.rb +8 -8
- data/lib/comet/models/schedule_config.rb +6 -6
- data/lib/comet/models/search_clause.rb +7 -7
- data/lib/comet/models/server_config_options_branding_fragment.rb +3 -3
- data/lib/comet/models/server_config_options_software_build_role_fragment.rb +3 -3
- data/lib/comet/models/server_meta_version_info.rb +18 -18
- data/lib/comet/models/session_key_regenerated_response.rb +7 -7
- data/lib/comet/models/sftpdestination_location.rb +10 -10
- data/lib/comet/models/size_measurement.rb +6 -6
- data/lib/comet/models/software_build_role_options.rb +3 -3
- data/lib/comet/models/software_update_news_response.rb +7 -7
- data/lib/comet/models/source_basic_info.rb +5 -5
- data/lib/comet/models/source_config.rb +27 -11
- data/lib/comet/models/source_statistics.rb +3 -3
- data/lib/comet/models/spanned_destination_location.rb +9 -3
- data/lib/comet/models/spanned_storage_extra_info.rb +3 -3
- data/lib/comet/models/sshconnection.rb +9 -9
- data/lib/comet/models/stat_result.rb +7 -7
- data/lib/comet/models/storage_free_space_info.rb +5 -5
- data/lib/comet/models/storage_vault_provider_policy.rb +4 -4
- data/lib/comet/models/stored_object.rb +11 -11
- data/lib/comet/models/streamable_event.rb +16 -5
- data/lib/comet/models/swift_destination_location.rb +16 -16
- data/lib/comet/models/test_response.rb +5 -5
- data/lib/comet/models/totp_regenerated_response.rb +8 -8
- data/lib/comet/models/u2fregister_request.rb +5 -5
- data/lib/comet/models/u2fregistered_key.rb +6 -6
- data/lib/comet/models/u2fregistration_challenge_response.rb +7 -7
- data/lib/comet/models/u2fsign_request.rb +6 -6
- data/lib/comet/models/u2fsign_response.rb +7 -7
- data/lib/comet/models/uninstall_config.rb +3 -3
- data/lib/comet/models/update_campaign_device_status.rb +4 -4
- data/lib/comet/models/update_campaign_options.rb +3 -3
- data/lib/comet/models/update_campaign_properties.rb +5 -5
- data/lib/comet/models/update_campaign_status.rb +5 -5
- data/lib/comet/models/update_campaign_status_device_entry.rb +6 -6
- data/lib/comet/models/user_custom_email_settings.rb +3 -3
- data/lib/comet/models/user_on_server.rb +5 -5
- data/lib/comet/models/user_policy.rb +7 -7
- data/lib/comet/models/user_profile_config.rb +29 -18
- data/lib/comet/models/user_profile_fragment.rb +4 -4
- data/lib/comet/models/vault_snapshot.rb +12 -6
- data/lib/comet/models/vsscomponent.rb +6 -6
- data/lib/comet/models/vsswriter_info.rb +4 -4
- data/lib/comet/models/wasabi_virtual_storage_role_settings.rb +6 -6
- data/lib/comet/models/web_interface_branding_properties.rb +7 -7
- data/lib/comet/models/webhook_option.rb +5 -5
- data/lib/comet/models/win_smbauth.rb +7 -7
- data/lib/comet/models/windows_code_sign_properties.rb +12 -12
- data/lib/comet_backup_ruby_sdk.rb +8 -1
- metadata +9 -2
@@ -1,6 +1,6 @@
|
|
1
1
|
#!/usr/bin/env ruby --enable-frozen-string-literal
|
2
2
|
#
|
3
|
-
# Copyright (c) 2020-
|
3
|
+
# Copyright (c) 2020-2021 Comet Licensing Ltd.
|
4
4
|
# Please see the LICENSE file for usage information.
|
5
5
|
#
|
6
6
|
# SPDX-License-Identifier: MIT
|
@@ -91,75 +91,75 @@ module Comet
|
|
91
91
|
|
92
92
|
# @param [String] json_string The complete object in JSON format
|
93
93
|
def from_json(json_string)
|
94
|
-
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
94
|
+
raise TypeError, "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
95
95
|
|
96
96
|
from_hash(JSON.parse(json_string))
|
97
97
|
end
|
98
98
|
|
99
99
|
# @param [Hash] obj The complete object as a Ruby hash
|
100
100
|
def from_hash(obj)
|
101
|
-
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
101
|
+
raise TypeError, "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
102
102
|
|
103
103
|
obj.each do |k, v|
|
104
104
|
case k
|
105
105
|
when 'PathIcoFile'
|
106
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
106
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
107
107
|
|
108
108
|
@path_ico_file = v
|
109
109
|
when 'PathIcnsFile'
|
110
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
110
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
111
111
|
|
112
112
|
@path_icns_file = v
|
113
113
|
when 'PathEulaRtf'
|
114
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
114
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
115
115
|
|
116
116
|
@path_eula_rtf = v
|
117
117
|
when 'PathTilePng'
|
118
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
118
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
119
119
|
|
120
120
|
@path_tile_png = v
|
121
121
|
when 'PathHeaderImage'
|
122
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
122
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
123
123
|
|
124
124
|
@path_header_image = v
|
125
125
|
when 'PackageIdentifier'
|
126
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
126
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
127
127
|
|
128
128
|
@package_identifier = v
|
129
129
|
when 'WindowsCodeSignPKCS12FilePath'
|
130
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
130
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
131
131
|
|
132
132
|
@windows_code_sign_pkcs12file_path = v
|
133
133
|
when 'WindowsCodeSignPKCS12PasswordFormat'
|
134
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
134
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
135
135
|
|
136
136
|
@windows_code_sign_pkcs12password_format = v
|
137
137
|
when 'WindowsCodeSignPKCS12Password'
|
138
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
138
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
139
139
|
|
140
140
|
@windows_code_sign_pkcs12password = v
|
141
141
|
when 'WindowsCodeSignPKCS11Engine'
|
142
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
142
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
143
143
|
|
144
144
|
@windows_code_sign_pkcs11engine = v
|
145
145
|
when 'WindowsCodeSignPKCS11Module'
|
146
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
146
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
147
147
|
|
148
148
|
@windows_code_sign_pkcs11module = v
|
149
149
|
when 'WindowsCodeSignPKCS11Certfile'
|
150
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
150
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
151
151
|
|
152
152
|
@windows_code_sign_pkcs11certfile = v
|
153
153
|
when 'WindowsCodeSignPKCS11KeyID'
|
154
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
154
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
155
155
|
|
156
156
|
@windows_code_sign_pkcs11key_id = v
|
157
157
|
when 'WindowsCodeSignPKCS11PasswordFormat'
|
158
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
158
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
159
159
|
|
160
160
|
@windows_code_sign_pkcs11password_format = v
|
161
161
|
when 'WindowsCodeSignPKCS11Password'
|
162
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
162
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
163
163
|
|
164
164
|
@windows_code_sign_pkcs11password = v
|
165
165
|
when 'MacOSCodeSign'
|
@@ -1,6 +1,6 @@
|
|
1
1
|
#!/usr/bin/env ruby --enable-frozen-string-literal
|
2
2
|
#
|
3
|
-
# Copyright (c) 2020-
|
3
|
+
# Copyright (c) 2020-2021 Comet Licensing Ltd.
|
4
4
|
# Please see the LICENSE file for usage information.
|
5
5
|
#
|
6
6
|
# SPDX-License-Identifier: MIT
|
@@ -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
|
@@ -53,7 +53,7 @@ module Comet
|
|
53
53
|
else
|
54
54
|
@allowed_engine_type_when_restricted = Array.new(v.length)
|
55
55
|
v.each_with_index do |v1, i1|
|
56
|
-
raise TypeError "'v1' expected String, got #{v1.class}" unless v1.is_a? String
|
56
|
+
raise TypeError, "'v1' expected String, got #{v1.class}" unless v1.is_a? String
|
57
57
|
|
58
58
|
@allowed_engine_type_when_restricted[i1] = v1
|
59
59
|
end
|
@@ -1,6 +1,6 @@
|
|
1
1
|
#!/usr/bin/env ruby --enable-frozen-string-literal
|
2
2
|
#
|
3
|
-
# Copyright (c) 2020-
|
3
|
+
# Copyright (c) 2020-2021 Comet Licensing Ltd.
|
4
4
|
# Please see the LICENSE file for usage information.
|
5
5
|
#
|
6
6
|
# SPDX-License-Identifier: MIT
|
@@ -57,41 +57,41 @@ module Comet
|
|
57
57
|
|
58
58
|
# @param [String] json_string The complete object in JSON format
|
59
59
|
def from_json(json_string)
|
60
|
-
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
60
|
+
raise TypeError, "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
61
61
|
|
62
62
|
from_hash(JSON.parse(json_string))
|
63
63
|
end
|
64
64
|
|
65
65
|
# @param [Hash] obj The complete object as a Ruby hash
|
66
66
|
def from_hash(obj)
|
67
|
-
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
67
|
+
raise TypeError, "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
68
68
|
|
69
69
|
obj.each do |k, v|
|
70
70
|
case k
|
71
71
|
when 'ProductName'
|
72
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
72
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
73
73
|
|
74
74
|
@product_name = v
|
75
75
|
when 'CompanyName'
|
76
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
76
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
77
77
|
|
78
78
|
@company_name = v
|
79
79
|
when 'HelpURL'
|
80
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
80
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
81
81
|
|
82
82
|
@help_url = v
|
83
83
|
when 'HelpIsPopup'
|
84
84
|
@help_is_popup = v
|
85
85
|
when 'DefaultLoginServerURL'
|
86
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
86
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
87
87
|
|
88
88
|
@default_login_server_url = v
|
89
89
|
when 'TileBackgroundColor'
|
90
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
90
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
91
91
|
|
92
92
|
@tile_background_color = v
|
93
93
|
when 'AccountRegisterURL'
|
94
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
94
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
95
95
|
|
96
96
|
@account_register_url = v
|
97
97
|
when 'HideBackgroundLogo'
|
@@ -1,6 +1,6 @@
|
|
1
1
|
#!/usr/bin/env ruby --enable-frozen-string-literal
|
2
2
|
#
|
3
|
-
# Copyright (c) 2020-
|
3
|
+
# Copyright (c) 2020-2021 Comet Licensing Ltd.
|
4
4
|
# Please see the LICENSE file for usage information.
|
5
5
|
#
|
6
6
|
# SPDX-License-Identifier: MIT
|
@@ -38,6 +38,9 @@ module Comet
|
|
38
38
|
# @type [Comet::WasabiVirtualStorageRoleSettings] wasabi
|
39
39
|
attr_accessor :wasabi
|
40
40
|
|
41
|
+
# @type [Comet::CustomRemoteBucketSettings] custom
|
42
|
+
attr_accessor :custom
|
43
|
+
|
41
44
|
# @type [Hash] Hidden storage to preserve future properties for non-destructive roundtrip operations
|
42
45
|
attr_accessor :unknown_json_fields
|
43
46
|
|
@@ -54,40 +57,41 @@ module Comet
|
|
54
57
|
@ldap = Comet::ExternalLDAPAuthenticationSourceSettings.new
|
55
58
|
@b2 = Comet::B2VirtualStorageRoleSettings.new
|
56
59
|
@wasabi = Comet::WasabiVirtualStorageRoleSettings.new
|
60
|
+
@custom = Comet::CustomRemoteBucketSettings.new
|
57
61
|
@unknown_json_fields = {}
|
58
62
|
end
|
59
63
|
|
60
64
|
# @param [String] json_string The complete object in JSON format
|
61
65
|
def from_json(json_string)
|
62
|
-
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
66
|
+
raise TypeError, "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
63
67
|
|
64
68
|
from_hash(JSON.parse(json_string))
|
65
69
|
end
|
66
70
|
|
67
71
|
# @param [Hash] obj The complete object as a Ruby hash
|
68
72
|
def from_hash(obj)
|
69
|
-
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
73
|
+
raise TypeError, "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
70
74
|
|
71
75
|
obj.each do |k, v|
|
72
76
|
case k
|
73
77
|
when 'Type'
|
74
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
78
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
75
79
|
|
76
80
|
@type = v
|
77
81
|
when 'Description'
|
78
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
82
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
79
83
|
|
80
84
|
@description = v
|
81
85
|
when 'RemoteAddress'
|
82
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
86
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
83
87
|
|
84
88
|
@remote_address = v
|
85
89
|
when 'Username'
|
86
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
90
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
87
91
|
|
88
92
|
@username = v
|
89
93
|
when 'Password'
|
90
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
94
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
91
95
|
|
92
96
|
@password = v
|
93
97
|
when 'LDAP'
|
@@ -99,6 +103,9 @@ module Comet
|
|
99
103
|
when 'Wasabi'
|
100
104
|
@wasabi = Comet::WasabiVirtualStorageRoleSettings.new
|
101
105
|
@wasabi.from_hash(v)
|
106
|
+
when 'Custom'
|
107
|
+
@custom = Comet::CustomRemoteBucketSettings.new
|
108
|
+
@custom.from_hash(v)
|
102
109
|
else
|
103
110
|
@unknown_json_fields[k] = v
|
104
111
|
end
|
@@ -128,6 +135,9 @@ module Comet
|
|
128
135
|
unless @wasabi.nil?
|
129
136
|
ret['Wasabi'] = @wasabi
|
130
137
|
end
|
138
|
+
unless @custom.nil?
|
139
|
+
ret['Custom'] = @custom
|
140
|
+
end
|
131
141
|
@unknown_json_fields.each do |k, v|
|
132
142
|
ret[k] = v
|
133
143
|
end
|
@@ -1,6 +1,6 @@
|
|
1
1
|
#!/usr/bin/env ruby --enable-frozen-string-literal
|
2
2
|
#
|
3
|
-
# Copyright (c) 2020-
|
3
|
+
# Copyright (c) 2020-2021 Comet Licensing Ltd.
|
4
4
|
# Please see the LICENSE file for usage information.
|
5
5
|
#
|
6
6
|
# SPDX-License-Identifier: MIT
|
@@ -38,12 +38,18 @@ module Comet
|
|
38
38
|
# @type [Comet::WasabiVirtualStorageRoleSettings] wasabi
|
39
39
|
attr_accessor :wasabi
|
40
40
|
|
41
|
+
# @type [Comet::CustomRemoteBucketSettings] custom
|
42
|
+
attr_accessor :custom
|
43
|
+
|
41
44
|
# @type [Boolean] storage_limit_enabled
|
42
45
|
attr_accessor :storage_limit_enabled
|
43
46
|
|
44
47
|
# @type [Number] storage_limit_bytes
|
45
48
|
attr_accessor :storage_limit_bytes
|
46
49
|
|
50
|
+
# @type [Boolean] rebrand_storage
|
51
|
+
attr_accessor :rebrand_storage
|
52
|
+
|
47
53
|
# @type [Hash] Hidden storage to preserve future properties for non-destructive roundtrip operations
|
48
54
|
attr_accessor :unknown_json_fields
|
49
55
|
|
@@ -60,41 +66,42 @@ module Comet
|
|
60
66
|
@ldap = Comet::ExternalLDAPAuthenticationSourceSettings.new
|
61
67
|
@b2 = Comet::B2VirtualStorageRoleSettings.new
|
62
68
|
@wasabi = Comet::WasabiVirtualStorageRoleSettings.new
|
69
|
+
@custom = Comet::CustomRemoteBucketSettings.new
|
63
70
|
@storage_limit_bytes = 0
|
64
71
|
@unknown_json_fields = {}
|
65
72
|
end
|
66
73
|
|
67
74
|
# @param [String] json_string The complete object in JSON format
|
68
75
|
def from_json(json_string)
|
69
|
-
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
76
|
+
raise TypeError, "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
70
77
|
|
71
78
|
from_hash(JSON.parse(json_string))
|
72
79
|
end
|
73
80
|
|
74
81
|
# @param [Hash] obj The complete object as a Ruby hash
|
75
82
|
def from_hash(obj)
|
76
|
-
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
83
|
+
raise TypeError, "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
77
84
|
|
78
85
|
obj.each do |k, v|
|
79
86
|
case k
|
80
87
|
when 'Type'
|
81
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
88
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
82
89
|
|
83
90
|
@type = v
|
84
91
|
when 'Description'
|
85
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
92
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
86
93
|
|
87
94
|
@description = v
|
88
95
|
when 'RemoteAddress'
|
89
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
96
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
90
97
|
|
91
98
|
@remote_address = v
|
92
99
|
when 'Username'
|
93
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
100
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
94
101
|
|
95
102
|
@username = v
|
96
103
|
when 'Password'
|
97
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
104
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
98
105
|
|
99
106
|
@password = v
|
100
107
|
when 'LDAP'
|
@@ -106,12 +113,17 @@ module Comet
|
|
106
113
|
when 'Wasabi'
|
107
114
|
@wasabi = Comet::WasabiVirtualStorageRoleSettings.new
|
108
115
|
@wasabi.from_hash(v)
|
116
|
+
when 'Custom'
|
117
|
+
@custom = Comet::CustomRemoteBucketSettings.new
|
118
|
+
@custom.from_hash(v)
|
109
119
|
when 'StorageLimitEnabled'
|
110
120
|
@storage_limit_enabled = v
|
111
121
|
when 'StorageLimitBytes'
|
112
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
122
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
113
123
|
|
114
124
|
@storage_limit_bytes = v
|
125
|
+
when 'RebrandStorage'
|
126
|
+
@rebrand_storage = v
|
115
127
|
else
|
116
128
|
@unknown_json_fields[k] = v
|
117
129
|
end
|
@@ -141,8 +153,12 @@ module Comet
|
|
141
153
|
unless @wasabi.nil?
|
142
154
|
ret['Wasabi'] = @wasabi
|
143
155
|
end
|
156
|
+
unless @custom.nil?
|
157
|
+
ret['Custom'] = @custom
|
158
|
+
end
|
144
159
|
ret['StorageLimitEnabled'] = @storage_limit_enabled
|
145
160
|
ret['StorageLimitBytes'] = @storage_limit_bytes
|
161
|
+
ret['RebrandStorage'] = @rebrand_storage
|
146
162
|
@unknown_json_fields.each do |k, v|
|
147
163
|
ret[k] = v
|
148
164
|
end
|
@@ -1,6 +1,6 @@
|
|
1
1
|
#!/usr/bin/env ruby --enable-frozen-string-literal
|
2
2
|
#
|
3
|
-
# Copyright (c) 2020-
|
3
|
+
# Copyright (c) 2020-2021 Comet Licensing Ltd.
|
4
4
|
# Please see the LICENSE file for usage information.
|
5
5
|
#
|
6
6
|
# SPDX-License-Identifier: MIT
|
@@ -75,63 +75,63 @@ module Comet
|
|
75
75
|
|
76
76
|
# @param [String] json_string The complete object in JSON format
|
77
77
|
def from_json(json_string)
|
78
|
-
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
78
|
+
raise TypeError, "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
79
79
|
|
80
80
|
from_hash(JSON.parse(json_string))
|
81
81
|
end
|
82
82
|
|
83
83
|
# @param [Hash] obj The complete object as a Ruby hash
|
84
84
|
def from_hash(obj)
|
85
|
-
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
85
|
+
raise TypeError, "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
86
86
|
|
87
87
|
obj.each do |k, v|
|
88
88
|
case k
|
89
89
|
when 'Description'
|
90
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
90
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
91
91
|
|
92
92
|
@description = v
|
93
93
|
when 'RemoteServerID'
|
94
|
-
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
94
|
+
raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
|
95
95
|
|
96
96
|
@remote_server_id = v
|
97
97
|
when 'DisplayClass'
|
98
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
98
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
99
99
|
|
100
100
|
@display_class = v
|
101
101
|
when 'ActiveWorkers'
|
102
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
102
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
103
103
|
|
104
104
|
@active_workers = v
|
105
105
|
when 'TotalWorkers'
|
106
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
106
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
107
107
|
|
108
108
|
@total_workers = v
|
109
109
|
when 'State'
|
110
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
110
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
111
111
|
|
112
112
|
@state = v
|
113
113
|
when 'ItemsQueued'
|
114
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
114
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
115
115
|
|
116
116
|
@items_queued = v
|
117
117
|
when 'BytesQueued'
|
118
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
118
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
119
119
|
|
120
120
|
@bytes_queued = v
|
121
121
|
when 'LastWorkerSubmitTime'
|
122
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
122
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
123
123
|
|
124
124
|
@last_worker_submit_time = v
|
125
125
|
when 'CurrentTime'
|
126
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
126
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
127
127
|
|
128
128
|
@current_time = v
|
129
129
|
when 'ItemsReplicated'
|
130
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
130
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
131
131
|
|
132
132
|
@items_replicated = v
|
133
133
|
when 'BytesReplicated'
|
134
|
-
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
134
|
+
raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
135
135
|
|
136
136
|
@bytes_replicated = v
|
137
137
|
else
|