aws-sdk-fsx 1.40.0 → 1.44.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-fsx/client.rb +1267 -106
- data/lib/aws-sdk-fsx/client_api.rb +490 -1
- data/lib/aws-sdk-fsx/errors.rb +53 -0
- data/lib/aws-sdk-fsx/types.rb +2195 -343
- data/lib/aws-sdk-fsx.rb +1 -1
- metadata +5 -5
data/lib/aws-sdk-fsx/client.rb
CHANGED
@@ -339,7 +339,7 @@ module Aws::FSx
|
|
339
339
|
|
340
340
|
# Use this action to associate one or more Domain Name Server (DNS)
|
341
341
|
# aliases with an existing Amazon FSx for Windows File Server file
|
342
|
-
# system. A file
|
342
|
+
# system. A file system can have a maximum of 50 DNS aliases associated
|
343
343
|
# with it at any one time. If you try to associate a DNS alias that is
|
344
344
|
# already associated with the file system, FSx takes no action on that
|
345
345
|
# alias in the request. For more information, see [Working with DNS
|
@@ -360,8 +360,8 @@ module Aws::FSx
|
|
360
360
|
# @option params [String] :client_request_token
|
361
361
|
# (Optional) An idempotency token for resource creation, in a string of
|
362
362
|
# up to 64 ASCII characters. This token is automatically filled on your
|
363
|
-
# behalf when you use the
|
364
|
-
# SDK.
|
363
|
+
# behalf when you use the Command Line Interface (CLI) or an Amazon Web
|
364
|
+
# Services SDK.
|
365
365
|
#
|
366
366
|
# **A suitable default value is auto-generated.** You should normally
|
367
367
|
# not need to pass this option.**
|
@@ -456,28 +456,29 @@ module Aws::FSx
|
|
456
456
|
req.send_request(options)
|
457
457
|
end
|
458
458
|
|
459
|
-
# Copies an existing backup within the same
|
460
|
-
# Region (cross-Region copy) or within
|
461
|
-
#
|
462
|
-
#
|
459
|
+
# Copies an existing backup within the same Amazon Web Services account
|
460
|
+
# to another Amazon Web Services Region (cross-Region copy) or within
|
461
|
+
# the same Amazon Web Services Region (in-Region copy). You can have up
|
462
|
+
# to five backup copy requests in progress to a single destination
|
463
|
+
# Region per account.
|
463
464
|
#
|
464
465
|
# You can use cross-Region backup copies for cross-region disaster
|
465
466
|
# recovery. You periodically take backups and copy them to another
|
466
467
|
# Region so that in the event of a disaster in the primary Region, you
|
467
468
|
# can restore from backup and recover availability quickly in the other
|
468
|
-
# Region. You can make cross-Region copies only within your
|
469
|
-
# partition.
|
469
|
+
# Region. You can make cross-Region copies only within your Amazon Web
|
470
|
+
# Services partition.
|
470
471
|
#
|
471
472
|
# You can also use backup copies to clone your file data set to another
|
472
473
|
# Region or within the same Region.
|
473
474
|
#
|
474
|
-
# You can use the `SourceRegion` parameter to specify the
|
475
|
-
# from which the backup will be copied. For example, if
|
476
|
-
# call from the `us-west-1` Region and want to copy a
|
477
|
-
# `us-east-2` Region, you specify `us-east-2` in the
|
478
|
-
# parameter to make a cross-Region copy. If you don't
|
479
|
-
# the backup copy is created in the same Region where
|
480
|
-
# sent from (in-Region copy).
|
475
|
+
# You can use the `SourceRegion` parameter to specify the Amazon Web
|
476
|
+
# Services Region from which the backup will be copied. For example, if
|
477
|
+
# you make the call from the `us-west-1` Region and want to copy a
|
478
|
+
# backup from the `us-east-2` Region, you specify `us-east-2` in the
|
479
|
+
# `SourceRegion` parameter to make a cross-Region copy. If you don't
|
480
|
+
# specify a Region, the backup copy is created in the same Region where
|
481
|
+
# the request is sent from (in-Region copy).
|
481
482
|
#
|
482
483
|
# For more information on creating backup copies, see [ Copying
|
483
484
|
# backups][1] in the *Amazon FSx for Windows User Guide* and [Copying
|
@@ -491,8 +492,8 @@ module Aws::FSx
|
|
491
492
|
# @option params [String] :client_request_token
|
492
493
|
# (Optional) An idempotency token for resource creation, in a string of
|
493
494
|
# up to 64 ASCII characters. This token is automatically filled on your
|
494
|
-
# behalf when you use the
|
495
|
-
# SDK.
|
495
|
+
# behalf when you use the Command Line Interface (CLI) or an Amazon Web
|
496
|
+
# Services SDK.
|
496
497
|
#
|
497
498
|
# **A suitable default value is auto-generated.** You should normally
|
498
499
|
# not need to pass this option.**
|
@@ -502,21 +503,21 @@ module Aws::FSx
|
|
502
503
|
# being copied.
|
503
504
|
#
|
504
505
|
# @option params [String] :source_region
|
505
|
-
# The source
|
506
|
-
# which the backup is being copied. The
|
507
|
-
# must be in the same
|
508
|
-
#
|
509
|
-
# copy).
|
506
|
+
# The source Amazon Web Services Region of the backup. Specifies the
|
507
|
+
# Amazon Web Services Region from which the backup is being copied. The
|
508
|
+
# source and destination Regions must be in the same Amazon Web Services
|
509
|
+
# partition. If you don't specify a Region, it defaults to the Region
|
510
|
+
# where the request is sent from (in-Region copy).
|
510
511
|
#
|
511
512
|
# @option params [String] :kms_key_id
|
512
|
-
# The ID of the
|
513
|
-
#
|
514
|
-
# systems
|
515
|
-
#
|
516
|
-
# The Amazon FSx for Lustre `SCRATCH_1`
|
517
|
-
# always encrypted at rest using Amazon
|
518
|
-
# information, see [Encrypt][1] in the *
|
519
|
-
# Reference*.
|
513
|
+
# The ID of the Key Management Service (KMS) key used to encrypt the
|
514
|
+
# file system's data for Amazon FSx for Windows File Server file
|
515
|
+
# systems, Amazon FSx for NetApp ONTAP file systems, and Amazon FSx for
|
516
|
+
# Lustre `PERSISTENT_1` file systems at rest. If not specified, the
|
517
|
+
# Amazon FSx managed key is used. The Amazon FSx for Lustre `SCRATCH_1`
|
518
|
+
# and `SCRATCH_2` file systems are always encrypted at rest using Amazon
|
519
|
+
# FSx managed keys. For more information, see [Encrypt][1] in the *Key
|
520
|
+
# Management Service API Reference*.
|
520
521
|
#
|
521
522
|
#
|
522
523
|
#
|
@@ -614,7 +615,7 @@ module Aws::FSx
|
|
614
615
|
# resp.backup.file_system.owner_id #=> String
|
615
616
|
# resp.backup.file_system.creation_time #=> Time
|
616
617
|
# resp.backup.file_system.file_system_id #=> String
|
617
|
-
# resp.backup.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE"
|
618
|
+
# resp.backup.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP"
|
618
619
|
# resp.backup.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
|
619
620
|
# resp.backup.file_system.failure_details.message #=> String
|
620
621
|
# resp.backup.file_system.storage_capacity #=> Integer
|
@@ -676,12 +677,75 @@ module Aws::FSx
|
|
676
677
|
# resp.backup.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
677
678
|
# resp.backup.file_system.administrative_actions[0].target_file_system_values #=> Types::FileSystem
|
678
679
|
# resp.backup.file_system.administrative_actions[0].failure_details.message #=> String
|
680
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.creation_time #=> Time
|
681
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.file_system_id #=> String
|
682
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
|
683
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.name #=> String
|
684
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
|
685
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.junction_path #=> String
|
686
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
|
687
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.size_in_megabytes #=> Integer
|
688
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_efficiency_enabled #=> Boolean
|
689
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_id #=> String
|
690
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_root #=> Boolean
|
691
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.cooling_period #=> Integer
|
692
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
693
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.uuid #=> String
|
694
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
695
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
696
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
697
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
698
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.tags[0].value #=> String
|
699
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.volume_id #=> String
|
700
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.volume_type #=> String, one of "ONTAP"
|
701
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.lifecycle_transition_reason.message #=> String
|
702
|
+
# resp.backup.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
|
703
|
+
# resp.backup.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
|
704
|
+
# resp.backup.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
|
705
|
+
# resp.backup.file_system.ontap_configuration.endpoint_ip_address_range #=> String
|
706
|
+
# resp.backup.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
|
707
|
+
# resp.backup.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
708
|
+
# resp.backup.file_system.ontap_configuration.endpoints.intercluster.ip_addresses[0] #=> String
|
709
|
+
# resp.backup.file_system.ontap_configuration.endpoints.management.dns_name #=> String
|
710
|
+
# resp.backup.file_system.ontap_configuration.endpoints.management.ip_addresses #=> Array
|
711
|
+
# resp.backup.file_system.ontap_configuration.endpoints.management.ip_addresses[0] #=> String
|
712
|
+
# resp.backup.file_system.ontap_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
713
|
+
# resp.backup.file_system.ontap_configuration.disk_iops_configuration.iops #=> Integer
|
714
|
+
# resp.backup.file_system.ontap_configuration.preferred_subnet_id #=> String
|
715
|
+
# resp.backup.file_system.ontap_configuration.route_table_ids #=> Array
|
716
|
+
# resp.backup.file_system.ontap_configuration.route_table_ids[0] #=> String
|
717
|
+
# resp.backup.file_system.ontap_configuration.throughput_capacity #=> Integer
|
718
|
+
# resp.backup.file_system.ontap_configuration.weekly_maintenance_start_time #=> String
|
719
|
+
# resp.backup.file_system.file_system_type_version #=> String
|
679
720
|
# resp.backup.directory_information.domain_name #=> String
|
680
721
|
# resp.backup.directory_information.active_directory_id #=> String
|
681
722
|
# resp.backup.directory_information.resource_arn #=> String
|
682
723
|
# resp.backup.owner_id #=> String
|
683
724
|
# resp.backup.source_backup_id #=> String
|
684
725
|
# resp.backup.source_backup_region #=> String
|
726
|
+
# resp.backup.resource_type #=> String, one of "FILE_SYSTEM", "VOLUME"
|
727
|
+
# resp.backup.volume.creation_time #=> Time
|
728
|
+
# resp.backup.volume.file_system_id #=> String
|
729
|
+
# resp.backup.volume.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
|
730
|
+
# resp.backup.volume.name #=> String
|
731
|
+
# resp.backup.volume.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
|
732
|
+
# resp.backup.volume.ontap_configuration.junction_path #=> String
|
733
|
+
# resp.backup.volume.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
|
734
|
+
# resp.backup.volume.ontap_configuration.size_in_megabytes #=> Integer
|
735
|
+
# resp.backup.volume.ontap_configuration.storage_efficiency_enabled #=> Boolean
|
736
|
+
# resp.backup.volume.ontap_configuration.storage_virtual_machine_id #=> String
|
737
|
+
# resp.backup.volume.ontap_configuration.storage_virtual_machine_root #=> Boolean
|
738
|
+
# resp.backup.volume.ontap_configuration.tiering_policy.cooling_period #=> Integer
|
739
|
+
# resp.backup.volume.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
740
|
+
# resp.backup.volume.ontap_configuration.uuid #=> String
|
741
|
+
# resp.backup.volume.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
742
|
+
# resp.backup.volume.resource_arn #=> String
|
743
|
+
# resp.backup.volume.tags #=> Array
|
744
|
+
# resp.backup.volume.tags[0].key #=> String
|
745
|
+
# resp.backup.volume.tags[0].value #=> String
|
746
|
+
# resp.backup.volume.volume_id #=> String
|
747
|
+
# resp.backup.volume.volume_type #=> String, one of "ONTAP"
|
748
|
+
# resp.backup.volume.lifecycle_transition_reason.message #=> String
|
685
749
|
#
|
686
750
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CopyBackup AWS API Documentation
|
687
751
|
#
|
@@ -692,23 +756,29 @@ module Aws::FSx
|
|
692
756
|
req.send_request(options)
|
693
757
|
end
|
694
758
|
|
695
|
-
# Creates a backup of an existing Amazon FSx
|
696
|
-
#
|
697
|
-
#
|
698
|
-
#
|
759
|
+
# Creates a backup of an existing Amazon FSx for Windows File Server or
|
760
|
+
# Amazon FSx for Lustre file system, or of an Amazon FSx for NetApp
|
761
|
+
# ONTAP volume. Creating regular backups is a best practice, enabling
|
762
|
+
# you to restore a file system or volume from a backup if an issue
|
763
|
+
# arises with the original file system or volume.
|
699
764
|
#
|
700
765
|
# For Amazon FSx for Lustre file systems, you can create a backup only
|
701
766
|
# for file systems with the following configuration:
|
702
767
|
#
|
703
768
|
# * a Persistent deployment type
|
704
769
|
#
|
705
|
-
# * is *not* linked to a data
|
770
|
+
# * is *not* linked to a data repository.
|
706
771
|
#
|
707
|
-
# For more information about
|
708
|
-
# systems, see [Working with FSx for Lustre backups][1].
|
772
|
+
# For more information about backups, see the following:
|
709
773
|
#
|
710
|
-
# For
|
711
|
-
#
|
774
|
+
# * For Amazon FSx for Lustre, see [Working with FSx for Lustre
|
775
|
+
# backups][1].
|
776
|
+
#
|
777
|
+
# * For Amazon FSx for Windows, see [Working with FSx for Windows
|
778
|
+
# backups][2].
|
779
|
+
#
|
780
|
+
# * For Amazon FSx for NetApp ONTAP, see [Working with FSx for NetApp
|
781
|
+
# ONTAP backups][3].
|
712
782
|
#
|
713
783
|
# If a backup with the specified client request token exists, and the
|
714
784
|
# parameters match, this operation returns the description of the
|
@@ -738,15 +808,16 @@ module Aws::FSx
|
|
738
808
|
#
|
739
809
|
# [1]: https://docs.aws.amazon.com/fsx/latest/LustreGuide/using-backups-fsx.html
|
740
810
|
# [2]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/using-backups.html
|
811
|
+
# [3]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/using-backups.html
|
741
812
|
#
|
742
|
-
# @option params [
|
813
|
+
# @option params [String] :file_system_id
|
743
814
|
# The ID of the file system to back up.
|
744
815
|
#
|
745
816
|
# @option params [String] :client_request_token
|
746
817
|
# (Optional) A string of up to 64 ASCII characters that Amazon FSx uses
|
747
818
|
# to ensure idempotent creation. This string is automatically filled on
|
748
|
-
# your behalf when you use the
|
749
|
-
#
|
819
|
+
# your behalf when you use the Command Line Interface (CLI) or an Amazon
|
820
|
+
# Web Services SDK.
|
750
821
|
#
|
751
822
|
# **A suitable default value is auto-generated.** You should normally
|
752
823
|
# not need to pass this option.**
|
@@ -758,6 +829,9 @@ module Aws::FSx
|
|
758
829
|
# tags using the `CreateBackup` action, no existing file system tags are
|
759
830
|
# copied from the file system to the backup.
|
760
831
|
#
|
832
|
+
# @option params [String] :volume_id
|
833
|
+
# The ID of he FSx for NetApp ONTAP volume to back up.
|
834
|
+
#
|
761
835
|
# @return [Types::CreateBackupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
762
836
|
#
|
763
837
|
# * {Types::CreateBackupResponse#backup #backup} => Types::Backup
|
@@ -809,7 +883,7 @@ module Aws::FSx
|
|
809
883
|
# @example Request syntax with placeholder values
|
810
884
|
#
|
811
885
|
# resp = client.create_backup({
|
812
|
-
# file_system_id: "FileSystemId",
|
886
|
+
# file_system_id: "FileSystemId",
|
813
887
|
# client_request_token: "ClientRequestToken",
|
814
888
|
# tags: [
|
815
889
|
# {
|
@@ -817,6 +891,7 @@ module Aws::FSx
|
|
817
891
|
# value: "TagValue", # required
|
818
892
|
# },
|
819
893
|
# ],
|
894
|
+
# volume_id: "VolumeId",
|
820
895
|
# })
|
821
896
|
#
|
822
897
|
# @example Response structure
|
@@ -835,7 +910,7 @@ module Aws::FSx
|
|
835
910
|
# resp.backup.file_system.owner_id #=> String
|
836
911
|
# resp.backup.file_system.creation_time #=> Time
|
837
912
|
# resp.backup.file_system.file_system_id #=> String
|
838
|
-
# resp.backup.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE"
|
913
|
+
# resp.backup.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP"
|
839
914
|
# resp.backup.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
|
840
915
|
# resp.backup.file_system.failure_details.message #=> String
|
841
916
|
# resp.backup.file_system.storage_capacity #=> Integer
|
@@ -897,12 +972,75 @@ module Aws::FSx
|
|
897
972
|
# resp.backup.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
898
973
|
# resp.backup.file_system.administrative_actions[0].target_file_system_values #=> Types::FileSystem
|
899
974
|
# resp.backup.file_system.administrative_actions[0].failure_details.message #=> String
|
975
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.creation_time #=> Time
|
976
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.file_system_id #=> String
|
977
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
|
978
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.name #=> String
|
979
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
|
980
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.junction_path #=> String
|
981
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
|
982
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.size_in_megabytes #=> Integer
|
983
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_efficiency_enabled #=> Boolean
|
984
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_id #=> String
|
985
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_root #=> Boolean
|
986
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.cooling_period #=> Integer
|
987
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
988
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.uuid #=> String
|
989
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
990
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
991
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
992
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
993
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.tags[0].value #=> String
|
994
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.volume_id #=> String
|
995
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.volume_type #=> String, one of "ONTAP"
|
996
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.lifecycle_transition_reason.message #=> String
|
997
|
+
# resp.backup.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
|
998
|
+
# resp.backup.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
|
999
|
+
# resp.backup.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
|
1000
|
+
# resp.backup.file_system.ontap_configuration.endpoint_ip_address_range #=> String
|
1001
|
+
# resp.backup.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
|
1002
|
+
# resp.backup.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
1003
|
+
# resp.backup.file_system.ontap_configuration.endpoints.intercluster.ip_addresses[0] #=> String
|
1004
|
+
# resp.backup.file_system.ontap_configuration.endpoints.management.dns_name #=> String
|
1005
|
+
# resp.backup.file_system.ontap_configuration.endpoints.management.ip_addresses #=> Array
|
1006
|
+
# resp.backup.file_system.ontap_configuration.endpoints.management.ip_addresses[0] #=> String
|
1007
|
+
# resp.backup.file_system.ontap_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
1008
|
+
# resp.backup.file_system.ontap_configuration.disk_iops_configuration.iops #=> Integer
|
1009
|
+
# resp.backup.file_system.ontap_configuration.preferred_subnet_id #=> String
|
1010
|
+
# resp.backup.file_system.ontap_configuration.route_table_ids #=> Array
|
1011
|
+
# resp.backup.file_system.ontap_configuration.route_table_ids[0] #=> String
|
1012
|
+
# resp.backup.file_system.ontap_configuration.throughput_capacity #=> Integer
|
1013
|
+
# resp.backup.file_system.ontap_configuration.weekly_maintenance_start_time #=> String
|
1014
|
+
# resp.backup.file_system.file_system_type_version #=> String
|
900
1015
|
# resp.backup.directory_information.domain_name #=> String
|
901
1016
|
# resp.backup.directory_information.active_directory_id #=> String
|
902
1017
|
# resp.backup.directory_information.resource_arn #=> String
|
903
1018
|
# resp.backup.owner_id #=> String
|
904
1019
|
# resp.backup.source_backup_id #=> String
|
905
1020
|
# resp.backup.source_backup_region #=> String
|
1021
|
+
# resp.backup.resource_type #=> String, one of "FILE_SYSTEM", "VOLUME"
|
1022
|
+
# resp.backup.volume.creation_time #=> Time
|
1023
|
+
# resp.backup.volume.file_system_id #=> String
|
1024
|
+
# resp.backup.volume.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
|
1025
|
+
# resp.backup.volume.name #=> String
|
1026
|
+
# resp.backup.volume.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
|
1027
|
+
# resp.backup.volume.ontap_configuration.junction_path #=> String
|
1028
|
+
# resp.backup.volume.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
|
1029
|
+
# resp.backup.volume.ontap_configuration.size_in_megabytes #=> Integer
|
1030
|
+
# resp.backup.volume.ontap_configuration.storage_efficiency_enabled #=> Boolean
|
1031
|
+
# resp.backup.volume.ontap_configuration.storage_virtual_machine_id #=> String
|
1032
|
+
# resp.backup.volume.ontap_configuration.storage_virtual_machine_root #=> Boolean
|
1033
|
+
# resp.backup.volume.ontap_configuration.tiering_policy.cooling_period #=> Integer
|
1034
|
+
# resp.backup.volume.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
1035
|
+
# resp.backup.volume.ontap_configuration.uuid #=> String
|
1036
|
+
# resp.backup.volume.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
1037
|
+
# resp.backup.volume.resource_arn #=> String
|
1038
|
+
# resp.backup.volume.tags #=> Array
|
1039
|
+
# resp.backup.volume.tags[0].key #=> String
|
1040
|
+
# resp.backup.volume.tags[0].value #=> String
|
1041
|
+
# resp.backup.volume.volume_id #=> String
|
1042
|
+
# resp.backup.volume.volume_type #=> String, one of "ONTAP"
|
1043
|
+
# resp.backup.volume.lifecycle_transition_reason.message #=> String
|
906
1044
|
#
|
907
1045
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateBackup AWS API Documentation
|
908
1046
|
#
|
@@ -959,8 +1097,8 @@ module Aws::FSx
|
|
959
1097
|
# @option params [String] :client_request_token
|
960
1098
|
# (Optional) An idempotency token for resource creation, in a string of
|
961
1099
|
# up to 64 ASCII characters. This token is automatically filled on your
|
962
|
-
# behalf when you use the
|
963
|
-
# SDK.
|
1100
|
+
# behalf when you use the Command Line Interface (CLI) or an Amazon Web
|
1101
|
+
# Services SDK.
|
964
1102
|
#
|
965
1103
|
# **A suitable default value is auto-generated.** You should normally
|
966
1104
|
# not need to pass this option.**
|
@@ -1064,15 +1202,15 @@ module Aws::FSx
|
|
1064
1202
|
# @option params [String] :client_request_token
|
1065
1203
|
# A string of up to 64 ASCII characters that Amazon FSx uses to ensure
|
1066
1204
|
# idempotent creation. This string is automatically filled on your
|
1067
|
-
# behalf when you use the
|
1068
|
-
# SDK.
|
1205
|
+
# behalf when you use the Command Line Interface (CLI) or an Amazon Web
|
1206
|
+
# Services SDK.
|
1069
1207
|
#
|
1070
1208
|
# **A suitable default value is auto-generated.** You should normally
|
1071
1209
|
# not need to pass this option.**
|
1072
1210
|
#
|
1073
1211
|
# @option params [required, String] :file_system_type
|
1074
|
-
# The type of Amazon FSx file system to create
|
1075
|
-
# `LUSTRE`.
|
1212
|
+
# The type of Amazon FSx file system to create. Valid values are
|
1213
|
+
# `WINDOWS`, `LUSTRE`, and `ONTAP`.
|
1076
1214
|
#
|
1077
1215
|
# @option params [required, Integer] :storage_capacity
|
1078
1216
|
# Sets the storage capacity of the file system that you're creating.
|
@@ -1096,12 +1234,18 @@ module Aws::FSx
|
|
1096
1234
|
# * If `StorageType=HDD`, valid values are 2000 GiB - 65,536 GiB (64
|
1097
1235
|
# TiB).
|
1098
1236
|
#
|
1237
|
+
# For ONTAP file systems:
|
1238
|
+
#
|
1239
|
+
# * Valid values are 1024 GiB - 196,608 GiB (192 TiB).
|
1240
|
+
#
|
1241
|
+
# ^
|
1242
|
+
#
|
1099
1243
|
# @option params [String] :storage_type
|
1100
1244
|
# Sets the storage type for the file system you're creating. Valid
|
1101
1245
|
# values are `SSD` and `HDD`.
|
1102
1246
|
#
|
1103
1247
|
# * Set to `SSD` to use solid state drive storage. SSD is supported on
|
1104
|
-
# all Windows and
|
1248
|
+
# all Windows, Lustre, and ONTAP deployment types.
|
1105
1249
|
#
|
1106
1250
|
# * Set to `HDD` to use hard disk drive storage. HDD is supported on
|
1107
1251
|
# `SINGLE_AZ_2` and `MULTI_AZ_1` Windows file system deployment types,
|
@@ -1118,12 +1262,15 @@ module Aws::FSx
|
|
1118
1262
|
#
|
1119
1263
|
# @option params [required, Array<String>] :subnet_ids
|
1120
1264
|
# Specifies the IDs of the subnets that the file system will be
|
1121
|
-
# accessible from. For Windows `MULTI_AZ_1` file system
|
1122
|
-
# types, provide exactly two subnet IDs, one for the
|
1123
|
-
# server and one for the standby file server. You specify
|
1124
|
-
# subnets as the preferred subnet using the
|
1125
|
-
#
|
1126
|
-
#
|
1265
|
+
# accessible from. For Windows and ONTAP `MULTI_AZ_1` file system
|
1266
|
+
# deployment types, provide exactly two subnet IDs, one for the
|
1267
|
+
# preferred file server and one for the standby file server. You specify
|
1268
|
+
# one of these subnets as the preferred subnet using the
|
1269
|
+
# `WindowsConfiguration > PreferredSubnetID` or `OntapConfiguration >
|
1270
|
+
# PreferredSubnetID` properties. For more information, see [
|
1271
|
+
# Availability and durability: Single-AZ and Multi-AZ file systems][1]
|
1272
|
+
# in the *Amazon FSx for Windows User Guide* and [ Availability and
|
1273
|
+
# durability][2] in the *Amazon FSx for ONTAP User Guide*.
|
1127
1274
|
#
|
1128
1275
|
# For Windows `SINGLE_AZ_1` and `SINGLE_AZ_2` file system deployment
|
1129
1276
|
# types and Lustre file systems, provide exactly one subnet ID. The file
|
@@ -1132,6 +1279,7 @@ module Aws::FSx
|
|
1132
1279
|
#
|
1133
1280
|
#
|
1134
1281
|
# [1]: https://docs.aws.amazon.com/fsx/latest/WindowsGuide/high-availability-multiAZ.html
|
1282
|
+
# [2]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/high-availability-multiAZ.html
|
1135
1283
|
#
|
1136
1284
|
# @option params [Array<String>] :security_group_ids
|
1137
1285
|
# A list of IDs specifying the security groups to apply to all network
|
@@ -1143,14 +1291,14 @@ module Aws::FSx
|
|
1143
1291
|
# the `Name` tag appears in the console as the file system name.
|
1144
1292
|
#
|
1145
1293
|
# @option params [String] :kms_key_id
|
1146
|
-
# The ID of the
|
1147
|
-
#
|
1148
|
-
# systems
|
1149
|
-
#
|
1150
|
-
# The Amazon FSx for Lustre `SCRATCH_1`
|
1151
|
-
# always encrypted at rest using Amazon
|
1152
|
-
# information, see [Encrypt][1] in the *
|
1153
|
-
# Reference*.
|
1294
|
+
# The ID of the Key Management Service (KMS) key used to encrypt the
|
1295
|
+
# file system's data for Amazon FSx for Windows File Server file
|
1296
|
+
# systems, Amazon FSx for NetApp ONTAP file systems, and Amazon FSx for
|
1297
|
+
# Lustre `PERSISTENT_1` file systems at rest. If not specified, the
|
1298
|
+
# Amazon FSx managed key is used. The Amazon FSx for Lustre `SCRATCH_1`
|
1299
|
+
# and `SCRATCH_2` file systems are always encrypted at rest using Amazon
|
1300
|
+
# FSx managed keys. For more information, see [Encrypt][1] in the *Key
|
1301
|
+
# Management Service API Reference*.
|
1154
1302
|
#
|
1155
1303
|
#
|
1156
1304
|
#
|
@@ -1162,6 +1310,20 @@ module Aws::FSx
|
|
1162
1310
|
# @option params [Types::CreateFileSystemLustreConfiguration] :lustre_configuration
|
1163
1311
|
# The Lustre configuration for the file system being created.
|
1164
1312
|
#
|
1313
|
+
# @option params [Types::CreateFileSystemOntapConfiguration] :ontap_configuration
|
1314
|
+
# The ONTAP configuration properties of the FSx for NetApp ONTAP file
|
1315
|
+
# system that you are creating.
|
1316
|
+
#
|
1317
|
+
# @option params [String] :file_system_type_version
|
1318
|
+
# Sets the version of the Amazon FSx for Lustre file system you're
|
1319
|
+
# creating. Valid values are `2.10` and `2.12`.
|
1320
|
+
#
|
1321
|
+
# * Set the value to `2.10` to create a Lustre 2.10 file system.
|
1322
|
+
#
|
1323
|
+
# * Set the value to `2.12` to create a Lustre 2.12 file system.
|
1324
|
+
#
|
1325
|
+
# Default value is `2.10`.
|
1326
|
+
#
|
1165
1327
|
# @return [Types::CreateFileSystemResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1166
1328
|
#
|
1167
1329
|
# * {Types::CreateFileSystemResponse#file_system #file_system} => Types::FileSystem
|
@@ -1243,7 +1405,7 @@ module Aws::FSx
|
|
1243
1405
|
#
|
1244
1406
|
# resp = client.create_file_system({
|
1245
1407
|
# client_request_token: "ClientRequestToken",
|
1246
|
-
# file_system_type: "WINDOWS", # required, accepts WINDOWS, LUSTRE
|
1408
|
+
# file_system_type: "WINDOWS", # required, accepts WINDOWS, LUSTRE, ONTAP
|
1247
1409
|
# storage_capacity: 1, # required
|
1248
1410
|
# storage_type: "SSD", # accepts SSD, HDD
|
1249
1411
|
# subnet_ids: ["SubnetId"], # required
|
@@ -1293,6 +1455,22 @@ module Aws::FSx
|
|
1293
1455
|
# drive_cache_type: "NONE", # accepts NONE, READ
|
1294
1456
|
# data_compression_type: "NONE", # accepts NONE, LZ4
|
1295
1457
|
# },
|
1458
|
+
# ontap_configuration: {
|
1459
|
+
# automatic_backup_retention_days: 1,
|
1460
|
+
# daily_automatic_backup_start_time: "DailyTime",
|
1461
|
+
# deployment_type: "MULTI_AZ_1", # required, accepts MULTI_AZ_1
|
1462
|
+
# endpoint_ip_address_range: "IpAddressRange",
|
1463
|
+
# fsx_admin_password: "AdminPassword",
|
1464
|
+
# disk_iops_configuration: {
|
1465
|
+
# mode: "AUTOMATIC", # accepts AUTOMATIC, USER_PROVISIONED
|
1466
|
+
# iops: 1,
|
1467
|
+
# },
|
1468
|
+
# preferred_subnet_id: "SubnetId",
|
1469
|
+
# route_table_ids: ["RouteTableId"],
|
1470
|
+
# throughput_capacity: 1, # required
|
1471
|
+
# weekly_maintenance_start_time: "WeeklyTime",
|
1472
|
+
# },
|
1473
|
+
# file_system_type_version: "FileSystemTypeVersion",
|
1296
1474
|
# })
|
1297
1475
|
#
|
1298
1476
|
# @example Response structure
|
@@ -1300,7 +1478,7 @@ module Aws::FSx
|
|
1300
1478
|
# resp.file_system.owner_id #=> String
|
1301
1479
|
# resp.file_system.creation_time #=> Time
|
1302
1480
|
# resp.file_system.file_system_id #=> String
|
1303
|
-
# resp.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE"
|
1481
|
+
# resp.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP"
|
1304
1482
|
# resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
|
1305
1483
|
# resp.file_system.failure_details.message #=> String
|
1306
1484
|
# resp.file_system.storage_capacity #=> Integer
|
@@ -1362,6 +1540,46 @@ module Aws::FSx
|
|
1362
1540
|
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
1363
1541
|
# resp.file_system.administrative_actions[0].target_file_system_values #=> Types::FileSystem
|
1364
1542
|
# resp.file_system.administrative_actions[0].failure_details.message #=> String
|
1543
|
+
# resp.file_system.administrative_actions[0].target_volume_values.creation_time #=> Time
|
1544
|
+
# resp.file_system.administrative_actions[0].target_volume_values.file_system_id #=> String
|
1545
|
+
# resp.file_system.administrative_actions[0].target_volume_values.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
|
1546
|
+
# resp.file_system.administrative_actions[0].target_volume_values.name #=> String
|
1547
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
|
1548
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.junction_path #=> String
|
1549
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
|
1550
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.size_in_megabytes #=> Integer
|
1551
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_efficiency_enabled #=> Boolean
|
1552
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_id #=> String
|
1553
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_root #=> Boolean
|
1554
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.cooling_period #=> Integer
|
1555
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
1556
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.uuid #=> String
|
1557
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
1558
|
+
# resp.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
1559
|
+
# resp.file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
1560
|
+
# resp.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
1561
|
+
# resp.file_system.administrative_actions[0].target_volume_values.tags[0].value #=> String
|
1562
|
+
# resp.file_system.administrative_actions[0].target_volume_values.volume_id #=> String
|
1563
|
+
# resp.file_system.administrative_actions[0].target_volume_values.volume_type #=> String, one of "ONTAP"
|
1564
|
+
# resp.file_system.administrative_actions[0].target_volume_values.lifecycle_transition_reason.message #=> String
|
1565
|
+
# resp.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
|
1566
|
+
# resp.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
|
1567
|
+
# resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
|
1568
|
+
# resp.file_system.ontap_configuration.endpoint_ip_address_range #=> String
|
1569
|
+
# resp.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
|
1570
|
+
# resp.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
1571
|
+
# resp.file_system.ontap_configuration.endpoints.intercluster.ip_addresses[0] #=> String
|
1572
|
+
# resp.file_system.ontap_configuration.endpoints.management.dns_name #=> String
|
1573
|
+
# resp.file_system.ontap_configuration.endpoints.management.ip_addresses #=> Array
|
1574
|
+
# resp.file_system.ontap_configuration.endpoints.management.ip_addresses[0] #=> String
|
1575
|
+
# resp.file_system.ontap_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
1576
|
+
# resp.file_system.ontap_configuration.disk_iops_configuration.iops #=> Integer
|
1577
|
+
# resp.file_system.ontap_configuration.preferred_subnet_id #=> String
|
1578
|
+
# resp.file_system.ontap_configuration.route_table_ids #=> Array
|
1579
|
+
# resp.file_system.ontap_configuration.route_table_ids[0] #=> String
|
1580
|
+
# resp.file_system.ontap_configuration.throughput_capacity #=> Integer
|
1581
|
+
# resp.file_system.ontap_configuration.weekly_maintenance_start_time #=> String
|
1582
|
+
# resp.file_system.file_system_type_version #=> String
|
1365
1583
|
#
|
1366
1584
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystem AWS API Documentation
|
1367
1585
|
#
|
@@ -1372,8 +1590,8 @@ module Aws::FSx
|
|
1372
1590
|
req.send_request(options)
|
1373
1591
|
end
|
1374
1592
|
|
1375
|
-
# Creates a new Amazon FSx
|
1376
|
-
# backup.
|
1593
|
+
# Creates a new Amazon FSx for Lustre or Amazon FSx for Windows File
|
1594
|
+
# Server file system from an existing Amazon FSx backup.
|
1377
1595
|
#
|
1378
1596
|
# If a file system with the specified client request token exists and
|
1379
1597
|
# the parameters match, this operation returns the description of the
|
@@ -1415,8 +1633,8 @@ module Aws::FSx
|
|
1415
1633
|
# @option params [String] :client_request_token
|
1416
1634
|
# A string of up to 64 ASCII characters that Amazon FSx uses to ensure
|
1417
1635
|
# idempotent creation. This string is automatically filled on your
|
1418
|
-
# behalf when you use the
|
1419
|
-
# SDK.
|
1636
|
+
# behalf when you use the Command Line Interface (CLI) or an Amazon Web
|
1637
|
+
# Services SDK.
|
1420
1638
|
#
|
1421
1639
|
# **A suitable default value is auto-generated.** You should normally
|
1422
1640
|
# not need to pass this option.**
|
@@ -1472,19 +1690,28 @@ module Aws::FSx
|
|
1472
1690
|
# </note>
|
1473
1691
|
#
|
1474
1692
|
# @option params [String] :kms_key_id
|
1475
|
-
# The ID of the
|
1476
|
-
#
|
1477
|
-
# systems
|
1478
|
-
#
|
1479
|
-
# The Amazon FSx for Lustre `SCRATCH_1`
|
1480
|
-
# always encrypted at rest using Amazon
|
1481
|
-
# information, see [Encrypt][1] in the *
|
1482
|
-
# Reference*.
|
1693
|
+
# The ID of the Key Management Service (KMS) key used to encrypt the
|
1694
|
+
# file system's data for Amazon FSx for Windows File Server file
|
1695
|
+
# systems, Amazon FSx for NetApp ONTAP file systems, and Amazon FSx for
|
1696
|
+
# Lustre `PERSISTENT_1` file systems at rest. If not specified, the
|
1697
|
+
# Amazon FSx managed key is used. The Amazon FSx for Lustre `SCRATCH_1`
|
1698
|
+
# and `SCRATCH_2` file systems are always encrypted at rest using Amazon
|
1699
|
+
# FSx managed keys. For more information, see [Encrypt][1] in the *Key
|
1700
|
+
# Management Service API Reference*.
|
1483
1701
|
#
|
1484
1702
|
#
|
1485
1703
|
#
|
1486
1704
|
# [1]: https://docs.aws.amazon.com/kms/latest/APIReference/API_Encrypt.html
|
1487
1705
|
#
|
1706
|
+
# @option params [String] :file_system_type_version
|
1707
|
+
# Sets the version for the Amazon FSx for Lustre file system you're
|
1708
|
+
# creating from a backup. Valid values are `2.10` and `2.12`.
|
1709
|
+
#
|
1710
|
+
# You don't need to specify `FileSystemTypeVersion` because it will be
|
1711
|
+
# applied using the backup's `FileSystemTypeVersion` setting. If you
|
1712
|
+
# choose to specify `FileSystemTypeVersion` when creating from backup,
|
1713
|
+
# the value must match the backup's `FileSystemTypeVersion` setting.
|
1714
|
+
#
|
1488
1715
|
# @return [Types::CreateFileSystemFromBackupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1489
1716
|
#
|
1490
1717
|
# * {Types::CreateFileSystemFromBackupResponse#file_system #file_system} => Types::FileSystem
|
@@ -1598,6 +1825,7 @@ module Aws::FSx
|
|
1598
1825
|
# },
|
1599
1826
|
# storage_type: "SSD", # accepts SSD, HDD
|
1600
1827
|
# kms_key_id: "KmsKeyId",
|
1828
|
+
# file_system_type_version: "FileSystemTypeVersion",
|
1601
1829
|
# })
|
1602
1830
|
#
|
1603
1831
|
# @example Response structure
|
@@ -1605,7 +1833,7 @@ module Aws::FSx
|
|
1605
1833
|
# resp.file_system.owner_id #=> String
|
1606
1834
|
# resp.file_system.creation_time #=> Time
|
1607
1835
|
# resp.file_system.file_system_id #=> String
|
1608
|
-
# resp.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE"
|
1836
|
+
# resp.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP"
|
1609
1837
|
# resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
|
1610
1838
|
# resp.file_system.failure_details.message #=> String
|
1611
1839
|
# resp.file_system.storage_capacity #=> Integer
|
@@ -1667,6 +1895,46 @@ module Aws::FSx
|
|
1667
1895
|
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
1668
1896
|
# resp.file_system.administrative_actions[0].target_file_system_values #=> Types::FileSystem
|
1669
1897
|
# resp.file_system.administrative_actions[0].failure_details.message #=> String
|
1898
|
+
# resp.file_system.administrative_actions[0].target_volume_values.creation_time #=> Time
|
1899
|
+
# resp.file_system.administrative_actions[0].target_volume_values.file_system_id #=> String
|
1900
|
+
# resp.file_system.administrative_actions[0].target_volume_values.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
|
1901
|
+
# resp.file_system.administrative_actions[0].target_volume_values.name #=> String
|
1902
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
|
1903
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.junction_path #=> String
|
1904
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
|
1905
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.size_in_megabytes #=> Integer
|
1906
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_efficiency_enabled #=> Boolean
|
1907
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_id #=> String
|
1908
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_root #=> Boolean
|
1909
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.cooling_period #=> Integer
|
1910
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
1911
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.uuid #=> String
|
1912
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
1913
|
+
# resp.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
1914
|
+
# resp.file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
1915
|
+
# resp.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
1916
|
+
# resp.file_system.administrative_actions[0].target_volume_values.tags[0].value #=> String
|
1917
|
+
# resp.file_system.administrative_actions[0].target_volume_values.volume_id #=> String
|
1918
|
+
# resp.file_system.administrative_actions[0].target_volume_values.volume_type #=> String, one of "ONTAP"
|
1919
|
+
# resp.file_system.administrative_actions[0].target_volume_values.lifecycle_transition_reason.message #=> String
|
1920
|
+
# resp.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
|
1921
|
+
# resp.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
|
1922
|
+
# resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
|
1923
|
+
# resp.file_system.ontap_configuration.endpoint_ip_address_range #=> String
|
1924
|
+
# resp.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
|
1925
|
+
# resp.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
1926
|
+
# resp.file_system.ontap_configuration.endpoints.intercluster.ip_addresses[0] #=> String
|
1927
|
+
# resp.file_system.ontap_configuration.endpoints.management.dns_name #=> String
|
1928
|
+
# resp.file_system.ontap_configuration.endpoints.management.ip_addresses #=> Array
|
1929
|
+
# resp.file_system.ontap_configuration.endpoints.management.ip_addresses[0] #=> String
|
1930
|
+
# resp.file_system.ontap_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
1931
|
+
# resp.file_system.ontap_configuration.disk_iops_configuration.iops #=> Integer
|
1932
|
+
# resp.file_system.ontap_configuration.preferred_subnet_id #=> String
|
1933
|
+
# resp.file_system.ontap_configuration.route_table_ids #=> Array
|
1934
|
+
# resp.file_system.ontap_configuration.route_table_ids[0] #=> String
|
1935
|
+
# resp.file_system.ontap_configuration.throughput_capacity #=> Integer
|
1936
|
+
# resp.file_system.ontap_configuration.weekly_maintenance_start_time #=> String
|
1937
|
+
# resp.file_system.file_system_type_version #=> String
|
1670
1938
|
#
|
1671
1939
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateFileSystemFromBackup AWS API Documentation
|
1672
1940
|
#
|
@@ -1677,6 +1945,302 @@ module Aws::FSx
|
|
1677
1945
|
req.send_request(options)
|
1678
1946
|
end
|
1679
1947
|
|
1948
|
+
# Creates a storage virtual machine (SVM) for an Amazon FSx for ONTAP
|
1949
|
+
# file system.
|
1950
|
+
#
|
1951
|
+
# @option params [Types::CreateSvmActiveDirectoryConfiguration] :active_directory_configuration
|
1952
|
+
# Describes the self-managed Microsoft Active Directory to which you
|
1953
|
+
# want to join the SVM. Joining an Active Directory provides user
|
1954
|
+
# authentication and access control for SMB clients, including Microsoft
|
1955
|
+
# Windows and macOS client accessing the file system.
|
1956
|
+
#
|
1957
|
+
# @option params [String] :client_request_token
|
1958
|
+
# (Optional) An idempotency token for resource creation, in a string of
|
1959
|
+
# up to 64 ASCII characters. This token is automatically filled on your
|
1960
|
+
# behalf when you use the Command Line Interface (CLI) or an Amazon Web
|
1961
|
+
# Services SDK.
|
1962
|
+
#
|
1963
|
+
# **A suitable default value is auto-generated.** You should normally
|
1964
|
+
# not need to pass this option.**
|
1965
|
+
#
|
1966
|
+
# @option params [required, String] :file_system_id
|
1967
|
+
# The globally unique ID of the file system, assigned by Amazon FSx.
|
1968
|
+
#
|
1969
|
+
# @option params [required, String] :name
|
1970
|
+
# The name of the SVM.
|
1971
|
+
#
|
1972
|
+
# @option params [String] :svm_admin_password
|
1973
|
+
# The password to use when managing the SVM using the NetApp ONTAP CLI
|
1974
|
+
# or REST API. If you do not specify a password, you can still use the
|
1975
|
+
# file system's `fsxadmin` user to manage the SVM.
|
1976
|
+
#
|
1977
|
+
# @option params [Array<Types::Tag>] :tags
|
1978
|
+
# A list of `Tag` values, with a maximum of 50 elements.
|
1979
|
+
#
|
1980
|
+
# @option params [String] :root_volume_security_style
|
1981
|
+
# The security style of the root volume of the SVM. Specify one of the
|
1982
|
+
# following values:
|
1983
|
+
#
|
1984
|
+
# * `UNIX` if the file system is managed by a UNIX administrator, the
|
1985
|
+
# majority of users are NFS clients, and an application accessing the
|
1986
|
+
# data uses a UNIX user as the service account.
|
1987
|
+
#
|
1988
|
+
# * `NTFS` if the file system is managed by a Windows administrator, the
|
1989
|
+
# majority of users are SMB clients, and an application accessing the
|
1990
|
+
# data uses a Windows user as the service account.
|
1991
|
+
#
|
1992
|
+
# * `MIXED` if the file system is managed by both UNIX and Windows
|
1993
|
+
# administrators and users consist of both NFS and SMB clients.
|
1994
|
+
#
|
1995
|
+
# @return [Types::CreateStorageVirtualMachineResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1996
|
+
#
|
1997
|
+
# * {Types::CreateStorageVirtualMachineResponse#storage_virtual_machine #storage_virtual_machine} => Types::StorageVirtualMachine
|
1998
|
+
#
|
1999
|
+
# @example Request syntax with placeholder values
|
2000
|
+
#
|
2001
|
+
# resp = client.create_storage_virtual_machine({
|
2002
|
+
# active_directory_configuration: {
|
2003
|
+
# net_bios_name: "NetBiosAlias", # required
|
2004
|
+
# self_managed_active_directory_configuration: {
|
2005
|
+
# domain_name: "ActiveDirectoryFullyQualifiedName", # required
|
2006
|
+
# organizational_unit_distinguished_name: "OrganizationalUnitDistinguishedName",
|
2007
|
+
# file_system_administrators_group: "FileSystemAdministratorsGroupName",
|
2008
|
+
# user_name: "DirectoryUserName", # required
|
2009
|
+
# password: "DirectoryPassword", # required
|
2010
|
+
# dns_ips: ["IpAddress"], # required
|
2011
|
+
# },
|
2012
|
+
# },
|
2013
|
+
# client_request_token: "ClientRequestToken",
|
2014
|
+
# file_system_id: "FileSystemId", # required
|
2015
|
+
# name: "StorageVirtualMachineName", # required
|
2016
|
+
# svm_admin_password: "AdminPassword",
|
2017
|
+
# tags: [
|
2018
|
+
# {
|
2019
|
+
# key: "TagKey", # required
|
2020
|
+
# value: "TagValue", # required
|
2021
|
+
# },
|
2022
|
+
# ],
|
2023
|
+
# root_volume_security_style: "UNIX", # accepts UNIX, NTFS, MIXED
|
2024
|
+
# })
|
2025
|
+
#
|
2026
|
+
# @example Response structure
|
2027
|
+
#
|
2028
|
+
# resp.storage_virtual_machine.active_directory_configuration.net_bios_name #=> String
|
2029
|
+
# resp.storage_virtual_machine.active_directory_configuration.self_managed_active_directory_configuration.domain_name #=> String
|
2030
|
+
# resp.storage_virtual_machine.active_directory_configuration.self_managed_active_directory_configuration.organizational_unit_distinguished_name #=> String
|
2031
|
+
# resp.storage_virtual_machine.active_directory_configuration.self_managed_active_directory_configuration.file_system_administrators_group #=> String
|
2032
|
+
# resp.storage_virtual_machine.active_directory_configuration.self_managed_active_directory_configuration.user_name #=> String
|
2033
|
+
# resp.storage_virtual_machine.active_directory_configuration.self_managed_active_directory_configuration.dns_ips #=> Array
|
2034
|
+
# resp.storage_virtual_machine.active_directory_configuration.self_managed_active_directory_configuration.dns_ips[0] #=> String
|
2035
|
+
# resp.storage_virtual_machine.creation_time #=> Time
|
2036
|
+
# resp.storage_virtual_machine.endpoints.iscsi.dns_name #=> String
|
2037
|
+
# resp.storage_virtual_machine.endpoints.iscsi.ip_addresses #=> Array
|
2038
|
+
# resp.storage_virtual_machine.endpoints.iscsi.ip_addresses[0] #=> String
|
2039
|
+
# resp.storage_virtual_machine.endpoints.management.dns_name #=> String
|
2040
|
+
# resp.storage_virtual_machine.endpoints.management.ip_addresses #=> Array
|
2041
|
+
# resp.storage_virtual_machine.endpoints.management.ip_addresses[0] #=> String
|
2042
|
+
# resp.storage_virtual_machine.endpoints.nfs.dns_name #=> String
|
2043
|
+
# resp.storage_virtual_machine.endpoints.nfs.ip_addresses #=> Array
|
2044
|
+
# resp.storage_virtual_machine.endpoints.nfs.ip_addresses[0] #=> String
|
2045
|
+
# resp.storage_virtual_machine.endpoints.smb.dns_name #=> String
|
2046
|
+
# resp.storage_virtual_machine.endpoints.smb.ip_addresses #=> Array
|
2047
|
+
# resp.storage_virtual_machine.endpoints.smb.ip_addresses[0] #=> String
|
2048
|
+
# resp.storage_virtual_machine.file_system_id #=> String
|
2049
|
+
# resp.storage_virtual_machine.lifecycle #=> String, one of "CREATED", "CREATING", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
|
2050
|
+
# resp.storage_virtual_machine.name #=> String
|
2051
|
+
# resp.storage_virtual_machine.resource_arn #=> String
|
2052
|
+
# resp.storage_virtual_machine.storage_virtual_machine_id #=> String
|
2053
|
+
# resp.storage_virtual_machine.subtype #=> String, one of "DEFAULT", "DP_DESTINATION", "SYNC_DESTINATION", "SYNC_SOURCE"
|
2054
|
+
# resp.storage_virtual_machine.uuid #=> String
|
2055
|
+
# resp.storage_virtual_machine.tags #=> Array
|
2056
|
+
# resp.storage_virtual_machine.tags[0].key #=> String
|
2057
|
+
# resp.storage_virtual_machine.tags[0].value #=> String
|
2058
|
+
# resp.storage_virtual_machine.lifecycle_transition_reason.message #=> String
|
2059
|
+
# resp.storage_virtual_machine.root_volume_security_style #=> String, one of "UNIX", "NTFS", "MIXED"
|
2060
|
+
#
|
2061
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateStorageVirtualMachine AWS API Documentation
|
2062
|
+
#
|
2063
|
+
# @overload create_storage_virtual_machine(params = {})
|
2064
|
+
# @param [Hash] params ({})
|
2065
|
+
def create_storage_virtual_machine(params = {}, options = {})
|
2066
|
+
req = build_request(:create_storage_virtual_machine, params)
|
2067
|
+
req.send_request(options)
|
2068
|
+
end
|
2069
|
+
|
2070
|
+
# Creates an Amazon FSx for NetApp ONTAP storage volume.
|
2071
|
+
#
|
2072
|
+
# @option params [String] :client_request_token
|
2073
|
+
# (Optional) An idempotency token for resource creation, in a string of
|
2074
|
+
# up to 64 ASCII characters. This token is automatically filled on your
|
2075
|
+
# behalf when you use the Command Line Interface (CLI) or an Amazon Web
|
2076
|
+
# Services SDK.
|
2077
|
+
#
|
2078
|
+
# **A suitable default value is auto-generated.** You should normally
|
2079
|
+
# not need to pass this option.**
|
2080
|
+
#
|
2081
|
+
# @option params [required, String] :volume_type
|
2082
|
+
# Specifies the type of volume to create; `ONTAP` is the only valid
|
2083
|
+
# volume type.
|
2084
|
+
#
|
2085
|
+
# @option params [required, String] :name
|
2086
|
+
# Specifies the name of the volume you're creating.
|
2087
|
+
#
|
2088
|
+
# @option params [Types::CreateOntapVolumeConfiguration] :ontap_configuration
|
2089
|
+
# Specifies the `ONTAP` configuration to use in creating the volume.
|
2090
|
+
#
|
2091
|
+
# @option params [Array<Types::Tag>] :tags
|
2092
|
+
# A list of `Tag` values, with a maximum of 50 elements.
|
2093
|
+
#
|
2094
|
+
# @return [Types::CreateVolumeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2095
|
+
#
|
2096
|
+
# * {Types::CreateVolumeResponse#volume #volume} => Types::Volume
|
2097
|
+
#
|
2098
|
+
# @example Request syntax with placeholder values
|
2099
|
+
#
|
2100
|
+
# resp = client.create_volume({
|
2101
|
+
# client_request_token: "ClientRequestToken",
|
2102
|
+
# volume_type: "ONTAP", # required, accepts ONTAP
|
2103
|
+
# name: "VolumeName", # required
|
2104
|
+
# ontap_configuration: {
|
2105
|
+
# junction_path: "JunctionPath", # required
|
2106
|
+
# security_style: "UNIX", # accepts UNIX, NTFS, MIXED
|
2107
|
+
# size_in_megabytes: 1, # required
|
2108
|
+
# storage_efficiency_enabled: false, # required
|
2109
|
+
# storage_virtual_machine_id: "StorageVirtualMachineId", # required
|
2110
|
+
# tiering_policy: {
|
2111
|
+
# cooling_period: 1,
|
2112
|
+
# name: "SNAPSHOT_ONLY", # accepts SNAPSHOT_ONLY, AUTO, ALL, NONE
|
2113
|
+
# },
|
2114
|
+
# },
|
2115
|
+
# tags: [
|
2116
|
+
# {
|
2117
|
+
# key: "TagKey", # required
|
2118
|
+
# value: "TagValue", # required
|
2119
|
+
# },
|
2120
|
+
# ],
|
2121
|
+
# })
|
2122
|
+
#
|
2123
|
+
# @example Response structure
|
2124
|
+
#
|
2125
|
+
# resp.volume.creation_time #=> Time
|
2126
|
+
# resp.volume.file_system_id #=> String
|
2127
|
+
# resp.volume.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
|
2128
|
+
# resp.volume.name #=> String
|
2129
|
+
# resp.volume.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
|
2130
|
+
# resp.volume.ontap_configuration.junction_path #=> String
|
2131
|
+
# resp.volume.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
|
2132
|
+
# resp.volume.ontap_configuration.size_in_megabytes #=> Integer
|
2133
|
+
# resp.volume.ontap_configuration.storage_efficiency_enabled #=> Boolean
|
2134
|
+
# resp.volume.ontap_configuration.storage_virtual_machine_id #=> String
|
2135
|
+
# resp.volume.ontap_configuration.storage_virtual_machine_root #=> Boolean
|
2136
|
+
# resp.volume.ontap_configuration.tiering_policy.cooling_period #=> Integer
|
2137
|
+
# resp.volume.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
2138
|
+
# resp.volume.ontap_configuration.uuid #=> String
|
2139
|
+
# resp.volume.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
2140
|
+
# resp.volume.resource_arn #=> String
|
2141
|
+
# resp.volume.tags #=> Array
|
2142
|
+
# resp.volume.tags[0].key #=> String
|
2143
|
+
# resp.volume.tags[0].value #=> String
|
2144
|
+
# resp.volume.volume_id #=> String
|
2145
|
+
# resp.volume.volume_type #=> String, one of "ONTAP"
|
2146
|
+
# resp.volume.lifecycle_transition_reason.message #=> String
|
2147
|
+
#
|
2148
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateVolume AWS API Documentation
|
2149
|
+
#
|
2150
|
+
# @overload create_volume(params = {})
|
2151
|
+
# @param [Hash] params ({})
|
2152
|
+
def create_volume(params = {}, options = {})
|
2153
|
+
req = build_request(:create_volume, params)
|
2154
|
+
req.send_request(options)
|
2155
|
+
end
|
2156
|
+
|
2157
|
+
# Creates a new Amazon FSx for NetApp ONTAP volume from an existing
|
2158
|
+
# Amazon FSx volume backup.
|
2159
|
+
#
|
2160
|
+
# @option params [required, String] :backup_id
|
2161
|
+
# The ID of the source backup. Specifies the backup you are copying.
|
2162
|
+
#
|
2163
|
+
# @option params [String] :client_request_token
|
2164
|
+
# (Optional) An idempotency token for resource creation, in a string of
|
2165
|
+
# up to 64 ASCII characters. This token is automatically filled on your
|
2166
|
+
# behalf when you use the Command Line Interface (CLI) or an Amazon Web
|
2167
|
+
# Services SDK.
|
2168
|
+
#
|
2169
|
+
# **A suitable default value is auto-generated.** You should normally
|
2170
|
+
# not need to pass this option.**
|
2171
|
+
#
|
2172
|
+
# @option params [required, String] :name
|
2173
|
+
# The name of the new volume you're creating.
|
2174
|
+
#
|
2175
|
+
# @option params [Types::CreateOntapVolumeConfiguration] :ontap_configuration
|
2176
|
+
# Specifies the configuration of the ONTAP volume that you are creating.
|
2177
|
+
#
|
2178
|
+
# @option params [Array<Types::Tag>] :tags
|
2179
|
+
# A list of `Tag` values, with a maximum of 50 elements.
|
2180
|
+
#
|
2181
|
+
# @return [Types::CreateVolumeFromBackupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2182
|
+
#
|
2183
|
+
# * {Types::CreateVolumeFromBackupResponse#volume #volume} => Types::Volume
|
2184
|
+
#
|
2185
|
+
# @example Request syntax with placeholder values
|
2186
|
+
#
|
2187
|
+
# resp = client.create_volume_from_backup({
|
2188
|
+
# backup_id: "BackupId", # required
|
2189
|
+
# client_request_token: "ClientRequestToken",
|
2190
|
+
# name: "VolumeName", # required
|
2191
|
+
# ontap_configuration: {
|
2192
|
+
# junction_path: "JunctionPath", # required
|
2193
|
+
# security_style: "UNIX", # accepts UNIX, NTFS, MIXED
|
2194
|
+
# size_in_megabytes: 1, # required
|
2195
|
+
# storage_efficiency_enabled: false, # required
|
2196
|
+
# storage_virtual_machine_id: "StorageVirtualMachineId", # required
|
2197
|
+
# tiering_policy: {
|
2198
|
+
# cooling_period: 1,
|
2199
|
+
# name: "SNAPSHOT_ONLY", # accepts SNAPSHOT_ONLY, AUTO, ALL, NONE
|
2200
|
+
# },
|
2201
|
+
# },
|
2202
|
+
# tags: [
|
2203
|
+
# {
|
2204
|
+
# key: "TagKey", # required
|
2205
|
+
# value: "TagValue", # required
|
2206
|
+
# },
|
2207
|
+
# ],
|
2208
|
+
# })
|
2209
|
+
#
|
2210
|
+
# @example Response structure
|
2211
|
+
#
|
2212
|
+
# resp.volume.creation_time #=> Time
|
2213
|
+
# resp.volume.file_system_id #=> String
|
2214
|
+
# resp.volume.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
|
2215
|
+
# resp.volume.name #=> String
|
2216
|
+
# resp.volume.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
|
2217
|
+
# resp.volume.ontap_configuration.junction_path #=> String
|
2218
|
+
# resp.volume.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
|
2219
|
+
# resp.volume.ontap_configuration.size_in_megabytes #=> Integer
|
2220
|
+
# resp.volume.ontap_configuration.storage_efficiency_enabled #=> Boolean
|
2221
|
+
# resp.volume.ontap_configuration.storage_virtual_machine_id #=> String
|
2222
|
+
# resp.volume.ontap_configuration.storage_virtual_machine_root #=> Boolean
|
2223
|
+
# resp.volume.ontap_configuration.tiering_policy.cooling_period #=> Integer
|
2224
|
+
# resp.volume.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
2225
|
+
# resp.volume.ontap_configuration.uuid #=> String
|
2226
|
+
# resp.volume.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
2227
|
+
# resp.volume.resource_arn #=> String
|
2228
|
+
# resp.volume.tags #=> Array
|
2229
|
+
# resp.volume.tags[0].key #=> String
|
2230
|
+
# resp.volume.tags[0].value #=> String
|
2231
|
+
# resp.volume.volume_id #=> String
|
2232
|
+
# resp.volume.volume_type #=> String, one of "ONTAP"
|
2233
|
+
# resp.volume.lifecycle_transition_reason.message #=> String
|
2234
|
+
#
|
2235
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateVolumeFromBackup AWS API Documentation
|
2236
|
+
#
|
2237
|
+
# @overload create_volume_from_backup(params = {})
|
2238
|
+
# @param [Hash] params ({})
|
2239
|
+
def create_volume_from_backup(params = {}, options = {})
|
2240
|
+
req = build_request(:create_volume_from_backup, params)
|
2241
|
+
req.send_request(options)
|
2242
|
+
end
|
2243
|
+
|
1680
2244
|
# Deletes an Amazon FSx backup, deleting its contents. After deletion,
|
1681
2245
|
# the backup no longer exists, and its data is gone.
|
1682
2246
|
#
|
@@ -1692,7 +2256,7 @@ module Aws::FSx
|
|
1692
2256
|
# @option params [String] :client_request_token
|
1693
2257
|
# A string of up to 64 ASCII characters that Amazon FSx uses to ensure
|
1694
2258
|
# idempotent deletion. This is automatically filled on your behalf when
|
1695
|
-
# using the
|
2259
|
+
# using the CLI or SDK.
|
1696
2260
|
#
|
1697
2261
|
# **A suitable default value is auto-generated.** You should normally
|
1698
2262
|
# not need to pass this option.**
|
@@ -1742,6 +2306,10 @@ module Aws::FSx
|
|
1742
2306
|
# system no longer exists, and its data is gone. Any existing automatic
|
1743
2307
|
# backups will also be deleted.
|
1744
2308
|
#
|
2309
|
+
# To delete an Amazon FSx for NetApp ONTAP file system, first delete all
|
2310
|
+
# the volumes and SVMs on the file system. Then provide a `FileSystemId`
|
2311
|
+
# value to the `DeleFileSystem` operation.
|
2312
|
+
#
|
1745
2313
|
# By default, when you delete an Amazon FSx for Windows File Server file
|
1746
2314
|
# system, a final backup is created upon deletion. This final backup is
|
1747
2315
|
# not subject to the file system's retention policy, and must be
|
@@ -1769,7 +2337,7 @@ module Aws::FSx
|
|
1769
2337
|
# @option params [String] :client_request_token
|
1770
2338
|
# A string of up to 64 ASCII characters that Amazon FSx uses to ensure
|
1771
2339
|
# idempotent deletion. This is automatically filled on your behalf when
|
1772
|
-
# using the
|
2340
|
+
# using the Command Line Interface (CLI) or an Amazon Web Services SDK.
|
1773
2341
|
#
|
1774
2342
|
# **A suitable default value is auto-generated.** You should normally
|
1775
2343
|
# not need to pass this option.**
|
@@ -1851,10 +2419,114 @@ module Aws::FSx
|
|
1851
2419
|
req.send_request(options)
|
1852
2420
|
end
|
1853
2421
|
|
2422
|
+
# Deletes an existing Amazon FSx for ONTAP storage virtual machine
|
2423
|
+
# (SVM). Prior to deleting an SVM, you must delete all non-root volumes
|
2424
|
+
# in the SVM, otherwise the operation will fail.
|
2425
|
+
#
|
2426
|
+
# @option params [String] :client_request_token
|
2427
|
+
# (Optional) An idempotency token for resource creation, in a string of
|
2428
|
+
# up to 64 ASCII characters. This token is automatically filled on your
|
2429
|
+
# behalf when you use the Command Line Interface (CLI) or an Amazon Web
|
2430
|
+
# Services SDK.
|
2431
|
+
#
|
2432
|
+
# **A suitable default value is auto-generated.** You should normally
|
2433
|
+
# not need to pass this option.**
|
2434
|
+
#
|
2435
|
+
# @option params [required, String] :storage_virtual_machine_id
|
2436
|
+
# The ID of the SVM that you want to delete.
|
2437
|
+
#
|
2438
|
+
# @return [Types::DeleteStorageVirtualMachineResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2439
|
+
#
|
2440
|
+
# * {Types::DeleteStorageVirtualMachineResponse#storage_virtual_machine_id #storage_virtual_machine_id} => String
|
2441
|
+
# * {Types::DeleteStorageVirtualMachineResponse#lifecycle #lifecycle} => String
|
2442
|
+
#
|
2443
|
+
# @example Request syntax with placeholder values
|
2444
|
+
#
|
2445
|
+
# resp = client.delete_storage_virtual_machine({
|
2446
|
+
# client_request_token: "ClientRequestToken",
|
2447
|
+
# storage_virtual_machine_id: "StorageVirtualMachineId", # required
|
2448
|
+
# })
|
2449
|
+
#
|
2450
|
+
# @example Response structure
|
2451
|
+
#
|
2452
|
+
# resp.storage_virtual_machine_id #=> String
|
2453
|
+
# resp.lifecycle #=> String, one of "CREATED", "CREATING", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
|
2454
|
+
#
|
2455
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteStorageVirtualMachine AWS API Documentation
|
2456
|
+
#
|
2457
|
+
# @overload delete_storage_virtual_machine(params = {})
|
2458
|
+
# @param [Hash] params ({})
|
2459
|
+
def delete_storage_virtual_machine(params = {}, options = {})
|
2460
|
+
req = build_request(:delete_storage_virtual_machine, params)
|
2461
|
+
req.send_request(options)
|
2462
|
+
end
|
2463
|
+
|
2464
|
+
# Deletes an Amazon FSx for NetApp ONTAP volume. When deleting a volume,
|
2465
|
+
# you have the option of creating a final backup. If you create a final
|
2466
|
+
# backup, you have the option to apply Tags to the backup. You need to
|
2467
|
+
# have `fsx:TagResource` permission in order to apply tags to the
|
2468
|
+
# backup.
|
2469
|
+
#
|
2470
|
+
# @option params [String] :client_request_token
|
2471
|
+
# (Optional) An idempotency token for resource creation, in a string of
|
2472
|
+
# up to 64 ASCII characters. This token is automatically filled on your
|
2473
|
+
# behalf when you use the Command Line Interface (CLI) or an Amazon Web
|
2474
|
+
# Services SDK.
|
2475
|
+
#
|
2476
|
+
# **A suitable default value is auto-generated.** You should normally
|
2477
|
+
# not need to pass this option.**
|
2478
|
+
#
|
2479
|
+
# @option params [required, String] :volume_id
|
2480
|
+
# The ID of the volume you are deleting.
|
2481
|
+
#
|
2482
|
+
# @option params [Types::DeleteVolumeOntapConfiguration] :ontap_configuration
|
2483
|
+
# For Amazon FSx for ONTAP volumes, specify whether to take a final
|
2484
|
+
# backup of the volume, and apply tags to the backup.
|
2485
|
+
#
|
2486
|
+
# @return [Types::DeleteVolumeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2487
|
+
#
|
2488
|
+
# * {Types::DeleteVolumeResponse#volume_id #volume_id} => String
|
2489
|
+
# * {Types::DeleteVolumeResponse#lifecycle #lifecycle} => String
|
2490
|
+
# * {Types::DeleteVolumeResponse#ontap_response #ontap_response} => Types::DeleteVolumeOntapResponse
|
2491
|
+
#
|
2492
|
+
# @example Request syntax with placeholder values
|
2493
|
+
#
|
2494
|
+
# resp = client.delete_volume({
|
2495
|
+
# client_request_token: "ClientRequestToken",
|
2496
|
+
# volume_id: "VolumeId", # required
|
2497
|
+
# ontap_configuration: {
|
2498
|
+
# skip_final_backup: false,
|
2499
|
+
# final_backup_tags: [
|
2500
|
+
# {
|
2501
|
+
# key: "TagKey", # required
|
2502
|
+
# value: "TagValue", # required
|
2503
|
+
# },
|
2504
|
+
# ],
|
2505
|
+
# },
|
2506
|
+
# })
|
2507
|
+
#
|
2508
|
+
# @example Response structure
|
2509
|
+
#
|
2510
|
+
# resp.volume_id #=> String
|
2511
|
+
# resp.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
|
2512
|
+
# resp.ontap_response.final_backup_id #=> String
|
2513
|
+
# resp.ontap_response.final_backup_tags #=> Array
|
2514
|
+
# resp.ontap_response.final_backup_tags[0].key #=> String
|
2515
|
+
# resp.ontap_response.final_backup_tags[0].value #=> String
|
2516
|
+
#
|
2517
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DeleteVolume AWS API Documentation
|
2518
|
+
#
|
2519
|
+
# @overload delete_volume(params = {})
|
2520
|
+
# @param [Hash] params ({})
|
2521
|
+
def delete_volume(params = {}, options = {})
|
2522
|
+
req = build_request(:delete_volume, params)
|
2523
|
+
req.send_request(options)
|
2524
|
+
end
|
2525
|
+
|
1854
2526
|
# Returns the description of specific Amazon FSx backups, if a
|
1855
2527
|
# `BackupIds` value is provided for that backup. Otherwise, it returns
|
1856
|
-
# all backups owned by your
|
1857
|
-
# endpoint that you're calling.
|
2528
|
+
# all backups owned by your Amazon Web Services account in the Amazon
|
2529
|
+
# Web Services Region of the endpoint that you're calling.
|
1858
2530
|
#
|
1859
2531
|
# When retrieving all backups, you can optionally specify the
|
1860
2532
|
# `MaxResults` parameter to limit the number of backups in a response.
|
@@ -1871,7 +2543,7 @@ module Aws::FSx
|
|
1871
2543
|
#
|
1872
2544
|
# When using this action, keep the following in mind:
|
1873
2545
|
#
|
1874
|
-
# * The implementation might return fewer than `MaxResults`
|
2546
|
+
# * The implementation might return fewer than `MaxResults` backup
|
1875
2547
|
# descriptions while still including a `NextToken` value.
|
1876
2548
|
#
|
1877
2549
|
# * The order of backups returned in the response of one
|
@@ -1883,7 +2555,8 @@ module Aws::FSx
|
|
1883
2555
|
# filters. If any IDs are not found, BackupNotFound will be thrown.
|
1884
2556
|
#
|
1885
2557
|
# @option params [Array<Types::Filter>] :filters
|
1886
|
-
# Filters structure. Supported names are file-system-id
|
2558
|
+
# Filters structure. Supported names are `file-system-id`,
|
2559
|
+
# `backup-type`, `file-system-type`, and `volume-id`.
|
1887
2560
|
#
|
1888
2561
|
# @option params [Integer] :max_results
|
1889
2562
|
# Maximum number of backups to return in the response (integer). This
|
@@ -1948,7 +2621,7 @@ module Aws::FSx
|
|
1948
2621
|
# backup_ids: ["BackupId"],
|
1949
2622
|
# filters: [
|
1950
2623
|
# {
|
1951
|
-
# name: "file-system-id", # accepts file-system-id, backup-type, file-system-type
|
2624
|
+
# name: "file-system-id", # accepts file-system-id, backup-type, file-system-type, volume-id
|
1952
2625
|
# values: ["FilterValue"],
|
1953
2626
|
# },
|
1954
2627
|
# ],
|
@@ -1973,7 +2646,7 @@ module Aws::FSx
|
|
1973
2646
|
# resp.backups[0].file_system.owner_id #=> String
|
1974
2647
|
# resp.backups[0].file_system.creation_time #=> Time
|
1975
2648
|
# resp.backups[0].file_system.file_system_id #=> String
|
1976
|
-
# resp.backups[0].file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE"
|
2649
|
+
# resp.backups[0].file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP"
|
1977
2650
|
# resp.backups[0].file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
|
1978
2651
|
# resp.backups[0].file_system.failure_details.message #=> String
|
1979
2652
|
# resp.backups[0].file_system.storage_capacity #=> Integer
|
@@ -2035,12 +2708,75 @@ module Aws::FSx
|
|
2035
2708
|
# resp.backups[0].file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
2036
2709
|
# resp.backups[0].file_system.administrative_actions[0].target_file_system_values #=> Types::FileSystem
|
2037
2710
|
# resp.backups[0].file_system.administrative_actions[0].failure_details.message #=> String
|
2711
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.creation_time #=> Time
|
2712
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.file_system_id #=> String
|
2713
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
|
2714
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.name #=> String
|
2715
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
|
2716
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.junction_path #=> String
|
2717
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
|
2718
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.size_in_megabytes #=> Integer
|
2719
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_efficiency_enabled #=> Boolean
|
2720
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_id #=> String
|
2721
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_root #=> Boolean
|
2722
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.cooling_period #=> Integer
|
2723
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
2724
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.uuid #=> String
|
2725
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
2726
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
2727
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
2728
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
2729
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.tags[0].value #=> String
|
2730
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.volume_id #=> String
|
2731
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.volume_type #=> String, one of "ONTAP"
|
2732
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.lifecycle_transition_reason.message #=> String
|
2733
|
+
# resp.backups[0].file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
|
2734
|
+
# resp.backups[0].file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
|
2735
|
+
# resp.backups[0].file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
|
2736
|
+
# resp.backups[0].file_system.ontap_configuration.endpoint_ip_address_range #=> String
|
2737
|
+
# resp.backups[0].file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
|
2738
|
+
# resp.backups[0].file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
2739
|
+
# resp.backups[0].file_system.ontap_configuration.endpoints.intercluster.ip_addresses[0] #=> String
|
2740
|
+
# resp.backups[0].file_system.ontap_configuration.endpoints.management.dns_name #=> String
|
2741
|
+
# resp.backups[0].file_system.ontap_configuration.endpoints.management.ip_addresses #=> Array
|
2742
|
+
# resp.backups[0].file_system.ontap_configuration.endpoints.management.ip_addresses[0] #=> String
|
2743
|
+
# resp.backups[0].file_system.ontap_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
2744
|
+
# resp.backups[0].file_system.ontap_configuration.disk_iops_configuration.iops #=> Integer
|
2745
|
+
# resp.backups[0].file_system.ontap_configuration.preferred_subnet_id #=> String
|
2746
|
+
# resp.backups[0].file_system.ontap_configuration.route_table_ids #=> Array
|
2747
|
+
# resp.backups[0].file_system.ontap_configuration.route_table_ids[0] #=> String
|
2748
|
+
# resp.backups[0].file_system.ontap_configuration.throughput_capacity #=> Integer
|
2749
|
+
# resp.backups[0].file_system.ontap_configuration.weekly_maintenance_start_time #=> String
|
2750
|
+
# resp.backups[0].file_system.file_system_type_version #=> String
|
2038
2751
|
# resp.backups[0].directory_information.domain_name #=> String
|
2039
2752
|
# resp.backups[0].directory_information.active_directory_id #=> String
|
2040
2753
|
# resp.backups[0].directory_information.resource_arn #=> String
|
2041
2754
|
# resp.backups[0].owner_id #=> String
|
2042
2755
|
# resp.backups[0].source_backup_id #=> String
|
2043
2756
|
# resp.backups[0].source_backup_region #=> String
|
2757
|
+
# resp.backups[0].resource_type #=> String, one of "FILE_SYSTEM", "VOLUME"
|
2758
|
+
# resp.backups[0].volume.creation_time #=> Time
|
2759
|
+
# resp.backups[0].volume.file_system_id #=> String
|
2760
|
+
# resp.backups[0].volume.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
|
2761
|
+
# resp.backups[0].volume.name #=> String
|
2762
|
+
# resp.backups[0].volume.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
|
2763
|
+
# resp.backups[0].volume.ontap_configuration.junction_path #=> String
|
2764
|
+
# resp.backups[0].volume.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
|
2765
|
+
# resp.backups[0].volume.ontap_configuration.size_in_megabytes #=> Integer
|
2766
|
+
# resp.backups[0].volume.ontap_configuration.storage_efficiency_enabled #=> Boolean
|
2767
|
+
# resp.backups[0].volume.ontap_configuration.storage_virtual_machine_id #=> String
|
2768
|
+
# resp.backups[0].volume.ontap_configuration.storage_virtual_machine_root #=> Boolean
|
2769
|
+
# resp.backups[0].volume.ontap_configuration.tiering_policy.cooling_period #=> Integer
|
2770
|
+
# resp.backups[0].volume.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
2771
|
+
# resp.backups[0].volume.ontap_configuration.uuid #=> String
|
2772
|
+
# resp.backups[0].volume.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
2773
|
+
# resp.backups[0].volume.resource_arn #=> String
|
2774
|
+
# resp.backups[0].volume.tags #=> Array
|
2775
|
+
# resp.backups[0].volume.tags[0].key #=> String
|
2776
|
+
# resp.backups[0].volume.tags[0].value #=> String
|
2777
|
+
# resp.backups[0].volume.volume_id #=> String
|
2778
|
+
# resp.backups[0].volume.volume_type #=> String, one of "ONTAP"
|
2779
|
+
# resp.backups[0].volume.lifecycle_transition_reason.message #=> String
|
2044
2780
|
# resp.next_token #=> String
|
2045
2781
|
#
|
2046
2782
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeBackups AWS API Documentation
|
@@ -2057,8 +2793,8 @@ module Aws::FSx
|
|
2057
2793
|
# request, or if filters are used in the request. You can use filters to
|
2058
2794
|
# narrow the response to include just tasks for specific file systems,
|
2059
2795
|
# or tasks in a specific lifecycle state. Otherwise, it returns all data
|
2060
|
-
# repository tasks owned by your
|
2061
|
-
# endpoint that you're calling.
|
2796
|
+
# repository tasks owned by your Amazon Web Services account in the
|
2797
|
+
# Amazon Web Services Region of the endpoint that you're calling.
|
2062
2798
|
#
|
2063
2799
|
# When retrieving all tasks, you can paginate the response by using the
|
2064
2800
|
# optional `MaxResults` parameter to limit the number of tasks returned
|
@@ -2152,8 +2888,8 @@ module Aws::FSx
|
|
2152
2888
|
# @option params [String] :client_request_token
|
2153
2889
|
# (Optional) An idempotency token for resource creation, in a string of
|
2154
2890
|
# up to 64 ASCII characters. This token is automatically filled on your
|
2155
|
-
# behalf when you use the
|
2156
|
-
# SDK.
|
2891
|
+
# behalf when you use the Command Line Interface (CLI) or an Amazon Web
|
2892
|
+
# Services SDK.
|
2157
2893
|
#
|
2158
2894
|
# **A suitable default value is auto-generated.** You should normally
|
2159
2895
|
# not need to pass this option.**
|
@@ -2209,8 +2945,9 @@ module Aws::FSx
|
|
2209
2945
|
|
2210
2946
|
# Returns the description of specific Amazon FSx file systems, if a
|
2211
2947
|
# `FileSystemIds` value is provided for that file system. Otherwise, it
|
2212
|
-
# returns descriptions of all file systems owned by your
|
2213
|
-
# the
|
2948
|
+
# returns descriptions of all file systems owned by your Amazon Web
|
2949
|
+
# Services account in the Amazon Web Services Region of the endpoint
|
2950
|
+
# that you're calling.
|
2214
2951
|
#
|
2215
2952
|
# When retrieving all file system descriptions, you can optionally
|
2216
2953
|
# specify the `MaxResults` parameter to limit the number of descriptions
|
@@ -2315,7 +3052,7 @@ module Aws::FSx
|
|
2315
3052
|
# resp.file_systems[0].owner_id #=> String
|
2316
3053
|
# resp.file_systems[0].creation_time #=> Time
|
2317
3054
|
# resp.file_systems[0].file_system_id #=> String
|
2318
|
-
# resp.file_systems[0].file_system_type #=> String, one of "WINDOWS", "LUSTRE"
|
3055
|
+
# resp.file_systems[0].file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP"
|
2319
3056
|
# resp.file_systems[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
|
2320
3057
|
# resp.file_systems[0].failure_details.message #=> String
|
2321
3058
|
# resp.file_systems[0].storage_capacity #=> Integer
|
@@ -2377,6 +3114,46 @@ module Aws::FSx
|
|
2377
3114
|
# resp.file_systems[0].administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
2378
3115
|
# resp.file_systems[0].administrative_actions[0].target_file_system_values #=> Types::FileSystem
|
2379
3116
|
# resp.file_systems[0].administrative_actions[0].failure_details.message #=> String
|
3117
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.creation_time #=> Time
|
3118
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.file_system_id #=> String
|
3119
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
|
3120
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.name #=> String
|
3121
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
|
3122
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.junction_path #=> String
|
3123
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
|
3124
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.size_in_megabytes #=> Integer
|
3125
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.storage_efficiency_enabled #=> Boolean
|
3126
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_id #=> String
|
3127
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_root #=> Boolean
|
3128
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.cooling_period #=> Integer
|
3129
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
3130
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.uuid #=> String
|
3131
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
3132
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.resource_arn #=> String
|
3133
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.tags #=> Array
|
3134
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.tags[0].key #=> String
|
3135
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.tags[0].value #=> String
|
3136
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.volume_id #=> String
|
3137
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.volume_type #=> String, one of "ONTAP"
|
3138
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.lifecycle_transition_reason.message #=> String
|
3139
|
+
# resp.file_systems[0].ontap_configuration.automatic_backup_retention_days #=> Integer
|
3140
|
+
# resp.file_systems[0].ontap_configuration.daily_automatic_backup_start_time #=> String
|
3141
|
+
# resp.file_systems[0].ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
|
3142
|
+
# resp.file_systems[0].ontap_configuration.endpoint_ip_address_range #=> String
|
3143
|
+
# resp.file_systems[0].ontap_configuration.endpoints.intercluster.dns_name #=> String
|
3144
|
+
# resp.file_systems[0].ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
3145
|
+
# resp.file_systems[0].ontap_configuration.endpoints.intercluster.ip_addresses[0] #=> String
|
3146
|
+
# resp.file_systems[0].ontap_configuration.endpoints.management.dns_name #=> String
|
3147
|
+
# resp.file_systems[0].ontap_configuration.endpoints.management.ip_addresses #=> Array
|
3148
|
+
# resp.file_systems[0].ontap_configuration.endpoints.management.ip_addresses[0] #=> String
|
3149
|
+
# resp.file_systems[0].ontap_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
3150
|
+
# resp.file_systems[0].ontap_configuration.disk_iops_configuration.iops #=> Integer
|
3151
|
+
# resp.file_systems[0].ontap_configuration.preferred_subnet_id #=> String
|
3152
|
+
# resp.file_systems[0].ontap_configuration.route_table_ids #=> Array
|
3153
|
+
# resp.file_systems[0].ontap_configuration.route_table_ids[0] #=> String
|
3154
|
+
# resp.file_systems[0].ontap_configuration.throughput_capacity #=> Integer
|
3155
|
+
# resp.file_systems[0].ontap_configuration.weekly_maintenance_start_time #=> String
|
3156
|
+
# resp.file_systems[0].file_system_type_version #=> String
|
2380
3157
|
# resp.next_token #=> String
|
2381
3158
|
#
|
2382
3159
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeFileSystems AWS API Documentation
|
@@ -2388,6 +3165,167 @@ module Aws::FSx
|
|
2388
3165
|
req.send_request(options)
|
2389
3166
|
end
|
2390
3167
|
|
3168
|
+
# Describes one or more Amazon FSx for NetApp ONTAP storage virtual
|
3169
|
+
# machines (SVMs).
|
3170
|
+
#
|
3171
|
+
# @option params [Array<String>] :storage_virtual_machine_ids
|
3172
|
+
# Enter the ID of one or more SVMs that you want to view.
|
3173
|
+
#
|
3174
|
+
# @option params [Array<Types::StorageVirtualMachineFilter>] :filters
|
3175
|
+
# Enter a filter name:value pair to view a select set of SVMs.
|
3176
|
+
#
|
3177
|
+
# @option params [Integer] :max_results
|
3178
|
+
# The maximum number of resources to return in the response. This value
|
3179
|
+
# must be an integer greater than zero.
|
3180
|
+
#
|
3181
|
+
# @option params [String] :next_token
|
3182
|
+
# (Optional) Opaque pagination token returned from a previous operation
|
3183
|
+
# (String). If present, this token indicates from what point you can
|
3184
|
+
# continue processing the request, where the previous `NextToken` value
|
3185
|
+
# left off.
|
3186
|
+
#
|
3187
|
+
# @return [Types::DescribeStorageVirtualMachinesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3188
|
+
#
|
3189
|
+
# * {Types::DescribeStorageVirtualMachinesResponse#storage_virtual_machines #storage_virtual_machines} => Array<Types::StorageVirtualMachine>
|
3190
|
+
# * {Types::DescribeStorageVirtualMachinesResponse#next_token #next_token} => String
|
3191
|
+
#
|
3192
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3193
|
+
#
|
3194
|
+
# @example Request syntax with placeholder values
|
3195
|
+
#
|
3196
|
+
# resp = client.describe_storage_virtual_machines({
|
3197
|
+
# storage_virtual_machine_ids: ["StorageVirtualMachineId"],
|
3198
|
+
# filters: [
|
3199
|
+
# {
|
3200
|
+
# name: "file-system-id", # accepts file-system-id
|
3201
|
+
# values: ["StorageVirtualMachineFilterValue"],
|
3202
|
+
# },
|
3203
|
+
# ],
|
3204
|
+
# max_results: 1,
|
3205
|
+
# next_token: "NextToken",
|
3206
|
+
# })
|
3207
|
+
#
|
3208
|
+
# @example Response structure
|
3209
|
+
#
|
3210
|
+
# resp.storage_virtual_machines #=> Array
|
3211
|
+
# resp.storage_virtual_machines[0].active_directory_configuration.net_bios_name #=> String
|
3212
|
+
# resp.storage_virtual_machines[0].active_directory_configuration.self_managed_active_directory_configuration.domain_name #=> String
|
3213
|
+
# resp.storage_virtual_machines[0].active_directory_configuration.self_managed_active_directory_configuration.organizational_unit_distinguished_name #=> String
|
3214
|
+
# resp.storage_virtual_machines[0].active_directory_configuration.self_managed_active_directory_configuration.file_system_administrators_group #=> String
|
3215
|
+
# resp.storage_virtual_machines[0].active_directory_configuration.self_managed_active_directory_configuration.user_name #=> String
|
3216
|
+
# resp.storage_virtual_machines[0].active_directory_configuration.self_managed_active_directory_configuration.dns_ips #=> Array
|
3217
|
+
# resp.storage_virtual_machines[0].active_directory_configuration.self_managed_active_directory_configuration.dns_ips[0] #=> String
|
3218
|
+
# resp.storage_virtual_machines[0].creation_time #=> Time
|
3219
|
+
# resp.storage_virtual_machines[0].endpoints.iscsi.dns_name #=> String
|
3220
|
+
# resp.storage_virtual_machines[0].endpoints.iscsi.ip_addresses #=> Array
|
3221
|
+
# resp.storage_virtual_machines[0].endpoints.iscsi.ip_addresses[0] #=> String
|
3222
|
+
# resp.storage_virtual_machines[0].endpoints.management.dns_name #=> String
|
3223
|
+
# resp.storage_virtual_machines[0].endpoints.management.ip_addresses #=> Array
|
3224
|
+
# resp.storage_virtual_machines[0].endpoints.management.ip_addresses[0] #=> String
|
3225
|
+
# resp.storage_virtual_machines[0].endpoints.nfs.dns_name #=> String
|
3226
|
+
# resp.storage_virtual_machines[0].endpoints.nfs.ip_addresses #=> Array
|
3227
|
+
# resp.storage_virtual_machines[0].endpoints.nfs.ip_addresses[0] #=> String
|
3228
|
+
# resp.storage_virtual_machines[0].endpoints.smb.dns_name #=> String
|
3229
|
+
# resp.storage_virtual_machines[0].endpoints.smb.ip_addresses #=> Array
|
3230
|
+
# resp.storage_virtual_machines[0].endpoints.smb.ip_addresses[0] #=> String
|
3231
|
+
# resp.storage_virtual_machines[0].file_system_id #=> String
|
3232
|
+
# resp.storage_virtual_machines[0].lifecycle #=> String, one of "CREATED", "CREATING", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
|
3233
|
+
# resp.storage_virtual_machines[0].name #=> String
|
3234
|
+
# resp.storage_virtual_machines[0].resource_arn #=> String
|
3235
|
+
# resp.storage_virtual_machines[0].storage_virtual_machine_id #=> String
|
3236
|
+
# resp.storage_virtual_machines[0].subtype #=> String, one of "DEFAULT", "DP_DESTINATION", "SYNC_DESTINATION", "SYNC_SOURCE"
|
3237
|
+
# resp.storage_virtual_machines[0].uuid #=> String
|
3238
|
+
# resp.storage_virtual_machines[0].tags #=> Array
|
3239
|
+
# resp.storage_virtual_machines[0].tags[0].key #=> String
|
3240
|
+
# resp.storage_virtual_machines[0].tags[0].value #=> String
|
3241
|
+
# resp.storage_virtual_machines[0].lifecycle_transition_reason.message #=> String
|
3242
|
+
# resp.storage_virtual_machines[0].root_volume_security_style #=> String, one of "UNIX", "NTFS", "MIXED"
|
3243
|
+
# resp.next_token #=> String
|
3244
|
+
#
|
3245
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeStorageVirtualMachines AWS API Documentation
|
3246
|
+
#
|
3247
|
+
# @overload describe_storage_virtual_machines(params = {})
|
3248
|
+
# @param [Hash] params ({})
|
3249
|
+
def describe_storage_virtual_machines(params = {}, options = {})
|
3250
|
+
req = build_request(:describe_storage_virtual_machines, params)
|
3251
|
+
req.send_request(options)
|
3252
|
+
end
|
3253
|
+
|
3254
|
+
# Describes one or more Amazon FSx for NetApp ONTAP volumes.
|
3255
|
+
#
|
3256
|
+
# @option params [Array<String>] :volume_ids
|
3257
|
+
# IDs of the volumes whose descriptions you want to retrieve.
|
3258
|
+
#
|
3259
|
+
# @option params [Array<Types::VolumeFilter>] :filters
|
3260
|
+
# Enter a filter name:value pair to view a select set of volumes.
|
3261
|
+
#
|
3262
|
+
# @option params [Integer] :max_results
|
3263
|
+
# The maximum number of resources to return in the response. This value
|
3264
|
+
# must be an integer greater than zero.
|
3265
|
+
#
|
3266
|
+
# @option params [String] :next_token
|
3267
|
+
# (Optional) Opaque pagination token returned from a previous operation
|
3268
|
+
# (String). If present, this token indicates from what point you can
|
3269
|
+
# continue processing the request, where the previous `NextToken` value
|
3270
|
+
# left off.
|
3271
|
+
#
|
3272
|
+
# @return [Types::DescribeVolumesResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3273
|
+
#
|
3274
|
+
# * {Types::DescribeVolumesResponse#volumes #volumes} => Array<Types::Volume>
|
3275
|
+
# * {Types::DescribeVolumesResponse#next_token #next_token} => String
|
3276
|
+
#
|
3277
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3278
|
+
#
|
3279
|
+
# @example Request syntax with placeholder values
|
3280
|
+
#
|
3281
|
+
# resp = client.describe_volumes({
|
3282
|
+
# volume_ids: ["VolumeId"],
|
3283
|
+
# filters: [
|
3284
|
+
# {
|
3285
|
+
# name: "file-system-id", # accepts file-system-id, storage-virtual-machine-id
|
3286
|
+
# values: ["VolumeFilterValue"],
|
3287
|
+
# },
|
3288
|
+
# ],
|
3289
|
+
# max_results: 1,
|
3290
|
+
# next_token: "NextToken",
|
3291
|
+
# })
|
3292
|
+
#
|
3293
|
+
# @example Response structure
|
3294
|
+
#
|
3295
|
+
# resp.volumes #=> Array
|
3296
|
+
# resp.volumes[0].creation_time #=> Time
|
3297
|
+
# resp.volumes[0].file_system_id #=> String
|
3298
|
+
# resp.volumes[0].lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
|
3299
|
+
# resp.volumes[0].name #=> String
|
3300
|
+
# resp.volumes[0].ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
|
3301
|
+
# resp.volumes[0].ontap_configuration.junction_path #=> String
|
3302
|
+
# resp.volumes[0].ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
|
3303
|
+
# resp.volumes[0].ontap_configuration.size_in_megabytes #=> Integer
|
3304
|
+
# resp.volumes[0].ontap_configuration.storage_efficiency_enabled #=> Boolean
|
3305
|
+
# resp.volumes[0].ontap_configuration.storage_virtual_machine_id #=> String
|
3306
|
+
# resp.volumes[0].ontap_configuration.storage_virtual_machine_root #=> Boolean
|
3307
|
+
# resp.volumes[0].ontap_configuration.tiering_policy.cooling_period #=> Integer
|
3308
|
+
# resp.volumes[0].ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
3309
|
+
# resp.volumes[0].ontap_configuration.uuid #=> String
|
3310
|
+
# resp.volumes[0].ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
3311
|
+
# resp.volumes[0].resource_arn #=> String
|
3312
|
+
# resp.volumes[0].tags #=> Array
|
3313
|
+
# resp.volumes[0].tags[0].key #=> String
|
3314
|
+
# resp.volumes[0].tags[0].value #=> String
|
3315
|
+
# resp.volumes[0].volume_id #=> String
|
3316
|
+
# resp.volumes[0].volume_type #=> String, one of "ONTAP"
|
3317
|
+
# resp.volumes[0].lifecycle_transition_reason.message #=> String
|
3318
|
+
# resp.next_token #=> String
|
3319
|
+
#
|
3320
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeVolumes AWS API Documentation
|
3321
|
+
#
|
3322
|
+
# @overload describe_volumes(params = {})
|
3323
|
+
# @param [Hash] params ({})
|
3324
|
+
def describe_volumes(params = {}, options = {})
|
3325
|
+
req = build_request(:describe_volumes, params)
|
3326
|
+
req.send_request(options)
|
3327
|
+
end
|
3328
|
+
|
2391
3329
|
# Use this action to disassociate, or remove, one or more Domain Name
|
2392
3330
|
# Service (DNS) aliases from an Amazon FSx for Windows File Server file
|
2393
3331
|
# system. If you attempt to disassociate a DNS alias that is not
|
@@ -2406,8 +3344,8 @@ module Aws::FSx
|
|
2406
3344
|
# @option params [String] :client_request_token
|
2407
3345
|
# (Optional) An idempotency token for resource creation, in a string of
|
2408
3346
|
# up to 64 ASCII characters. This token is automatically filled on your
|
2409
|
-
# behalf when you use the
|
2410
|
-
# SDK.
|
3347
|
+
# behalf when you use the Command Line Interface (CLI) or an Amazon Web
|
3348
|
+
# Services SDK.
|
2411
3349
|
#
|
2412
3350
|
# **A suitable default value is auto-generated.** You should normally
|
2413
3351
|
# not need to pass this option.**
|
@@ -2490,6 +3428,8 @@ module Aws::FSx
|
|
2490
3428
|
# * {Types::ListTagsForResourceResponse#tags #tags} => Array<Types::Tag>
|
2491
3429
|
# * {Types::ListTagsForResourceResponse#next_token #next_token} => String
|
2492
3430
|
#
|
3431
|
+
# The returned {Seahorse::Client::Response response} is a pageable response and is Enumerable. For details on usage see {Aws::PageableResponse PageableResponse}.
|
3432
|
+
#
|
2493
3433
|
#
|
2494
3434
|
# @example Example: To list tags for a resource
|
2495
3435
|
#
|
@@ -2656,23 +3596,36 @@ module Aws::FSx
|
|
2656
3596
|
#
|
2657
3597
|
# * WeeklyMaintenanceStartTime
|
2658
3598
|
#
|
3599
|
+
# For Amazon FSx for NetApp ONTAP file systems, you can update the
|
3600
|
+
# following properties:
|
3601
|
+
#
|
3602
|
+
# * AutomaticBackupRetentionDays
|
3603
|
+
#
|
3604
|
+
# * DailyAutomaticBackupStartTime
|
3605
|
+
#
|
3606
|
+
# * FsxAdminPassword
|
3607
|
+
#
|
3608
|
+
# * WeeklyMaintenanceStartTime
|
3609
|
+
#
|
2659
3610
|
# @option params [required, String] :file_system_id
|
2660
3611
|
# Identifies the file system that you are updating.
|
2661
3612
|
#
|
2662
3613
|
# @option params [String] :client_request_token
|
2663
3614
|
# A string of up to 64 ASCII characters that Amazon FSx uses to ensure
|
2664
3615
|
# idempotent updates. This string is automatically filled on your behalf
|
2665
|
-
# when you use the
|
3616
|
+
# when you use the Command Line Interface (CLI) or an Amazon Web
|
3617
|
+
# Services SDK.
|
2666
3618
|
#
|
2667
3619
|
# **A suitable default value is auto-generated.** You should normally
|
2668
3620
|
# not need to pass this option.**
|
2669
3621
|
#
|
2670
3622
|
# @option params [Integer] :storage_capacity
|
2671
3623
|
# Use this parameter to increase the storage capacity of an Amazon FSx
|
2672
|
-
#
|
2673
|
-
#
|
2674
|
-
#
|
2675
|
-
#
|
3624
|
+
# for Windows File Server or Amazon FSx for Lustre file system.
|
3625
|
+
# Specifies the storage capacity target value, GiB, to increase the
|
3626
|
+
# storage capacity for the file system that you're updating. You cannot
|
3627
|
+
# make a storage capacity increase request if there is an existing
|
3628
|
+
# storage capacity increase request in progress.
|
2676
3629
|
#
|
2677
3630
|
# For Windows file systems, the storage capacity target value must be at
|
2678
3631
|
# least 10 percent (%) greater than the current storage capacity value.
|
@@ -2711,6 +3664,10 @@ module Aws::FSx
|
|
2711
3664
|
# The configuration object for Amazon FSx for Lustre file systems used
|
2712
3665
|
# in the `UpdateFileSystem` operation.
|
2713
3666
|
#
|
3667
|
+
# @option params [Types::UpdateFileSystemOntapConfiguration] :ontap_configuration
|
3668
|
+
# The configuration updates for an Amazon FSx for NetApp ONTAP file
|
3669
|
+
# system.
|
3670
|
+
#
|
2714
3671
|
# @return [Types::UpdateFileSystemResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2715
3672
|
#
|
2716
3673
|
# * {Types::UpdateFileSystemResponse#file_system #file_system} => Types::FileSystem
|
@@ -2788,6 +3745,12 @@ module Aws::FSx
|
|
2788
3745
|
# auto_import_policy: "NONE", # accepts NONE, NEW, NEW_CHANGED
|
2789
3746
|
# data_compression_type: "NONE", # accepts NONE, LZ4
|
2790
3747
|
# },
|
3748
|
+
# ontap_configuration: {
|
3749
|
+
# automatic_backup_retention_days: 1,
|
3750
|
+
# daily_automatic_backup_start_time: "DailyTime",
|
3751
|
+
# fsx_admin_password: "AdminPassword",
|
3752
|
+
# weekly_maintenance_start_time: "WeeklyTime",
|
3753
|
+
# },
|
2791
3754
|
# })
|
2792
3755
|
#
|
2793
3756
|
# @example Response structure
|
@@ -2795,7 +3758,7 @@ module Aws::FSx
|
|
2795
3758
|
# resp.file_system.owner_id #=> String
|
2796
3759
|
# resp.file_system.creation_time #=> Time
|
2797
3760
|
# resp.file_system.file_system_id #=> String
|
2798
|
-
# resp.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE"
|
3761
|
+
# resp.file_system.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP"
|
2799
3762
|
# resp.file_system.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING"
|
2800
3763
|
# resp.file_system.failure_details.message #=> String
|
2801
3764
|
# resp.file_system.storage_capacity #=> Integer
|
@@ -2857,6 +3820,46 @@ module Aws::FSx
|
|
2857
3820
|
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
2858
3821
|
# resp.file_system.administrative_actions[0].target_file_system_values #=> Types::FileSystem
|
2859
3822
|
# resp.file_system.administrative_actions[0].failure_details.message #=> String
|
3823
|
+
# resp.file_system.administrative_actions[0].target_volume_values.creation_time #=> Time
|
3824
|
+
# resp.file_system.administrative_actions[0].target_volume_values.file_system_id #=> String
|
3825
|
+
# resp.file_system.administrative_actions[0].target_volume_values.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
|
3826
|
+
# resp.file_system.administrative_actions[0].target_volume_values.name #=> String
|
3827
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
|
3828
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.junction_path #=> String
|
3829
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
|
3830
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.size_in_megabytes #=> Integer
|
3831
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_efficiency_enabled #=> Boolean
|
3832
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_id #=> String
|
3833
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_root #=> Boolean
|
3834
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.cooling_period #=> Integer
|
3835
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
3836
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.uuid #=> String
|
3837
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
3838
|
+
# resp.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
3839
|
+
# resp.file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
3840
|
+
# resp.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
3841
|
+
# resp.file_system.administrative_actions[0].target_volume_values.tags[0].value #=> String
|
3842
|
+
# resp.file_system.administrative_actions[0].target_volume_values.volume_id #=> String
|
3843
|
+
# resp.file_system.administrative_actions[0].target_volume_values.volume_type #=> String, one of "ONTAP"
|
3844
|
+
# resp.file_system.administrative_actions[0].target_volume_values.lifecycle_transition_reason.message #=> String
|
3845
|
+
# resp.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
|
3846
|
+
# resp.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
|
3847
|
+
# resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1"
|
3848
|
+
# resp.file_system.ontap_configuration.endpoint_ip_address_range #=> String
|
3849
|
+
# resp.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
|
3850
|
+
# resp.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
3851
|
+
# resp.file_system.ontap_configuration.endpoints.intercluster.ip_addresses[0] #=> String
|
3852
|
+
# resp.file_system.ontap_configuration.endpoints.management.dns_name #=> String
|
3853
|
+
# resp.file_system.ontap_configuration.endpoints.management.ip_addresses #=> Array
|
3854
|
+
# resp.file_system.ontap_configuration.endpoints.management.ip_addresses[0] #=> String
|
3855
|
+
# resp.file_system.ontap_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
3856
|
+
# resp.file_system.ontap_configuration.disk_iops_configuration.iops #=> Integer
|
3857
|
+
# resp.file_system.ontap_configuration.preferred_subnet_id #=> String
|
3858
|
+
# resp.file_system.ontap_configuration.route_table_ids #=> Array
|
3859
|
+
# resp.file_system.ontap_configuration.route_table_ids[0] #=> String
|
3860
|
+
# resp.file_system.ontap_configuration.throughput_capacity #=> Integer
|
3861
|
+
# resp.file_system.ontap_configuration.weekly_maintenance_start_time #=> String
|
3862
|
+
# resp.file_system.file_system_type_version #=> String
|
2860
3863
|
#
|
2861
3864
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateFileSystem AWS API Documentation
|
2862
3865
|
#
|
@@ -2867,6 +3870,164 @@ module Aws::FSx
|
|
2867
3870
|
req.send_request(options)
|
2868
3871
|
end
|
2869
3872
|
|
3873
|
+
# Updates an Amazon FSx for ONTAP storage virtual machine (SVM).
|
3874
|
+
#
|
3875
|
+
# @option params [Types::UpdateSvmActiveDirectoryConfiguration] :active_directory_configuration
|
3876
|
+
# Updates the Microsoft Active Directory (AD) configuration for an SVM
|
3877
|
+
# that is joined to an AD.
|
3878
|
+
#
|
3879
|
+
# @option params [String] :client_request_token
|
3880
|
+
# (Optional) An idempotency token for resource creation, in a string of
|
3881
|
+
# up to 64 ASCII characters. This token is automatically filled on your
|
3882
|
+
# behalf when you use the Command Line Interface (CLI) or an Amazon Web
|
3883
|
+
# Services SDK.
|
3884
|
+
#
|
3885
|
+
# **A suitable default value is auto-generated.** You should normally
|
3886
|
+
# not need to pass this option.**
|
3887
|
+
#
|
3888
|
+
# @option params [required, String] :storage_virtual_machine_id
|
3889
|
+
# The ID of the SVM that you want to update, in the format
|
3890
|
+
# `svm-0123456789abcdef0`.
|
3891
|
+
#
|
3892
|
+
# @option params [String] :svm_admin_password
|
3893
|
+
# Enter a new SvmAdminPassword if you are updating it.
|
3894
|
+
#
|
3895
|
+
# @return [Types::UpdateStorageVirtualMachineResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3896
|
+
#
|
3897
|
+
# * {Types::UpdateStorageVirtualMachineResponse#storage_virtual_machine #storage_virtual_machine} => Types::StorageVirtualMachine
|
3898
|
+
#
|
3899
|
+
# @example Request syntax with placeholder values
|
3900
|
+
#
|
3901
|
+
# resp = client.update_storage_virtual_machine({
|
3902
|
+
# active_directory_configuration: {
|
3903
|
+
# self_managed_active_directory_configuration: {
|
3904
|
+
# user_name: "DirectoryUserName",
|
3905
|
+
# password: "DirectoryPassword",
|
3906
|
+
# dns_ips: ["IpAddress"],
|
3907
|
+
# },
|
3908
|
+
# },
|
3909
|
+
# client_request_token: "ClientRequestToken",
|
3910
|
+
# storage_virtual_machine_id: "StorageVirtualMachineId", # required
|
3911
|
+
# svm_admin_password: "AdminPassword",
|
3912
|
+
# })
|
3913
|
+
#
|
3914
|
+
# @example Response structure
|
3915
|
+
#
|
3916
|
+
# resp.storage_virtual_machine.active_directory_configuration.net_bios_name #=> String
|
3917
|
+
# resp.storage_virtual_machine.active_directory_configuration.self_managed_active_directory_configuration.domain_name #=> String
|
3918
|
+
# resp.storage_virtual_machine.active_directory_configuration.self_managed_active_directory_configuration.organizational_unit_distinguished_name #=> String
|
3919
|
+
# resp.storage_virtual_machine.active_directory_configuration.self_managed_active_directory_configuration.file_system_administrators_group #=> String
|
3920
|
+
# resp.storage_virtual_machine.active_directory_configuration.self_managed_active_directory_configuration.user_name #=> String
|
3921
|
+
# resp.storage_virtual_machine.active_directory_configuration.self_managed_active_directory_configuration.dns_ips #=> Array
|
3922
|
+
# resp.storage_virtual_machine.active_directory_configuration.self_managed_active_directory_configuration.dns_ips[0] #=> String
|
3923
|
+
# resp.storage_virtual_machine.creation_time #=> Time
|
3924
|
+
# resp.storage_virtual_machine.endpoints.iscsi.dns_name #=> String
|
3925
|
+
# resp.storage_virtual_machine.endpoints.iscsi.ip_addresses #=> Array
|
3926
|
+
# resp.storage_virtual_machine.endpoints.iscsi.ip_addresses[0] #=> String
|
3927
|
+
# resp.storage_virtual_machine.endpoints.management.dns_name #=> String
|
3928
|
+
# resp.storage_virtual_machine.endpoints.management.ip_addresses #=> Array
|
3929
|
+
# resp.storage_virtual_machine.endpoints.management.ip_addresses[0] #=> String
|
3930
|
+
# resp.storage_virtual_machine.endpoints.nfs.dns_name #=> String
|
3931
|
+
# resp.storage_virtual_machine.endpoints.nfs.ip_addresses #=> Array
|
3932
|
+
# resp.storage_virtual_machine.endpoints.nfs.ip_addresses[0] #=> String
|
3933
|
+
# resp.storage_virtual_machine.endpoints.smb.dns_name #=> String
|
3934
|
+
# resp.storage_virtual_machine.endpoints.smb.ip_addresses #=> Array
|
3935
|
+
# resp.storage_virtual_machine.endpoints.smb.ip_addresses[0] #=> String
|
3936
|
+
# resp.storage_virtual_machine.file_system_id #=> String
|
3937
|
+
# resp.storage_virtual_machine.lifecycle #=> String, one of "CREATED", "CREATING", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
|
3938
|
+
# resp.storage_virtual_machine.name #=> String
|
3939
|
+
# resp.storage_virtual_machine.resource_arn #=> String
|
3940
|
+
# resp.storage_virtual_machine.storage_virtual_machine_id #=> String
|
3941
|
+
# resp.storage_virtual_machine.subtype #=> String, one of "DEFAULT", "DP_DESTINATION", "SYNC_DESTINATION", "SYNC_SOURCE"
|
3942
|
+
# resp.storage_virtual_machine.uuid #=> String
|
3943
|
+
# resp.storage_virtual_machine.tags #=> Array
|
3944
|
+
# resp.storage_virtual_machine.tags[0].key #=> String
|
3945
|
+
# resp.storage_virtual_machine.tags[0].value #=> String
|
3946
|
+
# resp.storage_virtual_machine.lifecycle_transition_reason.message #=> String
|
3947
|
+
# resp.storage_virtual_machine.root_volume_security_style #=> String, one of "UNIX", "NTFS", "MIXED"
|
3948
|
+
#
|
3949
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateStorageVirtualMachine AWS API Documentation
|
3950
|
+
#
|
3951
|
+
# @overload update_storage_virtual_machine(params = {})
|
3952
|
+
# @param [Hash] params ({})
|
3953
|
+
def update_storage_virtual_machine(params = {}, options = {})
|
3954
|
+
req = build_request(:update_storage_virtual_machine, params)
|
3955
|
+
req.send_request(options)
|
3956
|
+
end
|
3957
|
+
|
3958
|
+
# Updates an Amazon FSx for NetApp ONTAP volume's configuration.
|
3959
|
+
#
|
3960
|
+
# @option params [String] :client_request_token
|
3961
|
+
# (Optional) An idempotency token for resource creation, in a string of
|
3962
|
+
# up to 64 ASCII characters. This token is automatically filled on your
|
3963
|
+
# behalf when you use the Command Line Interface (CLI) or an Amazon Web
|
3964
|
+
# Services SDK.
|
3965
|
+
#
|
3966
|
+
# **A suitable default value is auto-generated.** You should normally
|
3967
|
+
# not need to pass this option.**
|
3968
|
+
#
|
3969
|
+
# @option params [required, String] :volume_id
|
3970
|
+
# Specifies the volume that you want to update, formatted
|
3971
|
+
# `fsvol-0123456789abcdef0`.
|
3972
|
+
#
|
3973
|
+
# @option params [Types::UpdateOntapVolumeConfiguration] :ontap_configuration
|
3974
|
+
# The `ONTAP` configuration of the volume you are updating.
|
3975
|
+
#
|
3976
|
+
# @return [Types::UpdateVolumeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
3977
|
+
#
|
3978
|
+
# * {Types::UpdateVolumeResponse#volume #volume} => Types::Volume
|
3979
|
+
#
|
3980
|
+
# @example Request syntax with placeholder values
|
3981
|
+
#
|
3982
|
+
# resp = client.update_volume({
|
3983
|
+
# client_request_token: "ClientRequestToken",
|
3984
|
+
# volume_id: "VolumeId", # required
|
3985
|
+
# ontap_configuration: {
|
3986
|
+
# junction_path: "JunctionPath",
|
3987
|
+
# security_style: "UNIX", # accepts UNIX, NTFS, MIXED
|
3988
|
+
# size_in_megabytes: 1,
|
3989
|
+
# storage_efficiency_enabled: false,
|
3990
|
+
# tiering_policy: {
|
3991
|
+
# cooling_period: 1,
|
3992
|
+
# name: "SNAPSHOT_ONLY", # accepts SNAPSHOT_ONLY, AUTO, ALL, NONE
|
3993
|
+
# },
|
3994
|
+
# },
|
3995
|
+
# })
|
3996
|
+
#
|
3997
|
+
# @example Response structure
|
3998
|
+
#
|
3999
|
+
# resp.volume.creation_time #=> Time
|
4000
|
+
# resp.volume.file_system_id #=> String
|
4001
|
+
# resp.volume.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING"
|
4002
|
+
# resp.volume.name #=> String
|
4003
|
+
# resp.volume.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
|
4004
|
+
# resp.volume.ontap_configuration.junction_path #=> String
|
4005
|
+
# resp.volume.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
|
4006
|
+
# resp.volume.ontap_configuration.size_in_megabytes #=> Integer
|
4007
|
+
# resp.volume.ontap_configuration.storage_efficiency_enabled #=> Boolean
|
4008
|
+
# resp.volume.ontap_configuration.storage_virtual_machine_id #=> String
|
4009
|
+
# resp.volume.ontap_configuration.storage_virtual_machine_root #=> Boolean
|
4010
|
+
# resp.volume.ontap_configuration.tiering_policy.cooling_period #=> Integer
|
4011
|
+
# resp.volume.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
4012
|
+
# resp.volume.ontap_configuration.uuid #=> String
|
4013
|
+
# resp.volume.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
4014
|
+
# resp.volume.resource_arn #=> String
|
4015
|
+
# resp.volume.tags #=> Array
|
4016
|
+
# resp.volume.tags[0].key #=> String
|
4017
|
+
# resp.volume.tags[0].value #=> String
|
4018
|
+
# resp.volume.volume_id #=> String
|
4019
|
+
# resp.volume.volume_type #=> String, one of "ONTAP"
|
4020
|
+
# resp.volume.lifecycle_transition_reason.message #=> String
|
4021
|
+
#
|
4022
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateVolume AWS API Documentation
|
4023
|
+
#
|
4024
|
+
# @overload update_volume(params = {})
|
4025
|
+
# @param [Hash] params ({})
|
4026
|
+
def update_volume(params = {}, options = {})
|
4027
|
+
req = build_request(:update_volume, params)
|
4028
|
+
req.send_request(options)
|
4029
|
+
end
|
4030
|
+
|
2870
4031
|
# @!endgroup
|
2871
4032
|
|
2872
4033
|
# @param params ({})
|
@@ -2880,7 +4041,7 @@ module Aws::FSx
|
|
2880
4041
|
params: params,
|
2881
4042
|
config: config)
|
2882
4043
|
context[:gem_name] = 'aws-sdk-fsx'
|
2883
|
-
context[:gem_version] = '1.
|
4044
|
+
context[:gem_version] = '1.44.0'
|
2884
4045
|
Seahorse::Client::Request.new(handlers, context)
|
2885
4046
|
end
|
2886
4047
|
|