aws-sdk-fsx 1.80.0 → 1.81.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-fsx/client.rb +699 -70
- data/lib/aws-sdk-fsx/client_api.rb +109 -2
- data/lib/aws-sdk-fsx/endpoints.rb +42 -0
- data/lib/aws-sdk-fsx/plugins/endpoints.rb +6 -0
- data/lib/aws-sdk-fsx/types.rb +540 -39
- data/lib/aws-sdk-fsx.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-fsx/client.rb
CHANGED
@@ -758,7 +758,7 @@ module Aws::FSx
|
|
758
758
|
# resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
759
759
|
# resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
760
760
|
# resp.backup.file_system.administrative_actions #=> Array
|
761
|
-
# resp.backup.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY"
|
761
|
+
# resp.backup.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
|
762
762
|
# resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
|
763
763
|
# resp.backup.file_system.administrative_actions[0].request_time #=> Time
|
764
764
|
# resp.backup.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -793,6 +793,11 @@ module Aws::FSx
|
|
793
793
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
794
794
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
795
795
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
796
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.volume_style #=> String, one of "FLEXVOL", "FLEXGROUP"
|
797
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates #=> Array
|
798
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates[0] #=> String
|
799
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.total_constituents #=> Integer
|
800
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.size_in_bytes #=> Integer
|
796
801
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
797
802
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
798
803
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -809,7 +814,7 @@ module Aws::FSx
|
|
809
814
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
810
815
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
811
816
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
812
|
-
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
817
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
813
818
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.read_only #=> Boolean
|
814
819
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports #=> Array
|
815
820
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports[0].client_configurations #=> Array
|
@@ -823,6 +828,9 @@ module Aws::FSx
|
|
823
828
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.restore_to_snapshot #=> String
|
824
829
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
825
830
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
831
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
832
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
833
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
826
834
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
827
835
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
828
836
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.name #=> String
|
@@ -834,9 +842,11 @@ module Aws::FSx
|
|
834
842
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
835
843
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
836
844
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
|
845
|
+
# resp.backup.file_system.administrative_actions[0].total_transfer_bytes #=> Integer
|
846
|
+
# resp.backup.file_system.administrative_actions[0].remaining_transfer_bytes #=> Integer
|
837
847
|
# resp.backup.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
|
838
848
|
# resp.backup.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
|
839
|
-
# resp.backup.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
|
849
|
+
# resp.backup.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1", "SINGLE_AZ_2"
|
840
850
|
# resp.backup.file_system.ontap_configuration.endpoint_ip_address_range #=> String
|
841
851
|
# resp.backup.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
|
842
852
|
# resp.backup.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
@@ -852,6 +862,8 @@ module Aws::FSx
|
|
852
862
|
# resp.backup.file_system.ontap_configuration.throughput_capacity #=> Integer
|
853
863
|
# resp.backup.file_system.ontap_configuration.weekly_maintenance_start_time #=> String
|
854
864
|
# resp.backup.file_system.ontap_configuration.fsx_admin_password #=> String
|
865
|
+
# resp.backup.file_system.ontap_configuration.ha_pairs #=> Integer
|
866
|
+
# resp.backup.file_system.ontap_configuration.throughput_capacity_per_ha_pair #=> Integer
|
855
867
|
# resp.backup.file_system.file_system_type_version #=> String
|
856
868
|
# resp.backup.file_system.open_zfs_configuration.automatic_backup_retention_days #=> Integer
|
857
869
|
# resp.backup.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
@@ -904,6 +916,11 @@ module Aws::FSx
|
|
904
916
|
# resp.backup.volume.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
905
917
|
# resp.backup.volume.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
906
918
|
# resp.backup.volume.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
919
|
+
# resp.backup.volume.ontap_configuration.volume_style #=> String, one of "FLEXVOL", "FLEXGROUP"
|
920
|
+
# resp.backup.volume.ontap_configuration.aggregate_configuration.aggregates #=> Array
|
921
|
+
# resp.backup.volume.ontap_configuration.aggregate_configuration.aggregates[0] #=> String
|
922
|
+
# resp.backup.volume.ontap_configuration.aggregate_configuration.total_constituents #=> Integer
|
923
|
+
# resp.backup.volume.ontap_configuration.size_in_bytes #=> Integer
|
907
924
|
# resp.backup.volume.resource_arn #=> String
|
908
925
|
# resp.backup.volume.tags #=> Array
|
909
926
|
# resp.backup.volume.tags[0].key #=> String
|
@@ -912,7 +929,7 @@ module Aws::FSx
|
|
912
929
|
# resp.backup.volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
|
913
930
|
# resp.backup.volume.lifecycle_transition_reason.message #=> String
|
914
931
|
# resp.backup.volume.administrative_actions #=> Array
|
915
|
-
# resp.backup.volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY"
|
932
|
+
# resp.backup.volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
|
916
933
|
# resp.backup.volume.administrative_actions[0].progress_percent #=> Integer
|
917
934
|
# resp.backup.volume.administrative_actions[0].request_time #=> Time
|
918
935
|
# resp.backup.volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -984,7 +1001,7 @@ module Aws::FSx
|
|
984
1001
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
|
985
1002
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
|
986
1003
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
|
987
|
-
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
|
1004
|
+
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1", "SINGLE_AZ_2"
|
988
1005
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
|
989
1006
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
|
990
1007
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
@@ -1000,6 +1017,8 @@ module Aws::FSx
|
|
1000
1017
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.throughput_capacity #=> Integer
|
1001
1018
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.weekly_maintenance_start_time #=> String
|
1002
1019
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.fsx_admin_password #=> String
|
1020
|
+
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.ha_pairs #=> Integer
|
1021
|
+
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.throughput_capacity_per_ha_pair #=> Integer
|
1003
1022
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.file_system_type_version #=> String
|
1004
1023
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.automatic_backup_retention_days #=> Integer
|
1005
1024
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
@@ -1029,6 +1048,8 @@ module Aws::FSx
|
|
1029
1048
|
# resp.backup.volume.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
1030
1049
|
# resp.backup.volume.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
1031
1050
|
# resp.backup.volume.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
|
1051
|
+
# resp.backup.volume.administrative_actions[0].total_transfer_bytes #=> Integer
|
1052
|
+
# resp.backup.volume.administrative_actions[0].remaining_transfer_bytes #=> Integer
|
1032
1053
|
# resp.backup.volume.open_zfs_configuration.parent_volume_id #=> String
|
1033
1054
|
# resp.backup.volume.open_zfs_configuration.volume_path #=> String
|
1034
1055
|
# resp.backup.volume.open_zfs_configuration.storage_capacity_reservation_gi_b #=> Integer
|
@@ -1037,7 +1058,7 @@ module Aws::FSx
|
|
1037
1058
|
# resp.backup.volume.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
1038
1059
|
# resp.backup.volume.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
1039
1060
|
# resp.backup.volume.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
1040
|
-
# resp.backup.volume.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
1061
|
+
# resp.backup.volume.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
1041
1062
|
# resp.backup.volume.open_zfs_configuration.read_only #=> Boolean
|
1042
1063
|
# resp.backup.volume.open_zfs_configuration.nfs_exports #=> Array
|
1043
1064
|
# resp.backup.volume.open_zfs_configuration.nfs_exports[0].client_configurations #=> Array
|
@@ -1051,6 +1072,9 @@ module Aws::FSx
|
|
1051
1072
|
# resp.backup.volume.open_zfs_configuration.restore_to_snapshot #=> String
|
1052
1073
|
# resp.backup.volume.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
1053
1074
|
# resp.backup.volume.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
1075
|
+
# resp.backup.volume.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
1076
|
+
# resp.backup.volume.open_zfs_configuration.source_snapshot_arn #=> String
|
1077
|
+
# resp.backup.volume.open_zfs_configuration.destination_snapshot #=> String
|
1054
1078
|
#
|
1055
1079
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CopyBackup AWS API Documentation
|
1056
1080
|
#
|
@@ -1061,6 +1085,288 @@ module Aws::FSx
|
|
1061
1085
|
req.send_request(options)
|
1062
1086
|
end
|
1063
1087
|
|
1088
|
+
# Updates an existing volume by using a snapshot from another Amazon FSx
|
1089
|
+
# for OpenZFS file system. For more information, see [on-demand data
|
1090
|
+
# replication][1] in the Amazon FSx for OpenZFS User Guide.
|
1091
|
+
#
|
1092
|
+
#
|
1093
|
+
#
|
1094
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/OpenZFSGuide/on-demand-replication.html
|
1095
|
+
#
|
1096
|
+
# @option params [String] :client_request_token
|
1097
|
+
# (Optional) An idempotency token for resource creation, in a string of
|
1098
|
+
# up to 63 ASCII characters. This token is automatically filled on your
|
1099
|
+
# behalf when you use the Command Line Interface (CLI) or an Amazon Web
|
1100
|
+
# Services SDK.
|
1101
|
+
#
|
1102
|
+
# **A suitable default value is auto-generated.** You should normally
|
1103
|
+
# not need to pass this option.**
|
1104
|
+
#
|
1105
|
+
# @option params [required, String] :volume_id
|
1106
|
+
# Specifies the ID of the volume that you are copying the snapshot to.
|
1107
|
+
#
|
1108
|
+
# @option params [required, String] :source_snapshot_arn
|
1109
|
+
# The Amazon Resource Name (ARN) for a given resource. ARNs uniquely
|
1110
|
+
# identify Amazon Web Services resources. We require an ARN when you
|
1111
|
+
# need to specify a resource unambiguously across all of Amazon Web
|
1112
|
+
# Services. For more information, see [Amazon Resource Names (ARNs)][1]
|
1113
|
+
# in the *Amazon Web Services General Reference*.
|
1114
|
+
#
|
1115
|
+
#
|
1116
|
+
#
|
1117
|
+
# [1]: https://docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html
|
1118
|
+
#
|
1119
|
+
# @option params [String] :copy_strategy
|
1120
|
+
# Specifies the strategy to use when copying data from a snapshot to the
|
1121
|
+
# volume.
|
1122
|
+
#
|
1123
|
+
# * `FULL_COPY` - Copies all data from the snapshot to the volume.
|
1124
|
+
#
|
1125
|
+
# * `INCREMENTAL_COPY` - Copies only the snapshot data that's changed
|
1126
|
+
# since the previous replication.
|
1127
|
+
#
|
1128
|
+
# <note markdown="1"> `CLONE` isn't a valid copy strategy option for the
|
1129
|
+
# `CopySnapshotAndUpdateVolume` operation.
|
1130
|
+
#
|
1131
|
+
# </note>
|
1132
|
+
#
|
1133
|
+
# @option params [Array<String>] :options
|
1134
|
+
# Confirms that you want to delete data on the destination volume that
|
1135
|
+
# wasn’t there during the previous snapshot replication.
|
1136
|
+
#
|
1137
|
+
# Your replication will fail if you don’t include an option for a
|
1138
|
+
# specific type of data and that data is on your destination. For
|
1139
|
+
# example, if you don’t include `DELETE_INTERMEDIATE_SNAPSHOTS` and
|
1140
|
+
# there are intermediate snapshots on the destination, you can’t copy
|
1141
|
+
# the snapshot.
|
1142
|
+
#
|
1143
|
+
# * `DELETE_INTERMEDIATE_SNAPSHOTS` - Deletes snapshots on the
|
1144
|
+
# destination volume that aren’t on the source volume.
|
1145
|
+
#
|
1146
|
+
# * `DELETE_CLONED_VOLUMES` - Deletes snapshot clones on the destination
|
1147
|
+
# volume that aren't on the source volume.
|
1148
|
+
#
|
1149
|
+
# * `DELETE_INTERMEDIATE_DATA` - Overwrites snapshots on the destination
|
1150
|
+
# volume that don’t match the source snapshot that you’re copying.
|
1151
|
+
#
|
1152
|
+
# @return [Types::CopySnapshotAndUpdateVolumeResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
1153
|
+
#
|
1154
|
+
# * {Types::CopySnapshotAndUpdateVolumeResponse#volume_id #volume_id} => String
|
1155
|
+
# * {Types::CopySnapshotAndUpdateVolumeResponse#lifecycle #lifecycle} => String
|
1156
|
+
# * {Types::CopySnapshotAndUpdateVolumeResponse#administrative_actions #administrative_actions} => Array<Types::AdministrativeAction>
|
1157
|
+
#
|
1158
|
+
# @example Request syntax with placeholder values
|
1159
|
+
#
|
1160
|
+
# resp = client.copy_snapshot_and_update_volume({
|
1161
|
+
# client_request_token: "ClientRequestToken",
|
1162
|
+
# volume_id: "VolumeId", # required
|
1163
|
+
# source_snapshot_arn: "ResourceARN", # required
|
1164
|
+
# copy_strategy: "CLONE", # accepts CLONE, FULL_COPY, INCREMENTAL_COPY
|
1165
|
+
# options: ["DELETE_INTERMEDIATE_SNAPSHOTS"], # accepts DELETE_INTERMEDIATE_SNAPSHOTS, DELETE_CLONED_VOLUMES, DELETE_INTERMEDIATE_DATA
|
1166
|
+
# })
|
1167
|
+
#
|
1168
|
+
# @example Response structure
|
1169
|
+
#
|
1170
|
+
# resp.volume_id #=> String
|
1171
|
+
# resp.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING", "AVAILABLE"
|
1172
|
+
# resp.administrative_actions #=> Array
|
1173
|
+
# resp.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
|
1174
|
+
# resp.administrative_actions[0].progress_percent #=> Integer
|
1175
|
+
# resp.administrative_actions[0].request_time #=> Time
|
1176
|
+
# resp.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
1177
|
+
# resp.administrative_actions[0].target_file_system_values.owner_id #=> String
|
1178
|
+
# resp.administrative_actions[0].target_file_system_values.creation_time #=> Time
|
1179
|
+
# resp.administrative_actions[0].target_file_system_values.file_system_id #=> String
|
1180
|
+
# resp.administrative_actions[0].target_file_system_values.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
|
1181
|
+
# resp.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
1182
|
+
# resp.administrative_actions[0].target_file_system_values.failure_details.message #=> String
|
1183
|
+
# resp.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
|
1184
|
+
# resp.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
|
1185
|
+
# resp.administrative_actions[0].target_file_system_values.vpc_id #=> String
|
1186
|
+
# resp.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
|
1187
|
+
# resp.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
|
1188
|
+
# resp.administrative_actions[0].target_file_system_values.network_interface_ids #=> Array
|
1189
|
+
# resp.administrative_actions[0].target_file_system_values.network_interface_ids[0] #=> String
|
1190
|
+
# resp.administrative_actions[0].target_file_system_values.dns_name #=> String
|
1191
|
+
# resp.administrative_actions[0].target_file_system_values.kms_key_id #=> String
|
1192
|
+
# resp.administrative_actions[0].target_file_system_values.resource_arn #=> String
|
1193
|
+
# resp.administrative_actions[0].target_file_system_values.tags #=> Array
|
1194
|
+
# resp.administrative_actions[0].target_file_system_values.tags[0].key #=> String
|
1195
|
+
# resp.administrative_actions[0].target_file_system_values.tags[0].value #=> String
|
1196
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.active_directory_id #=> String
|
1197
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.self_managed_active_directory_configuration.domain_name #=> String
|
1198
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.self_managed_active_directory_configuration.organizational_unit_distinguished_name #=> String
|
1199
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.self_managed_active_directory_configuration.file_system_administrators_group #=> String
|
1200
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.self_managed_active_directory_configuration.user_name #=> String
|
1201
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.self_managed_active_directory_configuration.dns_ips #=> Array
|
1202
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.self_managed_active_directory_configuration.dns_ips[0] #=> String
|
1203
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1", "SINGLE_AZ_2"
|
1204
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.remote_administration_endpoint #=> String
|
1205
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.preferred_subnet_id #=> String
|
1206
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.preferred_file_server_ip #=> String
|
1207
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.throughput_capacity #=> Integer
|
1208
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.maintenance_operations_in_progress #=> Array
|
1209
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.maintenance_operations_in_progress[0] #=> String, one of "PATCHING", "BACKING_UP"
|
1210
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.weekly_maintenance_start_time #=> String
|
1211
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.daily_automatic_backup_start_time #=> String
|
1212
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.automatic_backup_retention_days #=> Integer
|
1213
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.copy_tags_to_backups #=> Boolean
|
1214
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.aliases #=> Array
|
1215
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.aliases[0].name #=> String
|
1216
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
1217
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
1218
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.file_share_access_audit_log_level #=> String, one of "DISABLED", "SUCCESS_ONLY", "FAILURE_ONLY", "SUCCESS_AND_FAILURE"
|
1219
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
1220
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
1221
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.disk_iops_configuration.iops #=> Integer
|
1222
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
|
1223
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
|
1224
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
|
1225
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.export_path #=> String
|
1226
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.imported_file_chunk_size #=> Integer
|
1227
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.auto_import_policy #=> String, one of "NONE", "NEW", "NEW_CHANGED", "NEW_CHANGED_DELETED"
|
1228
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.failure_details.message #=> String
|
1229
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.deployment_type #=> String, one of "SCRATCH_1", "SCRATCH_2", "PERSISTENT_1", "PERSISTENT_2"
|
1230
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.per_unit_storage_throughput #=> Integer
|
1231
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.mount_name #=> String
|
1232
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.daily_automatic_backup_start_time #=> String
|
1233
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.automatic_backup_retention_days #=> Integer
|
1234
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.copy_tags_to_backups #=> Boolean
|
1235
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
1236
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
|
1237
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
|
1238
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.destination #=> String
|
1239
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
|
1240
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
1241
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
1242
|
+
# resp.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
|
1243
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
|
1244
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
|
1245
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1", "SINGLE_AZ_2"
|
1246
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
|
1247
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
|
1248
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
1249
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses[0] #=> String
|
1250
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.management.dns_name #=> String
|
1251
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.management.ip_addresses #=> Array
|
1252
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.management.ip_addresses[0] #=> String
|
1253
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
1254
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.disk_iops_configuration.iops #=> Integer
|
1255
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.preferred_subnet_id #=> String
|
1256
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.route_table_ids #=> Array
|
1257
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.route_table_ids[0] #=> String
|
1258
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.throughput_capacity #=> Integer
|
1259
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.weekly_maintenance_start_time #=> String
|
1260
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.fsx_admin_password #=> String
|
1261
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.ha_pairs #=> Integer
|
1262
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.throughput_capacity_per_ha_pair #=> Integer
|
1263
|
+
# resp.administrative_actions[0].target_file_system_values.file_system_type_version #=> String
|
1264
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.automatic_backup_retention_days #=> Integer
|
1265
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
1266
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
1267
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
1268
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2", "MULTI_AZ_1"
|
1269
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
1270
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
1271
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
1272
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
1273
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
|
1274
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.preferred_subnet_id #=> String
|
1275
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address_range #=> String
|
1276
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids #=> Array
|
1277
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.route_table_ids[0] #=> String
|
1278
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.endpoint_ip_address #=> String
|
1279
|
+
# resp.administrative_actions[0].failure_details.message #=> String
|
1280
|
+
# resp.administrative_actions[0].target_volume_values.creation_time #=> Time
|
1281
|
+
# resp.administrative_actions[0].target_volume_values.file_system_id #=> String
|
1282
|
+
# resp.administrative_actions[0].target_volume_values.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING", "AVAILABLE"
|
1283
|
+
# resp.administrative_actions[0].target_volume_values.name #=> String
|
1284
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
|
1285
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.junction_path #=> String
|
1286
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
|
1287
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.size_in_megabytes #=> Integer
|
1288
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.storage_efficiency_enabled #=> Boolean
|
1289
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_id #=> String
|
1290
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_root #=> Boolean
|
1291
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.cooling_period #=> Integer
|
1292
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
1293
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.uuid #=> String
|
1294
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
1295
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snapshot_policy #=> String
|
1296
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.copy_tags_to_backups #=> Boolean
|
1297
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.audit_log_volume #=> Boolean
|
1298
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.type #=> String, one of "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "NONE"
|
1299
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.autocommit_period.value #=> Integer
|
1300
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.privileged_delete #=> String, one of "DISABLED", "ENABLED", "PERMANENTLY_DISABLED"
|
1301
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
1302
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.default_retention.value #=> Integer
|
1303
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
1304
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.minimum_retention.value #=> Integer
|
1305
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.type #=> String, one of "SECONDS", "MINUTES", "HOURS", "DAYS", "MONTHS", "YEARS", "INFINITE", "UNSPECIFIED"
|
1306
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
1307
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
1308
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
1309
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.volume_style #=> String, one of "FLEXVOL", "FLEXGROUP"
|
1310
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates #=> Array
|
1311
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates[0] #=> String
|
1312
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.total_constituents #=> Integer
|
1313
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.size_in_bytes #=> Integer
|
1314
|
+
# resp.administrative_actions[0].target_volume_values.resource_arn #=> String
|
1315
|
+
# resp.administrative_actions[0].target_volume_values.tags #=> Array
|
1316
|
+
# resp.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
1317
|
+
# resp.administrative_actions[0].target_volume_values.tags[0].value #=> String
|
1318
|
+
# resp.administrative_actions[0].target_volume_values.volume_id #=> String
|
1319
|
+
# resp.administrative_actions[0].target_volume_values.volume_type #=> String, one of "ONTAP", "OPENZFS"
|
1320
|
+
# resp.administrative_actions[0].target_volume_values.lifecycle_transition_reason.message #=> String
|
1321
|
+
# resp.administrative_actions[0].target_volume_values.administrative_actions #=> Types::AdministrativeActions
|
1322
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.parent_volume_id #=> String
|
1323
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.volume_path #=> String
|
1324
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.storage_capacity_reservation_gi_b #=> Integer
|
1325
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.storage_capacity_quota_gi_b #=> Integer
|
1326
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.record_size_ki_b #=> Integer
|
1327
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
1328
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
1329
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
1330
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
1331
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.read_only #=> Boolean
|
1332
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports #=> Array
|
1333
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports[0].client_configurations #=> Array
|
1334
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports[0].client_configurations[0].clients #=> String
|
1335
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports[0].client_configurations[0].options #=> Array
|
1336
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports[0].client_configurations[0].options[0] #=> String
|
1337
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas #=> Array
|
1338
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].type #=> String, one of "USER", "GROUP"
|
1339
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].id #=> Integer
|
1340
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].storage_capacity_quota_gi_b #=> Integer
|
1341
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.restore_to_snapshot #=> String
|
1342
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
1343
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
1344
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
1345
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
1346
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
1347
|
+
# resp.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
1348
|
+
# resp.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
1349
|
+
# resp.administrative_actions[0].target_snapshot_values.name #=> String
|
1350
|
+
# resp.administrative_actions[0].target_snapshot_values.volume_id #=> String
|
1351
|
+
# resp.administrative_actions[0].target_snapshot_values.creation_time #=> Time
|
1352
|
+
# resp.administrative_actions[0].target_snapshot_values.lifecycle #=> String, one of "PENDING", "CREATING", "DELETING", "AVAILABLE"
|
1353
|
+
# resp.administrative_actions[0].target_snapshot_values.lifecycle_transition_reason.message #=> String
|
1354
|
+
# resp.administrative_actions[0].target_snapshot_values.tags #=> Array
|
1355
|
+
# resp.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
1356
|
+
# resp.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
1357
|
+
# resp.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
|
1358
|
+
# resp.administrative_actions[0].total_transfer_bytes #=> Integer
|
1359
|
+
# resp.administrative_actions[0].remaining_transfer_bytes #=> Integer
|
1360
|
+
#
|
1361
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CopySnapshotAndUpdateVolume AWS API Documentation
|
1362
|
+
#
|
1363
|
+
# @overload copy_snapshot_and_update_volume(params = {})
|
1364
|
+
# @param [Hash] params ({})
|
1365
|
+
def copy_snapshot_and_update_volume(params = {}, options = {})
|
1366
|
+
req = build_request(:copy_snapshot_and_update_volume, params)
|
1367
|
+
req.send_request(options)
|
1368
|
+
end
|
1369
|
+
|
1064
1370
|
# Creates a backup of an existing Amazon FSx for Windows File Server
|
1065
1371
|
# file system, Amazon FSx for Lustre file system, Amazon FSx for NetApp
|
1066
1372
|
# ONTAP volume, or Amazon FSx for OpenZFS file system. We recommend
|
@@ -1284,7 +1590,7 @@ module Aws::FSx
|
|
1284
1590
|
# resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
1285
1591
|
# resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
1286
1592
|
# resp.backup.file_system.administrative_actions #=> Array
|
1287
|
-
# resp.backup.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY"
|
1593
|
+
# resp.backup.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
|
1288
1594
|
# resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
|
1289
1595
|
# resp.backup.file_system.administrative_actions[0].request_time #=> Time
|
1290
1596
|
# resp.backup.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -1319,6 +1625,11 @@ module Aws::FSx
|
|
1319
1625
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
1320
1626
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
1321
1627
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
1628
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.volume_style #=> String, one of "FLEXVOL", "FLEXGROUP"
|
1629
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates #=> Array
|
1630
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates[0] #=> String
|
1631
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.total_constituents #=> Integer
|
1632
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.size_in_bytes #=> Integer
|
1322
1633
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
1323
1634
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
1324
1635
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -1335,7 +1646,7 @@ module Aws::FSx
|
|
1335
1646
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
1336
1647
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
1337
1648
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
1338
|
-
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
1649
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
1339
1650
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.read_only #=> Boolean
|
1340
1651
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports #=> Array
|
1341
1652
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports[0].client_configurations #=> Array
|
@@ -1349,6 +1660,9 @@ module Aws::FSx
|
|
1349
1660
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.restore_to_snapshot #=> String
|
1350
1661
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
1351
1662
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
1663
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
1664
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
1665
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
1352
1666
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
1353
1667
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
1354
1668
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.name #=> String
|
@@ -1360,9 +1674,11 @@ module Aws::FSx
|
|
1360
1674
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
1361
1675
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
1362
1676
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
|
1677
|
+
# resp.backup.file_system.administrative_actions[0].total_transfer_bytes #=> Integer
|
1678
|
+
# resp.backup.file_system.administrative_actions[0].remaining_transfer_bytes #=> Integer
|
1363
1679
|
# resp.backup.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
|
1364
1680
|
# resp.backup.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
|
1365
|
-
# resp.backup.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
|
1681
|
+
# resp.backup.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1", "SINGLE_AZ_2"
|
1366
1682
|
# resp.backup.file_system.ontap_configuration.endpoint_ip_address_range #=> String
|
1367
1683
|
# resp.backup.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
|
1368
1684
|
# resp.backup.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
@@ -1378,6 +1694,8 @@ module Aws::FSx
|
|
1378
1694
|
# resp.backup.file_system.ontap_configuration.throughput_capacity #=> Integer
|
1379
1695
|
# resp.backup.file_system.ontap_configuration.weekly_maintenance_start_time #=> String
|
1380
1696
|
# resp.backup.file_system.ontap_configuration.fsx_admin_password #=> String
|
1697
|
+
# resp.backup.file_system.ontap_configuration.ha_pairs #=> Integer
|
1698
|
+
# resp.backup.file_system.ontap_configuration.throughput_capacity_per_ha_pair #=> Integer
|
1381
1699
|
# resp.backup.file_system.file_system_type_version #=> String
|
1382
1700
|
# resp.backup.file_system.open_zfs_configuration.automatic_backup_retention_days #=> Integer
|
1383
1701
|
# resp.backup.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
@@ -1430,6 +1748,11 @@ module Aws::FSx
|
|
1430
1748
|
# resp.backup.volume.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
1431
1749
|
# resp.backup.volume.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
1432
1750
|
# resp.backup.volume.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
1751
|
+
# resp.backup.volume.ontap_configuration.volume_style #=> String, one of "FLEXVOL", "FLEXGROUP"
|
1752
|
+
# resp.backup.volume.ontap_configuration.aggregate_configuration.aggregates #=> Array
|
1753
|
+
# resp.backup.volume.ontap_configuration.aggregate_configuration.aggregates[0] #=> String
|
1754
|
+
# resp.backup.volume.ontap_configuration.aggregate_configuration.total_constituents #=> Integer
|
1755
|
+
# resp.backup.volume.ontap_configuration.size_in_bytes #=> Integer
|
1433
1756
|
# resp.backup.volume.resource_arn #=> String
|
1434
1757
|
# resp.backup.volume.tags #=> Array
|
1435
1758
|
# resp.backup.volume.tags[0].key #=> String
|
@@ -1438,7 +1761,7 @@ module Aws::FSx
|
|
1438
1761
|
# resp.backup.volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
|
1439
1762
|
# resp.backup.volume.lifecycle_transition_reason.message #=> String
|
1440
1763
|
# resp.backup.volume.administrative_actions #=> Array
|
1441
|
-
# resp.backup.volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY"
|
1764
|
+
# resp.backup.volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
|
1442
1765
|
# resp.backup.volume.administrative_actions[0].progress_percent #=> Integer
|
1443
1766
|
# resp.backup.volume.administrative_actions[0].request_time #=> Time
|
1444
1767
|
# resp.backup.volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -1510,7 +1833,7 @@ module Aws::FSx
|
|
1510
1833
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
|
1511
1834
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
|
1512
1835
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
|
1513
|
-
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
|
1836
|
+
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1", "SINGLE_AZ_2"
|
1514
1837
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
|
1515
1838
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
|
1516
1839
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
@@ -1526,6 +1849,8 @@ module Aws::FSx
|
|
1526
1849
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.throughput_capacity #=> Integer
|
1527
1850
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.weekly_maintenance_start_time #=> String
|
1528
1851
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.fsx_admin_password #=> String
|
1852
|
+
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.ha_pairs #=> Integer
|
1853
|
+
# resp.backup.volume.administrative_actions[0].target_file_system_values.ontap_configuration.throughput_capacity_per_ha_pair #=> Integer
|
1529
1854
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.file_system_type_version #=> String
|
1530
1855
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.automatic_backup_retention_days #=> Integer
|
1531
1856
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
@@ -1555,6 +1880,8 @@ module Aws::FSx
|
|
1555
1880
|
# resp.backup.volume.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
1556
1881
|
# resp.backup.volume.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
1557
1882
|
# resp.backup.volume.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
|
1883
|
+
# resp.backup.volume.administrative_actions[0].total_transfer_bytes #=> Integer
|
1884
|
+
# resp.backup.volume.administrative_actions[0].remaining_transfer_bytes #=> Integer
|
1558
1885
|
# resp.backup.volume.open_zfs_configuration.parent_volume_id #=> String
|
1559
1886
|
# resp.backup.volume.open_zfs_configuration.volume_path #=> String
|
1560
1887
|
# resp.backup.volume.open_zfs_configuration.storage_capacity_reservation_gi_b #=> Integer
|
@@ -1563,7 +1890,7 @@ module Aws::FSx
|
|
1563
1890
|
# resp.backup.volume.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
1564
1891
|
# resp.backup.volume.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
1565
1892
|
# resp.backup.volume.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
1566
|
-
# resp.backup.volume.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
1893
|
+
# resp.backup.volume.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
1567
1894
|
# resp.backup.volume.open_zfs_configuration.read_only #=> Boolean
|
1568
1895
|
# resp.backup.volume.open_zfs_configuration.nfs_exports #=> Array
|
1569
1896
|
# resp.backup.volume.open_zfs_configuration.nfs_exports[0].client_configurations #=> Array
|
@@ -1577,6 +1904,9 @@ module Aws::FSx
|
|
1577
1904
|
# resp.backup.volume.open_zfs_configuration.restore_to_snapshot #=> String
|
1578
1905
|
# resp.backup.volume.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
1579
1906
|
# resp.backup.volume.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
1907
|
+
# resp.backup.volume.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
1908
|
+
# resp.backup.volume.open_zfs_configuration.source_snapshot_arn #=> String
|
1909
|
+
# resp.backup.volume.open_zfs_configuration.destination_snapshot #=> String
|
1580
1910
|
#
|
1581
1911
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateBackup AWS API Documentation
|
1582
1912
|
#
|
@@ -2192,7 +2522,9 @@ module Aws::FSx
|
|
2192
2522
|
# GiB, and increments of 3600 GiB.
|
2193
2523
|
#
|
2194
2524
|
# **FSx for ONTAP file systems** - The amount of storage capacity that
|
2195
|
-
# you can configure
|
2525
|
+
# you can configure depends on the value of the `HAPairs` property. The
|
2526
|
+
# minimum value is calculated as 1,024 * `HAPairs` and the maxium is
|
2527
|
+
# calculated as 524,288 * `HAPairs`..
|
2196
2528
|
#
|
2197
2529
|
# **FSx for OpenZFS file systems** - The amount of storage capacity that
|
2198
2530
|
# you can configure is from 64 GiB up to 524,288 GiB (512 TiB).
|
@@ -2474,7 +2806,7 @@ module Aws::FSx
|
|
2474
2806
|
# ontap_configuration: {
|
2475
2807
|
# automatic_backup_retention_days: 1,
|
2476
2808
|
# daily_automatic_backup_start_time: "DailyTime",
|
2477
|
-
# deployment_type: "MULTI_AZ_1", # required, accepts MULTI_AZ_1, SINGLE_AZ_1
|
2809
|
+
# deployment_type: "MULTI_AZ_1", # required, accepts MULTI_AZ_1, SINGLE_AZ_1, SINGLE_AZ_2
|
2478
2810
|
# endpoint_ip_address_range: "IpAddressRange",
|
2479
2811
|
# fsx_admin_password: "AdminPassword",
|
2480
2812
|
# disk_iops_configuration: {
|
@@ -2483,8 +2815,10 @@ module Aws::FSx
|
|
2483
2815
|
# },
|
2484
2816
|
# preferred_subnet_id: "SubnetId",
|
2485
2817
|
# route_table_ids: ["RouteTableId"],
|
2486
|
-
# throughput_capacity: 1,
|
2818
|
+
# throughput_capacity: 1,
|
2487
2819
|
# weekly_maintenance_start_time: "WeeklyTime",
|
2820
|
+
# ha_pairs: 1,
|
2821
|
+
# throughput_capacity_per_ha_pair: 1,
|
2488
2822
|
# },
|
2489
2823
|
# file_system_type_version: "FileSystemTypeVersion",
|
2490
2824
|
# open_zfs_configuration: {
|
@@ -2596,7 +2930,7 @@ module Aws::FSx
|
|
2596
2930
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
2597
2931
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
2598
2932
|
# resp.file_system.administrative_actions #=> Array
|
2599
|
-
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY"
|
2933
|
+
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
|
2600
2934
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
2601
2935
|
# resp.file_system.administrative_actions[0].request_time #=> Time
|
2602
2936
|
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -2631,6 +2965,11 @@ module Aws::FSx
|
|
2631
2965
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
2632
2966
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
2633
2967
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
2968
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.volume_style #=> String, one of "FLEXVOL", "FLEXGROUP"
|
2969
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates #=> Array
|
2970
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates[0] #=> String
|
2971
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.total_constituents #=> Integer
|
2972
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.size_in_bytes #=> Integer
|
2634
2973
|
# resp.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
2635
2974
|
# resp.file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
2636
2975
|
# resp.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -2647,7 +2986,7 @@ module Aws::FSx
|
|
2647
2986
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
2648
2987
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
2649
2988
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
2650
|
-
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
2989
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
2651
2990
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.read_only #=> Boolean
|
2652
2991
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports #=> Array
|
2653
2992
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports[0].client_configurations #=> Array
|
@@ -2661,6 +3000,9 @@ module Aws::FSx
|
|
2661
3000
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.restore_to_snapshot #=> String
|
2662
3001
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
2663
3002
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
3003
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
3004
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
3005
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
2664
3006
|
# resp.file_system.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
2665
3007
|
# resp.file_system.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
2666
3008
|
# resp.file_system.administrative_actions[0].target_snapshot_values.name #=> String
|
@@ -2672,9 +3014,11 @@ module Aws::FSx
|
|
2672
3014
|
# resp.file_system.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
2673
3015
|
# resp.file_system.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
2674
3016
|
# resp.file_system.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
|
3017
|
+
# resp.file_system.administrative_actions[0].total_transfer_bytes #=> Integer
|
3018
|
+
# resp.file_system.administrative_actions[0].remaining_transfer_bytes #=> Integer
|
2675
3019
|
# resp.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
|
2676
3020
|
# resp.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
|
2677
|
-
# resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
|
3021
|
+
# resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1", "SINGLE_AZ_2"
|
2678
3022
|
# resp.file_system.ontap_configuration.endpoint_ip_address_range #=> String
|
2679
3023
|
# resp.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
|
2680
3024
|
# resp.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
@@ -2690,6 +3034,8 @@ module Aws::FSx
|
|
2690
3034
|
# resp.file_system.ontap_configuration.throughput_capacity #=> Integer
|
2691
3035
|
# resp.file_system.ontap_configuration.weekly_maintenance_start_time #=> String
|
2692
3036
|
# resp.file_system.ontap_configuration.fsx_admin_password #=> String
|
3037
|
+
# resp.file_system.ontap_configuration.ha_pairs #=> Integer
|
3038
|
+
# resp.file_system.ontap_configuration.throughput_capacity_per_ha_pair #=> Integer
|
2693
3039
|
# resp.file_system.file_system_type_version #=> String
|
2694
3040
|
# resp.file_system.open_zfs_configuration.automatic_backup_retention_days #=> Integer
|
2695
3041
|
# resp.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
@@ -2883,7 +3229,8 @@ module Aws::FSx
|
|
2883
3229
|
#
|
2884
3230
|
# If used to create a file system other than OpenZFS, you must provide a
|
2885
3231
|
# value that matches the backup's `StorageCapacity` value. If you
|
2886
|
-
# provide any other value, Amazon FSx responds with
|
3232
|
+
# provide any other value, Amazon FSx responds with with an HTTP status
|
3233
|
+
# code 400 Bad Request.
|
2887
3234
|
#
|
2888
3235
|
# @return [Types::CreateFileSystemFromBackupResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
2889
3236
|
#
|
@@ -3121,7 +3468,7 @@ module Aws::FSx
|
|
3121
3468
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
3122
3469
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
3123
3470
|
# resp.file_system.administrative_actions #=> Array
|
3124
|
-
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY"
|
3471
|
+
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
|
3125
3472
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
3126
3473
|
# resp.file_system.administrative_actions[0].request_time #=> Time
|
3127
3474
|
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -3156,6 +3503,11 @@ module Aws::FSx
|
|
3156
3503
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
3157
3504
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
3158
3505
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
3506
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.volume_style #=> String, one of "FLEXVOL", "FLEXGROUP"
|
3507
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates #=> Array
|
3508
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates[0] #=> String
|
3509
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.total_constituents #=> Integer
|
3510
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.size_in_bytes #=> Integer
|
3159
3511
|
# resp.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
3160
3512
|
# resp.file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
3161
3513
|
# resp.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -3172,7 +3524,7 @@ module Aws::FSx
|
|
3172
3524
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
3173
3525
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
3174
3526
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
3175
|
-
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
3527
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
3176
3528
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.read_only #=> Boolean
|
3177
3529
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports #=> Array
|
3178
3530
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports[0].client_configurations #=> Array
|
@@ -3186,6 +3538,9 @@ module Aws::FSx
|
|
3186
3538
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.restore_to_snapshot #=> String
|
3187
3539
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
3188
3540
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
3541
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
3542
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
3543
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
3189
3544
|
# resp.file_system.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
3190
3545
|
# resp.file_system.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
3191
3546
|
# resp.file_system.administrative_actions[0].target_snapshot_values.name #=> String
|
@@ -3197,9 +3552,11 @@ module Aws::FSx
|
|
3197
3552
|
# resp.file_system.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
3198
3553
|
# resp.file_system.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
3199
3554
|
# resp.file_system.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
|
3555
|
+
# resp.file_system.administrative_actions[0].total_transfer_bytes #=> Integer
|
3556
|
+
# resp.file_system.administrative_actions[0].remaining_transfer_bytes #=> Integer
|
3200
3557
|
# resp.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
|
3201
3558
|
# resp.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
|
3202
|
-
# resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
|
3559
|
+
# resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1", "SINGLE_AZ_2"
|
3203
3560
|
# resp.file_system.ontap_configuration.endpoint_ip_address_range #=> String
|
3204
3561
|
# resp.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
|
3205
3562
|
# resp.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
@@ -3215,6 +3572,8 @@ module Aws::FSx
|
|
3215
3572
|
# resp.file_system.ontap_configuration.throughput_capacity #=> Integer
|
3216
3573
|
# resp.file_system.ontap_configuration.weekly_maintenance_start_time #=> String
|
3217
3574
|
# resp.file_system.ontap_configuration.fsx_admin_password #=> String
|
3575
|
+
# resp.file_system.ontap_configuration.ha_pairs #=> Integer
|
3576
|
+
# resp.file_system.ontap_configuration.throughput_capacity_per_ha_pair #=> Integer
|
3218
3577
|
# resp.file_system.file_system_type_version #=> String
|
3219
3578
|
# resp.file_system.open_zfs_configuration.automatic_backup_retention_days #=> Integer
|
3220
3579
|
# resp.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
@@ -3322,7 +3681,7 @@ module Aws::FSx
|
|
3322
3681
|
# resp.snapshot.tags[0].key #=> String
|
3323
3682
|
# resp.snapshot.tags[0].value #=> String
|
3324
3683
|
# resp.snapshot.administrative_actions #=> Array
|
3325
|
-
# resp.snapshot.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY"
|
3684
|
+
# resp.snapshot.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
|
3326
3685
|
# resp.snapshot.administrative_actions[0].progress_percent #=> Integer
|
3327
3686
|
# resp.snapshot.administrative_actions[0].request_time #=> Time
|
3328
3687
|
# resp.snapshot.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -3394,7 +3753,7 @@ module Aws::FSx
|
|
3394
3753
|
# resp.snapshot.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
|
3395
3754
|
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
|
3396
3755
|
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
|
3397
|
-
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
|
3756
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1", "SINGLE_AZ_2"
|
3398
3757
|
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
|
3399
3758
|
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
|
3400
3759
|
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
@@ -3410,6 +3769,8 @@ module Aws::FSx
|
|
3410
3769
|
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.throughput_capacity #=> Integer
|
3411
3770
|
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.weekly_maintenance_start_time #=> String
|
3412
3771
|
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.fsx_admin_password #=> String
|
3772
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.ha_pairs #=> Integer
|
3773
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.throughput_capacity_per_ha_pair #=> Integer
|
3413
3774
|
# resp.snapshot.administrative_actions[0].target_file_system_values.file_system_type_version #=> String
|
3414
3775
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.automatic_backup_retention_days #=> Integer
|
3415
3776
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
@@ -3456,6 +3817,11 @@ module Aws::FSx
|
|
3456
3817
|
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
3457
3818
|
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
3458
3819
|
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
3820
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.volume_style #=> String, one of "FLEXVOL", "FLEXGROUP"
|
3821
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates #=> Array
|
3822
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates[0] #=> String
|
3823
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.total_constituents #=> Integer
|
3824
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.size_in_bytes #=> Integer
|
3459
3825
|
# resp.snapshot.administrative_actions[0].target_volume_values.resource_arn #=> String
|
3460
3826
|
# resp.snapshot.administrative_actions[0].target_volume_values.tags #=> Array
|
3461
3827
|
# resp.snapshot.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -3472,7 +3838,7 @@ module Aws::FSx
|
|
3472
3838
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
3473
3839
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
3474
3840
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
3475
|
-
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
3841
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
3476
3842
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.read_only #=> Boolean
|
3477
3843
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports #=> Array
|
3478
3844
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports[0].client_configurations #=> Array
|
@@ -3486,7 +3852,12 @@ module Aws::FSx
|
|
3486
3852
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.restore_to_snapshot #=> String
|
3487
3853
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
3488
3854
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
3855
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
3856
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
3857
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
3489
3858
|
# resp.snapshot.administrative_actions[0].target_snapshot_values #=> Types::Snapshot
|
3859
|
+
# resp.snapshot.administrative_actions[0].total_transfer_bytes #=> Integer
|
3860
|
+
# resp.snapshot.administrative_actions[0].remaining_transfer_bytes #=> Integer
|
3490
3861
|
#
|
3491
3862
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateSnapshot AWS API Documentation
|
3492
3863
|
#
|
@@ -3659,7 +4030,7 @@ module Aws::FSx
|
|
3659
4030
|
# ontap_configuration: {
|
3660
4031
|
# junction_path: "JunctionPath",
|
3661
4032
|
# security_style: "UNIX", # accepts UNIX, NTFS, MIXED
|
3662
|
-
# size_in_megabytes: 1,
|
4033
|
+
# size_in_megabytes: 1,
|
3663
4034
|
# storage_efficiency_enabled: false,
|
3664
4035
|
# storage_virtual_machine_id: "StorageVirtualMachineId", # required
|
3665
4036
|
# tiering_policy: {
|
@@ -3693,6 +4064,12 @@ module Aws::FSx
|
|
3693
4064
|
# snaplock_type: "COMPLIANCE", # required, accepts COMPLIANCE, ENTERPRISE
|
3694
4065
|
# volume_append_mode_enabled: false,
|
3695
4066
|
# },
|
4067
|
+
# volume_style: "FLEXVOL", # accepts FLEXVOL, FLEXGROUP
|
4068
|
+
# aggregate_configuration: {
|
4069
|
+
# aggregates: ["Aggregate"],
|
4070
|
+
# constituents_per_aggregate: 1,
|
4071
|
+
# },
|
4072
|
+
# size_in_bytes: 1,
|
3696
4073
|
# },
|
3697
4074
|
# tags: [
|
3698
4075
|
# {
|
@@ -3709,7 +4086,7 @@ module Aws::FSx
|
|
3709
4086
|
# copy_tags_to_snapshots: false,
|
3710
4087
|
# origin_snapshot: {
|
3711
4088
|
# snapshot_arn: "ResourceARN", # required
|
3712
|
-
# copy_strategy: "CLONE", # required, accepts CLONE, FULL_COPY
|
4089
|
+
# copy_strategy: "CLONE", # required, accepts CLONE, FULL_COPY, INCREMENTAL_COPY
|
3713
4090
|
# },
|
3714
4091
|
# read_only: false,
|
3715
4092
|
# nfs_exports: [
|
@@ -3763,6 +4140,11 @@ module Aws::FSx
|
|
3763
4140
|
# resp.volume.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
3764
4141
|
# resp.volume.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
3765
4142
|
# resp.volume.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
4143
|
+
# resp.volume.ontap_configuration.volume_style #=> String, one of "FLEXVOL", "FLEXGROUP"
|
4144
|
+
# resp.volume.ontap_configuration.aggregate_configuration.aggregates #=> Array
|
4145
|
+
# resp.volume.ontap_configuration.aggregate_configuration.aggregates[0] #=> String
|
4146
|
+
# resp.volume.ontap_configuration.aggregate_configuration.total_constituents #=> Integer
|
4147
|
+
# resp.volume.ontap_configuration.size_in_bytes #=> Integer
|
3766
4148
|
# resp.volume.resource_arn #=> String
|
3767
4149
|
# resp.volume.tags #=> Array
|
3768
4150
|
# resp.volume.tags[0].key #=> String
|
@@ -3771,7 +4153,7 @@ module Aws::FSx
|
|
3771
4153
|
# resp.volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
|
3772
4154
|
# resp.volume.lifecycle_transition_reason.message #=> String
|
3773
4155
|
# resp.volume.administrative_actions #=> Array
|
3774
|
-
# resp.volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY"
|
4156
|
+
# resp.volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
|
3775
4157
|
# resp.volume.administrative_actions[0].progress_percent #=> Integer
|
3776
4158
|
# resp.volume.administrative_actions[0].request_time #=> Time
|
3777
4159
|
# resp.volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -3843,7 +4225,7 @@ module Aws::FSx
|
|
3843
4225
|
# resp.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
|
3844
4226
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
|
3845
4227
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
|
3846
|
-
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
|
4228
|
+
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1", "SINGLE_AZ_2"
|
3847
4229
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
|
3848
4230
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
|
3849
4231
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
@@ -3859,6 +4241,8 @@ module Aws::FSx
|
|
3859
4241
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.throughput_capacity #=> Integer
|
3860
4242
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.weekly_maintenance_start_time #=> String
|
3861
4243
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.fsx_admin_password #=> String
|
4244
|
+
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.ha_pairs #=> Integer
|
4245
|
+
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.throughput_capacity_per_ha_pair #=> Integer
|
3862
4246
|
# resp.volume.administrative_actions[0].target_file_system_values.file_system_type_version #=> String
|
3863
4247
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.automatic_backup_retention_days #=> Integer
|
3864
4248
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
@@ -3888,6 +4272,8 @@ module Aws::FSx
|
|
3888
4272
|
# resp.volume.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
3889
4273
|
# resp.volume.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
3890
4274
|
# resp.volume.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
|
4275
|
+
# resp.volume.administrative_actions[0].total_transfer_bytes #=> Integer
|
4276
|
+
# resp.volume.administrative_actions[0].remaining_transfer_bytes #=> Integer
|
3891
4277
|
# resp.volume.open_zfs_configuration.parent_volume_id #=> String
|
3892
4278
|
# resp.volume.open_zfs_configuration.volume_path #=> String
|
3893
4279
|
# resp.volume.open_zfs_configuration.storage_capacity_reservation_gi_b #=> Integer
|
@@ -3896,7 +4282,7 @@ module Aws::FSx
|
|
3896
4282
|
# resp.volume.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
3897
4283
|
# resp.volume.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
3898
4284
|
# resp.volume.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
3899
|
-
# resp.volume.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
4285
|
+
# resp.volume.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
3900
4286
|
# resp.volume.open_zfs_configuration.read_only #=> Boolean
|
3901
4287
|
# resp.volume.open_zfs_configuration.nfs_exports #=> Array
|
3902
4288
|
# resp.volume.open_zfs_configuration.nfs_exports[0].client_configurations #=> Array
|
@@ -3910,6 +4296,9 @@ module Aws::FSx
|
|
3910
4296
|
# resp.volume.open_zfs_configuration.restore_to_snapshot #=> String
|
3911
4297
|
# resp.volume.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
3912
4298
|
# resp.volume.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
4299
|
+
# resp.volume.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
4300
|
+
# resp.volume.open_zfs_configuration.source_snapshot_arn #=> String
|
4301
|
+
# resp.volume.open_zfs_configuration.destination_snapshot #=> String
|
3913
4302
|
#
|
3914
4303
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateVolume AWS API Documentation
|
3915
4304
|
#
|
@@ -3958,7 +4347,7 @@ module Aws::FSx
|
|
3958
4347
|
# ontap_configuration: {
|
3959
4348
|
# junction_path: "JunctionPath",
|
3960
4349
|
# security_style: "UNIX", # accepts UNIX, NTFS, MIXED
|
3961
|
-
# size_in_megabytes: 1,
|
4350
|
+
# size_in_megabytes: 1,
|
3962
4351
|
# storage_efficiency_enabled: false,
|
3963
4352
|
# storage_virtual_machine_id: "StorageVirtualMachineId", # required
|
3964
4353
|
# tiering_policy: {
|
@@ -3992,6 +4381,12 @@ module Aws::FSx
|
|
3992
4381
|
# snaplock_type: "COMPLIANCE", # required, accepts COMPLIANCE, ENTERPRISE
|
3993
4382
|
# volume_append_mode_enabled: false,
|
3994
4383
|
# },
|
4384
|
+
# volume_style: "FLEXVOL", # accepts FLEXVOL, FLEXGROUP
|
4385
|
+
# aggregate_configuration: {
|
4386
|
+
# aggregates: ["Aggregate"],
|
4387
|
+
# constituents_per_aggregate: 1,
|
4388
|
+
# },
|
4389
|
+
# size_in_bytes: 1,
|
3995
4390
|
# },
|
3996
4391
|
# tags: [
|
3997
4392
|
# {
|
@@ -4032,6 +4427,11 @@ module Aws::FSx
|
|
4032
4427
|
# resp.volume.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
4033
4428
|
# resp.volume.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
4034
4429
|
# resp.volume.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
4430
|
+
# resp.volume.ontap_configuration.volume_style #=> String, one of "FLEXVOL", "FLEXGROUP"
|
4431
|
+
# resp.volume.ontap_configuration.aggregate_configuration.aggregates #=> Array
|
4432
|
+
# resp.volume.ontap_configuration.aggregate_configuration.aggregates[0] #=> String
|
4433
|
+
# resp.volume.ontap_configuration.aggregate_configuration.total_constituents #=> Integer
|
4434
|
+
# resp.volume.ontap_configuration.size_in_bytes #=> Integer
|
4035
4435
|
# resp.volume.resource_arn #=> String
|
4036
4436
|
# resp.volume.tags #=> Array
|
4037
4437
|
# resp.volume.tags[0].key #=> String
|
@@ -4040,7 +4440,7 @@ module Aws::FSx
|
|
4040
4440
|
# resp.volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
|
4041
4441
|
# resp.volume.lifecycle_transition_reason.message #=> String
|
4042
4442
|
# resp.volume.administrative_actions #=> Array
|
4043
|
-
# resp.volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY"
|
4443
|
+
# resp.volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
|
4044
4444
|
# resp.volume.administrative_actions[0].progress_percent #=> Integer
|
4045
4445
|
# resp.volume.administrative_actions[0].request_time #=> Time
|
4046
4446
|
# resp.volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -4112,7 +4512,7 @@ module Aws::FSx
|
|
4112
4512
|
# resp.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
|
4113
4513
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
|
4114
4514
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
|
4115
|
-
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
|
4515
|
+
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1", "SINGLE_AZ_2"
|
4116
4516
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
|
4117
4517
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
|
4118
4518
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
@@ -4128,6 +4528,8 @@ module Aws::FSx
|
|
4128
4528
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.throughput_capacity #=> Integer
|
4129
4529
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.weekly_maintenance_start_time #=> String
|
4130
4530
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.fsx_admin_password #=> String
|
4531
|
+
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.ha_pairs #=> Integer
|
4532
|
+
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.throughput_capacity_per_ha_pair #=> Integer
|
4131
4533
|
# resp.volume.administrative_actions[0].target_file_system_values.file_system_type_version #=> String
|
4132
4534
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.automatic_backup_retention_days #=> Integer
|
4133
4535
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
@@ -4157,6 +4559,8 @@ module Aws::FSx
|
|
4157
4559
|
# resp.volume.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
4158
4560
|
# resp.volume.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
4159
4561
|
# resp.volume.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
|
4562
|
+
# resp.volume.administrative_actions[0].total_transfer_bytes #=> Integer
|
4563
|
+
# resp.volume.administrative_actions[0].remaining_transfer_bytes #=> Integer
|
4160
4564
|
# resp.volume.open_zfs_configuration.parent_volume_id #=> String
|
4161
4565
|
# resp.volume.open_zfs_configuration.volume_path #=> String
|
4162
4566
|
# resp.volume.open_zfs_configuration.storage_capacity_reservation_gi_b #=> Integer
|
@@ -4165,7 +4569,7 @@ module Aws::FSx
|
|
4165
4569
|
# resp.volume.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
4166
4570
|
# resp.volume.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
4167
4571
|
# resp.volume.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
4168
|
-
# resp.volume.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
4572
|
+
# resp.volume.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
4169
4573
|
# resp.volume.open_zfs_configuration.read_only #=> Boolean
|
4170
4574
|
# resp.volume.open_zfs_configuration.nfs_exports #=> Array
|
4171
4575
|
# resp.volume.open_zfs_configuration.nfs_exports[0].client_configurations #=> Array
|
@@ -4179,6 +4583,9 @@ module Aws::FSx
|
|
4179
4583
|
# resp.volume.open_zfs_configuration.restore_to_snapshot #=> String
|
4180
4584
|
# resp.volume.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
4181
4585
|
# resp.volume.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
4586
|
+
# resp.volume.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
4587
|
+
# resp.volume.open_zfs_configuration.source_snapshot_arn #=> String
|
4588
|
+
# resp.volume.open_zfs_configuration.destination_snapshot #=> String
|
4182
4589
|
#
|
4183
4590
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateVolumeFromBackup AWS API Documentation
|
4184
4591
|
#
|
@@ -4858,7 +5265,7 @@ module Aws::FSx
|
|
4858
5265
|
# resp.backups[0].file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
4859
5266
|
# resp.backups[0].file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
4860
5267
|
# resp.backups[0].file_system.administrative_actions #=> Array
|
4861
|
-
# resp.backups[0].file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY"
|
5268
|
+
# resp.backups[0].file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
|
4862
5269
|
# resp.backups[0].file_system.administrative_actions[0].progress_percent #=> Integer
|
4863
5270
|
# resp.backups[0].file_system.administrative_actions[0].request_time #=> Time
|
4864
5271
|
# resp.backups[0].file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -4893,6 +5300,11 @@ module Aws::FSx
|
|
4893
5300
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
4894
5301
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
4895
5302
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
5303
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.volume_style #=> String, one of "FLEXVOL", "FLEXGROUP"
|
5304
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates #=> Array
|
5305
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates[0] #=> String
|
5306
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.total_constituents #=> Integer
|
5307
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.size_in_bytes #=> Integer
|
4896
5308
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
4897
5309
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
4898
5310
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -4909,7 +5321,7 @@ module Aws::FSx
|
|
4909
5321
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
4910
5322
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
4911
5323
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
4912
|
-
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
5324
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
4913
5325
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.read_only #=> Boolean
|
4914
5326
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports #=> Array
|
4915
5327
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports[0].client_configurations #=> Array
|
@@ -4923,6 +5335,9 @@ module Aws::FSx
|
|
4923
5335
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.restore_to_snapshot #=> String
|
4924
5336
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
4925
5337
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
5338
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
5339
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
5340
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
4926
5341
|
# resp.backups[0].file_system.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
4927
5342
|
# resp.backups[0].file_system.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
4928
5343
|
# resp.backups[0].file_system.administrative_actions[0].target_snapshot_values.name #=> String
|
@@ -4934,9 +5349,11 @@ module Aws::FSx
|
|
4934
5349
|
# resp.backups[0].file_system.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
4935
5350
|
# resp.backups[0].file_system.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
4936
5351
|
# resp.backups[0].file_system.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
|
5352
|
+
# resp.backups[0].file_system.administrative_actions[0].total_transfer_bytes #=> Integer
|
5353
|
+
# resp.backups[0].file_system.administrative_actions[0].remaining_transfer_bytes #=> Integer
|
4937
5354
|
# resp.backups[0].file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
|
4938
5355
|
# resp.backups[0].file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
|
4939
|
-
# resp.backups[0].file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
|
5356
|
+
# resp.backups[0].file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1", "SINGLE_AZ_2"
|
4940
5357
|
# resp.backups[0].file_system.ontap_configuration.endpoint_ip_address_range #=> String
|
4941
5358
|
# resp.backups[0].file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
|
4942
5359
|
# resp.backups[0].file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
@@ -4952,6 +5369,8 @@ module Aws::FSx
|
|
4952
5369
|
# resp.backups[0].file_system.ontap_configuration.throughput_capacity #=> Integer
|
4953
5370
|
# resp.backups[0].file_system.ontap_configuration.weekly_maintenance_start_time #=> String
|
4954
5371
|
# resp.backups[0].file_system.ontap_configuration.fsx_admin_password #=> String
|
5372
|
+
# resp.backups[0].file_system.ontap_configuration.ha_pairs #=> Integer
|
5373
|
+
# resp.backups[0].file_system.ontap_configuration.throughput_capacity_per_ha_pair #=> Integer
|
4955
5374
|
# resp.backups[0].file_system.file_system_type_version #=> String
|
4956
5375
|
# resp.backups[0].file_system.open_zfs_configuration.automatic_backup_retention_days #=> Integer
|
4957
5376
|
# resp.backups[0].file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
@@ -5004,6 +5423,11 @@ module Aws::FSx
|
|
5004
5423
|
# resp.backups[0].volume.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
5005
5424
|
# resp.backups[0].volume.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
5006
5425
|
# resp.backups[0].volume.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
5426
|
+
# resp.backups[0].volume.ontap_configuration.volume_style #=> String, one of "FLEXVOL", "FLEXGROUP"
|
5427
|
+
# resp.backups[0].volume.ontap_configuration.aggregate_configuration.aggregates #=> Array
|
5428
|
+
# resp.backups[0].volume.ontap_configuration.aggregate_configuration.aggregates[0] #=> String
|
5429
|
+
# resp.backups[0].volume.ontap_configuration.aggregate_configuration.total_constituents #=> Integer
|
5430
|
+
# resp.backups[0].volume.ontap_configuration.size_in_bytes #=> Integer
|
5007
5431
|
# resp.backups[0].volume.resource_arn #=> String
|
5008
5432
|
# resp.backups[0].volume.tags #=> Array
|
5009
5433
|
# resp.backups[0].volume.tags[0].key #=> String
|
@@ -5012,7 +5436,7 @@ module Aws::FSx
|
|
5012
5436
|
# resp.backups[0].volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
|
5013
5437
|
# resp.backups[0].volume.lifecycle_transition_reason.message #=> String
|
5014
5438
|
# resp.backups[0].volume.administrative_actions #=> Array
|
5015
|
-
# resp.backups[0].volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY"
|
5439
|
+
# resp.backups[0].volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
|
5016
5440
|
# resp.backups[0].volume.administrative_actions[0].progress_percent #=> Integer
|
5017
5441
|
# resp.backups[0].volume.administrative_actions[0].request_time #=> Time
|
5018
5442
|
# resp.backups[0].volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -5084,7 +5508,7 @@ module Aws::FSx
|
|
5084
5508
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
|
5085
5509
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
|
5086
5510
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
|
5087
|
-
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
|
5511
|
+
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1", "SINGLE_AZ_2"
|
5088
5512
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
|
5089
5513
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
|
5090
5514
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
@@ -5100,6 +5524,8 @@ module Aws::FSx
|
|
5100
5524
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.throughput_capacity #=> Integer
|
5101
5525
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.weekly_maintenance_start_time #=> String
|
5102
5526
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.fsx_admin_password #=> String
|
5527
|
+
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.ha_pairs #=> Integer
|
5528
|
+
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.ontap_configuration.throughput_capacity_per_ha_pair #=> Integer
|
5103
5529
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.file_system_type_version #=> String
|
5104
5530
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.automatic_backup_retention_days #=> Integer
|
5105
5531
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
@@ -5129,6 +5555,8 @@ module Aws::FSx
|
|
5129
5555
|
# resp.backups[0].volume.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
5130
5556
|
# resp.backups[0].volume.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
5131
5557
|
# resp.backups[0].volume.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
|
5558
|
+
# resp.backups[0].volume.administrative_actions[0].total_transfer_bytes #=> Integer
|
5559
|
+
# resp.backups[0].volume.administrative_actions[0].remaining_transfer_bytes #=> Integer
|
5132
5560
|
# resp.backups[0].volume.open_zfs_configuration.parent_volume_id #=> String
|
5133
5561
|
# resp.backups[0].volume.open_zfs_configuration.volume_path #=> String
|
5134
5562
|
# resp.backups[0].volume.open_zfs_configuration.storage_capacity_reservation_gi_b #=> Integer
|
@@ -5137,7 +5565,7 @@ module Aws::FSx
|
|
5137
5565
|
# resp.backups[0].volume.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
5138
5566
|
# resp.backups[0].volume.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
5139
5567
|
# resp.backups[0].volume.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
5140
|
-
# resp.backups[0].volume.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
5568
|
+
# resp.backups[0].volume.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
5141
5569
|
# resp.backups[0].volume.open_zfs_configuration.read_only #=> Boolean
|
5142
5570
|
# resp.backups[0].volume.open_zfs_configuration.nfs_exports #=> Array
|
5143
5571
|
# resp.backups[0].volume.open_zfs_configuration.nfs_exports[0].client_configurations #=> Array
|
@@ -5151,6 +5579,9 @@ module Aws::FSx
|
|
5151
5579
|
# resp.backups[0].volume.open_zfs_configuration.restore_to_snapshot #=> String
|
5152
5580
|
# resp.backups[0].volume.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
5153
5581
|
# resp.backups[0].volume.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
5582
|
+
# resp.backups[0].volume.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
5583
|
+
# resp.backups[0].volume.open_zfs_configuration.source_snapshot_arn #=> String
|
5584
|
+
# resp.backups[0].volume.open_zfs_configuration.destination_snapshot #=> String
|
5154
5585
|
# resp.next_token #=> String
|
5155
5586
|
#
|
5156
5587
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeBackups AWS API Documentation
|
@@ -5693,7 +6124,7 @@ module Aws::FSx
|
|
5693
6124
|
# resp.file_systems[0].lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
5694
6125
|
# resp.file_systems[0].lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
5695
6126
|
# resp.file_systems[0].administrative_actions #=> Array
|
5696
|
-
# resp.file_systems[0].administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY"
|
6127
|
+
# resp.file_systems[0].administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
|
5697
6128
|
# resp.file_systems[0].administrative_actions[0].progress_percent #=> Integer
|
5698
6129
|
# resp.file_systems[0].administrative_actions[0].request_time #=> Time
|
5699
6130
|
# resp.file_systems[0].administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -5728,6 +6159,11 @@ module Aws::FSx
|
|
5728
6159
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
5729
6160
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
5730
6161
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
6162
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.volume_style #=> String, one of "FLEXVOL", "FLEXGROUP"
|
6163
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates #=> Array
|
6164
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates[0] #=> String
|
6165
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.total_constituents #=> Integer
|
6166
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.size_in_bytes #=> Integer
|
5731
6167
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.resource_arn #=> String
|
5732
6168
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.tags #=> Array
|
5733
6169
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -5744,7 +6180,7 @@ module Aws::FSx
|
|
5744
6180
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
5745
6181
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
5746
6182
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
5747
|
-
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
6183
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
5748
6184
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.read_only #=> Boolean
|
5749
6185
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports #=> Array
|
5750
6186
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports[0].client_configurations #=> Array
|
@@ -5758,6 +6194,9 @@ module Aws::FSx
|
|
5758
6194
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.restore_to_snapshot #=> String
|
5759
6195
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
5760
6196
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
6197
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
6198
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
6199
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
5761
6200
|
# resp.file_systems[0].administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
5762
6201
|
# resp.file_systems[0].administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
5763
6202
|
# resp.file_systems[0].administrative_actions[0].target_snapshot_values.name #=> String
|
@@ -5769,9 +6208,11 @@ module Aws::FSx
|
|
5769
6208
|
# resp.file_systems[0].administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
5770
6209
|
# resp.file_systems[0].administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
5771
6210
|
# resp.file_systems[0].administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
|
6211
|
+
# resp.file_systems[0].administrative_actions[0].total_transfer_bytes #=> Integer
|
6212
|
+
# resp.file_systems[0].administrative_actions[0].remaining_transfer_bytes #=> Integer
|
5772
6213
|
# resp.file_systems[0].ontap_configuration.automatic_backup_retention_days #=> Integer
|
5773
6214
|
# resp.file_systems[0].ontap_configuration.daily_automatic_backup_start_time #=> String
|
5774
|
-
# resp.file_systems[0].ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
|
6215
|
+
# resp.file_systems[0].ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1", "SINGLE_AZ_2"
|
5775
6216
|
# resp.file_systems[0].ontap_configuration.endpoint_ip_address_range #=> String
|
5776
6217
|
# resp.file_systems[0].ontap_configuration.endpoints.intercluster.dns_name #=> String
|
5777
6218
|
# resp.file_systems[0].ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
@@ -5787,6 +6228,8 @@ module Aws::FSx
|
|
5787
6228
|
# resp.file_systems[0].ontap_configuration.throughput_capacity #=> Integer
|
5788
6229
|
# resp.file_systems[0].ontap_configuration.weekly_maintenance_start_time #=> String
|
5789
6230
|
# resp.file_systems[0].ontap_configuration.fsx_admin_password #=> String
|
6231
|
+
# resp.file_systems[0].ontap_configuration.ha_pairs #=> Integer
|
6232
|
+
# resp.file_systems[0].ontap_configuration.throughput_capacity_per_ha_pair #=> Integer
|
5790
6233
|
# resp.file_systems[0].file_system_type_version #=> String
|
5791
6234
|
# resp.file_systems[0].open_zfs_configuration.automatic_backup_retention_days #=> Integer
|
5792
6235
|
# resp.file_systems[0].open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
@@ -5814,6 +6257,32 @@ module Aws::FSx
|
|
5814
6257
|
req.send_request(options)
|
5815
6258
|
end
|
5816
6259
|
|
6260
|
+
# Indicates whether participant accounts in your organization can create
|
6261
|
+
# Amazon FSx for NetApp ONTAP Multi-AZ file systems in subnets that are
|
6262
|
+
# shared by a virtual private cloud (VPC) owner. For more information,
|
6263
|
+
# see the [Amazon FSx for NetApp ONTAP User Guide][1].
|
6264
|
+
#
|
6265
|
+
#
|
6266
|
+
#
|
6267
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/maz-shared-vpc.html
|
6268
|
+
#
|
6269
|
+
# @return [Types::DescribeSharedVpcConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
6270
|
+
#
|
6271
|
+
# * {Types::DescribeSharedVpcConfigurationResponse#enable_fsx_route_table_updates_from_participant_accounts #enable_fsx_route_table_updates_from_participant_accounts} => String
|
6272
|
+
#
|
6273
|
+
# @example Response structure
|
6274
|
+
#
|
6275
|
+
# resp.enable_fsx_route_table_updates_from_participant_accounts #=> String
|
6276
|
+
#
|
6277
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeSharedVpcConfiguration AWS API Documentation
|
6278
|
+
#
|
6279
|
+
# @overload describe_shared_vpc_configuration(params = {})
|
6280
|
+
# @param [Hash] params ({})
|
6281
|
+
def describe_shared_vpc_configuration(params = {}, options = {})
|
6282
|
+
req = build_request(:describe_shared_vpc_configuration, params)
|
6283
|
+
req.send_request(options)
|
6284
|
+
end
|
6285
|
+
|
5817
6286
|
# Returns the description of specific Amazon FSx for OpenZFS snapshots,
|
5818
6287
|
# if a `SnapshotIds` value is provided. Otherwise, this operation
|
5819
6288
|
# returns all snapshots owned by your Amazon Web Services account in the
|
@@ -5895,7 +6364,7 @@ module Aws::FSx
|
|
5895
6364
|
# resp.snapshots[0].tags[0].key #=> String
|
5896
6365
|
# resp.snapshots[0].tags[0].value #=> String
|
5897
6366
|
# resp.snapshots[0].administrative_actions #=> Array
|
5898
|
-
# resp.snapshots[0].administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY"
|
6367
|
+
# resp.snapshots[0].administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
|
5899
6368
|
# resp.snapshots[0].administrative_actions[0].progress_percent #=> Integer
|
5900
6369
|
# resp.snapshots[0].administrative_actions[0].request_time #=> Time
|
5901
6370
|
# resp.snapshots[0].administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -5967,7 +6436,7 @@ module Aws::FSx
|
|
5967
6436
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
|
5968
6437
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
|
5969
6438
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
|
5970
|
-
# resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
|
6439
|
+
# resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1", "SINGLE_AZ_2"
|
5971
6440
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
|
5972
6441
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
|
5973
6442
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
@@ -5983,6 +6452,8 @@ module Aws::FSx
|
|
5983
6452
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.throughput_capacity #=> Integer
|
5984
6453
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.weekly_maintenance_start_time #=> String
|
5985
6454
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.fsx_admin_password #=> String
|
6455
|
+
# resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.ha_pairs #=> Integer
|
6456
|
+
# resp.snapshots[0].administrative_actions[0].target_file_system_values.ontap_configuration.throughput_capacity_per_ha_pair #=> Integer
|
5986
6457
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.file_system_type_version #=> String
|
5987
6458
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.automatic_backup_retention_days #=> Integer
|
5988
6459
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
@@ -6029,6 +6500,11 @@ module Aws::FSx
|
|
6029
6500
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
6030
6501
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
6031
6502
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
6503
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.volume_style #=> String, one of "FLEXVOL", "FLEXGROUP"
|
6504
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates #=> Array
|
6505
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates[0] #=> String
|
6506
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.total_constituents #=> Integer
|
6507
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.size_in_bytes #=> Integer
|
6032
6508
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.resource_arn #=> String
|
6033
6509
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.tags #=> Array
|
6034
6510
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -6045,7 +6521,7 @@ module Aws::FSx
|
|
6045
6521
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
6046
6522
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
6047
6523
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
6048
|
-
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
6524
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
6049
6525
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.read_only #=> Boolean
|
6050
6526
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports #=> Array
|
6051
6527
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports[0].client_configurations #=> Array
|
@@ -6059,7 +6535,12 @@ module Aws::FSx
|
|
6059
6535
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.restore_to_snapshot #=> String
|
6060
6536
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
6061
6537
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
6538
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
6539
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
6540
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
6062
6541
|
# resp.snapshots[0].administrative_actions[0].target_snapshot_values #=> Types::Snapshot
|
6542
|
+
# resp.snapshots[0].administrative_actions[0].total_transfer_bytes #=> Integer
|
6543
|
+
# resp.snapshots[0].administrative_actions[0].remaining_transfer_bytes #=> Integer
|
6063
6544
|
# resp.next_token #=> String
|
6064
6545
|
#
|
6065
6546
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeSnapshots AWS API Documentation
|
@@ -6230,6 +6711,11 @@ module Aws::FSx
|
|
6230
6711
|
# resp.volumes[0].ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
6231
6712
|
# resp.volumes[0].ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
6232
6713
|
# resp.volumes[0].ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
6714
|
+
# resp.volumes[0].ontap_configuration.volume_style #=> String, one of "FLEXVOL", "FLEXGROUP"
|
6715
|
+
# resp.volumes[0].ontap_configuration.aggregate_configuration.aggregates #=> Array
|
6716
|
+
# resp.volumes[0].ontap_configuration.aggregate_configuration.aggregates[0] #=> String
|
6717
|
+
# resp.volumes[0].ontap_configuration.aggregate_configuration.total_constituents #=> Integer
|
6718
|
+
# resp.volumes[0].ontap_configuration.size_in_bytes #=> Integer
|
6233
6719
|
# resp.volumes[0].resource_arn #=> String
|
6234
6720
|
# resp.volumes[0].tags #=> Array
|
6235
6721
|
# resp.volumes[0].tags[0].key #=> String
|
@@ -6238,7 +6724,7 @@ module Aws::FSx
|
|
6238
6724
|
# resp.volumes[0].volume_type #=> String, one of "ONTAP", "OPENZFS"
|
6239
6725
|
# resp.volumes[0].lifecycle_transition_reason.message #=> String
|
6240
6726
|
# resp.volumes[0].administrative_actions #=> Array
|
6241
|
-
# resp.volumes[0].administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY"
|
6727
|
+
# resp.volumes[0].administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
|
6242
6728
|
# resp.volumes[0].administrative_actions[0].progress_percent #=> Integer
|
6243
6729
|
# resp.volumes[0].administrative_actions[0].request_time #=> Time
|
6244
6730
|
# resp.volumes[0].administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -6310,7 +6796,7 @@ module Aws::FSx
|
|
6310
6796
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
|
6311
6797
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
|
6312
6798
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
|
6313
|
-
# resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
|
6799
|
+
# resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1", "SINGLE_AZ_2"
|
6314
6800
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
|
6315
6801
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
|
6316
6802
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
@@ -6326,6 +6812,8 @@ module Aws::FSx
|
|
6326
6812
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.throughput_capacity #=> Integer
|
6327
6813
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.weekly_maintenance_start_time #=> String
|
6328
6814
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.fsx_admin_password #=> String
|
6815
|
+
# resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.ha_pairs #=> Integer
|
6816
|
+
# resp.volumes[0].administrative_actions[0].target_file_system_values.ontap_configuration.throughput_capacity_per_ha_pair #=> Integer
|
6329
6817
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.file_system_type_version #=> String
|
6330
6818
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.automatic_backup_retention_days #=> Integer
|
6331
6819
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
@@ -6355,6 +6843,8 @@ module Aws::FSx
|
|
6355
6843
|
# resp.volumes[0].administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
6356
6844
|
# resp.volumes[0].administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
6357
6845
|
# resp.volumes[0].administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
|
6846
|
+
# resp.volumes[0].administrative_actions[0].total_transfer_bytes #=> Integer
|
6847
|
+
# resp.volumes[0].administrative_actions[0].remaining_transfer_bytes #=> Integer
|
6358
6848
|
# resp.volumes[0].open_zfs_configuration.parent_volume_id #=> String
|
6359
6849
|
# resp.volumes[0].open_zfs_configuration.volume_path #=> String
|
6360
6850
|
# resp.volumes[0].open_zfs_configuration.storage_capacity_reservation_gi_b #=> Integer
|
@@ -6363,7 +6853,7 @@ module Aws::FSx
|
|
6363
6853
|
# resp.volumes[0].open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
6364
6854
|
# resp.volumes[0].open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
6365
6855
|
# resp.volumes[0].open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
6366
|
-
# resp.volumes[0].open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
6856
|
+
# resp.volumes[0].open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
6367
6857
|
# resp.volumes[0].open_zfs_configuration.read_only #=> Boolean
|
6368
6858
|
# resp.volumes[0].open_zfs_configuration.nfs_exports #=> Array
|
6369
6859
|
# resp.volumes[0].open_zfs_configuration.nfs_exports[0].client_configurations #=> Array
|
@@ -6377,6 +6867,9 @@ module Aws::FSx
|
|
6377
6867
|
# resp.volumes[0].open_zfs_configuration.restore_to_snapshot #=> String
|
6378
6868
|
# resp.volumes[0].open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
6379
6869
|
# resp.volumes[0].open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
6870
|
+
# resp.volumes[0].open_zfs_configuration.delete_intermediate_data #=> Boolean
|
6871
|
+
# resp.volumes[0].open_zfs_configuration.source_snapshot_arn #=> String
|
6872
|
+
# resp.volumes[0].open_zfs_configuration.destination_snapshot #=> String
|
6380
6873
|
# resp.next_token #=> String
|
6381
6874
|
#
|
6382
6875
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeVolumes AWS API Documentation
|
@@ -6391,8 +6884,9 @@ module Aws::FSx
|
|
6391
6884
|
# Use this action to disassociate, or remove, one or more Domain Name
|
6392
6885
|
# Service (DNS) aliases from an Amazon FSx for Windows File Server file
|
6393
6886
|
# system. If you attempt to disassociate a DNS alias that is not
|
6394
|
-
# associated with the file system, Amazon FSx responds with
|
6395
|
-
# Request. For more information, see [Working with
|
6887
|
+
# associated with the file system, Amazon FSx responds with an HTTP
|
6888
|
+
# status code 400 (Bad Request). For more information, see [Working with
|
6889
|
+
# DNS Aliases][1].
|
6396
6890
|
#
|
6397
6891
|
# The system generated response showing the DNS aliases that Amazon FSx
|
6398
6892
|
# is attempting to disassociate from the file system. Use the API
|
@@ -6628,7 +7122,7 @@ module Aws::FSx
|
|
6628
7122
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
6629
7123
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
6630
7124
|
# resp.file_system.administrative_actions #=> Array
|
6631
|
-
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY"
|
7125
|
+
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
|
6632
7126
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
6633
7127
|
# resp.file_system.administrative_actions[0].request_time #=> Time
|
6634
7128
|
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -6663,6 +7157,11 @@ module Aws::FSx
|
|
6663
7157
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
6664
7158
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
6665
7159
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
7160
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.volume_style #=> String, one of "FLEXVOL", "FLEXGROUP"
|
7161
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates #=> Array
|
7162
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates[0] #=> String
|
7163
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.total_constituents #=> Integer
|
7164
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.size_in_bytes #=> Integer
|
6666
7165
|
# resp.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
6667
7166
|
# resp.file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
6668
7167
|
# resp.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -6679,7 +7178,7 @@ module Aws::FSx
|
|
6679
7178
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
6680
7179
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
6681
7180
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
6682
|
-
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
7181
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
6683
7182
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.read_only #=> Boolean
|
6684
7183
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports #=> Array
|
6685
7184
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports[0].client_configurations #=> Array
|
@@ -6693,6 +7192,9 @@ module Aws::FSx
|
|
6693
7192
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.restore_to_snapshot #=> String
|
6694
7193
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
6695
7194
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
7195
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
7196
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
7197
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
6696
7198
|
# resp.file_system.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
6697
7199
|
# resp.file_system.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
6698
7200
|
# resp.file_system.administrative_actions[0].target_snapshot_values.name #=> String
|
@@ -6704,9 +7206,11 @@ module Aws::FSx
|
|
6704
7206
|
# resp.file_system.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
6705
7207
|
# resp.file_system.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
6706
7208
|
# resp.file_system.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
|
7209
|
+
# resp.file_system.administrative_actions[0].total_transfer_bytes #=> Integer
|
7210
|
+
# resp.file_system.administrative_actions[0].remaining_transfer_bytes #=> Integer
|
6707
7211
|
# resp.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
|
6708
7212
|
# resp.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
|
6709
|
-
# resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
|
7213
|
+
# resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1", "SINGLE_AZ_2"
|
6710
7214
|
# resp.file_system.ontap_configuration.endpoint_ip_address_range #=> String
|
6711
7215
|
# resp.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
|
6712
7216
|
# resp.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
@@ -6722,6 +7226,8 @@ module Aws::FSx
|
|
6722
7226
|
# resp.file_system.ontap_configuration.throughput_capacity #=> Integer
|
6723
7227
|
# resp.file_system.ontap_configuration.weekly_maintenance_start_time #=> String
|
6724
7228
|
# resp.file_system.ontap_configuration.fsx_admin_password #=> String
|
7229
|
+
# resp.file_system.ontap_configuration.ha_pairs #=> Integer
|
7230
|
+
# resp.file_system.ontap_configuration.throughput_capacity_per_ha_pair #=> Integer
|
6725
7231
|
# resp.file_system.file_system_type_version #=> String
|
6726
7232
|
# resp.file_system.open_zfs_configuration.automatic_backup_retention_days #=> Integer
|
6727
7233
|
# resp.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
@@ -6800,7 +7306,7 @@ module Aws::FSx
|
|
6800
7306
|
# resp.volume_id #=> String
|
6801
7307
|
# resp.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING", "AVAILABLE"
|
6802
7308
|
# resp.administrative_actions #=> Array
|
6803
|
-
# resp.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY"
|
7309
|
+
# resp.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
|
6804
7310
|
# resp.administrative_actions[0].progress_percent #=> Integer
|
6805
7311
|
# resp.administrative_actions[0].request_time #=> Time
|
6806
7312
|
# resp.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -6872,7 +7378,7 @@ module Aws::FSx
|
|
6872
7378
|
# resp.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
|
6873
7379
|
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
|
6874
7380
|
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
|
6875
|
-
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
|
7381
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1", "SINGLE_AZ_2"
|
6876
7382
|
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
|
6877
7383
|
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
|
6878
7384
|
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
@@ -6888,6 +7394,8 @@ module Aws::FSx
|
|
6888
7394
|
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.throughput_capacity #=> Integer
|
6889
7395
|
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.weekly_maintenance_start_time #=> String
|
6890
7396
|
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.fsx_admin_password #=> String
|
7397
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.ha_pairs #=> Integer
|
7398
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.throughput_capacity_per_ha_pair #=> Integer
|
6891
7399
|
# resp.administrative_actions[0].target_file_system_values.file_system_type_version #=> String
|
6892
7400
|
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.automatic_backup_retention_days #=> Integer
|
6893
7401
|
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
@@ -6934,6 +7442,11 @@ module Aws::FSx
|
|
6934
7442
|
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
6935
7443
|
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
6936
7444
|
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
7445
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.volume_style #=> String, one of "FLEXVOL", "FLEXGROUP"
|
7446
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates #=> Array
|
7447
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates[0] #=> String
|
7448
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.total_constituents #=> Integer
|
7449
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.size_in_bytes #=> Integer
|
6937
7450
|
# resp.administrative_actions[0].target_volume_values.resource_arn #=> String
|
6938
7451
|
# resp.administrative_actions[0].target_volume_values.tags #=> Array
|
6939
7452
|
# resp.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -6950,7 +7463,7 @@ module Aws::FSx
|
|
6950
7463
|
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
6951
7464
|
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
6952
7465
|
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
6953
|
-
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
7466
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
6954
7467
|
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.read_only #=> Boolean
|
6955
7468
|
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports #=> Array
|
6956
7469
|
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports[0].client_configurations #=> Array
|
@@ -6964,6 +7477,9 @@ module Aws::FSx
|
|
6964
7477
|
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.restore_to_snapshot #=> String
|
6965
7478
|
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
6966
7479
|
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
7480
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
7481
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
7482
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
6967
7483
|
# resp.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
6968
7484
|
# resp.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
6969
7485
|
# resp.administrative_actions[0].target_snapshot_values.name #=> String
|
@@ -6975,6 +7491,8 @@ module Aws::FSx
|
|
6975
7491
|
# resp.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
6976
7492
|
# resp.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
6977
7493
|
# resp.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
|
7494
|
+
# resp.administrative_actions[0].total_transfer_bytes #=> Integer
|
7495
|
+
# resp.administrative_actions[0].remaining_transfer_bytes #=> Integer
|
6978
7496
|
#
|
6979
7497
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/RestoreVolumeFromSnapshot AWS API Documentation
|
6980
7498
|
#
|
@@ -7081,7 +7599,7 @@ module Aws::FSx
|
|
7081
7599
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
7082
7600
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
7083
7601
|
# resp.file_system.administrative_actions #=> Array
|
7084
|
-
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY"
|
7602
|
+
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
|
7085
7603
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
7086
7604
|
# resp.file_system.administrative_actions[0].request_time #=> Time
|
7087
7605
|
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -7116,6 +7634,11 @@ module Aws::FSx
|
|
7116
7634
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
7117
7635
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
7118
7636
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
7637
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.volume_style #=> String, one of "FLEXVOL", "FLEXGROUP"
|
7638
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates #=> Array
|
7639
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates[0] #=> String
|
7640
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.total_constituents #=> Integer
|
7641
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.size_in_bytes #=> Integer
|
7119
7642
|
# resp.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
7120
7643
|
# resp.file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
7121
7644
|
# resp.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -7132,7 +7655,7 @@ module Aws::FSx
|
|
7132
7655
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
7133
7656
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
7134
7657
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
7135
|
-
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
7658
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
7136
7659
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.read_only #=> Boolean
|
7137
7660
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports #=> Array
|
7138
7661
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports[0].client_configurations #=> Array
|
@@ -7146,6 +7669,9 @@ module Aws::FSx
|
|
7146
7669
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.restore_to_snapshot #=> String
|
7147
7670
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
7148
7671
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
7672
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
7673
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
7674
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
7149
7675
|
# resp.file_system.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
7150
7676
|
# resp.file_system.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
7151
7677
|
# resp.file_system.administrative_actions[0].target_snapshot_values.name #=> String
|
@@ -7157,9 +7683,11 @@ module Aws::FSx
|
|
7157
7683
|
# resp.file_system.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
7158
7684
|
# resp.file_system.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
7159
7685
|
# resp.file_system.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
|
7686
|
+
# resp.file_system.administrative_actions[0].total_transfer_bytes #=> Integer
|
7687
|
+
# resp.file_system.administrative_actions[0].remaining_transfer_bytes #=> Integer
|
7160
7688
|
# resp.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
|
7161
7689
|
# resp.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
|
7162
|
-
# resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
|
7690
|
+
# resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1", "SINGLE_AZ_2"
|
7163
7691
|
# resp.file_system.ontap_configuration.endpoint_ip_address_range #=> String
|
7164
7692
|
# resp.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
|
7165
7693
|
# resp.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
@@ -7175,6 +7703,8 @@ module Aws::FSx
|
|
7175
7703
|
# resp.file_system.ontap_configuration.throughput_capacity #=> Integer
|
7176
7704
|
# resp.file_system.ontap_configuration.weekly_maintenance_start_time #=> String
|
7177
7705
|
# resp.file_system.ontap_configuration.fsx_admin_password #=> String
|
7706
|
+
# resp.file_system.ontap_configuration.ha_pairs #=> Integer
|
7707
|
+
# resp.file_system.ontap_configuration.throughput_capacity_per_ha_pair #=> Integer
|
7178
7708
|
# resp.file_system.file_system_type_version #=> String
|
7179
7709
|
# resp.file_system.open_zfs_configuration.automatic_backup_retention_days #=> Integer
|
7180
7710
|
# resp.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
@@ -7509,12 +8039,16 @@ module Aws::FSx
|
|
7509
8039
|
#
|
7510
8040
|
# * `FsxAdminPassword`
|
7511
8041
|
#
|
8042
|
+
# * `HAPairs`
|
8043
|
+
#
|
7512
8044
|
# * `RemoveRouteTableIds`
|
7513
8045
|
#
|
7514
8046
|
# * `StorageCapacity`
|
7515
8047
|
#
|
7516
8048
|
# * `ThroughputCapacity`
|
7517
8049
|
#
|
8050
|
+
# * `ThroughputCapacityPerHAPair`
|
8051
|
+
#
|
7518
8052
|
# * `WeeklyMaintenanceStartTime`
|
7519
8053
|
#
|
7520
8054
|
# For FSx for OpenZFS file systems, you can update the following
|
@@ -7728,6 +8262,7 @@ module Aws::FSx
|
|
7728
8262
|
# throughput_capacity: 1,
|
7729
8263
|
# add_route_table_ids: ["RouteTableId"],
|
7730
8264
|
# remove_route_table_ids: ["RouteTableId"],
|
8265
|
+
# throughput_capacity_per_ha_pair: 1,
|
7731
8266
|
# },
|
7732
8267
|
# open_zfs_configuration: {
|
7733
8268
|
# automatic_backup_retention_days: 1,
|
@@ -7814,7 +8349,7 @@ module Aws::FSx
|
|
7814
8349
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
7815
8350
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
7816
8351
|
# resp.file_system.administrative_actions #=> Array
|
7817
|
-
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY"
|
8352
|
+
# resp.file_system.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
|
7818
8353
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
7819
8354
|
# resp.file_system.administrative_actions[0].request_time #=> Time
|
7820
8355
|
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -7849,6 +8384,11 @@ module Aws::FSx
|
|
7849
8384
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
7850
8385
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
7851
8386
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
8387
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.volume_style #=> String, one of "FLEXVOL", "FLEXGROUP"
|
8388
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates #=> Array
|
8389
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates[0] #=> String
|
8390
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.total_constituents #=> Integer
|
8391
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.size_in_bytes #=> Integer
|
7852
8392
|
# resp.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
7853
8393
|
# resp.file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
7854
8394
|
# resp.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -7865,7 +8405,7 @@ module Aws::FSx
|
|
7865
8405
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
7866
8406
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
7867
8407
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
7868
|
-
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
8408
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
7869
8409
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.read_only #=> Boolean
|
7870
8410
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports #=> Array
|
7871
8411
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports[0].client_configurations #=> Array
|
@@ -7879,6 +8419,9 @@ module Aws::FSx
|
|
7879
8419
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.restore_to_snapshot #=> String
|
7880
8420
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
7881
8421
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
8422
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
8423
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
8424
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
7882
8425
|
# resp.file_system.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
7883
8426
|
# resp.file_system.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
7884
8427
|
# resp.file_system.administrative_actions[0].target_snapshot_values.name #=> String
|
@@ -7890,9 +8433,11 @@ module Aws::FSx
|
|
7890
8433
|
# resp.file_system.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
7891
8434
|
# resp.file_system.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
7892
8435
|
# resp.file_system.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
|
8436
|
+
# resp.file_system.administrative_actions[0].total_transfer_bytes #=> Integer
|
8437
|
+
# resp.file_system.administrative_actions[0].remaining_transfer_bytes #=> Integer
|
7893
8438
|
# resp.file_system.ontap_configuration.automatic_backup_retention_days #=> Integer
|
7894
8439
|
# resp.file_system.ontap_configuration.daily_automatic_backup_start_time #=> String
|
7895
|
-
# resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
|
8440
|
+
# resp.file_system.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1", "SINGLE_AZ_2"
|
7896
8441
|
# resp.file_system.ontap_configuration.endpoint_ip_address_range #=> String
|
7897
8442
|
# resp.file_system.ontap_configuration.endpoints.intercluster.dns_name #=> String
|
7898
8443
|
# resp.file_system.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
@@ -7908,6 +8453,8 @@ module Aws::FSx
|
|
7908
8453
|
# resp.file_system.ontap_configuration.throughput_capacity #=> Integer
|
7909
8454
|
# resp.file_system.ontap_configuration.weekly_maintenance_start_time #=> String
|
7910
8455
|
# resp.file_system.ontap_configuration.fsx_admin_password #=> String
|
8456
|
+
# resp.file_system.ontap_configuration.ha_pairs #=> Integer
|
8457
|
+
# resp.file_system.ontap_configuration.throughput_capacity_per_ha_pair #=> Integer
|
7911
8458
|
# resp.file_system.file_system_type_version #=> String
|
7912
8459
|
# resp.file_system.open_zfs_configuration.automatic_backup_retention_days #=> Integer
|
7913
8460
|
# resp.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
@@ -7934,6 +8481,63 @@ module Aws::FSx
|
|
7934
8481
|
req.send_request(options)
|
7935
8482
|
end
|
7936
8483
|
|
8484
|
+
# Configures whether participant accounts in your organization can
|
8485
|
+
# create Amazon FSx for NetApp ONTAP Multi-AZ file systems in subnets
|
8486
|
+
# that are shared by a virtual private cloud (VPC) owner. For more
|
8487
|
+
# information, see the [Amazon FSx for NetApp ONTAP User Guide][1].
|
8488
|
+
#
|
8489
|
+
# <note markdown="1"> We strongly recommend that participant-created Multi-AZ file systems
|
8490
|
+
# in the shared VPC are deleted before you disable this feature. Once
|
8491
|
+
# the feature is disabled, these file systems will enter a
|
8492
|
+
# `MISCONFIGURED` state and behave like Single-AZ file systems. For more
|
8493
|
+
# information, see [Important considerations before disabling shared VPC
|
8494
|
+
# support for Multi-AZ file systems][2].
|
8495
|
+
#
|
8496
|
+
# </note>
|
8497
|
+
#
|
8498
|
+
#
|
8499
|
+
#
|
8500
|
+
# [1]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/maz-shared-vpc.html
|
8501
|
+
# [2]: https://docs.aws.amazon.com/fsx/latest/ONTAPGuide/maz-shared-vpc.html#disabling-maz-vpc-sharing
|
8502
|
+
#
|
8503
|
+
# @option params [String] :enable_fsx_route_table_updates_from_participant_accounts
|
8504
|
+
# Specifies whether participant accounts can create FSx for ONTAP
|
8505
|
+
# Multi-AZ file systems in shared subnets. Set to `true` to enable or
|
8506
|
+
# `false` to disable.
|
8507
|
+
#
|
8508
|
+
# @option params [String] :client_request_token
|
8509
|
+
# (Optional) An idempotency token for resource creation, in a string of
|
8510
|
+
# up to 63 ASCII characters. This token is automatically filled on your
|
8511
|
+
# behalf when you use the Command Line Interface (CLI) or an Amazon Web
|
8512
|
+
# Services SDK.
|
8513
|
+
#
|
8514
|
+
# **A suitable default value is auto-generated.** You should normally
|
8515
|
+
# not need to pass this option.**
|
8516
|
+
#
|
8517
|
+
# @return [Types::UpdateSharedVpcConfigurationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
8518
|
+
#
|
8519
|
+
# * {Types::UpdateSharedVpcConfigurationResponse#enable_fsx_route_table_updates_from_participant_accounts #enable_fsx_route_table_updates_from_participant_accounts} => String
|
8520
|
+
#
|
8521
|
+
# @example Request syntax with placeholder values
|
8522
|
+
#
|
8523
|
+
# resp = client.update_shared_vpc_configuration({
|
8524
|
+
# enable_fsx_route_table_updates_from_participant_accounts: "VerboseFlag",
|
8525
|
+
# client_request_token: "ClientRequestToken",
|
8526
|
+
# })
|
8527
|
+
#
|
8528
|
+
# @example Response structure
|
8529
|
+
#
|
8530
|
+
# resp.enable_fsx_route_table_updates_from_participant_accounts #=> String
|
8531
|
+
#
|
8532
|
+
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateSharedVpcConfiguration AWS API Documentation
|
8533
|
+
#
|
8534
|
+
# @overload update_shared_vpc_configuration(params = {})
|
8535
|
+
# @param [Hash] params ({})
|
8536
|
+
def update_shared_vpc_configuration(params = {}, options = {})
|
8537
|
+
req = build_request(:update_shared_vpc_configuration, params)
|
8538
|
+
req.send_request(options)
|
8539
|
+
end
|
8540
|
+
|
7937
8541
|
# Updates the name of an Amazon FSx for OpenZFS snapshot.
|
7938
8542
|
#
|
7939
8543
|
# @option params [String] :client_request_token
|
@@ -7977,7 +8581,7 @@ module Aws::FSx
|
|
7977
8581
|
# resp.snapshot.tags[0].key #=> String
|
7978
8582
|
# resp.snapshot.tags[0].value #=> String
|
7979
8583
|
# resp.snapshot.administrative_actions #=> Array
|
7980
|
-
# resp.snapshot.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY"
|
8584
|
+
# resp.snapshot.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
|
7981
8585
|
# resp.snapshot.administrative_actions[0].progress_percent #=> Integer
|
7982
8586
|
# resp.snapshot.administrative_actions[0].request_time #=> Time
|
7983
8587
|
# resp.snapshot.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -8049,7 +8653,7 @@ module Aws::FSx
|
|
8049
8653
|
# resp.snapshot.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
|
8050
8654
|
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
|
8051
8655
|
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
|
8052
|
-
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
|
8656
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1", "SINGLE_AZ_2"
|
8053
8657
|
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
|
8054
8658
|
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
|
8055
8659
|
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
@@ -8065,6 +8669,8 @@ module Aws::FSx
|
|
8065
8669
|
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.throughput_capacity #=> Integer
|
8066
8670
|
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.weekly_maintenance_start_time #=> String
|
8067
8671
|
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.fsx_admin_password #=> String
|
8672
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.ha_pairs #=> Integer
|
8673
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.ontap_configuration.throughput_capacity_per_ha_pair #=> Integer
|
8068
8674
|
# resp.snapshot.administrative_actions[0].target_file_system_values.file_system_type_version #=> String
|
8069
8675
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.automatic_backup_retention_days #=> Integer
|
8070
8676
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
@@ -8111,6 +8717,11 @@ module Aws::FSx
|
|
8111
8717
|
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
8112
8718
|
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
8113
8719
|
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
8720
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.volume_style #=> String, one of "FLEXVOL", "FLEXGROUP"
|
8721
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates #=> Array
|
8722
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.aggregates[0] #=> String
|
8723
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.aggregate_configuration.total_constituents #=> Integer
|
8724
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.size_in_bytes #=> Integer
|
8114
8725
|
# resp.snapshot.administrative_actions[0].target_volume_values.resource_arn #=> String
|
8115
8726
|
# resp.snapshot.administrative_actions[0].target_volume_values.tags #=> Array
|
8116
8727
|
# resp.snapshot.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -8127,7 +8738,7 @@ module Aws::FSx
|
|
8127
8738
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
8128
8739
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
8129
8740
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
8130
|
-
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
8741
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
8131
8742
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.read_only #=> Boolean
|
8132
8743
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports #=> Array
|
8133
8744
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports[0].client_configurations #=> Array
|
@@ -8141,7 +8752,12 @@ module Aws::FSx
|
|
8141
8752
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.restore_to_snapshot #=> String
|
8142
8753
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
8143
8754
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
8755
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
8756
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.source_snapshot_arn #=> String
|
8757
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.destination_snapshot #=> String
|
8144
8758
|
# resp.snapshot.administrative_actions[0].target_snapshot_values #=> Types::Snapshot
|
8759
|
+
# resp.snapshot.administrative_actions[0].total_transfer_bytes #=> Integer
|
8760
|
+
# resp.snapshot.administrative_actions[0].remaining_transfer_bytes #=> Integer
|
8145
8761
|
#
|
8146
8762
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateSnapshot AWS API Documentation
|
8147
8763
|
#
|
@@ -8312,6 +8928,7 @@ module Aws::FSx
|
|
8312
8928
|
# },
|
8313
8929
|
# volume_append_mode_enabled: false,
|
8314
8930
|
# },
|
8931
|
+
# size_in_bytes: 1,
|
8315
8932
|
# },
|
8316
8933
|
# name: "VolumeName",
|
8317
8934
|
# open_zfs_configuration: {
|
@@ -8371,6 +8988,11 @@ module Aws::FSx
|
|
8371
8988
|
# resp.volume.ontap_configuration.snaplock_configuration.retention_period.maximum_retention.value #=> Integer
|
8372
8989
|
# resp.volume.ontap_configuration.snaplock_configuration.snaplock_type #=> String, one of "COMPLIANCE", "ENTERPRISE"
|
8373
8990
|
# resp.volume.ontap_configuration.snaplock_configuration.volume_append_mode_enabled #=> Boolean
|
8991
|
+
# resp.volume.ontap_configuration.volume_style #=> String, one of "FLEXVOL", "FLEXGROUP"
|
8992
|
+
# resp.volume.ontap_configuration.aggregate_configuration.aggregates #=> Array
|
8993
|
+
# resp.volume.ontap_configuration.aggregate_configuration.aggregates[0] #=> String
|
8994
|
+
# resp.volume.ontap_configuration.aggregate_configuration.total_constituents #=> Integer
|
8995
|
+
# resp.volume.ontap_configuration.size_in_bytes #=> Integer
|
8374
8996
|
# resp.volume.resource_arn #=> String
|
8375
8997
|
# resp.volume.tags #=> Array
|
8376
8998
|
# resp.volume.tags[0].key #=> String
|
@@ -8379,7 +9001,7 @@ module Aws::FSx
|
|
8379
9001
|
# resp.volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
|
8380
9002
|
# resp.volume.lifecycle_transition_reason.message #=> String
|
8381
9003
|
# resp.volume.administrative_actions #=> Array
|
8382
|
-
# resp.volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY"
|
9004
|
+
# resp.volume.administrative_actions[0].administrative_action_type #=> String, one of "FILE_SYSTEM_UPDATE", "STORAGE_OPTIMIZATION", "FILE_SYSTEM_ALIAS_ASSOCIATION", "FILE_SYSTEM_ALIAS_DISASSOCIATION", "VOLUME_UPDATE", "SNAPSHOT_UPDATE", "RELEASE_NFS_V3_LOCKS", "VOLUME_RESTORE", "THROUGHPUT_OPTIMIZATION", "IOPS_OPTIMIZATION", "STORAGE_TYPE_OPTIMIZATION", "MISCONFIGURED_STATE_RECOVERY", "VOLUME_UPDATE_WITH_SNAPSHOT", "VOLUME_INITIALIZE_WITH_SNAPSHOT"
|
8383
9005
|
# resp.volume.administrative_actions[0].progress_percent #=> Integer
|
8384
9006
|
# resp.volume.administrative_actions[0].request_time #=> Time
|
8385
9007
|
# resp.volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -8451,7 +9073,7 @@ module Aws::FSx
|
|
8451
9073
|
# resp.volume.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
|
8452
9074
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
|
8453
9075
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
|
8454
|
-
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
|
9076
|
+
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1", "SINGLE_AZ_2"
|
8455
9077
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
|
8456
9078
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
|
8457
9079
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
@@ -8467,6 +9089,8 @@ module Aws::FSx
|
|
8467
9089
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.throughput_capacity #=> Integer
|
8468
9090
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.weekly_maintenance_start_time #=> String
|
8469
9091
|
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.fsx_admin_password #=> String
|
9092
|
+
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.ha_pairs #=> Integer
|
9093
|
+
# resp.volume.administrative_actions[0].target_file_system_values.ontap_configuration.throughput_capacity_per_ha_pair #=> Integer
|
8470
9094
|
# resp.volume.administrative_actions[0].target_file_system_values.file_system_type_version #=> String
|
8471
9095
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.automatic_backup_retention_days #=> Integer
|
8472
9096
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
@@ -8496,6 +9120,8 @@ module Aws::FSx
|
|
8496
9120
|
# resp.volume.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
8497
9121
|
# resp.volume.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
8498
9122
|
# resp.volume.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
|
9123
|
+
# resp.volume.administrative_actions[0].total_transfer_bytes #=> Integer
|
9124
|
+
# resp.volume.administrative_actions[0].remaining_transfer_bytes #=> Integer
|
8499
9125
|
# resp.volume.open_zfs_configuration.parent_volume_id #=> String
|
8500
9126
|
# resp.volume.open_zfs_configuration.volume_path #=> String
|
8501
9127
|
# resp.volume.open_zfs_configuration.storage_capacity_reservation_gi_b #=> Integer
|
@@ -8504,7 +9130,7 @@ module Aws::FSx
|
|
8504
9130
|
# resp.volume.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
8505
9131
|
# resp.volume.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
8506
9132
|
# resp.volume.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
8507
|
-
# resp.volume.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
9133
|
+
# resp.volume.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY", "INCREMENTAL_COPY"
|
8508
9134
|
# resp.volume.open_zfs_configuration.read_only #=> Boolean
|
8509
9135
|
# resp.volume.open_zfs_configuration.nfs_exports #=> Array
|
8510
9136
|
# resp.volume.open_zfs_configuration.nfs_exports[0].client_configurations #=> Array
|
@@ -8518,6 +9144,9 @@ module Aws::FSx
|
|
8518
9144
|
# resp.volume.open_zfs_configuration.restore_to_snapshot #=> String
|
8519
9145
|
# resp.volume.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
8520
9146
|
# resp.volume.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
9147
|
+
# resp.volume.open_zfs_configuration.delete_intermediate_data #=> Boolean
|
9148
|
+
# resp.volume.open_zfs_configuration.source_snapshot_arn #=> String
|
9149
|
+
# resp.volume.open_zfs_configuration.destination_snapshot #=> String
|
8521
9150
|
#
|
8522
9151
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateVolume AWS API Documentation
|
8523
9152
|
#
|
@@ -8541,7 +9170,7 @@ module Aws::FSx
|
|
8541
9170
|
params: params,
|
8542
9171
|
config: config)
|
8543
9172
|
context[:gem_name] = 'aws-sdk-fsx'
|
8544
|
-
context[:gem_version] = '1.
|
9173
|
+
context[:gem_version] = '1.81.0'
|
8545
9174
|
Seahorse::Client::Request.new(handlers, context)
|
8546
9175
|
end
|
8547
9176
|
|