comet_backup_ruby_sdk 0.2.0 → 1.2.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 +47 -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 +562 -254
- data/lib/comet/definitions.rb +19 -4
- data/lib/comet/models/add_bucket_response_message.rb +15 -5
- data/lib/comet/models/admin_account_properties_response.rb +17 -2
- data/lib/comet/models/admin_email_options.rb +84 -0
- 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/b2virtual_storage_role_settings.rb +93 -0
- 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 +43 -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 +24 -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 +123 -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/external_ldapauthentication_source_settings.rb +102 -0
- 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 +18 -3
- data/lib/comet/models/hyper_vmachine_info.rb +10 -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 +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 +20 -3
- data/lib/comet/models/organization.rb +145 -0
- data/lib/comet/models/organization_response.rb +101 -0
- 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 +28 -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 +38 -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 +18 -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 +52 -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/wasabi_virtual_storage_role_settings.rb +93 -0
- 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 +10 -0
- metadata +15 -2
|
@@ -27,30 +27,39 @@ module Comet
|
|
|
27
27
|
attr_accessor :unknown_json_fields
|
|
28
28
|
|
|
29
29
|
def initialize
|
|
30
|
+
clear
|
|
31
|
+
end
|
|
32
|
+
|
|
33
|
+
def clear
|
|
34
|
+
@status = 0
|
|
35
|
+
@message = ''
|
|
36
|
+
@destination_id = ''
|
|
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 'Status'
|
|
54
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
55
|
+
|
|
47
56
|
@status = v
|
|
48
57
|
when 'Message'
|
|
49
|
-
raise TypeError 'expected
|
|
58
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
50
59
|
|
|
51
60
|
@message = v
|
|
52
61
|
when 'DestinationID'
|
|
53
|
-
raise TypeError 'expected
|
|
62
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
54
63
|
|
|
55
64
|
@destination_id = v
|
|
56
65
|
else
|
|
@@ -33,29 +33,38 @@ module Comet
|
|
|
33
33
|
attr_accessor :unknown_json_fields
|
|
34
34
|
|
|
35
35
|
def initialize
|
|
36
|
+
clear
|
|
37
|
+
end
|
|
38
|
+
|
|
39
|
+
def clear
|
|
40
|
+
@type = 0
|
|
41
|
+
@dest_path = ''
|
|
36
42
|
@exact_dest_paths = []
|
|
43
|
+
@archive_format = 0
|
|
37
44
|
@unknown_json_fields = {}
|
|
38
45
|
end
|
|
39
46
|
|
|
40
47
|
# @param [String] json_string The complete object in JSON format
|
|
41
48
|
def from_json(json_string)
|
|
42
|
-
raise TypeError 'expected
|
|
49
|
+
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
43
50
|
|
|
44
51
|
from_hash(JSON.parse(json_string))
|
|
45
52
|
end
|
|
46
53
|
|
|
47
54
|
# @param [Hash] obj The complete object as a Ruby hash
|
|
48
55
|
def from_hash(obj)
|
|
49
|
-
raise TypeError 'expected
|
|
56
|
+
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
50
57
|
|
|
51
58
|
obj.each do |k, v|
|
|
52
59
|
case k
|
|
53
60
|
when 'Type'
|
|
61
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
62
|
+
|
|
54
63
|
@type = v
|
|
55
64
|
when 'OverwriteExistingFiles'
|
|
56
65
|
@overwrite_existing_files = v
|
|
57
66
|
when 'DestPath'
|
|
58
|
-
raise TypeError 'expected
|
|
67
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
59
68
|
|
|
60
69
|
@dest_path = v
|
|
61
70
|
when 'ExactDestPaths'
|
|
@@ -64,12 +73,14 @@ module Comet
|
|
|
64
73
|
else
|
|
65
74
|
@exact_dest_paths = Array.new(v.length)
|
|
66
75
|
v.each_with_index do |v1, i1|
|
|
67
|
-
raise TypeError 'expected
|
|
76
|
+
raise TypeError "'v1' expected String, got #{v1.class}" unless v1.is_a? String
|
|
68
77
|
|
|
69
78
|
@exact_dest_paths[i1] = v1
|
|
70
79
|
end
|
|
71
80
|
end
|
|
72
81
|
when 'ArchiveFormat'
|
|
82
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
83
|
+
|
|
73
84
|
@archive_format = v
|
|
74
85
|
else
|
|
75
86
|
@unknown_json_fields[k] = v
|
|
@@ -24,24 +24,31 @@ module Comet
|
|
|
24
24
|
attr_accessor :unknown_json_fields
|
|
25
25
|
|
|
26
26
|
def initialize
|
|
27
|
+
clear
|
|
28
|
+
end
|
|
29
|
+
|
|
30
|
+
def clear
|
|
31
|
+
@mode = 0
|
|
27
32
|
@ranges = []
|
|
28
33
|
@unknown_json_fields = {}
|
|
29
34
|
end
|
|
30
35
|
|
|
31
36
|
# @param [String] json_string The complete object in JSON format
|
|
32
37
|
def from_json(json_string)
|
|
33
|
-
raise TypeError 'expected
|
|
38
|
+
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
34
39
|
|
|
35
40
|
from_hash(JSON.parse(json_string))
|
|
36
41
|
end
|
|
37
42
|
|
|
38
43
|
# @param [Hash] obj The complete object as a Ruby hash
|
|
39
44
|
def from_hash(obj)
|
|
40
|
-
raise TypeError 'expected
|
|
45
|
+
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
41
46
|
|
|
42
47
|
obj.each do |k, v|
|
|
43
48
|
case k
|
|
44
49
|
when 'Mode'
|
|
50
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
51
|
+
|
|
45
52
|
@mode = v
|
|
46
53
|
when 'Ranges'
|
|
47
54
|
if v.nil?
|
|
@@ -42,37 +42,65 @@ module Comet
|
|
|
42
42
|
attr_accessor :unknown_json_fields
|
|
43
43
|
|
|
44
44
|
def initialize
|
|
45
|
+
clear
|
|
46
|
+
end
|
|
47
|
+
|
|
48
|
+
def clear
|
|
49
|
+
@type = 0
|
|
50
|
+
@timestamp = 0
|
|
51
|
+
@jobs = 0
|
|
52
|
+
@days = 0
|
|
53
|
+
@weeks = 0
|
|
54
|
+
@months = 0
|
|
55
|
+
@week_offset = 0
|
|
56
|
+
@month_offset = 0
|
|
45
57
|
@unknown_json_fields = {}
|
|
46
58
|
end
|
|
47
59
|
|
|
48
60
|
# @param [String] json_string The complete object in JSON format
|
|
49
61
|
def from_json(json_string)
|
|
50
|
-
raise TypeError 'expected
|
|
62
|
+
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
51
63
|
|
|
52
64
|
from_hash(JSON.parse(json_string))
|
|
53
65
|
end
|
|
54
66
|
|
|
55
67
|
# @param [Hash] obj The complete object as a Ruby hash
|
|
56
68
|
def from_hash(obj)
|
|
57
|
-
raise TypeError 'expected
|
|
69
|
+
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
58
70
|
|
|
59
71
|
obj.each do |k, v|
|
|
60
72
|
case k
|
|
61
73
|
when 'Type'
|
|
74
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
75
|
+
|
|
62
76
|
@type = v
|
|
63
77
|
when 'Timestamp'
|
|
78
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
79
|
+
|
|
64
80
|
@timestamp = v
|
|
65
81
|
when 'Jobs'
|
|
82
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
83
|
+
|
|
66
84
|
@jobs = v
|
|
67
85
|
when 'Days'
|
|
86
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
87
|
+
|
|
68
88
|
@days = v
|
|
69
89
|
when 'Weeks'
|
|
90
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
91
|
+
|
|
70
92
|
@weeks = v
|
|
71
93
|
when 'Months'
|
|
94
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
95
|
+
|
|
72
96
|
@months = v
|
|
73
97
|
when 'WeekOffset'
|
|
98
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
99
|
+
|
|
74
100
|
@week_offset = v
|
|
75
101
|
when 'MonthOffset'
|
|
102
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
103
|
+
|
|
76
104
|
@month_offset = v
|
|
77
105
|
else
|
|
78
106
|
@unknown_json_fields[k] = v
|
|
@@ -39,42 +39,51 @@ module Comet
|
|
|
39
39
|
attr_accessor :unknown_json_fields
|
|
40
40
|
|
|
41
41
|
def initialize
|
|
42
|
+
clear
|
|
43
|
+
end
|
|
44
|
+
|
|
45
|
+
def clear
|
|
46
|
+
@s3server = ''
|
|
47
|
+
@s3access_key = ''
|
|
48
|
+
@s3secret_key = ''
|
|
49
|
+
@s3bucket_name = ''
|
|
50
|
+
@s3subdir = ''
|
|
42
51
|
@unknown_json_fields = {}
|
|
43
52
|
end
|
|
44
53
|
|
|
45
54
|
# @param [String] json_string The complete object in JSON format
|
|
46
55
|
def from_json(json_string)
|
|
47
|
-
raise TypeError 'expected
|
|
56
|
+
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
48
57
|
|
|
49
58
|
from_hash(JSON.parse(json_string))
|
|
50
59
|
end
|
|
51
60
|
|
|
52
61
|
# @param [Hash] obj The complete object as a Ruby hash
|
|
53
62
|
def from_hash(obj)
|
|
54
|
-
raise TypeError 'expected
|
|
63
|
+
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
55
64
|
|
|
56
65
|
obj.each do |k, v|
|
|
57
66
|
case k
|
|
58
67
|
when 'S3Server'
|
|
59
|
-
raise TypeError 'expected
|
|
68
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
60
69
|
|
|
61
70
|
@s3server = v
|
|
62
71
|
when 'S3UsesTLS'
|
|
63
72
|
@s3uses_tls = v
|
|
64
73
|
when 'S3AccessKey'
|
|
65
|
-
raise TypeError 'expected
|
|
74
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
66
75
|
|
|
67
76
|
@s3access_key = v
|
|
68
77
|
when 'S3SecretKey'
|
|
69
|
-
raise TypeError 'expected
|
|
78
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
70
79
|
|
|
71
80
|
@s3secret_key = v
|
|
72
81
|
when 'S3BucketName'
|
|
73
|
-
raise TypeError 'expected
|
|
82
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
74
83
|
|
|
75
84
|
@s3bucket_name = v
|
|
76
85
|
when 'S3Subdir'
|
|
77
|
-
raise TypeError 'expected
|
|
86
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
78
87
|
|
|
79
88
|
@s3subdir = v
|
|
80
89
|
when 'S3UsesV2Signing'
|
|
@@ -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
|
+
@frequency_type = 0
|
|
35
|
+
@seconds_past = 0
|
|
36
|
+
@offset = 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 'FrequencyType'
|
|
54
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
55
|
+
|
|
47
56
|
@frequency_type = v
|
|
48
57
|
when 'SecondsPast'
|
|
58
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
59
|
+
|
|
49
60
|
@seconds_past = v
|
|
50
61
|
when 'Offset'
|
|
62
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
63
|
+
|
|
51
64
|
@offset = v
|
|
52
65
|
else
|
|
53
66
|
@unknown_json_fields[k] = v
|
|
@@ -33,37 +33,45 @@ module Comet
|
|
|
33
33
|
attr_accessor :unknown_json_fields
|
|
34
34
|
|
|
35
35
|
def initialize
|
|
36
|
+
clear
|
|
37
|
+
end
|
|
38
|
+
|
|
39
|
+
def clear
|
|
40
|
+
@clause_type = ''
|
|
41
|
+
@rule_field = ''
|
|
42
|
+
@rule_operator = ''
|
|
43
|
+
@rule_value = ''
|
|
36
44
|
@clause_children = []
|
|
37
45
|
@unknown_json_fields = {}
|
|
38
46
|
end
|
|
39
47
|
|
|
40
48
|
# @param [String] json_string The complete object in JSON format
|
|
41
49
|
def from_json(json_string)
|
|
42
|
-
raise TypeError 'expected
|
|
50
|
+
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
43
51
|
|
|
44
52
|
from_hash(JSON.parse(json_string))
|
|
45
53
|
end
|
|
46
54
|
|
|
47
55
|
# @param [Hash] obj The complete object as a Ruby hash
|
|
48
56
|
def from_hash(obj)
|
|
49
|
-
raise TypeError 'expected
|
|
57
|
+
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
50
58
|
|
|
51
59
|
obj.each do |k, v|
|
|
52
60
|
case k
|
|
53
61
|
when 'ClauseType'
|
|
54
|
-
raise TypeError 'expected
|
|
62
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
55
63
|
|
|
56
64
|
@clause_type = v
|
|
57
65
|
when 'RuleField'
|
|
58
|
-
raise TypeError 'expected
|
|
66
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
59
67
|
|
|
60
68
|
@rule_field = v
|
|
61
69
|
when 'RuleOperator'
|
|
62
|
-
raise TypeError 'expected
|
|
70
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
63
71
|
|
|
64
72
|
@rule_operator = v
|
|
65
73
|
when 'RuleValue'
|
|
66
|
-
raise TypeError 'expected
|
|
74
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
67
75
|
|
|
68
76
|
@rule_value = v
|
|
69
77
|
when 'ClauseChildren'
|
|
@@ -21,19 +21,24 @@ module Comet
|
|
|
21
21
|
attr_accessor :unknown_json_fields
|
|
22
22
|
|
|
23
23
|
def initialize
|
|
24
|
+
clear
|
|
25
|
+
end
|
|
26
|
+
|
|
27
|
+
def clear
|
|
28
|
+
@branding = Comet::BrandingOptions.new
|
|
24
29
|
@unknown_json_fields = {}
|
|
25
30
|
end
|
|
26
31
|
|
|
27
32
|
# @param [String] json_string The complete object in JSON format
|
|
28
33
|
def from_json(json_string)
|
|
29
|
-
raise TypeError 'expected
|
|
34
|
+
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
30
35
|
|
|
31
36
|
from_hash(JSON.parse(json_string))
|
|
32
37
|
end
|
|
33
38
|
|
|
34
39
|
# @param [Hash] obj The complete object as a Ruby hash
|
|
35
40
|
def from_hash(obj)
|
|
36
|
-
raise TypeError 'expected
|
|
41
|
+
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
37
42
|
|
|
38
43
|
obj.each do |k, v|
|
|
39
44
|
case k
|
|
@@ -21,19 +21,24 @@ module Comet
|
|
|
21
21
|
attr_accessor :unknown_json_fields
|
|
22
22
|
|
|
23
23
|
def initialize
|
|
24
|
+
clear
|
|
25
|
+
end
|
|
26
|
+
|
|
27
|
+
def clear
|
|
28
|
+
@software_build_role = Comet::SoftwareBuildRoleOptions.new
|
|
24
29
|
@unknown_json_fields = {}
|
|
25
30
|
end
|
|
26
31
|
|
|
27
32
|
# @param [String] json_string The complete object in JSON format
|
|
28
33
|
def from_json(json_string)
|
|
29
|
-
raise TypeError 'expected
|
|
34
|
+
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
30
35
|
|
|
31
36
|
from_hash(JSON.parse(json_string))
|
|
32
37
|
end
|
|
33
38
|
|
|
34
39
|
# @param [Hash] obj The complete object as a Ruby hash
|
|
35
40
|
def from_hash(obj)
|
|
36
|
-
raise TypeError 'expected
|
|
41
|
+
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
37
42
|
|
|
38
43
|
obj.each do |k, v|
|
|
39
44
|
case k
|
|
@@ -81,29 +81,47 @@ module Comet
|
|
|
81
81
|
attr_accessor :unknown_json_fields
|
|
82
82
|
|
|
83
83
|
def initialize
|
|
84
|
+
clear
|
|
85
|
+
end
|
|
86
|
+
|
|
87
|
+
def clear
|
|
88
|
+
@version = ''
|
|
89
|
+
@version_codename = ''
|
|
84
90
|
@experimental_options = []
|
|
91
|
+
@server_start_time = 0
|
|
92
|
+
@server_start_hash = ''
|
|
93
|
+
@current_time = 0
|
|
94
|
+
@server_license_hash = ''
|
|
95
|
+
@license_valid_until = 0
|
|
96
|
+
@emails_sent_successfully = 0
|
|
97
|
+
@emails_sent_errors = 0
|
|
98
|
+
@emails_waiting_in_queue = 0
|
|
99
|
+
@scheduled_email_thread_current_state = 0
|
|
100
|
+
@scheduled_email_thread_last_calculate_duration_nanos = 0
|
|
101
|
+
@scheduled_email_thread_waiting_until = 0
|
|
102
|
+
@scheduled_email_thread_last_wake_time = 0
|
|
85
103
|
@unknown_json_fields = {}
|
|
86
104
|
end
|
|
87
105
|
|
|
88
106
|
# @param [String] json_string The complete object in JSON format
|
|
89
107
|
def from_json(json_string)
|
|
90
|
-
raise TypeError 'expected
|
|
108
|
+
raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
|
|
91
109
|
|
|
92
110
|
from_hash(JSON.parse(json_string))
|
|
93
111
|
end
|
|
94
112
|
|
|
95
113
|
# @param [Hash] obj The complete object as a Ruby hash
|
|
96
114
|
def from_hash(obj)
|
|
97
|
-
raise TypeError 'expected
|
|
115
|
+
raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
|
|
98
116
|
|
|
99
117
|
obj.each do |k, v|
|
|
100
118
|
case k
|
|
101
119
|
when 'Version'
|
|
102
|
-
raise TypeError 'expected
|
|
120
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
103
121
|
|
|
104
122
|
@version = v
|
|
105
123
|
when 'VersionCodename'
|
|
106
|
-
raise TypeError 'expected
|
|
124
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
107
125
|
|
|
108
126
|
@version_codename = v
|
|
109
127
|
when 'StorageRole'
|
|
@@ -122,38 +140,58 @@ module Comet
|
|
|
122
140
|
else
|
|
123
141
|
@experimental_options = Array.new(v.length)
|
|
124
142
|
v.each_with_index do |v1, i1|
|
|
125
|
-
raise TypeError 'expected
|
|
143
|
+
raise TypeError "'v1' expected String, got #{v1.class}" unless v1.is_a? String
|
|
126
144
|
|
|
127
145
|
@experimental_options[i1] = v1
|
|
128
146
|
end
|
|
129
147
|
end
|
|
130
148
|
when 'ServerStartTime'
|
|
149
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
150
|
+
|
|
131
151
|
@server_start_time = v
|
|
132
152
|
when 'ServerStartHash'
|
|
133
|
-
raise TypeError 'expected
|
|
153
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
134
154
|
|
|
135
155
|
@server_start_hash = v
|
|
136
156
|
when 'CurrentTime'
|
|
157
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
158
|
+
|
|
137
159
|
@current_time = v
|
|
138
160
|
when 'ServerLicenseHash'
|
|
139
|
-
raise TypeError 'expected
|
|
161
|
+
raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
|
|
140
162
|
|
|
141
163
|
@server_license_hash = v
|
|
142
164
|
when 'LicenseValidUntil'
|
|
165
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
166
|
+
|
|
143
167
|
@license_valid_until = v
|
|
144
168
|
when 'EmailsSentSuccessfully'
|
|
169
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
170
|
+
|
|
145
171
|
@emails_sent_successfully = v
|
|
146
172
|
when 'EmailsSentErrors'
|
|
173
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
174
|
+
|
|
147
175
|
@emails_sent_errors = v
|
|
148
176
|
when 'EmailsWaitingInQueue'
|
|
177
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
178
|
+
|
|
149
179
|
@emails_waiting_in_queue = v
|
|
150
180
|
when 'ScheduledEmailThreadCurrentState'
|
|
181
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
182
|
+
|
|
151
183
|
@scheduled_email_thread_current_state = v
|
|
152
184
|
when 'ScheduledEmailThreadLastCalculateDurationNanos'
|
|
185
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
186
|
+
|
|
153
187
|
@scheduled_email_thread_last_calculate_duration_nanos = v
|
|
154
188
|
when 'ScheduledEmailThreadWaitingUntil'
|
|
189
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
190
|
+
|
|
155
191
|
@scheduled_email_thread_waiting_until = v
|
|
156
192
|
when 'ScheduledEmailThreadLastWakeTime'
|
|
193
|
+
raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
|
|
194
|
+
|
|
157
195
|
@scheduled_email_thread_last_wake_time = v
|
|
158
196
|
when 'ScheduledEmailThreadLastWakeSentEmails'
|
|
159
197
|
@scheduled_email_thread_last_wake_sent_emails = v
|