Class: Comet::DestinationLocation
- Inherits:
-
Object
- Object
- Comet::DestinationLocation
- Defined in:
- lib/comet/models/destination_location.rb
Overview
This type is available in Comet 17.3.3 and later.
Instance Attribute Summary collapse
-
#azbaccount_key ⇒ Object
Returns the value of attribute azbaccount_key.
-
#azbaccount_name ⇒ Object
Returns the value of attribute azbaccount_name.
-
#azbcontainer ⇒ Object
Returns the value of attribute azbcontainer.
-
#azbprefix ⇒ Object
Returns the value of attribute azbprefix.
-
#azbrealm ⇒ Object
The base URL for the Azure Blob Storage service.
-
#b2 ⇒ Object
Returns the value of attribute b2.
-
#comet_bucket ⇒ Object
Returns the value of attribute comet_bucket.
-
#comet_bucket_key ⇒ Object
Returns the value of attribute comet_bucket_key.
-
#comet_server ⇒ Object
The URL for the target Comet Server Storage Role, including http/https and trailing slash.
-
#destination_type ⇒ Object
One of the DESTINATIONTYPE_ constants.
-
#ftpaccept_invalid_ssl ⇒ Object
Returns the value of attribute ftpaccept_invalid_ssl.
-
#ftpbase_use_home_directory ⇒ Object
If true, store data in the default home directory given by the FTP server.
-
#ftpcustom_base_directory ⇒ Object
If FTPBaseUseHomeDirectory is false, this field controls the path where data is stored.
-
#ftpmax_connections ⇒ Object
If set to zero, uses a system default value that is not unlimited.
-
#ftppassword ⇒ Object
Returns the value of attribute ftppassword.
-
#ftpport ⇒ Object
Returns the value of attribute ftpport.
-
#ftpserver ⇒ Object
Returns the value of attribute ftpserver.
-
#ftpsmode ⇒ Object
Control whether this is plaintext FTP or secure FTPS by using one of the FTPS_MODE_ constants.
-
#ftpusername ⇒ Object
Returns the value of attribute ftpusername.
-
#localcopy_path ⇒ Object
Returns the value of attribute localcopy_path.
-
#localcopy_win_smbpassword ⇒ Object
If logging in to a Windows network share (SMB/CIFS) is required, enter the password here.
-
#localcopy_win_smbpassword_format ⇒ Object
One of the PASSWORD_FORMAT_ constants.
-
#localcopy_win_smbusername ⇒ Object
If logging in to a Windows network share (SMB/CIFS) is required, enter the username here.
-
#s3access_key ⇒ Object
Returns the value of attribute s3access_key.
-
#s3bucket_name ⇒ Object
Returns the value of attribute s3bucket_name.
-
#s3custom_region ⇒ Object
Returns the value of attribute s3custom_region.
-
#s3object_lock_days ⇒ Object
Returns the value of attribute s3object_lock_days.
-
#s3object_lock_mode ⇒ Object
Returns the value of attribute s3object_lock_mode.
-
#s3remove_deleted ⇒ Object
Returns the value of attribute s3remove_deleted.
-
#s3secret_key ⇒ Object
Returns the value of attribute s3secret_key.
-
#s3server ⇒ Object
Returns the value of attribute s3server.
-
#s3subdir ⇒ Object
Returns the value of attribute s3subdir.
-
#s3uses_tls ⇒ Object
Returns the value of attribute s3uses_tls.
-
#s3uses_v2signing ⇒ Object
If true, use legacy v2 signing.
-
#sftpauth_mode ⇒ Object
One of the DESTINATION_SFTP_AUTHMODE_ constants.
-
#sftpcustom_auth__known_hosts_file ⇒ Object
If SFTPCustomAuth_UseKnownHostFile is true, the path to the SSH known_hosts file.
-
#sftpcustom_auth__use_known_hosts_file ⇒ Object
If true, then the SFTPCustomAuth_KnownHostsFile will be used to verify the remote SSH server’s host key, using Trust On First Use (TOFU).
-
#sftppassword ⇒ Object
For use with DESTINATION_SFTP_AUTHMODE_PASSWORD only: the SSH password to connect with.
-
#sftpprivate_key ⇒ Object
For use with DESTINATION_SFTP_AUTHMODE_PRIVATEKEY only: the SSH private key to connect with, in OpenSSH format.
-
#sftpremote_path ⇒ Object
The directory on the SFTP server in which data is stored.
-
#sftpserver ⇒ Object
Returns the value of attribute sftpserver.
-
#sftpusername ⇒ Object
Returns the value of attribute sftpusername.
-
#smb ⇒ Object
Returns the value of attribute smb.
-
#span_targets ⇒ Object
A list of underlying destinations, that will be combined and presented as one.
-
#span_use_static_slots ⇒ Object
If true, this Spanned destination will use a consistent hashing scheme to immediately find specific files on exactly one of the target destinations.
-
#storj ⇒ Object
Returns the value of attribute storj.
-
#swift ⇒ Object
Returns the value of attribute swift.
-
#tag ⇒ Object
Returns the value of attribute tag.
-
#unknown_json_fields ⇒ Object
Returns the value of attribute unknown_json_fields.
-
#web_dav ⇒ Object
This field is available in Comet 23.6.9 and later.
Instance Method Summary collapse
- #clear ⇒ Object
- #from_hash(obj) ⇒ Object
- #from_json(json_string) ⇒ Object
-
#initialize ⇒ DestinationLocation
constructor
A new instance of DestinationLocation.
-
#to_h ⇒ Hash
The complete object as a Ruby hash.
-
#to_hash ⇒ Hash
The complete object as a Ruby hash.
-
#to_json(options = {}) ⇒ String
The complete object as a JSON string.
Constructor Details
#initialize ⇒ DestinationLocation
Returns a new instance of DestinationLocation.
202 203 204 |
# File 'lib/comet/models/destination_location.rb', line 202 def initialize clear end |
Instance Attribute Details
#azbaccount_key ⇒ Object
Returns the value of attribute azbaccount_key.
134 135 136 |
# File 'lib/comet/models/destination_location.rb', line 134 def azbaccount_key @azbaccount_key end |
#azbaccount_name ⇒ Object
Returns the value of attribute azbaccount_name.
131 132 133 |
# File 'lib/comet/models/destination_location.rb', line 131 def azbaccount_name @azbaccount_name end |
#azbcontainer ⇒ Object
Returns the value of attribute azbcontainer.
137 138 139 |
# File 'lib/comet/models/destination_location.rb', line 137 def azbcontainer @azbcontainer end |
#azbprefix ⇒ Object
Returns the value of attribute azbprefix.
144 145 146 |
# File 'lib/comet/models/destination_location.rb', line 144 def azbprefix @azbprefix end |
#azbrealm ⇒ Object
The base URL for the Azure Blob Storage service. Leave blank to use the global default URL.
141 142 143 |
# File 'lib/comet/models/destination_location.rb', line 141 def azbrealm @azbrealm end |
#b2 ⇒ Object
Returns the value of attribute b2.
167 168 169 |
# File 'lib/comet/models/destination_location.rb', line 167 def b2 @b2 end |
#comet_bucket ⇒ Object
Returns the value of attribute comet_bucket.
27 28 29 |
# File 'lib/comet/models/destination_location.rb', line 27 def comet_bucket @comet_bucket end |
#comet_bucket_key ⇒ Object
Returns the value of attribute comet_bucket_key.
30 31 32 |
# File 'lib/comet/models/destination_location.rb', line 30 def comet_bucket_key @comet_bucket_key end |
#comet_server ⇒ Object
The URL for the target Comet Server Storage Role, including http/https and trailing slash
24 25 26 |
# File 'lib/comet/models/destination_location.rb', line 24 def comet_server @comet_server end |
#destination_type ⇒ Object
One of the DESTINATIONTYPE_ constants
20 21 22 |
# File 'lib/comet/models/destination_location.rb', line 20 def destination_type @destination_type end |
#ftpaccept_invalid_ssl ⇒ Object
Returns the value of attribute ftpaccept_invalid_ssl.
128 129 130 |
# File 'lib/comet/models/destination_location.rb', line 128 def ftpaccept_invalid_ssl @ftpaccept_invalid_ssl end |
#ftpbase_use_home_directory ⇒ Object
If true, store data in the default home directory given by the FTP server. If false, store data in the FTPCustomBaseDirectory path.
110 111 112 |
# File 'lib/comet/models/destination_location.rb', line 110 def ftpbase_use_home_directory @ftpbase_use_home_directory end |
#ftpcustom_base_directory ⇒ Object
If FTPBaseUseHomeDirectory is false, this field controls the path where data is stored.
114 115 116 |
# File 'lib/comet/models/destination_location.rb', line 114 def ftpcustom_base_directory @ftpcustom_base_directory end |
#ftpmax_connections ⇒ Object
If set to zero, uses a system default value that is not unlimited.
125 126 127 |
# File 'lib/comet/models/destination_location.rb', line 125 def ftpmax_connections @ftpmax_connections end |
#ftppassword ⇒ Object
Returns the value of attribute ftppassword.
105 106 107 |
# File 'lib/comet/models/destination_location.rb', line 105 def ftppassword @ftppassword end |
#ftpport ⇒ Object
Returns the value of attribute ftpport.
121 122 123 |
# File 'lib/comet/models/destination_location.rb', line 121 def ftpport @ftpport end |
#ftpserver ⇒ Object
Returns the value of attribute ftpserver.
99 100 101 |
# File 'lib/comet/models/destination_location.rb', line 99 def ftpserver @ftpserver end |
#ftpsmode ⇒ Object
Control whether this is plaintext FTP or secure FTPS by using one of the FTPS_MODE_ constants.
118 119 120 |
# File 'lib/comet/models/destination_location.rb', line 118 def ftpsmode @ftpsmode end |
#ftpusername ⇒ Object
Returns the value of attribute ftpusername.
102 103 104 |
# File 'lib/comet/models/destination_location.rb', line 102 def ftpusername @ftpusername end |
#localcopy_path ⇒ Object
Returns the value of attribute localcopy_path.
147 148 149 |
# File 'lib/comet/models/destination_location.rb', line 147 def localcopy_path @localcopy_path end |
#localcopy_win_smbpassword ⇒ Object
If logging in to a Windows network share (SMB/CIFS) is required, enter the password here. The password may be hashed as per the LocalcopyWinSMBPasswordFormat field.
156 157 158 |
# File 'lib/comet/models/destination_location.rb', line 156 def localcopy_win_smbpassword @localcopy_win_smbpassword end |
#localcopy_win_smbpassword_format ⇒ Object
One of the PASSWORD_FORMAT_ constants. It controls the hash format of the LocalcopyWinSMBPassword field.
161 162 163 |
# File 'lib/comet/models/destination_location.rb', line 161 def localcopy_win_smbpassword_format @localcopy_win_smbpassword_format end |
#localcopy_win_smbusername ⇒ Object
If logging in to a Windows network share (SMB/CIFS) is required, enter the username here.
151 152 153 |
# File 'lib/comet/models/destination_location.rb', line 151 def localcopy_win_smbusername @localcopy_win_smbusername end |
#s3access_key ⇒ Object
Returns the value of attribute s3access_key.
39 40 41 |
# File 'lib/comet/models/destination_location.rb', line 39 def s3access_key @s3access_key end |
#s3bucket_name ⇒ Object
Returns the value of attribute s3bucket_name.
45 46 47 |
# File 'lib/comet/models/destination_location.rb', line 45 def s3bucket_name @s3bucket_name end |
#s3custom_region ⇒ Object
Returns the value of attribute s3custom_region.
51 52 53 |
# File 'lib/comet/models/destination_location.rb', line 51 def s3custom_region @s3custom_region end |
#s3object_lock_days ⇒ Object
Returns the value of attribute s3object_lock_days.
64 65 66 |
# File 'lib/comet/models/destination_location.rb', line 64 def s3object_lock_days @s3object_lock_days end |
#s3object_lock_mode ⇒ Object
Returns the value of attribute s3object_lock_mode.
61 62 63 |
# File 'lib/comet/models/destination_location.rb', line 61 def s3object_lock_mode @s3object_lock_mode end |
#s3remove_deleted ⇒ Object
Returns the value of attribute s3remove_deleted.
58 59 60 |
# File 'lib/comet/models/destination_location.rb', line 58 def s3remove_deleted @s3remove_deleted end |
#s3secret_key ⇒ Object
Returns the value of attribute s3secret_key.
42 43 44 |
# File 'lib/comet/models/destination_location.rb', line 42 def s3secret_key @s3secret_key end |
#s3server ⇒ Object
Returns the value of attribute s3server.
33 34 35 |
# File 'lib/comet/models/destination_location.rb', line 33 def s3server @s3server end |
#s3subdir ⇒ Object
Returns the value of attribute s3subdir.
48 49 50 |
# File 'lib/comet/models/destination_location.rb', line 48 def s3subdir @s3subdir end |
#s3uses_tls ⇒ Object
Returns the value of attribute s3uses_tls.
36 37 38 |
# File 'lib/comet/models/destination_location.rb', line 36 def s3uses_tls @s3uses_tls end |
#s3uses_v2signing ⇒ Object
If true, use legacy v2 signing. If false (default), use modern v4 signing
55 56 57 |
# File 'lib/comet/models/destination_location.rb', line 55 def s3uses_v2signing @s3uses_v2signing end |
#sftpauth_mode ⇒ Object
One of the DESTINATION_SFTP_AUTHMODE_ constants
78 79 80 |
# File 'lib/comet/models/destination_location.rb', line 78 def sftpauth_mode @sftpauth_mode end |
#sftpcustom_auth__known_hosts_file ⇒ Object
If SFTPCustomAuth_UseKnownHostFile is true, the path to the SSH known_hosts file.
96 97 98 |
# File 'lib/comet/models/destination_location.rb', line 96 def sftpcustom_auth__known_hosts_file @sftpcustom_auth__known_hosts_file end |
#sftpcustom_auth__use_known_hosts_file ⇒ Object
If true, then the SFTPCustomAuth_KnownHostsFile will be used to verify the remote SSH server’s host key, using Trust On First Use (TOFU).
92 93 94 |
# File 'lib/comet/models/destination_location.rb', line 92 def sftpcustom_auth__use_known_hosts_file @sftpcustom_auth__use_known_hosts_file end |
#sftppassword ⇒ Object
For use with DESTINATION_SFTP_AUTHMODE_PASSWORD only: the SSH password to connect with
82 83 84 |
# File 'lib/comet/models/destination_location.rb', line 82 def sftppassword @sftppassword end |
#sftpprivate_key ⇒ Object
For use with DESTINATION_SFTP_AUTHMODE_PRIVATEKEY only: the SSH private key to connect with, in OpenSSH format.
87 88 89 |
# File 'lib/comet/models/destination_location.rb', line 87 def sftpprivate_key @sftpprivate_key end |
#sftpremote_path ⇒ Object
The directory on the SFTP server in which data is stored.
74 75 76 |
# File 'lib/comet/models/destination_location.rb', line 74 def sftpremote_path @sftpremote_path end |
#sftpserver ⇒ Object
Returns the value of attribute sftpserver.
67 68 69 |
# File 'lib/comet/models/destination_location.rb', line 67 def sftpserver @sftpserver end |
#sftpusername ⇒ Object
Returns the value of attribute sftpusername.
70 71 72 |
# File 'lib/comet/models/destination_location.rb', line 70 def sftpusername @sftpusername end |
#smb ⇒ Object
Returns the value of attribute smb.
177 178 179 |
# File 'lib/comet/models/destination_location.rb', line 177 def smb @smb end |
#span_targets ⇒ Object
A list of underlying destinations, that will be combined and presented as one.
181 182 183 |
# File 'lib/comet/models/destination_location.rb', line 181 def span_targets @span_targets end |
#span_use_static_slots ⇒ Object
If true, this Spanned destination will use a consistent hashing scheme to immediately find specific files on exactly one of the target destinations. In the Static Slots mode, the span targets cannot be moved or merged, and the files must always remain in their original location.
If false, the Spanned destination system will search all targets to find the requested file. This is slightly slower, but allows you to freely merge, split, and reorder the underlying destination locations.
The default option is false.
194 195 196 |
# File 'lib/comet/models/destination_location.rb', line 194 def span_use_static_slots @span_use_static_slots end |
#storj ⇒ Object
Returns the value of attribute storj.
174 175 176 |
# File 'lib/comet/models/destination_location.rb', line 174 def storj @storj end |
#swift ⇒ Object
Returns the value of attribute swift.
164 165 166 |
# File 'lib/comet/models/destination_location.rb', line 164 def swift @swift end |
#tag ⇒ Object
Returns the value of attribute tag.
197 198 199 |
# File 'lib/comet/models/destination_location.rb', line 197 def tag @tag end |
#unknown_json_fields ⇒ Object
Returns the value of attribute unknown_json_fields.
200 201 202 |
# File 'lib/comet/models/destination_location.rb', line 200 def unknown_json_fields @unknown_json_fields end |
#web_dav ⇒ Object
This field is available in Comet 23.6.9 and later.
171 172 173 |
# File 'lib/comet/models/destination_location.rb', line 171 def web_dav @web_dav end |
Instance Method Details
#clear ⇒ Object
206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 |
# File 'lib/comet/models/destination_location.rb', line 206 def clear @destination_type = 0 @comet_server = '' @comet_bucket = '' @comet_bucket_key = '' @s3server = '' @s3access_key = '' @s3secret_key = '' @s3bucket_name = '' @s3subdir = '' @s3custom_region = '' @s3object_lock_mode = 0 @s3object_lock_days = 0 @sftpserver = '' @sftpusername = '' @sftpremote_path = '' @sftpauth_mode = 0 @sftppassword = '' @sftpprivate_key = '' @sftpcustom_auth__known_hosts_file = '' @ftpserver = '' @ftpusername = '' @ftppassword = '' @ftpcustom_base_directory = '' @ftpsmode = 0 @ftpport = 0 @ftpmax_connections = 0 @azbaccount_name = '' @azbaccount_key = '' @azbcontainer = '' @azbrealm = '' @azbprefix = '' @localcopy_path = '' @localcopy_win_smbusername = '' @localcopy_win_smbpassword = '' @localcopy_win_smbpassword_format = 0 @swift = Comet::SwiftDestinationLocation.new @b2 = Comet::B2DestinationLocation.new @web_dav = Comet::WebDavDestinationLocation.new @storj = Comet::StorjDestinationLocation.new @smb = Comet::SMBDestinationLocation.new @span_targets = [] @tag = '' @unknown_json_fields = {} end |
#from_hash(obj) ⇒ Object
260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 |
# File 'lib/comet/models/destination_location.rb', line 260 def from_hash(obj) raise TypeError, "'obj' expected Hash, got #{obj.class}" unless obj.is_a? Hash obj.each do |k, v| case k when 'DestinationType' raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric @destination_type = v when 'CometServer' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @comet_server = v when 'CometBucket' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @comet_bucket = v when 'CometBucketKey' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @comet_bucket_key = v when 'S3Server' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @s3server = v when 'S3UsesTLS' @s3uses_tls = v when 'S3AccessKey' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @s3access_key = v when 'S3SecretKey' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @s3secret_key = v when 'S3BucketName' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @s3bucket_name = v when 'S3Subdir' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @s3subdir = v when 'S3CustomRegion' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @s3custom_region = v when 'S3UsesV2Signing' @s3uses_v2signing = v when 'S3RemoveDeleted' @s3remove_deleted = v when 'S3ObjectLockMode' raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric @s3object_lock_mode = v when 'S3ObjectLockDays' raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric @s3object_lock_days = v when 'SFTPServer' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @sftpserver = v when 'SFTPUsername' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @sftpusername = v when 'SFTPRemotePath' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @sftpremote_path = v when 'SFTPAuthMode' raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric @sftpauth_mode = v when 'SFTPPassword' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @sftppassword = v when 'SFTPPrivateKey' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @sftpprivate_key = v when 'SFTPCustomAuth_UseKnownHostsFile' @sftpcustom_auth__use_known_hosts_file = v when 'SFTPCustomAuth_KnownHostsFile' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @sftpcustom_auth__known_hosts_file = v when 'FTPServer' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @ftpserver = v when 'FTPUsername' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @ftpusername = v when 'FTPPassword' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @ftppassword = v when 'FTPBaseUseHomeDirectory' @ftpbase_use_home_directory = v when 'FTPCustomBaseDirectory' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @ftpcustom_base_directory = v when 'FTPSMode' raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric @ftpsmode = v when 'FTPPort' raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric @ftpport = v when 'FTPMaxConnections' raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric @ftpmax_connections = v when 'FTPAcceptInvalidSSL' @ftpaccept_invalid_ssl = v when 'AZBAccountName' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @azbaccount_name = v when 'AZBAccountKey' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @azbaccount_key = v when 'AZBContainer' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @azbcontainer = v when 'AZBRealm' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @azbrealm = v when 'AZBPrefix' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @azbprefix = v when 'LocalcopyPath' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @localcopy_path = v when 'LocalcopyWinSMBUsername' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @localcopy_win_smbusername = v when 'LocalcopyWinSMBPassword' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @localcopy_win_smbpassword = v when 'LocalcopyWinSMBPasswordFormat' raise TypeError, "'v' expected Numeric, got #{v.class}" unless v.is_a? Numeric @localcopy_win_smbpassword_format = v when 'Swift' @swift = Comet::SwiftDestinationLocation.new @swift.from_hash(v) when 'B2' @b2 = Comet::B2DestinationLocation.new @b2.from_hash(v) when 'WebDav' @web_dav = Comet::WebDavDestinationLocation.new @web_dav.from_hash(v) when 'Storj' @storj = Comet::StorjDestinationLocation.new @storj.from_hash(v) when 'SMB' @smb = Comet::SMBDestinationLocation.new @smb.from_hash(v) when 'SpanTargets' if v.nil? @span_targets = [] else @span_targets = Array.new(v.length) v.each_with_index do |v1, i1| @span_targets[i1] = Comet::DestinationLocation.new @span_targets[i1].from_hash(v1) end end when 'SpanUseStaticSlots' @span_use_static_slots = v when 'Tag' raise TypeError, "'v' expected String, got #{v.class}" unless v.is_a? String @tag = v else @unknown_json_fields[k] = v end end end |
#from_json(json_string) ⇒ Object
253 254 255 256 257 |
# File 'lib/comet/models/destination_location.rb', line 253 def from_json(json_string) raise TypeError, "'json_string' expected String, got #{json_string.class}" unless json_string.is_a? String from_hash(JSON.parse(json_string)) end |
#to_h ⇒ Hash
Returns The complete object as a Ruby hash.
513 514 515 |
# File 'lib/comet/models/destination_location.rb', line 513 def to_h to_hash end |
#to_hash ⇒ Hash
Returns The complete object as a Ruby hash.
455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 |
# File 'lib/comet/models/destination_location.rb', line 455 def to_hash ret = {} ret['DestinationType'] = @destination_type ret['CometServer'] = @comet_server ret['CometBucket'] = @comet_bucket ret['CometBucketKey'] = @comet_bucket_key ret['S3Server'] = @s3server ret['S3UsesTLS'] = @s3uses_tls ret['S3AccessKey'] = @s3access_key ret['S3SecretKey'] = @s3secret_key ret['S3BucketName'] = @s3bucket_name ret['S3Subdir'] = @s3subdir ret['S3CustomRegion'] = @s3custom_region ret['S3UsesV2Signing'] = @s3uses_v2signing ret['S3RemoveDeleted'] = @s3remove_deleted ret['S3ObjectLockMode'] = @s3object_lock_mode ret['S3ObjectLockDays'] = @s3object_lock_days ret['SFTPServer'] = @sftpserver ret['SFTPUsername'] = @sftpusername ret['SFTPRemotePath'] = @sftpremote_path ret['SFTPAuthMode'] = @sftpauth_mode ret['SFTPPassword'] = @sftppassword ret['SFTPPrivateKey'] = @sftpprivate_key ret['SFTPCustomAuth_UseKnownHostsFile'] = @sftpcustom_auth__use_known_hosts_file ret['SFTPCustomAuth_KnownHostsFile'] = @sftpcustom_auth__known_hosts_file ret['FTPServer'] = @ftpserver ret['FTPUsername'] = @ftpusername ret['FTPPassword'] = @ftppassword ret['FTPBaseUseHomeDirectory'] = @ftpbase_use_home_directory ret['FTPCustomBaseDirectory'] = @ftpcustom_base_directory ret['FTPSMode'] = @ftpsmode ret['FTPPort'] = @ftpport ret['FTPMaxConnections'] = @ftpmax_connections ret['FTPAcceptInvalidSSL'] = @ftpaccept_invalid_ssl ret['AZBAccountName'] = @azbaccount_name ret['AZBAccountKey'] = @azbaccount_key ret['AZBContainer'] = @azbcontainer ret['AZBRealm'] = @azbrealm ret['AZBPrefix'] = @azbprefix ret['LocalcopyPath'] = @localcopy_path ret['LocalcopyWinSMBUsername'] = @localcopy_win_smbusername ret['LocalcopyWinSMBPassword'] = @localcopy_win_smbpassword ret['LocalcopyWinSMBPasswordFormat'] = @localcopy_win_smbpassword_format ret['Swift'] = @swift ret['B2'] = @b2 ret['WebDav'] = @web_dav ret['Storj'] = @storj ret['SMB'] = @smb ret['SpanTargets'] = @span_targets ret['SpanUseStaticSlots'] = @span_use_static_slots ret['Tag'] = @tag @unknown_json_fields.each do |k, v| ret[k] = v end ret end |
#to_json(options = {}) ⇒ String
Returns The complete object as a JSON string.
518 519 520 |
# File 'lib/comet/models/destination_location.rb', line 518 def to_json( = {}) to_hash.to_json() end |