Class: OCI::FileStorage::FileStorageClient
- Inherits:
-
Object
- Object
- OCI::FileStorage::FileStorageClient
- Defined in:
- lib/oci/file_storage/file_storage_client.rb
Instance Attribute Summary collapse
-
#api_client ⇒ OCI::ApiClient
readonly
Client used to make HTTP requests.
-
#endpoint ⇒ String
readonly
Fully qualified endpoint URL.
-
#region ⇒ String
The region, which will usually correspond to a value in Regions::REGION_ENUM.
Instance Method Summary collapse
-
#create_export(create_export_details, opts = {}) ⇒ Response
Creates a new export in the specified export set, path, and file system.
-
#create_file_system(create_file_system_details, opts = {}) ⇒ Response
Creates a new file system in the specified compartment and availability domain.
-
#create_mount_target(create_mount_target_details, opts = {}) ⇒ Response
Creates a new mount target in the specified compartment and subnet.
-
#create_snapshot(create_snapshot_details, opts = {}) ⇒ Response
Creates a new snapshot of the specified file system.
-
#delete_export(export_id, opts = {}) ⇒ Response
Deletes the specified export.
-
#delete_file_system(file_system_id, opts = {}) ⇒ Response
Deletes the specified file system.
-
#delete_mount_target(mount_target_id, opts = {}) ⇒ Response
Deletes the specified mount target.
-
#delete_snapshot(snapshot_id, opts = {}) ⇒ Response
Deletes the specified snapshot.
-
#get_export(export_id, opts = {}) ⇒ Response
Gets the specified export’s information.
-
#get_export_set(export_set_id, opts = {}) ⇒ Response
Gets the specified export set’s information.
-
#get_file_system(file_system_id, opts = {}) ⇒ Response
Gets the specified file system’s information.
-
#get_mount_target(mount_target_id, opts = {}) ⇒ Response
Gets the specified mount target’s information.
-
#get_snapshot(snapshot_id, opts = {}) ⇒ Response
Gets the specified snapshot’s information.
-
#initialize(config: nil, region: nil, signer: nil, proxy_settings: nil) ⇒ FileStorageClient
constructor
Creates a new FileStorageClient.
-
#list_export_sets(compartment_id, availability_domain, opts = {}) ⇒ Response
Lists the export set resources in the specified compartment.
-
#list_exports(compartment_id, opts = {}) ⇒ Response
Lists the export resources in the specified compartment.
-
#list_file_systems(compartment_id, availability_domain, opts = {}) ⇒ Response
Lists the file system resources in the specified compartment.
-
#list_mount_targets(compartment_id, availability_domain, opts = {}) ⇒ Response
Lists the mount target resources in the specified compartment.
-
#list_snapshots(file_system_id, opts = {}) ⇒ Response
Lists snapshots of the specified file system.
-
#logger ⇒ Logger
The logger for this client.
-
#update_export_set(export_set_id, update_export_set_details, opts = {}) ⇒ Response
Updates the specified export set’s information.
-
#update_file_system(file_system_id, update_file_system_details, opts = {}) ⇒ Response
Updates the specified file system’s information.
-
#update_mount_target(mount_target_id, update_mount_target_details, opts = {}) ⇒ Response
Updates the specified mount target’s information.
Constructor Details
#initialize(config: nil, region: nil, signer: nil, proxy_settings: nil) ⇒ FileStorageClient
Creates a new FileStorageClient. If a config is not specified, then the global OCI.config will be used.
A region must be specified in either the config or the region parameter. If specified in both, then the region parameter will be used.
36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 |
# File 'lib/oci/file_storage/file_storage_client.rb', line 36 def initialize(config: nil, region: nil, signer: nil, proxy_settings: nil) # If the signer is an InstancePrincipalsSecurityTokenSigner and no config was supplied (which is valid for instance principals) # then create a dummy config to pass to the ApiClient constructor. If customers wish to create a client which uses instance principals # and has config (either populated programmatically or loaded from a file), they must construct that config themselves and then # pass it to this constructor. # # If there is no signer (or the signer is not an instance principals signer) and no config was supplied, this is not valid # so try and load the config from the default file. config ||= OCI.config unless signer.is_a?(OCI::Auth::Signers::InstancePrincipalsSecurityTokenSigner) config ||= OCI::Config.new if signer.is_a?(OCI::Auth::Signers::InstancePrincipalsSecurityTokenSigner) config.validate unless signer.is_a?(OCI::Auth::Signers::InstancePrincipalsSecurityTokenSigner) if signer.nil? signer = Signer.new(config.user, config.fingerprint, config.tenancy, config.key_file, pass_phrase: config.pass_phrase, private_key_content: config.key_content, signing_strategy: Signer::STANDARD) end @api_client = ApiClient.new(config, signer, proxy_settings: proxy_settings) region ||= config.region region ||= signer.region if signer.respond_to?(:region) self.region = region end |
Instance Attribute Details
#api_client ⇒ OCI::ApiClient (readonly)
Client used to make HTTP requests.
12 13 14 |
# File 'lib/oci/file_storage/file_storage_client.rb', line 12 def api_client @api_client end |
#endpoint ⇒ String (readonly)
Fully qualified endpoint URL
16 17 18 |
# File 'lib/oci/file_storage/file_storage_client.rb', line 16 def endpoint @endpoint end |
#region ⇒ String
The region, which will usually correspond to a value in Regions::REGION_ENUM.
20 21 22 |
# File 'lib/oci/file_storage/file_storage_client.rb', line 20 def region @region end |
Instance Method Details
#create_export(create_export_details, opts = {}) ⇒ Response
Creates a new export in the specified export set, path, and file system.
89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 |
# File 'lib/oci/file_storage/file_storage_client.rb', line 89 def create_export(create_export_details, opts = {}) logger.debug "Calling operation FileStorageClient#create_export." if logger raise "Missing the required parameter 'create_export_details' when calling create_export." if create_export_details.nil? path = "/exports" # Query Params query_params = {} # Header Params header_params = {} header_params['accept'] = 'application/json' header_params['content-type'] = 'application/json' header_params[:'opc-retry-token'] = opts[:'opc_retry_token'] if opts[:'opc_retry_token'] post_body = @api_client.object_to_http_body(create_export_details) return @api_client.call_api( :POST, path, endpoint, :header_params => header_params, :query_params => query_params, :body => post_body, :return_type => 'OCI::FileStorage::Models::Export') end |
#create_file_system(create_file_system_details, opts = {}) ⇒ Response
Creates a new file system in the specified compartment and availability domain. Instances can mount file systems in another availability domain, but doing so might increase latency when compared to mounting instances in the same availability domain.
After you create a file system, you can associate it with a mount target. Instances can then mount the file system by connecting to the mount target’s IP address. You can associate a file system with more than one mount target at a time.
For information about access control and compartments, see [Overview of the IAM Service](docs.us-phoenix-1.oraclecloud.com/Content/Identity/Concepts/overview.htm).
For information about availability domains, see [Regions and Availability Domains](docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/regions.htm). To get a list of availability domains, use the ‘ListAvailabilityDomains` operation in the Identity and Access Management Service API.
All Oracle Cloud Infrastructure resources, including file systems, get an Oracle-assigned, unique ID called an Oracle Cloud Identifier (OCID). When you create a resource, you can find its OCID in the response. You can also retrieve a resource’s OCID by using a List API operation on that resource type or by viewing the resource in the Console.
153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 |
# File 'lib/oci/file_storage/file_storage_client.rb', line 153 def create_file_system(create_file_system_details, opts = {}) logger.debug "Calling operation FileStorageClient#create_file_system." if logger raise "Missing the required parameter 'create_file_system_details' when calling create_file_system." if create_file_system_details.nil? path = "/fileSystems" # Query Params query_params = {} # Header Params header_params = {} header_params['accept'] = 'application/json' header_params['content-type'] = 'application/json' header_params[:'opc-retry-token'] = opts[:'opc_retry_token'] if opts[:'opc_retry_token'] post_body = @api_client.object_to_http_body(create_file_system_details) return @api_client.call_api( :POST, path, endpoint, :header_params => header_params, :query_params => query_params, :body => post_body, :return_type => 'OCI::FileStorage::Models::FileSystem') end |
#create_mount_target(create_mount_target_details, opts = {}) ⇒ Response
Creates a new mount target in the specified compartment and subnet. You can associate a file system with a mount target only when they exist in the same availability domain. Instances can connect to mount targets in another availablity domain, but you might see higher latency than with instances in the same availability domain as the mount target.
Mount targets have one or more private IP addresses that you can provide as the host portion of remote target parameters in client mount commands. These private IP addresses are listed in the privateIpIds property of the mount target and are highly available. Mount targets also consume additional IP addresses in their subnet.
For information about access control and compartments, see [Overview of the IAM Service](docs.us-phoenix-1.oraclecloud.com/Content/Identity/Concepts/overview.htm).
For information about availability domains, see [Regions and Availability Domains](docs.us-phoenix-1.oraclecloud.com/Content/General/Concepts/regions.htm). To get a list of availability domains, use the ‘ListAvailabilityDomains` operation in the Identity and Access Management Service API.
All Oracle Cloud Infrastructure Services resources, including mount targets, get an Oracle-assigned, unique ID called an Oracle Cloud Identifier (OCID). When you create a resource, you can find its OCID in the response. You can also retrieve a resource’s OCID by using a List API operation on that resource type, or by viewing the resource in the Console.
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 |
# File 'lib/oci/file_storage/file_storage_client.rb', line 220 def create_mount_target(create_mount_target_details, opts = {}) logger.debug "Calling operation FileStorageClient#create_mount_target." if logger raise "Missing the required parameter 'create_mount_target_details' when calling create_mount_target." if create_mount_target_details.nil? path = "/mountTargets" # Query Params query_params = {} # Header Params header_params = {} header_params['accept'] = 'application/json' header_params['content-type'] = 'application/json' header_params[:'opc-retry-token'] = opts[:'opc_retry_token'] if opts[:'opc_retry_token'] post_body = @api_client.object_to_http_body(create_mount_target_details) return @api_client.call_api( :POST, path, endpoint, :header_params => header_params, :query_params => query_params, :body => post_body, :return_type => 'OCI::FileStorage::Models::MountTarget') end |
#create_snapshot(create_snapshot_details, opts = {}) ⇒ Response
Creates a new snapshot of the specified file system. You can access the snapshot at ‘.snapshot/<name>`.
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 |
# File 'lib/oci/file_storage/file_storage_client.rb', line 260 def create_snapshot(create_snapshot_details, opts = {}) logger.debug "Calling operation FileStorageClient#create_snapshot." if logger raise "Missing the required parameter 'create_snapshot_details' when calling create_snapshot." if create_snapshot_details.nil? path = "/snapshots" # Query Params query_params = {} # Header Params header_params = {} header_params['accept'] = 'application/json' header_params['content-type'] = 'application/json' header_params[:'opc-retry-token'] = opts[:'opc_retry_token'] if opts[:'opc_retry_token'] post_body = @api_client.object_to_http_body(create_snapshot_details) return @api_client.call_api( :POST, path, endpoint, :header_params => header_params, :query_params => query_params, :body => post_body, :return_type => 'OCI::FileStorage::Models::Snapshot') end |
#delete_export(export_id, opts = {}) ⇒ Response
Deletes the specified export.
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 |
# File 'lib/oci/file_storage/file_storage_client.rb', line 299 def delete_export(export_id, opts = {}) logger.debug "Calling operation FileStorageClient#delete_export." if logger raise "Missing the required parameter 'export_id' when calling delete_export." if export_id.nil? raise "Parameter value for 'export_id' must not be blank" if OCI::Internal::Util::blank_string?(export_id) path = "/exports/{exportId}".sub('{exportId}', export_id.to_s) # Query Params query_params = {} # Header Params header_params = {} header_params['accept'] = 'application/json' header_params['content-type'] = 'application/json' header_params[:'if-match'] = opts[:'if_match'] if opts[:'if_match'] post_body = nil return @api_client.call_api( :DELETE, path, endpoint, :header_params => header_params, :query_params => query_params, :body => post_body) end |
#delete_file_system(file_system_id, opts = {}) ⇒ Response
Deletes the specified file system. Before you delete the file system, verify that no remaining export resources still reference it. Deleting a file system also deletes all of its snapshots.
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 |
# File 'lib/oci/file_storage/file_storage_client.rb', line 340 def delete_file_system(file_system_id, opts = {}) logger.debug "Calling operation FileStorageClient#delete_file_system." if logger raise "Missing the required parameter 'file_system_id' when calling delete_file_system." if file_system_id.nil? raise "Parameter value for 'file_system_id' must not be blank" if OCI::Internal::Util::blank_string?(file_system_id) path = "/fileSystems/{fileSystemId}".sub('{fileSystemId}', file_system_id.to_s) # Query Params query_params = {} # Header Params header_params = {} header_params['accept'] = 'application/json' header_params['content-type'] = 'application/json' header_params[:'if-match'] = opts[:'if_match'] if opts[:'if_match'] post_body = nil return @api_client.call_api( :DELETE, path, endpoint, :header_params => header_params, :query_params => query_params, :body => post_body) end |
#delete_mount_target(mount_target_id, opts = {}) ⇒ Response
Deletes the specified mount target. This operation also deletes the mount target’s VNICs.
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 |
# File 'lib/oci/file_storage/file_storage_client.rb', line 380 def delete_mount_target(mount_target_id, opts = {}) logger.debug "Calling operation FileStorageClient#delete_mount_target." if logger raise "Missing the required parameter 'mount_target_id' when calling delete_mount_target." if mount_target_id.nil? raise "Parameter value for 'mount_target_id' must not be blank" if OCI::Internal::Util::blank_string?(mount_target_id) path = "/mountTargets/{mountTargetId}".sub('{mountTargetId}', mount_target_id.to_s) # Query Params query_params = {} # Header Params header_params = {} header_params['accept'] = 'application/json' header_params['content-type'] = 'application/json' header_params[:'if-match'] = opts[:'if_match'] if opts[:'if_match'] post_body = nil return @api_client.call_api( :DELETE, path, endpoint, :header_params => header_params, :query_params => query_params, :body => post_body) end |
#delete_snapshot(snapshot_id, opts = {}) ⇒ Response
Deletes the specified snapshot.
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 |
# File 'lib/oci/file_storage/file_storage_client.rb', line 419 def delete_snapshot(snapshot_id, opts = {}) logger.debug "Calling operation FileStorageClient#delete_snapshot." if logger raise "Missing the required parameter 'snapshot_id' when calling delete_snapshot." if snapshot_id.nil? raise "Parameter value for 'snapshot_id' must not be blank" if OCI::Internal::Util::blank_string?(snapshot_id) path = "/snapshots/{snapshotId}".sub('{snapshotId}', snapshot_id.to_s) # Query Params query_params = {} # Header Params header_params = {} header_params['accept'] = 'application/json' header_params['content-type'] = 'application/json' header_params[:'if-match'] = opts[:'if_match'] if opts[:'if_match'] post_body = nil return @api_client.call_api( :DELETE, path, endpoint, :header_params => header_params, :query_params => query_params, :body => post_body) end |
#get_export(export_id, opts = {}) ⇒ Response
Gets the specified export’s information.
451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 |
# File 'lib/oci/file_storage/file_storage_client.rb', line 451 def get_export(export_id, opts = {}) logger.debug "Calling operation FileStorageClient#get_export." if logger raise "Missing the required parameter 'export_id' when calling get_export." if export_id.nil? raise "Parameter value for 'export_id' must not be blank" if OCI::Internal::Util::blank_string?(export_id) path = "/exports/{exportId}".sub('{exportId}', export_id.to_s) # Query Params query_params = {} # Header Params header_params = {} header_params['accept'] = 'application/json' header_params['content-type'] = 'application/json' post_body = nil return @api_client.call_api( :GET, path, endpoint, :header_params => header_params, :query_params => query_params, :body => post_body, :return_type => 'OCI::FileStorage::Models::Export') end |
#get_export_set(export_set_id, opts = {}) ⇒ Response
Gets the specified export set’s information.
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 |
# File 'lib/oci/file_storage/file_storage_client.rb', line 483 def get_export_set(export_set_id, opts = {}) logger.debug "Calling operation FileStorageClient#get_export_set." if logger raise "Missing the required parameter 'export_set_id' when calling get_export_set." if export_set_id.nil? raise "Parameter value for 'export_set_id' must not be blank" if OCI::Internal::Util::blank_string?(export_set_id) path = "/exportSets/{exportSetId}".sub('{exportSetId}', export_set_id.to_s) # Query Params query_params = {} # Header Params header_params = {} header_params['accept'] = 'application/json' header_params['content-type'] = 'application/json' post_body = nil return @api_client.call_api( :GET, path, endpoint, :header_params => header_params, :query_params => query_params, :body => post_body, :return_type => 'OCI::FileStorage::Models::ExportSet') end |
#get_file_system(file_system_id, opts = {}) ⇒ Response
Gets the specified file system’s information.
515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 |
# File 'lib/oci/file_storage/file_storage_client.rb', line 515 def get_file_system(file_system_id, opts = {}) logger.debug "Calling operation FileStorageClient#get_file_system." if logger raise "Missing the required parameter 'file_system_id' when calling get_file_system." if file_system_id.nil? raise "Parameter value for 'file_system_id' must not be blank" if OCI::Internal::Util::blank_string?(file_system_id) path = "/fileSystems/{fileSystemId}".sub('{fileSystemId}', file_system_id.to_s) # Query Params query_params = {} # Header Params header_params = {} header_params['accept'] = 'application/json' header_params['content-type'] = 'application/json' post_body = nil return @api_client.call_api( :GET, path, endpoint, :header_params => header_params, :query_params => query_params, :body => post_body, :return_type => 'OCI::FileStorage::Models::FileSystem') end |
#get_mount_target(mount_target_id, opts = {}) ⇒ Response
Gets the specified mount target’s information.
547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 |
# File 'lib/oci/file_storage/file_storage_client.rb', line 547 def get_mount_target(mount_target_id, opts = {}) logger.debug "Calling operation FileStorageClient#get_mount_target." if logger raise "Missing the required parameter 'mount_target_id' when calling get_mount_target." if mount_target_id.nil? raise "Parameter value for 'mount_target_id' must not be blank" if OCI::Internal::Util::blank_string?(mount_target_id) path = "/mountTargets/{mountTargetId}".sub('{mountTargetId}', mount_target_id.to_s) # Query Params query_params = {} # Header Params header_params = {} header_params['accept'] = 'application/json' header_params['content-type'] = 'application/json' post_body = nil return @api_client.call_api( :GET, path, endpoint, :header_params => header_params, :query_params => query_params, :body => post_body, :return_type => 'OCI::FileStorage::Models::MountTarget') end |
#get_snapshot(snapshot_id, opts = {}) ⇒ Response
Gets the specified snapshot’s information.
579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 |
# File 'lib/oci/file_storage/file_storage_client.rb', line 579 def get_snapshot(snapshot_id, opts = {}) logger.debug "Calling operation FileStorageClient#get_snapshot." if logger raise "Missing the required parameter 'snapshot_id' when calling get_snapshot." if snapshot_id.nil? raise "Parameter value for 'snapshot_id' must not be blank" if OCI::Internal::Util::blank_string?(snapshot_id) path = "/snapshots/{snapshotId}".sub('{snapshotId}', snapshot_id.to_s) # Query Params query_params = {} # Header Params header_params = {} header_params['accept'] = 'application/json' header_params['content-type'] = 'application/json' post_body = nil return @api_client.call_api( :GET, path, endpoint, :header_params => header_params, :query_params => query_params, :body => post_body, :return_type => 'OCI::FileStorage::Models::Snapshot') end |
#list_export_sets(compartment_id, availability_domain, opts = {}) ⇒ Response
Lists the export set resources in the specified compartment.
643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 |
# File 'lib/oci/file_storage/file_storage_client.rb', line 643 def list_export_sets(compartment_id, availability_domain, opts = {}) logger.debug "Calling operation FileStorageClient#list_export_sets." if logger raise "Missing the required parameter 'compartment_id' when calling list_export_sets." if compartment_id.nil? raise "Missing the required parameter 'availability_domain' when calling list_export_sets." if availability_domain.nil? if opts[:'lifecycle_state'] && !['CREATING', 'ACTIVE', 'DELETING', 'DELETED', 'FAILED'].include?(opts[:'lifecycle_state']) raise 'Invalid value for "lifecycle_state", must be one of CREATING, ACTIVE, DELETING, DELETED, FAILED.' end if opts[:'sort_by'] && !['TIMECREATED', 'DISPLAYNAME'].include?(opts[:'sort_by']) raise 'Invalid value for "sort_by", must be one of TIMECREATED, DISPLAYNAME.' end if opts[:'sort_order'] && !['ASC', 'DESC'].include?(opts[:'sort_order']) raise 'Invalid value for "sort_order", must be one of ASC, DESC.' end path = "/exportSets" # Query Params query_params = {} query_params[:'compartmentId'] = compartment_id query_params[:'availabilityDomain'] = availability_domain query_params[:'limit'] = opts[:'limit'] if opts[:'limit'] query_params[:'page'] = opts[:'page'] if opts[:'page'] query_params[:'displayName'] = opts[:'display_name'] if opts[:'display_name'] query_params[:'lifecycleState'] = opts[:'lifecycle_state'] if opts[:'lifecycle_state'] query_params[:'id'] = opts[:'id'] if opts[:'id'] query_params[:'sortBy'] = opts[:'sort_by'] if opts[:'sort_by'] query_params[:'sortOrder'] = opts[:'sort_order'] if opts[:'sort_order'] # Header Params header_params = {} header_params['accept'] = 'application/json' header_params['content-type'] = 'application/json' post_body = nil return @api_client.call_api( :GET, path, endpoint, :header_params => header_params, :query_params => query_params, :body => post_body, :return_type => 'Array<OCI::FileStorage::Models::ExportSetSummary>') end |
#list_exports(compartment_id, opts = {}) ⇒ Response
Lists the export resources in the specified compartment. You must also specify an export set, a file system, or both.
723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 |
# File 'lib/oci/file_storage/file_storage_client.rb', line 723 def list_exports(compartment_id, opts = {}) logger.debug "Calling operation FileStorageClient#list_exports." if logger raise "Missing the required parameter 'compartment_id' when calling list_exports." if compartment_id.nil? if opts[:'lifecycle_state'] && !['CREATING', 'ACTIVE', 'DELETING', 'DELETED', 'FAILED'].include?(opts[:'lifecycle_state']) raise 'Invalid value for "lifecycle_state", must be one of CREATING, ACTIVE, DELETING, DELETED, FAILED.' end if opts[:'sort_by'] && !['TIMECREATED', 'PATH'].include?(opts[:'sort_by']) raise 'Invalid value for "sort_by", must be one of TIMECREATED, PATH.' end if opts[:'sort_order'] && !['ASC', 'DESC'].include?(opts[:'sort_order']) raise 'Invalid value for "sort_order", must be one of ASC, DESC.' end path = "/exports" # Query Params query_params = {} query_params[:'compartmentId'] = compartment_id query_params[:'limit'] = opts[:'limit'] if opts[:'limit'] query_params[:'page'] = opts[:'page'] if opts[:'page'] query_params[:'exportSetId'] = opts[:'export_set_id'] if opts[:'export_set_id'] query_params[:'fileSystemId'] = opts[:'file_system_id'] if opts[:'file_system_id'] query_params[:'lifecycleState'] = opts[:'lifecycle_state'] if opts[:'lifecycle_state'] query_params[:'id'] = opts[:'id'] if opts[:'id'] query_params[:'sortBy'] = opts[:'sort_by'] if opts[:'sort_by'] query_params[:'sortOrder'] = opts[:'sort_order'] if opts[:'sort_order'] # Header Params header_params = {} header_params['accept'] = 'application/json' header_params['content-type'] = 'application/json' post_body = nil return @api_client.call_api( :GET, path, endpoint, :header_params => header_params, :query_params => query_params, :body => post_body, :return_type => 'Array<OCI::FileStorage::Models::ExportSummary>') end |
#list_file_systems(compartment_id, availability_domain, opts = {}) ⇒ Response
Lists the file system resources in the specified compartment.
807 808 809 810 811 812 813 814 815 816 817 818 819 820 821 822 823 824 825 826 827 828 829 830 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 |
# File 'lib/oci/file_storage/file_storage_client.rb', line 807 def list_file_systems(compartment_id, availability_domain, opts = {}) logger.debug "Calling operation FileStorageClient#list_file_systems." if logger raise "Missing the required parameter 'compartment_id' when calling list_file_systems." if compartment_id.nil? raise "Missing the required parameter 'availability_domain' when calling list_file_systems." if availability_domain.nil? if opts[:'lifecycle_state'] && !['CREATING', 'ACTIVE', 'DELETING', 'DELETED', 'FAILED'].include?(opts[:'lifecycle_state']) raise 'Invalid value for "lifecycle_state", must be one of CREATING, ACTIVE, DELETING, DELETED, FAILED.' end if opts[:'sort_by'] && !['TIMECREATED', 'DISPLAYNAME'].include?(opts[:'sort_by']) raise 'Invalid value for "sort_by", must be one of TIMECREATED, DISPLAYNAME.' end if opts[:'sort_order'] && !['ASC', 'DESC'].include?(opts[:'sort_order']) raise 'Invalid value for "sort_order", must be one of ASC, DESC.' end path = "/fileSystems" # Query Params query_params = {} query_params[:'compartmentId'] = compartment_id query_params[:'availabilityDomain'] = availability_domain query_params[:'limit'] = opts[:'limit'] if opts[:'limit'] query_params[:'page'] = opts[:'page'] if opts[:'page'] query_params[:'displayName'] = opts[:'display_name'] if opts[:'display_name'] query_params[:'lifecycleState'] = opts[:'lifecycle_state'] if opts[:'lifecycle_state'] query_params[:'id'] = opts[:'id'] if opts[:'id'] query_params[:'sortBy'] = opts[:'sort_by'] if opts[:'sort_by'] query_params[:'sortOrder'] = opts[:'sort_order'] if opts[:'sort_order'] # Header Params header_params = {} header_params['accept'] = 'application/json' header_params['content-type'] = 'application/json' post_body = nil return @api_client.call_api( :GET, path, endpoint, :header_params => header_params, :query_params => query_params, :body => post_body, :return_type => 'Array<OCI::FileStorage::Models::FileSystemSummary>') end |
#list_mount_targets(compartment_id, availability_domain, opts = {}) ⇒ Response
Lists the mount target resources in the specified compartment.
893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 932 933 934 935 936 937 938 939 940 941 |
# File 'lib/oci/file_storage/file_storage_client.rb', line 893 def list_mount_targets(compartment_id, availability_domain, opts = {}) logger.debug "Calling operation FileStorageClient#list_mount_targets." if logger raise "Missing the required parameter 'compartment_id' when calling list_mount_targets." if compartment_id.nil? raise "Missing the required parameter 'availability_domain' when calling list_mount_targets." if availability_domain.nil? if opts[:'lifecycle_state'] && !['CREATING', 'ACTIVE', 'DELETING', 'DELETED', 'FAILED'].include?(opts[:'lifecycle_state']) raise 'Invalid value for "lifecycle_state", must be one of CREATING, ACTIVE, DELETING, DELETED, FAILED.' end if opts[:'sort_by'] && !['TIMECREATED', 'DISPLAYNAME'].include?(opts[:'sort_by']) raise 'Invalid value for "sort_by", must be one of TIMECREATED, DISPLAYNAME.' end if opts[:'sort_order'] && !['ASC', 'DESC'].include?(opts[:'sort_order']) raise 'Invalid value for "sort_order", must be one of ASC, DESC.' end path = "/mountTargets" # Query Params query_params = {} query_params[:'compartmentId'] = compartment_id query_params[:'availabilityDomain'] = availability_domain query_params[:'limit'] = opts[:'limit'] if opts[:'limit'] query_params[:'page'] = opts[:'page'] if opts[:'page'] query_params[:'displayName'] = opts[:'display_name'] if opts[:'display_name'] query_params[:'exportSetId'] = opts[:'export_set_id'] if opts[:'export_set_id'] query_params[:'lifecycleState'] = opts[:'lifecycle_state'] if opts[:'lifecycle_state'] query_params[:'id'] = opts[:'id'] if opts[:'id'] query_params[:'sortBy'] = opts[:'sort_by'] if opts[:'sort_by'] query_params[:'sortOrder'] = opts[:'sort_order'] if opts[:'sort_order'] # Header Params header_params = {} header_params['accept'] = 'application/json' header_params['content-type'] = 'application/json' post_body = nil return @api_client.call_api( :GET, path, endpoint, :header_params => header_params, :query_params => query_params, :body => post_body, :return_type => 'Array<OCI::FileStorage::Models::MountTargetSummary>') end |
#list_snapshots(file_system_id, opts = {}) ⇒ Response
Lists snapshots of the specified file system.
965 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991 992 993 994 995 996 997 998 999 1000 1001 1002 1003 1004 |
# File 'lib/oci/file_storage/file_storage_client.rb', line 965 def list_snapshots(file_system_id, opts = {}) logger.debug "Calling operation FileStorageClient#list_snapshots." if logger raise "Missing the required parameter 'file_system_id' when calling list_snapshots." if file_system_id.nil? if opts[:'lifecycle_state'] && !['CREATING', 'ACTIVE', 'DELETING', 'DELETED', 'FAILED'].include?(opts[:'lifecycle_state']) raise 'Invalid value for "lifecycle_state", must be one of CREATING, ACTIVE, DELETING, DELETED, FAILED.' end if opts[:'sort_order'] && !['ASC', 'DESC'].include?(opts[:'sort_order']) raise 'Invalid value for "sort_order", must be one of ASC, DESC.' end path = "/snapshots" # Query Params query_params = {} query_params[:'fileSystemId'] = file_system_id query_params[:'limit'] = opts[:'limit'] if opts[:'limit'] query_params[:'page'] = opts[:'page'] if opts[:'page'] query_params[:'lifecycleState'] = opts[:'lifecycle_state'] if opts[:'lifecycle_state'] query_params[:'id'] = opts[:'id'] if opts[:'id'] query_params[:'sortOrder'] = opts[:'sort_order'] if opts[:'sort_order'] # Header Params header_params = {} header_params['accept'] = 'application/json' header_params['content-type'] = 'application/json' post_body = nil return @api_client.call_api( :GET, path, endpoint, :header_params => header_params, :query_params => query_params, :body => post_body, :return_type => 'Array<OCI::FileStorage::Models::SnapshotSummary>') end |
#logger ⇒ Logger
Returns The logger for this client. May be nil.
72 73 74 |
# File 'lib/oci/file_storage/file_storage_client.rb', line 72 def logger @api_client.config.logger end |
#update_export_set(export_set_id, update_export_set_details, opts = {}) ⇒ Response
Updates the specified export set’s information.
1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1040 1041 1042 1043 1044 1045 |
# File 'lib/oci/file_storage/file_storage_client.rb', line 1017 def update_export_set(export_set_id, update_export_set_details, opts = {}) logger.debug "Calling operation FileStorageClient#update_export_set." if logger raise "Missing the required parameter 'export_set_id' when calling update_export_set." if export_set_id.nil? raise "Missing the required parameter 'update_export_set_details' when calling update_export_set." if update_export_set_details.nil? raise "Parameter value for 'export_set_id' must not be blank" if OCI::Internal::Util::blank_string?(export_set_id) path = "/exportSets/{exportSetId}".sub('{exportSetId}', export_set_id.to_s) # Query Params query_params = {} # Header Params header_params = {} header_params['accept'] = 'application/json' header_params['content-type'] = 'application/json' header_params[:'if-match'] = opts[:'if_match'] if opts[:'if_match'] post_body = @api_client.object_to_http_body(update_export_set_details) return @api_client.call_api( :PUT, path, endpoint, :header_params => header_params, :query_params => query_params, :body => post_body, :return_type => 'OCI::FileStorage::Models::ExportSet') end |
#update_file_system(file_system_id, update_file_system_details, opts = {}) ⇒ Response
Updates the specified file system’s information. You can use this operation to rename a file system.
1060 1061 1062 1063 1064 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 |
# File 'lib/oci/file_storage/file_storage_client.rb', line 1060 def update_file_system(file_system_id, update_file_system_details, opts = {}) logger.debug "Calling operation FileStorageClient#update_file_system." if logger raise "Missing the required parameter 'file_system_id' when calling update_file_system." if file_system_id.nil? raise "Missing the required parameter 'update_file_system_details' when calling update_file_system." if update_file_system_details.nil? raise "Parameter value for 'file_system_id' must not be blank" if OCI::Internal::Util::blank_string?(file_system_id) path = "/fileSystems/{fileSystemId}".sub('{fileSystemId}', file_system_id.to_s) # Query Params query_params = {} # Header Params header_params = {} header_params['accept'] = 'application/json' header_params['content-type'] = 'application/json' header_params[:'if-match'] = opts[:'if_match'] if opts[:'if_match'] post_body = @api_client.object_to_http_body(update_file_system_details) return @api_client.call_api( :PUT, path, endpoint, :header_params => header_params, :query_params => query_params, :body => post_body, :return_type => 'OCI::FileStorage::Models::FileSystem') end |
#update_mount_target(mount_target_id, update_mount_target_details, opts = {}) ⇒ Response
Updates the specified mount target’s information.
1101 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113 1114 1115 1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 |
# File 'lib/oci/file_storage/file_storage_client.rb', line 1101 def update_mount_target(mount_target_id, update_mount_target_details, opts = {}) logger.debug "Calling operation FileStorageClient#update_mount_target." if logger raise "Missing the required parameter 'mount_target_id' when calling update_mount_target." if mount_target_id.nil? raise "Missing the required parameter 'update_mount_target_details' when calling update_mount_target." if update_mount_target_details.nil? raise "Parameter value for 'mount_target_id' must not be blank" if OCI::Internal::Util::blank_string?(mount_target_id) path = "/mountTargets/{mountTargetId}".sub('{mountTargetId}', mount_target_id.to_s) # Query Params query_params = {} # Header Params header_params = {} header_params['accept'] = 'application/json' header_params['content-type'] = 'application/json' header_params[:'if-match'] = opts[:'if_match'] if opts[:'if_match'] post_body = @api_client.object_to_http_body(update_mount_target_details) return @api_client.call_api( :PUT, path, endpoint, :header_params => header_params, :query_params => query_params, :body => post_body, :return_type => 'OCI::FileStorage::Models::MountTarget') end |