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.
Files changed (137) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +29 -0
  3. data/Gemfile.lock +1 -1
  4. data/RELEASING.md +1 -1
  5. data/comet_backup_ruby_sdk.gemspec +1 -1
  6. data/lib/comet/comet_server.rb +609 -263
  7. data/lib/comet/definitions.rb +19 -4
  8. data/lib/comet/models/add_bucket_response_message.rb +6 -6
  9. data/lib/comet/models/admin_account_properties_response.rb +11 -2
  10. data/lib/comet/models/admin_email_options.rb +84 -0
  11. data/lib/comet/models/admin_resource_response.rb +5 -5
  12. data/lib/comet/models/admin_security_options.rb +7 -7
  13. data/lib/comet/models/admin_u2fregistration.rb +4 -4
  14. data/lib/comet/models/admin_user_permissions.rb +2 -2
  15. data/lib/comet/models/available_download.rb +4 -4
  16. data/lib/comet/models/azure_destination_location.rb +7 -7
  17. data/lib/comet/models/b2destination_location.rb +7 -7
  18. data/lib/comet/models/b2storage_extra_info.rb +2 -2
  19. data/lib/comet/models/b2transaction_totals.rb +5 -5
  20. data/lib/comet/models/b2virtual_storage_role_settings.rb +93 -0
  21. data/lib/comet/models/backup_job_advanced_options.rb +4 -4
  22. data/lib/comet/models/backup_job_detail.rb +20 -20
  23. data/lib/comet/models/backup_job_progress.rb +7 -7
  24. data/lib/comet/models/backup_rule_config.rb +27 -11
  25. data/lib/comet/models/backup_rule_event_triggers.rb +2 -2
  26. data/lib/comet/models/branding_options.rb +27 -27
  27. data/lib/comet/models/branding_properties.rb +23 -23
  28. data/lib/comet/models/browse_disk_drives_response.rb +4 -4
  29. data/lib/comet/models/browse_edbresponse.rb +4 -4
  30. data/lib/comet/models/browse_hvresponse.rb +4 -4
  31. data/lib/comet/models/browse_vssresponse.rb +4 -4
  32. data/lib/comet/models/bucket_properties.rb +14 -5
  33. data/lib/comet/models/bucket_usage_info.rb +3 -3
  34. data/lib/comet/models/comet_apiresponse_message.rb +4 -4
  35. data/lib/comet/models/comet_destination_location.rb +5 -5
  36. data/lib/comet/models/constellation_check_report.rb +4 -4
  37. data/lib/comet/models/constellation_stats.rb +6 -6
  38. data/lib/comet/models/constellation_status_apiresponse.rb +4 -4
  39. data/lib/comet/models/content_measurement.rb +4 -4
  40. data/lib/comet/models/content_measurement_component.rb +4 -4
  41. data/lib/comet/models/create_group_policy_response.rb +5 -5
  42. data/lib/comet/models/default_email_report_policy.rb +2 -2
  43. data/lib/comet/models/destination_config.rb +65 -43
  44. data/lib/comet/models/destination_location.rb +34 -34
  45. data/lib/comet/models/destination_statistics.rb +5 -5
  46. data/lib/comet/models/device_config.rb +3 -3
  47. data/lib/comet/models/disk_drive.rb +13 -13
  48. data/lib/comet/models/dispatcher_admin_sources_response.rb +5 -5
  49. data/lib/comet/models/dispatcher_stored_objects_response.rb +4 -4
  50. data/lib/comet/models/dispatcher_vault_snapshots_response.rb +4 -4
  51. data/lib/comet/models/edbfile_info.rb +5 -5
  52. data/lib/comet/models/email_options.rb +9 -9
  53. data/lib/comet/models/email_report_config.rb +3 -3
  54. data/lib/comet/models/email_report_generated_preview.rb +7 -7
  55. data/lib/comet/models/external_ldapauthentication_source_settings.rb +102 -0
  56. data/lib/comet/models/extra_file_exclusion.rb +4 -4
  57. data/lib/comet/models/ftpdestination_location.rb +9 -9
  58. data/lib/comet/models/get_group_policy_response.rb +5 -5
  59. data/lib/comet/models/get_profile_and_hash_response_message.rb +5 -5
  60. data/lib/comet/models/get_profile_hash_response_message.rb +5 -5
  61. data/lib/comet/models/group_policy.rb +12 -3
  62. data/lib/comet/models/hyper_vmachine_info.rb +4 -4
  63. data/lib/comet/models/install_creds.rb +99 -0
  64. data/lib/comet/models/install_token.rb +117 -0
  65. data/lib/comet/models/install_token_response.rb +92 -0
  66. data/lib/comet/models/job_entry.rb +5 -5
  67. data/lib/comet/models/live_user_connection.rb +8 -8
  68. data/lib/comet/models/local_destination_location.rb +6 -6
  69. data/lib/comet/models/mac_oscode_sign_properties.rb +8 -8
  70. data/lib/comet/models/mongo_dbconnection.rb +15 -15
  71. data/lib/comet/models/new_bucket_detail.rb +4 -4
  72. data/lib/comet/models/news_entry.rb +13 -4
  73. data/lib/comet/models/organization.rb +145 -0
  74. data/lib/comet/models/organization_response.rb +101 -0
  75. data/lib/comet/models/osinfo.rb +5 -5
  76. data/lib/comet/models/partition.rb +13 -13
  77. data/lib/comet/models/private_branding_properties.rb +17 -17
  78. data/lib/comet/models/protected_item_engine_type_policy.rb +3 -3
  79. data/lib/comet/models/public_branding_properties.rb +8 -8
  80. data/lib/comet/models/remote_server_address.rb +7 -7
  81. data/lib/comet/models/remote_storage_option.rb +14 -8
  82. data/lib/comet/models/replicator_state_apiresponse.rb +14 -14
  83. data/lib/comet/models/request_storage_vault_response_message.rb +5 -5
  84. data/lib/comet/models/restore_job_advanced_options.rb +6 -6
  85. data/lib/comet/models/retention_policy.rb +3 -3
  86. data/lib/comet/models/retention_range.rb +10 -10
  87. data/lib/comet/models/s3destination_location.rb +7 -7
  88. data/lib/comet/models/schedule_config.rb +5 -5
  89. data/lib/comet/models/search_clause.rb +6 -6
  90. data/lib/comet/models/server_config_options_branding_fragment.rb +2 -2
  91. data/lib/comet/models/server_config_options_software_build_role_fragment.rb +2 -2
  92. data/lib/comet/models/server_meta_version_info.rb +17 -17
  93. data/lib/comet/models/session_key_regenerated_response.rb +6 -6
  94. data/lib/comet/models/sftpdestination_location.rb +9 -9
  95. data/lib/comet/models/size_measurement.rb +5 -5
  96. data/lib/comet/models/software_build_role_options.rb +2 -2
  97. data/lib/comet/models/software_update_news_response.rb +6 -6
  98. data/lib/comet/models/source_basic_info.rb +4 -4
  99. data/lib/comet/models/source_config.rb +26 -10
  100. data/lib/comet/models/source_statistics.rb +2 -2
  101. data/lib/comet/models/spanned_destination_location.rb +2 -2
  102. data/lib/comet/models/spanned_storage_extra_info.rb +2 -2
  103. data/lib/comet/models/sshconnection.rb +8 -8
  104. data/lib/comet/models/stat_result.rb +6 -6
  105. data/lib/comet/models/storage_free_space_info.rb +5 -5
  106. data/lib/comet/models/storage_vault_provider_policy.rb +3 -3
  107. data/lib/comet/models/stored_object.rb +10 -10
  108. data/lib/comet/models/streamable_event.rb +12 -3
  109. data/lib/comet/models/swift_destination_location.rb +15 -15
  110. data/lib/comet/models/test_response.rb +4 -4
  111. data/lib/comet/models/totp_regenerated_response.rb +7 -7
  112. data/lib/comet/models/u2fregister_request.rb +4 -4
  113. data/lib/comet/models/u2fregistered_key.rb +5 -5
  114. data/lib/comet/models/u2fregistration_challenge_response.rb +6 -6
  115. data/lib/comet/models/u2fsign_request.rb +5 -5
  116. data/lib/comet/models/u2fsign_response.rb +6 -6
  117. data/lib/comet/models/uninstall_config.rb +2 -2
  118. data/lib/comet/models/update_campaign_device_status.rb +3 -3
  119. data/lib/comet/models/update_campaign_options.rb +2 -2
  120. data/lib/comet/models/update_campaign_properties.rb +4 -4
  121. data/lib/comet/models/update_campaign_status.rb +4 -4
  122. data/lib/comet/models/update_campaign_status_device_entry.rb +5 -5
  123. data/lib/comet/models/user_custom_email_settings.rb +2 -2
  124. data/lib/comet/models/user_on_server.rb +4 -4
  125. data/lib/comet/models/user_policy.rb +6 -6
  126. data/lib/comet/models/user_profile_config.rb +28 -17
  127. data/lib/comet/models/user_profile_fragment.rb +3 -3
  128. data/lib/comet/models/vault_snapshot.rb +5 -5
  129. data/lib/comet/models/vsscomponent.rb +5 -5
  130. data/lib/comet/models/vsswriter_info.rb +3 -3
  131. data/lib/comet/models/wasabi_virtual_storage_role_settings.rb +93 -0
  132. data/lib/comet/models/web_interface_branding_properties.rb +6 -6
  133. data/lib/comet/models/webhook_option.rb +4 -4
  134. data/lib/comet/models/win_smbauth.rb +6 -6
  135. data/lib/comet/models/windows_code_sign_properties.rb +11 -11
  136. data/lib/comet_backup_ruby_sdk.rb +9 -0
  137. metadata +11 -2
