comet_backup_ruby_sdk 0.2.0 → 0.3.1
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 +24 -0
- data/Gemfile.lock +43 -0
- data/README.md +20 -4
- data/RELEASING.md +10 -0
- data/comet_backup_ruby_sdk.gemspec +1 -1
- data/lib/comet/comet_server.rb +184 -136
- data/lib/comet/definitions.rb +4 -4
- data/lib/comet/models/add_bucket_response_message.rb +15 -5
- data/lib/comet/models/admin_account_properties_response.rb +8 -2
- data/lib/comet/models/admin_resource_response.rb +13 -4
- data/lib/comet/models/admin_security_options.rb +18 -5
- data/lib/comet/models/admin_u2fregistration.rb +11 -3
- data/lib/comet/models/admin_user_permissions.rb +6 -2
- data/lib/comet/models/available_download.rb +10 -4
- data/lib/comet/models/azure_destination_location.rb +16 -7
- data/lib/comet/models/b2destination_location.rb +17 -6
- data/lib/comet/models/b2storage_extra_info.rb +6 -2
- data/lib/comet/models/b2transaction_totals.rb +15 -2
- data/lib/comet/models/backup_job_advanced_options.rb +12 -2
- data/lib/comet/models/backup_job_detail.rb +53 -10
- data/lib/comet/models/backup_job_progress.rb +21 -2
- data/lib/comet/models/backup_rule_config.rb +27 -7
- data/lib/comet/models/backup_rule_event_triggers.rb +6 -2
- data/lib/comet/models/branding_options.rb +59 -25
- data/lib/comet/models/branding_properties.rb +51 -21
- data/lib/comet/models/browse_disk_drives_response.rb +11 -3
- data/lib/comet/models/browse_edbresponse.rb +11 -3
- data/lib/comet/models/browse_hvresponse.rb +11 -3
- data/lib/comet/models/browse_vssresponse.rb +11 -3
- data/lib/comet/models/bucket_properties.rb +15 -3
- data/lib/comet/models/bucket_usage_info.rb +8 -2
- data/lib/comet/models/comet_apiresponse_message.rb +11 -3
- data/lib/comet/models/comet_destination_location.rb +12 -5
- data/lib/comet/models/constellation_check_report.rb +12 -2
- data/lib/comet/models/constellation_stats.rb +18 -2
- data/lib/comet/models/constellation_status_apiresponse.rb +9 -4
- data/lib/comet/models/content_measurement.rb +12 -2
- data/lib/comet/models/content_measurement_component.rb +10 -3
- data/lib/comet/models/create_group_policy_response.rb +13 -4
- data/lib/comet/models/default_email_report_policy.rb +6 -2
- data/lib/comet/models/destination_config.rb +101 -32
- data/lib/comet/models/destination_location.rb +78 -28
- data/lib/comet/models/destination_statistics.rb +16 -3
- data/lib/comet/models/device_config.rb +9 -3
- data/lib/comet/models/disk_drive.rb +34 -7
- data/lib/comet/models/dispatcher_admin_sources_response.rb +12 -4
- data/lib/comet/models/dispatcher_stored_objects_response.rb +11 -3
- data/lib/comet/models/dispatcher_vault_snapshots_response.rb +11 -3
- data/lib/comet/models/edbfile_info.rb +12 -5
- data/lib/comet/models/email_options.rb +21 -8
- data/lib/comet/models/email_report_config.rb +10 -2
- data/lib/comet/models/email_report_generated_preview.rb +17 -6
- data/lib/comet/models/extra_file_exclusion.rb +11 -3
- data/lib/comet/models/ftpdestination_location.rb +23 -6
- data/lib/comet/models/get_group_policy_response.rb +14 -4
- data/lib/comet/models/get_profile_and_hash_response_message.rb +14 -4
- data/lib/comet/models/get_profile_hash_response_message.rb +13 -4
- data/lib/comet/models/group_policy.rb +9 -3
- data/lib/comet/models/hyper_vmachine_info.rb +10 -4
- data/lib/comet/models/job_entry.rb +93 -0
- data/lib/comet/models/live_user_connection.rb +20 -7
- data/lib/comet/models/local_destination_location.rb +15 -5
- data/lib/comet/models/mac_oscode_sign_properties.rb +21 -6
- data/lib/comet/models/mongo_dbconnection.rb +33 -14
- data/lib/comet/models/new_bucket_detail.rb +10 -4
- data/lib/comet/models/news_entry.rb +11 -3
- data/lib/comet/models/osinfo.rb +12 -5
- data/lib/comet/models/partition.rb +32 -8
- data/lib/comet/models/private_branding_properties.rb +39 -15
- data/lib/comet/models/protected_item_engine_type_policy.rb +7 -3
- data/lib/comet/models/public_branding_properties.rb +18 -8
- data/lib/comet/models/remote_server_address.rb +19 -7
- data/lib/comet/models/remote_storage_option.rb +22 -7
- data/lib/comet/models/replicator_state_apiresponse.rb +40 -4
- data/lib/comet/models/request_storage_vault_response_message.rb +13 -4
- data/lib/comet/models/restore_job_advanced_options.rb +15 -4
- data/lib/comet/models/retention_policy.rb +9 -2
- data/lib/comet/models/retention_range.rb +30 -2
- data/lib/comet/models/s3destination_location.rb +16 -7
- data/lib/comet/models/schedule_config.rb +15 -2
- data/lib/comet/models/search_clause.rb +14 -6
- data/lib/comet/models/server_config_options_branding_fragment.rb +7 -2
- data/lib/comet/models/server_config_options_software_build_role_fragment.rb +7 -2
- data/lib/comet/models/server_meta_version_info.rb +45 -7
- data/lib/comet/models/session_key_regenerated_response.rb +15 -5
- data/lib/comet/models/sftpdestination_location.rb +21 -8
- data/lib/comet/models/size_measurement.rb +15 -2
- data/lib/comet/models/software_build_role_options.rb +6 -2
- data/lib/comet/models/software_update_news_response.rb +13 -6
- data/lib/comet/models/source_basic_info.rb +11 -3
- data/lib/comet/models/source_config.rb +22 -8
- data/lib/comet/models/source_statistics.rb +7 -2
- data/lib/comet/models/spanned_destination_location.rb +6 -2
- data/lib/comet/models/spanned_storage_extra_info.rb +6 -2
- data/lib/comet/models/sshconnection.rb +19 -7
- data/lib/comet/models/stat_result.rb +18 -2
- data/lib/comet/models/storage_free_space_info.rb +14 -2
- data/lib/comet/models/storage_vault_provider_policy.rb +8 -2
- data/lib/comet/models/stored_object.rb +27 -5
- data/lib/comet/models/streamable_event.rb +9 -2
- data/lib/comet/models/swift_destination_location.rb +32 -15
- data/lib/comet/models/test_response.rb +11 -3
- data/lib/comet/models/totp_regenerated_response.rb +17 -6
- data/lib/comet/models/u2fregister_request.rb +10 -4
- data/lib/comet/models/u2fregistered_key.rb +12 -5
- data/lib/comet/models/u2fregistration_challenge_response.rb +15 -5
- data/lib/comet/models/u2fsign_request.rb +12 -5
- data/lib/comet/models/u2fsign_response.rb +14 -6
- data/lib/comet/models/uninstall_config.rb +6 -2
- data/lib/comet/models/update_campaign_device_status.rb +9 -2
- data/lib/comet/models/update_campaign_options.rb +6 -2
- data/lib/comet/models/update_campaign_properties.rb +11 -3
- data/lib/comet/models/update_campaign_status.rb +11 -3
- data/lib/comet/models/update_campaign_status_device_entry.rb +13 -4
- data/lib/comet/models/user_custom_email_settings.rb +6 -2
- data/lib/comet/models/user_on_server.rb +11 -3
- data/lib/comet/models/user_policy.rb +22 -2
- data/lib/comet/models/user_profile_config.rb +41 -12
- data/lib/comet/models/user_profile_fragment.rb +8 -3
- data/lib/comet/models/vault_snapshot.rb +13 -4
- data/lib/comet/models/vsscomponent.rb +12 -5
- data/lib/comet/models/vsswriter_info.rb +8 -3
- data/lib/comet/models/web_interface_branding_properties.rb +14 -6
- data/lib/comet/models/webhook_option.rb +10 -3
- data/lib/comet/models/win_smbauth.rb +15 -5
- data/lib/comet/models/windows_code_sign_properties.rb +26 -9
- data/lib/comet_backup_ruby_sdk.rb +1 -0
- metadata +6 -2
|
@@ -27,27 +27,40 @@ module Comet
|
|
|
27
27
|
attr_accessor :unknown_json_fields
|
|
28
28
|
|
|
29
29
|
def initialize
|
|
30
|
+
clear
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
def clear
|
|
34
|
+
@class_a = 0
|
|
35
|
+
@class_b = 0
|
|
36
|
+
@class_c = 0
|
|
30
37
|
@unknown_json_fields = {}
|
|
31
38
|
end
|
|
32
39
|
|
|
33
40
|
# @param [String] json_string The complete object in JSON format
|
|
34
41
|
def from_json(json_string)
|
|
35
|
-
raise TypeError 'expected
|
|
42
|
+
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
36
43
|
|
|
37
44
|
from_hash(JSON.parse(json_string))
|
|
38
45
|
end
|
|
39
46
|
|
|
40
47
|
# @param [Hash] obj The complete object as a Ruby hash
|
|
41
48
|
def from_hash(obj)
|
|
42
|
-
raise TypeError 'expected
|
|
49
|
+
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
43
50
|
|
|
44
51
|
obj.each do |k, v|
|
|
45
52
|
case k
|
|
46
53
|
when 'ClassA'
|
|
54
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
55
|
+
|
|
47
56
|
@class_a = v
|
|
48
57
|
when 'ClassB'
|
|
58
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
59
|
+
|
|
49
60
|
@class_b = v
|
|
50
61
|
when 'ClassC'
|
|
62
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
63
|
+
|
|
51
64
|
@class_c = v
|
|
52
65
|
else
|
|
53
66
|
@unknown_json_fields[k] = v
|
|
@@ -36,27 +36,37 @@ module Comet
|
|
|
36
36
|
attr_accessor :unknown_json_fields
|
|
37
37
|
|
|
38
38
|
def initialize
|
|
39
|
+
clear
|
|
40
|
+
end
|
|
41
|
+
|
|
42
|
+
def clear
|
|
43
|
+
@stop_after = 0
|
|
44
|
+
@limit_vault_speed_bps = 0
|
|
39
45
|
@unknown_json_fields = {}
|
|
40
46
|
end
|
|
41
47
|
|
|
42
48
|
# @param [String] json_string The complete object in JSON format
|
|
43
49
|
def from_json(json_string)
|
|
44
|
-
raise TypeError 'expected
|
|
50
|
+
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
45
51
|
|
|
46
52
|
from_hash(JSON.parse(json_string))
|
|
47
53
|
end
|
|
48
54
|
|
|
49
55
|
# @param [Hash] obj The complete object as a Ruby hash
|
|
50
56
|
def from_hash(obj)
|
|
51
|
-
raise TypeError 'expected
|
|
57
|
+
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
52
58
|
|
|
53
59
|
obj.each do |k, v|
|
|
54
60
|
case k
|
|
55
61
|
when 'SkipAlreadyRunning'
|
|
56
62
|
@skip_already_running = v
|
|
57
63
|
when 'StopAfter'
|
|
64
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
65
|
+
|
|
58
66
|
@stop_after = v
|
|
59
67
|
when 'LimitVaultSpeedBps'
|
|
68
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
69
|
+
|
|
60
70
|
@limit_vault_speed_bps = v
|
|
61
71
|
when 'ReduceDiskConcurrency'
|
|
62
72
|
@reduce_disk_concurrency = v
|
|
@@ -75,72 +75,115 @@ module Comet
|
|
|
75
75
|
attr_accessor :unknown_json_fields
|
|
76
76
|
|
|
77
77
|
def initialize
|
|
78
|
+
clear
|
|
79
|
+
end
|
|
80
|
+
|
|
81
|
+
def clear
|
|
82
|
+
@guid = ''
|
|
83
|
+
@username = ''
|
|
84
|
+
@classification = 0
|
|
85
|
+
@status = 0
|
|
86
|
+
@start_time = 0
|
|
87
|
+
@end_time = 0
|
|
88
|
+
@source_guid = ''
|
|
89
|
+
@destination_guid = ''
|
|
90
|
+
@device_id = ''
|
|
91
|
+
@snapshot_id = ''
|
|
92
|
+
@client_version = ''
|
|
93
|
+
@total_directories = 0
|
|
94
|
+
@total_files = 0
|
|
95
|
+
@total_size = 0
|
|
96
|
+
@total_chunks = 0
|
|
97
|
+
@upload_size = 0
|
|
98
|
+
@download_size = 0
|
|
99
|
+
@cancellation_id = ''
|
|
100
|
+
@progress = Comet::BackupJobProgress.new
|
|
78
101
|
@unknown_json_fields = {}
|
|
79
102
|
end
|
|
80
103
|
|
|
81
104
|
# @param [String] json_string The complete object in JSON format
|
|
82
105
|
def from_json(json_string)
|
|
83
|
-
raise TypeError 'expected
|
|
106
|
+
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
84
107
|
|
|
85
108
|
from_hash(JSON.parse(json_string))
|
|
86
109
|
end
|
|
87
110
|
|
|
88
111
|
# @param [Hash] obj The complete object as a Ruby hash
|
|
89
112
|
def from_hash(obj)
|
|
90
|
-
raise TypeError 'expected
|
|
113
|
+
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
91
114
|
|
|
92
115
|
obj.each do |k, v|
|
|
93
116
|
case k
|
|
94
117
|
when 'GUID'
|
|
95
|
-
raise TypeError 'expected
|
|
118
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
96
119
|
|
|
97
120
|
@guid = v
|
|
98
121
|
when 'Username'
|
|
99
|
-
raise TypeError 'expected
|
|
122
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
100
123
|
|
|
101
124
|
@username = v
|
|
102
125
|
when 'Classification'
|
|
126
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
127
|
+
|
|
103
128
|
@classification = v
|
|
104
129
|
when 'Status'
|
|
130
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
131
|
+
|
|
105
132
|
@status = v
|
|
106
133
|
when 'StartTime'
|
|
134
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
135
|
+
|
|
107
136
|
@start_time = v
|
|
108
137
|
when 'EndTime'
|
|
138
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
139
|
+
|
|
109
140
|
@end_time = v
|
|
110
141
|
when 'SourceGUID'
|
|
111
|
-
raise TypeError 'expected
|
|
142
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
112
143
|
|
|
113
144
|
@source_guid = v
|
|
114
145
|
when 'DestinationGUID'
|
|
115
|
-
raise TypeError 'expected
|
|
146
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
116
147
|
|
|
117
148
|
@destination_guid = v
|
|
118
149
|
when 'DeviceID'
|
|
119
|
-
raise TypeError 'expected
|
|
150
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
120
151
|
|
|
121
152
|
@device_id = v
|
|
122
153
|
when 'SnapshotID'
|
|
123
|
-
raise TypeError 'expected
|
|
154
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
124
155
|
|
|
125
156
|
@snapshot_id = v
|
|
126
157
|
when 'ClientVersion'
|
|
127
|
-
raise TypeError 'expected
|
|
158
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
128
159
|
|
|
129
160
|
@client_version = v
|
|
130
161
|
when 'TotalDirectories'
|
|
162
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
163
|
+
|
|
131
164
|
@total_directories = v
|
|
132
165
|
when 'TotalFiles'
|
|
166
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
167
|
+
|
|
133
168
|
@total_files = v
|
|
134
169
|
when 'TotalSize'
|
|
170
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
171
|
+
|
|
135
172
|
@total_size = v
|
|
136
173
|
when 'TotalChunks'
|
|
174
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
175
|
+
|
|
137
176
|
@total_chunks = v
|
|
138
177
|
when 'UploadSize'
|
|
178
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
179
|
+
|
|
139
180
|
@upload_size = v
|
|
140
181
|
when 'DownloadSize'
|
|
182
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
183
|
+
|
|
141
184
|
@download_size = v
|
|
142
185
|
when 'CancellationID'
|
|
143
|
-
raise TypeError 'expected
|
|
186
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
144
187
|
|
|
145
188
|
@cancellation_id = v
|
|
146
189
|
when 'Progress'
|
|
@@ -33,31 +33,50 @@ module Comet
|
|
|
33
33
|
attr_accessor :unknown_json_fields
|
|
34
34
|
|
|
35
35
|
def initialize
|
|
36
|
+
clear
|
|
37
|
+
end
|
|
38
|
+
|
|
39
|
+
def clear
|
|
40
|
+
@counter = 0
|
|
41
|
+
@sent_time = 0
|
|
42
|
+
@recieved_time = 0
|
|
43
|
+
@bytes_done = 0
|
|
44
|
+
@items_done = 0
|
|
36
45
|
@unknown_json_fields = {}
|
|
37
46
|
end
|
|
38
47
|
|
|
39
48
|
# @param [String] json_string The complete object in JSON format
|
|
40
49
|
def from_json(json_string)
|
|
41
|
-
raise TypeError 'expected
|
|
50
|
+
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
42
51
|
|
|
43
52
|
from_hash(JSON.parse(json_string))
|
|
44
53
|
end
|
|
45
54
|
|
|
46
55
|
# @param [Hash] obj The complete object as a Ruby hash
|
|
47
56
|
def from_hash(obj)
|
|
48
|
-
raise TypeError 'expected
|
|
57
|
+
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
49
58
|
|
|
50
59
|
obj.each do |k, v|
|
|
51
60
|
case k
|
|
52
61
|
when 'Counter'
|
|
62
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
63
|
+
|
|
53
64
|
@counter = v
|
|
54
65
|
when 'SentTime'
|
|
66
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
67
|
+
|
|
55
68
|
@sent_time = v
|
|
56
69
|
when 'RecievedTime'
|
|
70
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
71
|
+
|
|
57
72
|
@recieved_time = v
|
|
58
73
|
when 'BytesDone'
|
|
74
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
75
|
+
|
|
59
76
|
@bytes_done = v
|
|
60
77
|
when 'ItemsDone'
|
|
78
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
79
|
+
|
|
61
80
|
@items_done = v
|
|
62
81
|
else
|
|
63
82
|
@unknown_json_fields[k] = v
|
|
@@ -63,32 +63,48 @@ module Comet
|
|
|
63
63
|
attr_accessor :unknown_json_fields
|
|
64
64
|
|
|
65
65
|
def initialize
|
|
66
|
+
clear
|
|
67
|
+
end
|
|
68
|
+
|
|
69
|
+
def clear
|
|
70
|
+
@description = ''
|
|
71
|
+
@create_time = 0
|
|
72
|
+
@modify_time = 0
|
|
66
73
|
@pre_exec = []
|
|
67
74
|
@post_exec = []
|
|
75
|
+
@source = ''
|
|
76
|
+
@destination = ''
|
|
77
|
+
@stop_after = 0
|
|
78
|
+
@limit_vault_speed_bps = 0
|
|
68
79
|
@schedules = []
|
|
80
|
+
@event_triggers = Comet::BackupRuleEventTriggers.new
|
|
69
81
|
@unknown_json_fields = {}
|
|
70
82
|
end
|
|
71
83
|
|
|
72
84
|
# @param [String] json_string The complete object in JSON format
|
|
73
85
|
def from_json(json_string)
|
|
74
|
-
raise TypeError 'expected
|
|
86
|
+
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
75
87
|
|
|
76
88
|
from_hash(JSON.parse(json_string))
|
|
77
89
|
end
|
|
78
90
|
|
|
79
91
|
# @param [Hash] obj The complete object as a Ruby hash
|
|
80
92
|
def from_hash(obj)
|
|
81
|
-
raise TypeError 'expected
|
|
93
|
+
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
82
94
|
|
|
83
95
|
obj.each do |k, v|
|
|
84
96
|
case k
|
|
85
97
|
when 'Description'
|
|
86
|
-
raise TypeError 'expected
|
|
98
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
87
99
|
|
|
88
100
|
@description = v
|
|
89
101
|
when 'CreateTime'
|
|
102
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
103
|
+
|
|
90
104
|
@create_time = v
|
|
91
105
|
when 'ModifyTime'
|
|
106
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
107
|
+
|
|
92
108
|
@modify_time = v
|
|
93
109
|
when 'PreExec'
|
|
94
110
|
if v.nil?
|
|
@@ -96,7 +112,7 @@ module Comet
|
|
|
96
112
|
else
|
|
97
113
|
@pre_exec = Array.new(v.length)
|
|
98
114
|
v.each_with_index do |v1, i1|
|
|
99
|
-
raise TypeError 'expected
|
|
115
|
+
raise TypeError "'v1' expected String, got #{v1.class}" unless v1.is_a? String
|
|
100
116
|
|
|
101
117
|
@pre_exec[i1] = v1
|
|
102
118
|
end
|
|
@@ -107,24 +123,28 @@ module Comet
|
|
|
107
123
|
else
|
|
108
124
|
@post_exec = Array.new(v.length)
|
|
109
125
|
v.each_with_index do |v1, i1|
|
|
110
|
-
raise TypeError 'expected
|
|
126
|
+
raise TypeError "'v1' expected String, got #{v1.class}" unless v1.is_a? String
|
|
111
127
|
|
|
112
128
|
@post_exec[i1] = v1
|
|
113
129
|
end
|
|
114
130
|
end
|
|
115
131
|
when 'Source'
|
|
116
|
-
raise TypeError 'expected
|
|
132
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
117
133
|
|
|
118
134
|
@source = v
|
|
119
135
|
when 'Destination'
|
|
120
|
-
raise TypeError 'expected
|
|
136
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
121
137
|
|
|
122
138
|
@destination = v
|
|
123
139
|
when 'SkipAlreadyRunning'
|
|
124
140
|
@skip_already_running = v
|
|
125
141
|
when 'StopAfter'
|
|
142
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
143
|
+
|
|
126
144
|
@stop_after = v
|
|
127
145
|
when 'LimitVaultSpeedBps'
|
|
146
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
147
|
+
|
|
128
148
|
@limit_vault_speed_bps = v
|
|
129
149
|
when 'ReduceDiskConcurrency'
|
|
130
150
|
@reduce_disk_concurrency = v
|
|
@@ -24,19 +24,23 @@ module Comet
|
|
|
24
24
|
attr_accessor :unknown_json_fields
|
|
25
25
|
|
|
26
26
|
def initialize
|
|
27
|
+
clear
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
def clear
|
|
27
31
|
@unknown_json_fields = {}
|
|
28
32
|
end
|
|
29
33
|
|
|
30
34
|
# @param [String] json_string The complete object in JSON format
|
|
31
35
|
def from_json(json_string)
|
|
32
|
-
raise TypeError 'expected
|
|
36
|
+
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
33
37
|
|
|
34
38
|
from_hash(JSON.parse(json_string))
|
|
35
39
|
end
|
|
36
40
|
|
|
37
41
|
# @param [Hash] obj The complete object as a Ruby hash
|
|
38
42
|
def from_hash(obj)
|
|
39
|
-
raise TypeError 'expected
|
|
43
|
+
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
40
44
|
|
|
41
45
|
obj.each do |k, v|
|
|
42
46
|
case k
|
|
@@ -105,122 +105,156 @@ module Comet
|
|
|
105
105
|
attr_accessor :unknown_json_fields
|
|
106
106
|
|
|
107
107
|
def initialize
|
|
108
|
+
clear
|
|
109
|
+
end
|
|
110
|
+
|
|
111
|
+
def clear
|
|
112
|
+
@brand_name = ''
|
|
113
|
+
@logo_image = ''
|
|
114
|
+
@top_color = ''
|
|
115
|
+
@favicon = ''
|
|
116
|
+
@product_name = ''
|
|
117
|
+
@company_name = ''
|
|
118
|
+
@help_url = ''
|
|
119
|
+
@default_login_server_url = ''
|
|
120
|
+
@tile_background_color = ''
|
|
121
|
+
@account_register_url = ''
|
|
122
|
+
@path_ico_file = ''
|
|
123
|
+
@path_icns_file = ''
|
|
124
|
+
@path_eula_rtf = ''
|
|
125
|
+
@path_tile_png = ''
|
|
126
|
+
@path_header_image = ''
|
|
127
|
+
@package_identifier = ''
|
|
128
|
+
@windows_code_sign_pkcs12file_path = ''
|
|
129
|
+
@windows_code_sign_pkcs12password_format = 0
|
|
130
|
+
@windows_code_sign_pkcs12password = ''
|
|
131
|
+
@windows_code_sign_pkcs11engine = ''
|
|
132
|
+
@windows_code_sign_pkcs11module = ''
|
|
133
|
+
@windows_code_sign_pkcs11certfile = ''
|
|
134
|
+
@windows_code_sign_pkcs11key_id = ''
|
|
135
|
+
@windows_code_sign_pkcs11password_format = 0
|
|
136
|
+
@windows_code_sign_pkcs11password = ''
|
|
137
|
+
@mac_oscode_sign = Comet::MacOSCodeSignProperties.new
|
|
108
138
|
@unknown_json_fields = {}
|
|
109
139
|
end
|
|
110
140
|
|
|
111
141
|
# @param [String] json_string The complete object in JSON format
|
|
112
142
|
def from_json(json_string)
|
|
113
|
-
raise TypeError 'expected
|
|
143
|
+
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
114
144
|
|
|
115
145
|
from_hash(JSON.parse(json_string))
|
|
116
146
|
end
|
|
117
147
|
|
|
118
148
|
# @param [Hash] obj The complete object as a Ruby hash
|
|
119
149
|
def from_hash(obj)
|
|
120
|
-
raise TypeError 'expected
|
|
150
|
+
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
121
151
|
|
|
122
152
|
obj.each do |k, v|
|
|
123
153
|
case k
|
|
124
154
|
when 'BrandName'
|
|
125
|
-
raise TypeError 'expected
|
|
155
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
126
156
|
|
|
127
157
|
@brand_name = v
|
|
128
158
|
when 'LogoImage'
|
|
129
|
-
raise TypeError 'expected
|
|
159
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
130
160
|
|
|
131
161
|
@logo_image = v
|
|
132
162
|
when 'TopColor'
|
|
133
|
-
raise TypeError 'expected
|
|
163
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
134
164
|
|
|
135
165
|
@top_color = v
|
|
136
166
|
when 'Favicon'
|
|
137
|
-
raise TypeError 'expected
|
|
167
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
138
168
|
|
|
139
169
|
@favicon = v
|
|
140
170
|
when 'HideNewsArea'
|
|
141
171
|
@hide_news_area = v
|
|
142
172
|
when 'ProductName'
|
|
143
|
-
raise TypeError 'expected
|
|
173
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
144
174
|
|
|
145
175
|
@product_name = v
|
|
146
176
|
when 'CompanyName'
|
|
147
|
-
raise TypeError 'expected
|
|
177
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
148
178
|
|
|
149
179
|
@company_name = v
|
|
150
180
|
when 'HelpURL'
|
|
151
|
-
raise TypeError 'expected
|
|
181
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
152
182
|
|
|
153
183
|
@help_url = v
|
|
154
184
|
when 'HelpIsPopup'
|
|
155
185
|
@help_is_popup = v
|
|
156
186
|
when 'DefaultLoginServerURL'
|
|
157
|
-
raise TypeError 'expected
|
|
187
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
158
188
|
|
|
159
189
|
@default_login_server_url = v
|
|
160
190
|
when 'TileBackgroundColor'
|
|
161
|
-
raise TypeError 'expected
|
|
191
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
162
192
|
|
|
163
193
|
@tile_background_color = v
|
|
164
194
|
when 'AccountRegisterURL'
|
|
165
|
-
raise TypeError 'expected
|
|
195
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
166
196
|
|
|
167
197
|
@account_register_url = v
|
|
168
198
|
when 'HideBackgroundLogo'
|
|
169
199
|
@hide_background_logo = v
|
|
170
200
|
when 'PathIcoFile'
|
|
171
|
-
raise TypeError 'expected
|
|
201
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
172
202
|
|
|
173
203
|
@path_ico_file = v
|
|
174
204
|
when 'PathIcnsFile'
|
|
175
|
-
raise TypeError 'expected
|
|
205
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
176
206
|
|
|
177
207
|
@path_icns_file = v
|
|
178
208
|
when 'PathEulaRtf'
|
|
179
|
-
raise TypeError 'expected
|
|
209
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
180
210
|
|
|
181
211
|
@path_eula_rtf = v
|
|
182
212
|
when 'PathTilePng'
|
|
183
|
-
raise TypeError 'expected
|
|
213
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
184
214
|
|
|
185
215
|
@path_tile_png = v
|
|
186
216
|
when 'PathHeaderImage'
|
|
187
|
-
raise TypeError 'expected
|
|
217
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
188
218
|
|
|
189
219
|
@path_header_image = v
|
|
190
220
|
when 'PackageIdentifier'
|
|
191
|
-
raise TypeError 'expected
|
|
221
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
192
222
|
|
|
193
223
|
@package_identifier = v
|
|
194
224
|
when 'WindowsCodeSignPKCS12FilePath'
|
|
195
|
-
raise TypeError 'expected
|
|
225
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
196
226
|
|
|
197
227
|
@windows_code_sign_pkcs12file_path = v
|
|
198
228
|
when 'WindowsCodeSignPKCS12PasswordFormat'
|
|
229
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
230
|
+
|
|
199
231
|
@windows_code_sign_pkcs12password_format = v
|
|
200
232
|
when 'WindowsCodeSignPKCS12Password'
|
|
201
|
-
raise TypeError 'expected
|
|
233
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
202
234
|
|
|
203
235
|
@windows_code_sign_pkcs12password = v
|
|
204
236
|
when 'WindowsCodeSignPKCS11Engine'
|
|
205
|
-
raise TypeError 'expected
|
|
237
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
206
238
|
|
|
207
239
|
@windows_code_sign_pkcs11engine = v
|
|
208
240
|
when 'WindowsCodeSignPKCS11Module'
|
|
209
|
-
raise TypeError 'expected
|
|
241
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
210
242
|
|
|
211
243
|
@windows_code_sign_pkcs11module = v
|
|
212
244
|
when 'WindowsCodeSignPKCS11Certfile'
|
|
213
|
-
raise TypeError 'expected
|
|
245
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
214
246
|
|
|
215
247
|
@windows_code_sign_pkcs11certfile = v
|
|
216
248
|
when 'WindowsCodeSignPKCS11KeyID'
|
|
217
|
-
raise TypeError 'expected
|
|
249
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
218
250
|
|
|
219
251
|
@windows_code_sign_pkcs11key_id = v
|
|
220
252
|
when 'WindowsCodeSignPKCS11PasswordFormat'
|
|
253
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
254
|
+
|
|
221
255
|
@windows_code_sign_pkcs11password_format = v
|
|
222
256
|
when 'WindowsCodeSignPKCS11Password'
|
|
223
|
-
raise TypeError 'expected
|
|
257
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
224
258
|
|
|
225
259
|
@windows_code_sign_pkcs11password = v
|
|
226
260
|
when 'MacOSCodeSign'
|