@@ -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 'version'
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
  @version = v
57
57
  when 'distribution'
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
  @distribution = v
61
61
  when 'build'
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
  @build = v
65
65
  else
@@ -71,35 +71,35 @@ module Comet
71
71
 
72
72
  # @param [String] json_string The complete object in JSON format
73
73
  def from_json(json_string)
74
- raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
74
+ raise TypeError, "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
75
75
 
76
76
  from_hash(JSON.parse(json_string))
77
77
  end
78
78
 
79
79
  # @param [Hash] obj The complete object as a Ruby hash
80
80
  def from_hash(obj)
81
- raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
81
+ raise TypeError, "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
82
82
 
83
83
  obj.each do |k, v|
84
84
  case k
85
85
  when 'DeviceName'
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
  @device_name = v
89
89
  when 'Filesystem'
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
  @filesystem = v
93
93
  when 'VolumeName'
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
  @volume_name = v
97
97
  when 'VolumeGuid'
98
- raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
98
+ raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
99
99
 
100
100
  @volume_guid = v
101
101
  when 'VolumeSerial'
102
- raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
102
+ raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
103
103
 
104
104
  @volume_serial = v
105
105
  when 'MountPoints'
@@ -108,29 +108,29 @@ module Comet
108
108
  else
109
109
  @mount_points = Array.new(v.length)
110
110
  v.each_with_index do |v1, i1|
111
- raise TypeError "'v1' expected String, got #{v1.class}" unless v1.is_a? String
111
+ raise TypeError, "'v1' expected String, got #{v1.class}" unless v1.is_a? String
112
112
 
113
113
  @mount_points[i1] = v1
114
114
  end
115
115
  end
116
116
  when 'ReadOffset'
117
- raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
117
+ raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
118
118
 
119
119
  @read_offset = v
120
120
  when 'Size'
121
- raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
121
+ raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
122
122
 
123
123
  @size = v
124
124
  when 'UsedSize'
125
- raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
125
+ raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
126
126
 
127
127
  @used_size = v
128
128
  when 'Flags'
129
- raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
129
+ raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
130
130
 
131
131
  @flags = v
132
132
  when 'BytesPerFilesystemCluster'
133
- raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
133
+ raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
134
134
 
135
135
  @bytes_per_filesystem_cluster = v
136
136
  else
@@ -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'
@@ -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
@@ -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'
@@ -59,35 +59,35 @@ module Comet
59
59
 
60
60
  # @param [String] json_string The complete object in JSON format
61
61
  def from_json(json_string)
62
- raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
62
+ raise TypeError, "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
63
63
 
64
64
  from_hash(JSON.parse(json_string))
65
65
  end
66
66
 
67
67
  # @param [Hash] obj The complete object as a Ruby hash
68
68
  def from_hash(obj)
69
- raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
69
+ raise TypeError, "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
70
70
 
71
71
  obj.each do |k, v|
72
72
  case k
73
73
  when 'Type'
74
- raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
74
+ raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
75
75
 
76
76
  @type = v
77
77
  when 'Description'
78
- 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
79
79
 
80
80
  @description = v
81
81
  when 'RemoteAddress'
82
- 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
83
83
 
84
84
  @remote_address = v
85
85
  when 'Username'
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
  @username = v
89
89
  when 'Password'
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
  @password = v
93
93
  when 'LDAP'
@@ -44,6 +44,9 @@ module Comet
44
44
  # @type [Number] storage_limit_bytes
45
45
  attr_accessor :storage_limit_bytes
46
46
 
47
+ # @type [Boolean] rebrand_storage
48
+ attr_accessor :rebrand_storage
49
+
47
50
  # @type [Hash] Hidden storage to preserve future properties for non-destructive roundtrip operations
48
51
  attr_accessor :unknown_json_fields
49
52
 
@@ -66,35 +69,35 @@ module Comet
66
69
 
67
70
  # @param [String] json_string The complete object in JSON format
68
71
  def from_json(json_string)
69
- raise TypeError "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
72
+ raise TypeError, "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String
70
73
 
71
74
  from_hash(JSON.parse(json_string))
72
75
  end
73
76
 
74
77
  # @param [Hash] obj The complete object as a Ruby hash
75
78
  def from_hash(obj)
76
- raise TypeError "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
79
+ raise TypeError, "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash
77
80
 
78
81
  obj.each do |k, v|
79
82
  case k
80
83
  when 'Type'
81
- raise TypeError "'v' expected String, got #{v.class}" unless v.is_a? String
84
+ raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String
82
85
 
83
86
  @type = v
84
87
  when 'Description'
85
- 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
86
89
 
87
90
  @description = v
88
91
  when 'RemoteAddress'
89
- 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
90
93
 
91
94
  @remote_address = v
92
95
  when 'Username'
93
- 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
94
97
 
95
98
  @username = v
96
99
  when 'Password'
97
- 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
98
101
 
99
102
  @password = v
100
103
  when 'LDAP'
@@ -109,9 +112,11 @@ module Comet
109
112
  when 'StorageLimitEnabled'
110
113
  @storage_limit_enabled = v
111
114
  when 'StorageLimitBytes'
112
- raise TypeError "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
115
+ raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric
113
116
 
114
117
  @storage_limit_bytes = v
118
+ when 'RebrandStorage'
119
+ @rebrand_storage = v
115
120
  else
116
121
  @unknown_json_fields[k] = v
117
122
  end
@@ -143,6 +148,7 @@ module Comet
143
148
  end
144
149
  ret['StorageLimitEnabled'] = @storage_limit_enabled
145
150
  ret['StorageLimitBytes'] = @storage_limit_bytes
151
+ ret['RebrandStorage'] = @rebrand_storage
146
152
  @unknown_json_fields.each do |k, v|
147
153
  ret[k] = v
148
154
  end
@@ -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