aws-sdk-fsx 1.61.0 → 1.62.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 +300 -46
- data/lib/aws-sdk-fsx/client_api.rb +18 -4
- data/lib/aws-sdk-fsx/endpoint_parameters.rb +3 -0
- data/lib/aws-sdk-fsx/endpoint_provider.rb +104 -104
- data/lib/aws-sdk-fsx/types.rb +283 -48
- data/lib/aws-sdk-fsx.rb +1 -1
- metadata +2 -2
data/lib/aws-sdk-fsx/client.rb
CHANGED
@@ -732,7 +732,7 @@ module Aws::FSx
|
|
732
732
|
# resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
733
733
|
# resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
734
734
|
# resp.backup.file_system.administrative_actions #=> Array
|
735
|
-
# 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"
|
735
|
+
# 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"
|
736
736
|
# resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
|
737
737
|
# resp.backup.file_system.administrative_actions[0].request_time #=> Time
|
738
738
|
# resp.backup.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -753,6 +753,8 @@ module Aws::FSx
|
|
753
753
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
754
754
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.uuid #=> String
|
755
755
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
756
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snapshot_policy #=> String
|
757
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.copy_tags_to_backups #=> Boolean
|
756
758
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
757
759
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
758
760
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -780,6 +782,9 @@ module Aws::FSx
|
|
780
782
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].type #=> String, one of "USER", "GROUP"
|
781
783
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].id #=> Integer
|
782
784
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].storage_capacity_quota_gi_b #=> Integer
|
785
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.restore_to_snapshot #=> String
|
786
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
787
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
783
788
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
784
789
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
785
790
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.name #=> String
|
@@ -813,7 +818,7 @@ module Aws::FSx
|
|
813
818
|
# resp.backup.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
814
819
|
# resp.backup.file_system.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
815
820
|
# resp.backup.file_system.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
816
|
-
# resp.backup.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1"
|
821
|
+
# resp.backup.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
817
822
|
# resp.backup.file_system.open_zfs_configuration.throughput_capacity #=> Integer
|
818
823
|
# resp.backup.file_system.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
819
824
|
# resp.backup.file_system.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
@@ -841,6 +846,8 @@ module Aws::FSx
|
|
841
846
|
# resp.backup.volume.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
842
847
|
# resp.backup.volume.ontap_configuration.uuid #=> String
|
843
848
|
# resp.backup.volume.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
849
|
+
# resp.backup.volume.ontap_configuration.snapshot_policy #=> String
|
850
|
+
# resp.backup.volume.ontap_configuration.copy_tags_to_backups #=> Boolean
|
844
851
|
# resp.backup.volume.resource_arn #=> String
|
845
852
|
# resp.backup.volume.tags #=> Array
|
846
853
|
# resp.backup.volume.tags[0].key #=> String
|
@@ -849,7 +856,7 @@ module Aws::FSx
|
|
849
856
|
# resp.backup.volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
|
850
857
|
# resp.backup.volume.lifecycle_transition_reason.message #=> String
|
851
858
|
# resp.backup.volume.administrative_actions #=> Array
|
852
|
-
# 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"
|
859
|
+
# 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"
|
853
860
|
# resp.backup.volume.administrative_actions[0].progress_percent #=> Integer
|
854
861
|
# resp.backup.volume.administrative_actions[0].request_time #=> Time
|
855
862
|
# resp.backup.volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -939,7 +946,7 @@ module Aws::FSx
|
|
939
946
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
940
947
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
941
948
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
942
|
-
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1"
|
949
|
+
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
943
950
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
944
951
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
945
952
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
@@ -977,6 +984,9 @@ module Aws::FSx
|
|
977
984
|
# resp.backup.volume.open_zfs_configuration.user_and_group_quotas[0].type #=> String, one of "USER", "GROUP"
|
978
985
|
# resp.backup.volume.open_zfs_configuration.user_and_group_quotas[0].id #=> Integer
|
979
986
|
# resp.backup.volume.open_zfs_configuration.user_and_group_quotas[0].storage_capacity_quota_gi_b #=> Integer
|
987
|
+
# resp.backup.volume.open_zfs_configuration.restore_to_snapshot #=> String
|
988
|
+
# resp.backup.volume.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
989
|
+
# resp.backup.volume.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
980
990
|
#
|
981
991
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CopyBackup AWS API Documentation
|
982
992
|
#
|
@@ -1208,7 +1218,7 @@ module Aws::FSx
|
|
1208
1218
|
# resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
1209
1219
|
# resp.backup.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
1210
1220
|
# resp.backup.file_system.administrative_actions #=> Array
|
1211
|
-
# 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"
|
1221
|
+
# 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"
|
1212
1222
|
# resp.backup.file_system.administrative_actions[0].progress_percent #=> Integer
|
1213
1223
|
# resp.backup.file_system.administrative_actions[0].request_time #=> Time
|
1214
1224
|
# resp.backup.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -1229,6 +1239,8 @@ module Aws::FSx
|
|
1229
1239
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
1230
1240
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.uuid #=> String
|
1231
1241
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
1242
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snapshot_policy #=> String
|
1243
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.ontap_configuration.copy_tags_to_backups #=> Boolean
|
1232
1244
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
1233
1245
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
1234
1246
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -1256,6 +1268,9 @@ module Aws::FSx
|
|
1256
1268
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].type #=> String, one of "USER", "GROUP"
|
1257
1269
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].id #=> Integer
|
1258
1270
|
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].storage_capacity_quota_gi_b #=> Integer
|
1271
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.restore_to_snapshot #=> String
|
1272
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
1273
|
+
# resp.backup.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
1259
1274
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
1260
1275
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
1261
1276
|
# resp.backup.file_system.administrative_actions[0].target_snapshot_values.name #=> String
|
@@ -1289,7 +1304,7 @@ module Aws::FSx
|
|
1289
1304
|
# resp.backup.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
1290
1305
|
# resp.backup.file_system.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
1291
1306
|
# resp.backup.file_system.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
1292
|
-
# resp.backup.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1"
|
1307
|
+
# resp.backup.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
1293
1308
|
# resp.backup.file_system.open_zfs_configuration.throughput_capacity #=> Integer
|
1294
1309
|
# resp.backup.file_system.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
1295
1310
|
# resp.backup.file_system.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
@@ -1317,6 +1332,8 @@ module Aws::FSx
|
|
1317
1332
|
# resp.backup.volume.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
1318
1333
|
# resp.backup.volume.ontap_configuration.uuid #=> String
|
1319
1334
|
# resp.backup.volume.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
1335
|
+
# resp.backup.volume.ontap_configuration.snapshot_policy #=> String
|
1336
|
+
# resp.backup.volume.ontap_configuration.copy_tags_to_backups #=> Boolean
|
1320
1337
|
# resp.backup.volume.resource_arn #=> String
|
1321
1338
|
# resp.backup.volume.tags #=> Array
|
1322
1339
|
# resp.backup.volume.tags[0].key #=> String
|
@@ -1325,7 +1342,7 @@ module Aws::FSx
|
|
1325
1342
|
# resp.backup.volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
|
1326
1343
|
# resp.backup.volume.lifecycle_transition_reason.message #=> String
|
1327
1344
|
# resp.backup.volume.administrative_actions #=> Array
|
1328
|
-
# 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"
|
1345
|
+
# 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"
|
1329
1346
|
# resp.backup.volume.administrative_actions[0].progress_percent #=> Integer
|
1330
1347
|
# resp.backup.volume.administrative_actions[0].request_time #=> Time
|
1331
1348
|
# resp.backup.volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -1415,7 +1432,7 @@ module Aws::FSx
|
|
1415
1432
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
1416
1433
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
1417
1434
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
1418
|
-
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1"
|
1435
|
+
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
1419
1436
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
1420
1437
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
1421
1438
|
# resp.backup.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
@@ -1453,6 +1470,9 @@ module Aws::FSx
|
|
1453
1470
|
# resp.backup.volume.open_zfs_configuration.user_and_group_quotas[0].type #=> String, one of "USER", "GROUP"
|
1454
1471
|
# resp.backup.volume.open_zfs_configuration.user_and_group_quotas[0].id #=> Integer
|
1455
1472
|
# resp.backup.volume.open_zfs_configuration.user_and_group_quotas[0].storage_capacity_quota_gi_b #=> Integer
|
1473
|
+
# resp.backup.volume.open_zfs_configuration.restore_to_snapshot #=> String
|
1474
|
+
# resp.backup.volume.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
1475
|
+
# resp.backup.volume.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
1456
1476
|
#
|
1457
1477
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateBackup AWS API Documentation
|
1458
1478
|
#
|
@@ -2315,7 +2335,7 @@ module Aws::FSx
|
|
2315
2335
|
# copy_tags_to_backups: false,
|
2316
2336
|
# copy_tags_to_volumes: false,
|
2317
2337
|
# daily_automatic_backup_start_time: "DailyTime",
|
2318
|
-
# deployment_type: "SINGLE_AZ_1", # required, accepts SINGLE_AZ_1
|
2338
|
+
# deployment_type: "SINGLE_AZ_1", # required, accepts SINGLE_AZ_1, SINGLE_AZ_2
|
2319
2339
|
# throughput_capacity: 1, # required
|
2320
2340
|
# weekly_maintenance_start_time: "WeeklyTime",
|
2321
2341
|
# disk_iops_configuration: {
|
@@ -2414,7 +2434,7 @@ module Aws::FSx
|
|
2414
2434
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
2415
2435
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
2416
2436
|
# resp.file_system.administrative_actions #=> Array
|
2417
|
-
# 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"
|
2437
|
+
# 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"
|
2418
2438
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
2419
2439
|
# resp.file_system.administrative_actions[0].request_time #=> Time
|
2420
2440
|
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -2435,6 +2455,8 @@ module Aws::FSx
|
|
2435
2455
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
2436
2456
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.uuid #=> String
|
2437
2457
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
2458
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snapshot_policy #=> String
|
2459
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.copy_tags_to_backups #=> Boolean
|
2438
2460
|
# resp.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
2439
2461
|
# resp.file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
2440
2462
|
# resp.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -2462,6 +2484,9 @@ module Aws::FSx
|
|
2462
2484
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].type #=> String, one of "USER", "GROUP"
|
2463
2485
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].id #=> Integer
|
2464
2486
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].storage_capacity_quota_gi_b #=> Integer
|
2487
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.restore_to_snapshot #=> String
|
2488
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
2489
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
2465
2490
|
# resp.file_system.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
2466
2491
|
# resp.file_system.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
2467
2492
|
# resp.file_system.administrative_actions[0].target_snapshot_values.name #=> String
|
@@ -2495,7 +2520,7 @@ module Aws::FSx
|
|
2495
2520
|
# resp.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
2496
2521
|
# resp.file_system.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
2497
2522
|
# resp.file_system.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
2498
|
-
# resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1"
|
2523
|
+
# resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
2499
2524
|
# resp.file_system.open_zfs_configuration.throughput_capacity #=> Integer
|
2500
2525
|
# resp.file_system.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
2501
2526
|
# resp.file_system.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
@@ -2808,7 +2833,7 @@ module Aws::FSx
|
|
2808
2833
|
# copy_tags_to_backups: false,
|
2809
2834
|
# copy_tags_to_volumes: false,
|
2810
2835
|
# daily_automatic_backup_start_time: "DailyTime",
|
2811
|
-
# deployment_type: "SINGLE_AZ_1", # required, accepts SINGLE_AZ_1
|
2836
|
+
# deployment_type: "SINGLE_AZ_1", # required, accepts SINGLE_AZ_1, SINGLE_AZ_2
|
2812
2837
|
# throughput_capacity: 1, # required
|
2813
2838
|
# weekly_maintenance_start_time: "WeeklyTime",
|
2814
2839
|
# disk_iops_configuration: {
|
@@ -2908,7 +2933,7 @@ module Aws::FSx
|
|
2908
2933
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
2909
2934
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
2910
2935
|
# resp.file_system.administrative_actions #=> Array
|
2911
|
-
# 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"
|
2936
|
+
# 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"
|
2912
2937
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
2913
2938
|
# resp.file_system.administrative_actions[0].request_time #=> Time
|
2914
2939
|
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -2929,6 +2954,8 @@ module Aws::FSx
|
|
2929
2954
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
2930
2955
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.uuid #=> String
|
2931
2956
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
2957
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snapshot_policy #=> String
|
2958
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.copy_tags_to_backups #=> Boolean
|
2932
2959
|
# resp.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
2933
2960
|
# resp.file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
2934
2961
|
# resp.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -2956,6 +2983,9 @@ module Aws::FSx
|
|
2956
2983
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].type #=> String, one of "USER", "GROUP"
|
2957
2984
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].id #=> Integer
|
2958
2985
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].storage_capacity_quota_gi_b #=> Integer
|
2986
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.restore_to_snapshot #=> String
|
2987
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
2988
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
2959
2989
|
# resp.file_system.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
2960
2990
|
# resp.file_system.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
2961
2991
|
# resp.file_system.administrative_actions[0].target_snapshot_values.name #=> String
|
@@ -2989,7 +3019,7 @@ module Aws::FSx
|
|
2989
3019
|
# resp.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
2990
3020
|
# resp.file_system.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
2991
3021
|
# resp.file_system.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
2992
|
-
# resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1"
|
3022
|
+
# resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
2993
3023
|
# resp.file_system.open_zfs_configuration.throughput_capacity #=> Integer
|
2994
3024
|
# resp.file_system.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
2995
3025
|
# resp.file_system.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
@@ -3086,7 +3116,7 @@ module Aws::FSx
|
|
3086
3116
|
# resp.snapshot.tags[0].key #=> String
|
3087
3117
|
# resp.snapshot.tags[0].value #=> String
|
3088
3118
|
# resp.snapshot.administrative_actions #=> Array
|
3089
|
-
# 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"
|
3119
|
+
# 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"
|
3090
3120
|
# resp.snapshot.administrative_actions[0].progress_percent #=> Integer
|
3091
3121
|
# resp.snapshot.administrative_actions[0].request_time #=> Time
|
3092
3122
|
# resp.snapshot.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -3176,7 +3206,7 @@ module Aws::FSx
|
|
3176
3206
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
3177
3207
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
3178
3208
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
3179
|
-
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1"
|
3209
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
3180
3210
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
3181
3211
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
3182
3212
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
@@ -3198,6 +3228,8 @@ module Aws::FSx
|
|
3198
3228
|
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
3199
3229
|
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.uuid #=> String
|
3200
3230
|
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
3231
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snapshot_policy #=> String
|
3232
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.copy_tags_to_backups #=> Boolean
|
3201
3233
|
# resp.snapshot.administrative_actions[0].target_volume_values.resource_arn #=> String
|
3202
3234
|
# resp.snapshot.administrative_actions[0].target_volume_values.tags #=> Array
|
3203
3235
|
# resp.snapshot.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -3225,6 +3257,9 @@ module Aws::FSx
|
|
3225
3257
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].type #=> String, one of "USER", "GROUP"
|
3226
3258
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].id #=> Integer
|
3227
3259
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].storage_capacity_quota_gi_b #=> Integer
|
3260
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.restore_to_snapshot #=> String
|
3261
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
3262
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
3228
3263
|
# resp.snapshot.administrative_actions[0].target_snapshot_values #=> Types::Snapshot
|
3229
3264
|
#
|
3230
3265
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateSnapshot AWS API Documentation
|
@@ -3341,7 +3376,6 @@ module Aws::FSx
|
|
3341
3376
|
# resp.storage_virtual_machine.name #=> String
|
3342
3377
|
# resp.storage_virtual_machine.resource_arn #=> String
|
3343
3378
|
# resp.storage_virtual_machine.storage_virtual_machine_id #=> String
|
3344
|
-
# resp.storage_virtual_machine.subtype #=> String, one of "DEFAULT", "DP_DESTINATION", "SYNC_DESTINATION", "SYNC_SOURCE"
|
3345
3379
|
# resp.storage_virtual_machine.uuid #=> String
|
3346
3380
|
# resp.storage_virtual_machine.tags #=> Array
|
3347
3381
|
# resp.storage_virtual_machine.tags[0].key #=> String
|
@@ -3396,15 +3430,18 @@ module Aws::FSx
|
|
3396
3430
|
# volume_type: "ONTAP", # required, accepts ONTAP, OPENZFS
|
3397
3431
|
# name: "VolumeName", # required
|
3398
3432
|
# ontap_configuration: {
|
3399
|
-
# junction_path: "JunctionPath",
|
3433
|
+
# junction_path: "JunctionPath",
|
3400
3434
|
# security_style: "UNIX", # accepts UNIX, NTFS, MIXED
|
3401
3435
|
# size_in_megabytes: 1, # required
|
3402
|
-
# storage_efficiency_enabled: false,
|
3436
|
+
# storage_efficiency_enabled: false,
|
3403
3437
|
# storage_virtual_machine_id: "StorageVirtualMachineId", # required
|
3404
3438
|
# tiering_policy: {
|
3405
3439
|
# cooling_period: 1,
|
3406
3440
|
# name: "SNAPSHOT_ONLY", # accepts SNAPSHOT_ONLY, AUTO, ALL, NONE
|
3407
3441
|
# },
|
3442
|
+
# ontap_volume_type: "RW", # accepts RW, DP
|
3443
|
+
# snapshot_policy: "SnapshotPolicy",
|
3444
|
+
# copy_tags_to_backups: false,
|
3408
3445
|
# },
|
3409
3446
|
# tags: [
|
3410
3447
|
# {
|
@@ -3461,6 +3498,8 @@ module Aws::FSx
|
|
3461
3498
|
# resp.volume.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
3462
3499
|
# resp.volume.ontap_configuration.uuid #=> String
|
3463
3500
|
# resp.volume.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
3501
|
+
# resp.volume.ontap_configuration.snapshot_policy #=> String
|
3502
|
+
# resp.volume.ontap_configuration.copy_tags_to_backups #=> Boolean
|
3464
3503
|
# resp.volume.resource_arn #=> String
|
3465
3504
|
# resp.volume.tags #=> Array
|
3466
3505
|
# resp.volume.tags[0].key #=> String
|
@@ -3469,7 +3508,7 @@ module Aws::FSx
|
|
3469
3508
|
# resp.volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
|
3470
3509
|
# resp.volume.lifecycle_transition_reason.message #=> String
|
3471
3510
|
# resp.volume.administrative_actions #=> Array
|
3472
|
-
# 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"
|
3511
|
+
# 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"
|
3473
3512
|
# resp.volume.administrative_actions[0].progress_percent #=> Integer
|
3474
3513
|
# resp.volume.administrative_actions[0].request_time #=> Time
|
3475
3514
|
# resp.volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -3559,7 +3598,7 @@ module Aws::FSx
|
|
3559
3598
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
3560
3599
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
3561
3600
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
3562
|
-
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1"
|
3601
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
3563
3602
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
3564
3603
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
3565
3604
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
@@ -3597,6 +3636,9 @@ module Aws::FSx
|
|
3597
3636
|
# resp.volume.open_zfs_configuration.user_and_group_quotas[0].type #=> String, one of "USER", "GROUP"
|
3598
3637
|
# resp.volume.open_zfs_configuration.user_and_group_quotas[0].id #=> Integer
|
3599
3638
|
# resp.volume.open_zfs_configuration.user_and_group_quotas[0].storage_capacity_quota_gi_b #=> Integer
|
3639
|
+
# resp.volume.open_zfs_configuration.restore_to_snapshot #=> String
|
3640
|
+
# resp.volume.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
3641
|
+
# resp.volume.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
3600
3642
|
#
|
3601
3643
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateVolume AWS API Documentation
|
3602
3644
|
#
|
@@ -3643,15 +3685,18 @@ module Aws::FSx
|
|
3643
3685
|
# client_request_token: "ClientRequestToken",
|
3644
3686
|
# name: "VolumeName", # required
|
3645
3687
|
# ontap_configuration: {
|
3646
|
-
# junction_path: "JunctionPath",
|
3688
|
+
# junction_path: "JunctionPath",
|
3647
3689
|
# security_style: "UNIX", # accepts UNIX, NTFS, MIXED
|
3648
3690
|
# size_in_megabytes: 1, # required
|
3649
|
-
# storage_efficiency_enabled: false,
|
3691
|
+
# storage_efficiency_enabled: false,
|
3650
3692
|
# storage_virtual_machine_id: "StorageVirtualMachineId", # required
|
3651
3693
|
# tiering_policy: {
|
3652
3694
|
# cooling_period: 1,
|
3653
3695
|
# name: "SNAPSHOT_ONLY", # accepts SNAPSHOT_ONLY, AUTO, ALL, NONE
|
3654
3696
|
# },
|
3697
|
+
# ontap_volume_type: "RW", # accepts RW, DP
|
3698
|
+
# snapshot_policy: "SnapshotPolicy",
|
3699
|
+
# copy_tags_to_backups: false,
|
3655
3700
|
# },
|
3656
3701
|
# tags: [
|
3657
3702
|
# {
|
@@ -3678,6 +3723,8 @@ module Aws::FSx
|
|
3678
3723
|
# resp.volume.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
3679
3724
|
# resp.volume.ontap_configuration.uuid #=> String
|
3680
3725
|
# resp.volume.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
3726
|
+
# resp.volume.ontap_configuration.snapshot_policy #=> String
|
3727
|
+
# resp.volume.ontap_configuration.copy_tags_to_backups #=> Boolean
|
3681
3728
|
# resp.volume.resource_arn #=> String
|
3682
3729
|
# resp.volume.tags #=> Array
|
3683
3730
|
# resp.volume.tags[0].key #=> String
|
@@ -3686,7 +3733,7 @@ module Aws::FSx
|
|
3686
3733
|
# resp.volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
|
3687
3734
|
# resp.volume.lifecycle_transition_reason.message #=> String
|
3688
3735
|
# resp.volume.administrative_actions #=> Array
|
3689
|
-
# 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"
|
3736
|
+
# 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"
|
3690
3737
|
# resp.volume.administrative_actions[0].progress_percent #=> Integer
|
3691
3738
|
# resp.volume.administrative_actions[0].request_time #=> Time
|
3692
3739
|
# resp.volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -3776,7 +3823,7 @@ module Aws::FSx
|
|
3776
3823
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
3777
3824
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
3778
3825
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
3779
|
-
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1"
|
3826
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
3780
3827
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
3781
3828
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
3782
3829
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
@@ -3814,6 +3861,9 @@ module Aws::FSx
|
|
3814
3861
|
# resp.volume.open_zfs_configuration.user_and_group_quotas[0].type #=> String, one of "USER", "GROUP"
|
3815
3862
|
# resp.volume.open_zfs_configuration.user_and_group_quotas[0].id #=> Integer
|
3816
3863
|
# resp.volume.open_zfs_configuration.user_and_group_quotas[0].storage_capacity_quota_gi_b #=> Integer
|
3864
|
+
# resp.volume.open_zfs_configuration.restore_to_snapshot #=> String
|
3865
|
+
# resp.volume.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
3866
|
+
# resp.volume.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
3817
3867
|
#
|
3818
3868
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/CreateVolumeFromBackup AWS API Documentation
|
3819
3869
|
#
|
@@ -4472,7 +4522,7 @@ module Aws::FSx
|
|
4472
4522
|
# resp.backups[0].file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
4473
4523
|
# resp.backups[0].file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
4474
4524
|
# resp.backups[0].file_system.administrative_actions #=> Array
|
4475
|
-
# 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"
|
4525
|
+
# 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"
|
4476
4526
|
# resp.backups[0].file_system.administrative_actions[0].progress_percent #=> Integer
|
4477
4527
|
# resp.backups[0].file_system.administrative_actions[0].request_time #=> Time
|
4478
4528
|
# resp.backups[0].file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -4493,6 +4543,8 @@ module Aws::FSx
|
|
4493
4543
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
4494
4544
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.uuid #=> String
|
4495
4545
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
4546
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.snapshot_policy #=> String
|
4547
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.ontap_configuration.copy_tags_to_backups #=> Boolean
|
4496
4548
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
4497
4549
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
4498
4550
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -4520,6 +4572,9 @@ module Aws::FSx
|
|
4520
4572
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].type #=> String, one of "USER", "GROUP"
|
4521
4573
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].id #=> Integer
|
4522
4574
|
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].storage_capacity_quota_gi_b #=> Integer
|
4575
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.restore_to_snapshot #=> String
|
4576
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
4577
|
+
# resp.backups[0].file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
4523
4578
|
# resp.backups[0].file_system.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
4524
4579
|
# resp.backups[0].file_system.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
4525
4580
|
# resp.backups[0].file_system.administrative_actions[0].target_snapshot_values.name #=> String
|
@@ -4553,7 +4608,7 @@ module Aws::FSx
|
|
4553
4608
|
# resp.backups[0].file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
4554
4609
|
# resp.backups[0].file_system.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
4555
4610
|
# resp.backups[0].file_system.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
4556
|
-
# resp.backups[0].file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1"
|
4611
|
+
# resp.backups[0].file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
4557
4612
|
# resp.backups[0].file_system.open_zfs_configuration.throughput_capacity #=> Integer
|
4558
4613
|
# resp.backups[0].file_system.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
4559
4614
|
# resp.backups[0].file_system.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
@@ -4581,6 +4636,8 @@ module Aws::FSx
|
|
4581
4636
|
# resp.backups[0].volume.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
4582
4637
|
# resp.backups[0].volume.ontap_configuration.uuid #=> String
|
4583
4638
|
# resp.backups[0].volume.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
4639
|
+
# resp.backups[0].volume.ontap_configuration.snapshot_policy #=> String
|
4640
|
+
# resp.backups[0].volume.ontap_configuration.copy_tags_to_backups #=> Boolean
|
4584
4641
|
# resp.backups[0].volume.resource_arn #=> String
|
4585
4642
|
# resp.backups[0].volume.tags #=> Array
|
4586
4643
|
# resp.backups[0].volume.tags[0].key #=> String
|
@@ -4589,7 +4646,7 @@ module Aws::FSx
|
|
4589
4646
|
# resp.backups[0].volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
|
4590
4647
|
# resp.backups[0].volume.lifecycle_transition_reason.message #=> String
|
4591
4648
|
# resp.backups[0].volume.administrative_actions #=> Array
|
4592
|
-
# 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"
|
4649
|
+
# 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"
|
4593
4650
|
# resp.backups[0].volume.administrative_actions[0].progress_percent #=> Integer
|
4594
4651
|
# resp.backups[0].volume.administrative_actions[0].request_time #=> Time
|
4595
4652
|
# resp.backups[0].volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -4679,7 +4736,7 @@ module Aws::FSx
|
|
4679
4736
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
4680
4737
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
4681
4738
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
4682
|
-
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1"
|
4739
|
+
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
4683
4740
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
4684
4741
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
4685
4742
|
# resp.backups[0].volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
@@ -4717,6 +4774,9 @@ module Aws::FSx
|
|
4717
4774
|
# resp.backups[0].volume.open_zfs_configuration.user_and_group_quotas[0].type #=> String, one of "USER", "GROUP"
|
4718
4775
|
# resp.backups[0].volume.open_zfs_configuration.user_and_group_quotas[0].id #=> Integer
|
4719
4776
|
# resp.backups[0].volume.open_zfs_configuration.user_and_group_quotas[0].storage_capacity_quota_gi_b #=> Integer
|
4777
|
+
# resp.backups[0].volume.open_zfs_configuration.restore_to_snapshot #=> String
|
4778
|
+
# resp.backups[0].volume.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
4779
|
+
# resp.backups[0].volume.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
4720
4780
|
# resp.next_token #=> String
|
4721
4781
|
#
|
4722
4782
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeBackups AWS API Documentation
|
@@ -5255,7 +5315,7 @@ module Aws::FSx
|
|
5255
5315
|
# resp.file_systems[0].lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
5256
5316
|
# resp.file_systems[0].lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
5257
5317
|
# resp.file_systems[0].administrative_actions #=> Array
|
5258
|
-
# 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"
|
5318
|
+
# 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"
|
5259
5319
|
# resp.file_systems[0].administrative_actions[0].progress_percent #=> Integer
|
5260
5320
|
# resp.file_systems[0].administrative_actions[0].request_time #=> Time
|
5261
5321
|
# resp.file_systems[0].administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -5276,6 +5336,8 @@ module Aws::FSx
|
|
5276
5336
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
5277
5337
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.uuid #=> String
|
5278
5338
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
5339
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.snapshot_policy #=> String
|
5340
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.ontap_configuration.copy_tags_to_backups #=> Boolean
|
5279
5341
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.resource_arn #=> String
|
5280
5342
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.tags #=> Array
|
5281
5343
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -5303,6 +5365,9 @@ module Aws::FSx
|
|
5303
5365
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].type #=> String, one of "USER", "GROUP"
|
5304
5366
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].id #=> Integer
|
5305
5367
|
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].storage_capacity_quota_gi_b #=> Integer
|
5368
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.restore_to_snapshot #=> String
|
5369
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
5370
|
+
# resp.file_systems[0].administrative_actions[0].target_volume_values.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
5306
5371
|
# resp.file_systems[0].administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
5307
5372
|
# resp.file_systems[0].administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
5308
5373
|
# resp.file_systems[0].administrative_actions[0].target_snapshot_values.name #=> String
|
@@ -5336,7 +5401,7 @@ module Aws::FSx
|
|
5336
5401
|
# resp.file_systems[0].open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
5337
5402
|
# resp.file_systems[0].open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
5338
5403
|
# resp.file_systems[0].open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
5339
|
-
# resp.file_systems[0].open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1"
|
5404
|
+
# resp.file_systems[0].open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
5340
5405
|
# resp.file_systems[0].open_zfs_configuration.throughput_capacity #=> Integer
|
5341
5406
|
# resp.file_systems[0].open_zfs_configuration.weekly_maintenance_start_time #=> String
|
5342
5407
|
# resp.file_systems[0].open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
@@ -5434,7 +5499,7 @@ module Aws::FSx
|
|
5434
5499
|
# resp.snapshots[0].tags[0].key #=> String
|
5435
5500
|
# resp.snapshots[0].tags[0].value #=> String
|
5436
5501
|
# resp.snapshots[0].administrative_actions #=> Array
|
5437
|
-
# 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"
|
5502
|
+
# 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"
|
5438
5503
|
# resp.snapshots[0].administrative_actions[0].progress_percent #=> Integer
|
5439
5504
|
# resp.snapshots[0].administrative_actions[0].request_time #=> Time
|
5440
5505
|
# resp.snapshots[0].administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -5524,7 +5589,7 @@ module Aws::FSx
|
|
5524
5589
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
5525
5590
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
5526
5591
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
5527
|
-
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1"
|
5592
|
+
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
5528
5593
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
5529
5594
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
5530
5595
|
# resp.snapshots[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
@@ -5546,6 +5611,8 @@ module Aws::FSx
|
|
5546
5611
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
5547
5612
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.uuid #=> String
|
5548
5613
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
5614
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.snapshot_policy #=> String
|
5615
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.ontap_configuration.copy_tags_to_backups #=> Boolean
|
5549
5616
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.resource_arn #=> String
|
5550
5617
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.tags #=> Array
|
5551
5618
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -5573,6 +5640,9 @@ module Aws::FSx
|
|
5573
5640
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].type #=> String, one of "USER", "GROUP"
|
5574
5641
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].id #=> Integer
|
5575
5642
|
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].storage_capacity_quota_gi_b #=> Integer
|
5643
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.restore_to_snapshot #=> String
|
5644
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
5645
|
+
# resp.snapshots[0].administrative_actions[0].target_volume_values.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
5576
5646
|
# resp.snapshots[0].administrative_actions[0].target_snapshot_values #=> Types::Snapshot
|
5577
5647
|
# resp.next_token #=> String
|
5578
5648
|
#
|
@@ -5653,7 +5723,6 @@ module Aws::FSx
|
|
5653
5723
|
# resp.storage_virtual_machines[0].name #=> String
|
5654
5724
|
# resp.storage_virtual_machines[0].resource_arn #=> String
|
5655
5725
|
# resp.storage_virtual_machines[0].storage_virtual_machine_id #=> String
|
5656
|
-
# resp.storage_virtual_machines[0].subtype #=> String, one of "DEFAULT", "DP_DESTINATION", "SYNC_DESTINATION", "SYNC_SOURCE"
|
5657
5726
|
# resp.storage_virtual_machines[0].uuid #=> String
|
5658
5727
|
# resp.storage_virtual_machines[0].tags #=> Array
|
5659
5728
|
# resp.storage_virtual_machines[0].tags[0].key #=> String
|
@@ -5730,6 +5799,8 @@ module Aws::FSx
|
|
5730
5799
|
# resp.volumes[0].ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
5731
5800
|
# resp.volumes[0].ontap_configuration.uuid #=> String
|
5732
5801
|
# resp.volumes[0].ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
5802
|
+
# resp.volumes[0].ontap_configuration.snapshot_policy #=> String
|
5803
|
+
# resp.volumes[0].ontap_configuration.copy_tags_to_backups #=> Boolean
|
5733
5804
|
# resp.volumes[0].resource_arn #=> String
|
5734
5805
|
# resp.volumes[0].tags #=> Array
|
5735
5806
|
# resp.volumes[0].tags[0].key #=> String
|
@@ -5738,7 +5809,7 @@ module Aws::FSx
|
|
5738
5809
|
# resp.volumes[0].volume_type #=> String, one of "ONTAP", "OPENZFS"
|
5739
5810
|
# resp.volumes[0].lifecycle_transition_reason.message #=> String
|
5740
5811
|
# resp.volumes[0].administrative_actions #=> Array
|
5741
|
-
# 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"
|
5812
|
+
# 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"
|
5742
5813
|
# resp.volumes[0].administrative_actions[0].progress_percent #=> Integer
|
5743
5814
|
# resp.volumes[0].administrative_actions[0].request_time #=> Time
|
5744
5815
|
# resp.volumes[0].administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -5828,7 +5899,7 @@ module Aws::FSx
|
|
5828
5899
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
5829
5900
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
5830
5901
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
5831
|
-
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1"
|
5902
|
+
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
5832
5903
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
5833
5904
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
5834
5905
|
# resp.volumes[0].administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
@@ -5866,6 +5937,9 @@ module Aws::FSx
|
|
5866
5937
|
# resp.volumes[0].open_zfs_configuration.user_and_group_quotas[0].type #=> String, one of "USER", "GROUP"
|
5867
5938
|
# resp.volumes[0].open_zfs_configuration.user_and_group_quotas[0].id #=> Integer
|
5868
5939
|
# resp.volumes[0].open_zfs_configuration.user_and_group_quotas[0].storage_capacity_quota_gi_b #=> Integer
|
5940
|
+
# resp.volumes[0].open_zfs_configuration.restore_to_snapshot #=> String
|
5941
|
+
# resp.volumes[0].open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
5942
|
+
# resp.volumes[0].open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
5869
5943
|
# resp.next_token #=> String
|
5870
5944
|
#
|
5871
5945
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/DescribeVolumes AWS API Documentation
|
@@ -6115,7 +6189,7 @@ module Aws::FSx
|
|
6115
6189
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
6116
6190
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
6117
6191
|
# resp.file_system.administrative_actions #=> Array
|
6118
|
-
# 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"
|
6192
|
+
# 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"
|
6119
6193
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
6120
6194
|
# resp.file_system.administrative_actions[0].request_time #=> Time
|
6121
6195
|
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -6136,6 +6210,8 @@ module Aws::FSx
|
|
6136
6210
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
6137
6211
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.uuid #=> String
|
6138
6212
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
6213
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snapshot_policy #=> String
|
6214
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.copy_tags_to_backups #=> Boolean
|
6139
6215
|
# resp.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
6140
6216
|
# resp.file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
6141
6217
|
# resp.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -6163,6 +6239,9 @@ module Aws::FSx
|
|
6163
6239
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].type #=> String, one of "USER", "GROUP"
|
6164
6240
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].id #=> Integer
|
6165
6241
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].storage_capacity_quota_gi_b #=> Integer
|
6242
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.restore_to_snapshot #=> String
|
6243
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
6244
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
6166
6245
|
# resp.file_system.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
6167
6246
|
# resp.file_system.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
6168
6247
|
# resp.file_system.administrative_actions[0].target_snapshot_values.name #=> String
|
@@ -6196,7 +6275,7 @@ module Aws::FSx
|
|
6196
6275
|
# resp.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
6197
6276
|
# resp.file_system.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
6198
6277
|
# resp.file_system.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
6199
|
-
# resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1"
|
6278
|
+
# resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
6200
6279
|
# resp.file_system.open_zfs_configuration.throughput_capacity #=> Integer
|
6201
6280
|
# resp.file_system.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
6202
6281
|
# resp.file_system.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
@@ -6248,6 +6327,7 @@ module Aws::FSx
|
|
6248
6327
|
#
|
6249
6328
|
# * {Types::RestoreVolumeFromSnapshotResponse#volume_id #volume_id} => String
|
6250
6329
|
# * {Types::RestoreVolumeFromSnapshotResponse#lifecycle #lifecycle} => String
|
6330
|
+
# * {Types::RestoreVolumeFromSnapshotResponse#administrative_actions #administrative_actions} => Array<Types::AdministrativeAction>
|
6251
6331
|
#
|
6252
6332
|
# @example Request syntax with placeholder values
|
6253
6333
|
#
|
@@ -6262,6 +6342,162 @@ module Aws::FSx
|
|
6262
6342
|
#
|
6263
6343
|
# resp.volume_id #=> String
|
6264
6344
|
# resp.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING", "AVAILABLE"
|
6345
|
+
# resp.administrative_actions #=> Array
|
6346
|
+
# 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"
|
6347
|
+
# resp.administrative_actions[0].progress_percent #=> Integer
|
6348
|
+
# resp.administrative_actions[0].request_time #=> Time
|
6349
|
+
# resp.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
6350
|
+
# resp.administrative_actions[0].target_file_system_values.owner_id #=> String
|
6351
|
+
# resp.administrative_actions[0].target_file_system_values.creation_time #=> Time
|
6352
|
+
# resp.administrative_actions[0].target_file_system_values.file_system_id #=> String
|
6353
|
+
# resp.administrative_actions[0].target_file_system_values.file_system_type #=> String, one of "WINDOWS", "LUSTRE", "ONTAP", "OPENZFS"
|
6354
|
+
# resp.administrative_actions[0].target_file_system_values.lifecycle #=> String, one of "AVAILABLE", "CREATING", "FAILED", "DELETING", "MISCONFIGURED", "UPDATING", "MISCONFIGURED_UNAVAILABLE"
|
6355
|
+
# resp.administrative_actions[0].target_file_system_values.failure_details.message #=> String
|
6356
|
+
# resp.administrative_actions[0].target_file_system_values.storage_capacity #=> Integer
|
6357
|
+
# resp.administrative_actions[0].target_file_system_values.storage_type #=> String, one of "SSD", "HDD"
|
6358
|
+
# resp.administrative_actions[0].target_file_system_values.vpc_id #=> String
|
6359
|
+
# resp.administrative_actions[0].target_file_system_values.subnet_ids #=> Array
|
6360
|
+
# resp.administrative_actions[0].target_file_system_values.subnet_ids[0] #=> String
|
6361
|
+
# resp.administrative_actions[0].target_file_system_values.network_interface_ids #=> Array
|
6362
|
+
# resp.administrative_actions[0].target_file_system_values.network_interface_ids[0] #=> String
|
6363
|
+
# resp.administrative_actions[0].target_file_system_values.dns_name #=> String
|
6364
|
+
# resp.administrative_actions[0].target_file_system_values.kms_key_id #=> String
|
6365
|
+
# resp.administrative_actions[0].target_file_system_values.resource_arn #=> String
|
6366
|
+
# resp.administrative_actions[0].target_file_system_values.tags #=> Array
|
6367
|
+
# resp.administrative_actions[0].target_file_system_values.tags[0].key #=> String
|
6368
|
+
# resp.administrative_actions[0].target_file_system_values.tags[0].value #=> String
|
6369
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.active_directory_id #=> String
|
6370
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.self_managed_active_directory_configuration.domain_name #=> String
|
6371
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.self_managed_active_directory_configuration.organizational_unit_distinguished_name #=> String
|
6372
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.self_managed_active_directory_configuration.file_system_administrators_group #=> String
|
6373
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.self_managed_active_directory_configuration.user_name #=> String
|
6374
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.self_managed_active_directory_configuration.dns_ips #=> Array
|
6375
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.self_managed_active_directory_configuration.dns_ips[0] #=> String
|
6376
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1", "SINGLE_AZ_2"
|
6377
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.remote_administration_endpoint #=> String
|
6378
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.preferred_subnet_id #=> String
|
6379
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.preferred_file_server_ip #=> String
|
6380
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.throughput_capacity #=> Integer
|
6381
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.maintenance_operations_in_progress #=> Array
|
6382
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.maintenance_operations_in_progress[0] #=> String, one of "PATCHING", "BACKING_UP"
|
6383
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.weekly_maintenance_start_time #=> String
|
6384
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.daily_automatic_backup_start_time #=> String
|
6385
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.automatic_backup_retention_days #=> Integer
|
6386
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.copy_tags_to_backups #=> Boolean
|
6387
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.aliases #=> Array
|
6388
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.aliases[0].name #=> String
|
6389
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.aliases[0].lifecycle #=> String, one of "AVAILABLE", "CREATING", "DELETING", "CREATE_FAILED", "DELETE_FAILED"
|
6390
|
+
# 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"
|
6391
|
+
# 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"
|
6392
|
+
# resp.administrative_actions[0].target_file_system_values.windows_configuration.audit_log_configuration.audit_log_destination #=> String
|
6393
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.weekly_maintenance_start_time #=> String
|
6394
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.lifecycle #=> String, one of "CREATING", "AVAILABLE", "MISCONFIGURED", "UPDATING", "DELETING", "FAILED"
|
6395
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.import_path #=> String
|
6396
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.export_path #=> String
|
6397
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.imported_file_chunk_size #=> Integer
|
6398
|
+
# 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"
|
6399
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.data_repository_configuration.failure_details.message #=> String
|
6400
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.deployment_type #=> String, one of "SCRATCH_1", "SCRATCH_2", "PERSISTENT_1", "PERSISTENT_2"
|
6401
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.per_unit_storage_throughput #=> Integer
|
6402
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.mount_name #=> String
|
6403
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.daily_automatic_backup_start_time #=> String
|
6404
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.automatic_backup_retention_days #=> Integer
|
6405
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.copy_tags_to_backups #=> Boolean
|
6406
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.drive_cache_type #=> String, one of "NONE", "READ"
|
6407
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.data_compression_type #=> String, one of "NONE", "LZ4"
|
6408
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.level #=> String, one of "DISABLED", "WARN_ONLY", "ERROR_ONLY", "WARN_ERROR"
|
6409
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.log_configuration.destination #=> String
|
6410
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.root_squash #=> String
|
6411
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
6412
|
+
# resp.administrative_actions[0].target_file_system_values.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
6413
|
+
# resp.administrative_actions[0].target_file_system_values.administrative_actions #=> Types::AdministrativeActions
|
6414
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.automatic_backup_retention_days #=> Integer
|
6415
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.daily_automatic_backup_start_time #=> String
|
6416
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.deployment_type #=> String, one of "MULTI_AZ_1", "SINGLE_AZ_1"
|
6417
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.endpoint_ip_address_range #=> String
|
6418
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.dns_name #=> String
|
6419
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses #=> Array
|
6420
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.intercluster.ip_addresses[0] #=> String
|
6421
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.management.dns_name #=> String
|
6422
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.management.ip_addresses #=> Array
|
6423
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.endpoints.management.ip_addresses[0] #=> String
|
6424
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
6425
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.disk_iops_configuration.iops #=> Integer
|
6426
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.preferred_subnet_id #=> String
|
6427
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.route_table_ids #=> Array
|
6428
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.route_table_ids[0] #=> String
|
6429
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.throughput_capacity #=> Integer
|
6430
|
+
# resp.administrative_actions[0].target_file_system_values.ontap_configuration.weekly_maintenance_start_time #=> String
|
6431
|
+
# resp.administrative_actions[0].target_file_system_values.file_system_type_version #=> String
|
6432
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.automatic_backup_retention_days #=> Integer
|
6433
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
6434
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
6435
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
6436
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
6437
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
6438
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
6439
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
6440
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.iops #=> Integer
|
6441
|
+
# resp.administrative_actions[0].target_file_system_values.open_zfs_configuration.root_volume_id #=> String
|
6442
|
+
# resp.administrative_actions[0].failure_details.message #=> String
|
6443
|
+
# resp.administrative_actions[0].target_volume_values.creation_time #=> Time
|
6444
|
+
# resp.administrative_actions[0].target_volume_values.file_system_id #=> String
|
6445
|
+
# resp.administrative_actions[0].target_volume_values.lifecycle #=> String, one of "CREATING", "CREATED", "DELETING", "FAILED", "MISCONFIGURED", "PENDING", "AVAILABLE"
|
6446
|
+
# resp.administrative_actions[0].target_volume_values.name #=> String
|
6447
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.flex_cache_endpoint_type #=> String, one of "NONE", "ORIGIN", "CACHE"
|
6448
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.junction_path #=> String
|
6449
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.security_style #=> String, one of "UNIX", "NTFS", "MIXED"
|
6450
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.size_in_megabytes #=> Integer
|
6451
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.storage_efficiency_enabled #=> Boolean
|
6452
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_id #=> String
|
6453
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.storage_virtual_machine_root #=> Boolean
|
6454
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.cooling_period #=> Integer
|
6455
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
6456
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.uuid #=> String
|
6457
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
6458
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.snapshot_policy #=> String
|
6459
|
+
# resp.administrative_actions[0].target_volume_values.ontap_configuration.copy_tags_to_backups #=> Boolean
|
6460
|
+
# resp.administrative_actions[0].target_volume_values.resource_arn #=> String
|
6461
|
+
# resp.administrative_actions[0].target_volume_values.tags #=> Array
|
6462
|
+
# resp.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
6463
|
+
# resp.administrative_actions[0].target_volume_values.tags[0].value #=> String
|
6464
|
+
# resp.administrative_actions[0].target_volume_values.volume_id #=> String
|
6465
|
+
# resp.administrative_actions[0].target_volume_values.volume_type #=> String, one of "ONTAP", "OPENZFS"
|
6466
|
+
# resp.administrative_actions[0].target_volume_values.lifecycle_transition_reason.message #=> String
|
6467
|
+
# resp.administrative_actions[0].target_volume_values.administrative_actions #=> Types::AdministrativeActions
|
6468
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.parent_volume_id #=> String
|
6469
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.volume_path #=> String
|
6470
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.storage_capacity_reservation_gi_b #=> Integer
|
6471
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.storage_capacity_quota_gi_b #=> Integer
|
6472
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.record_size_ki_b #=> Integer
|
6473
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.data_compression_type #=> String, one of "NONE", "ZSTD", "LZ4"
|
6474
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.copy_tags_to_snapshots #=> Boolean
|
6475
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.snapshot_arn #=> String
|
6476
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.origin_snapshot.copy_strategy #=> String, one of "CLONE", "FULL_COPY"
|
6477
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.read_only #=> Boolean
|
6478
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports #=> Array
|
6479
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports[0].client_configurations #=> Array
|
6480
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports[0].client_configurations[0].clients #=> String
|
6481
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports[0].client_configurations[0].options #=> Array
|
6482
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.nfs_exports[0].client_configurations[0].options[0] #=> String
|
6483
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas #=> Array
|
6484
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].type #=> String, one of "USER", "GROUP"
|
6485
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].id #=> Integer
|
6486
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].storage_capacity_quota_gi_b #=> Integer
|
6487
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.restore_to_snapshot #=> String
|
6488
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
6489
|
+
# resp.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
6490
|
+
# resp.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
6491
|
+
# resp.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
6492
|
+
# resp.administrative_actions[0].target_snapshot_values.name #=> String
|
6493
|
+
# resp.administrative_actions[0].target_snapshot_values.volume_id #=> String
|
6494
|
+
# resp.administrative_actions[0].target_snapshot_values.creation_time #=> Time
|
6495
|
+
# resp.administrative_actions[0].target_snapshot_values.lifecycle #=> String, one of "PENDING", "CREATING", "DELETING", "AVAILABLE"
|
6496
|
+
# resp.administrative_actions[0].target_snapshot_values.lifecycle_transition_reason.message #=> String
|
6497
|
+
# resp.administrative_actions[0].target_snapshot_values.tags #=> Array
|
6498
|
+
# resp.administrative_actions[0].target_snapshot_values.tags[0].key #=> String
|
6499
|
+
# resp.administrative_actions[0].target_snapshot_values.tags[0].value #=> String
|
6500
|
+
# resp.administrative_actions[0].target_snapshot_values.administrative_actions #=> Types::AdministrativeActions
|
6265
6501
|
#
|
6266
6502
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/RestoreVolumeFromSnapshot AWS API Documentation
|
6267
6503
|
#
|
@@ -6760,6 +6996,8 @@ module Aws::FSx
|
|
6760
6996
|
# iops: 1,
|
6761
6997
|
# },
|
6762
6998
|
# throughput_capacity: 1,
|
6999
|
+
# add_route_table_ids: ["RouteTableId"],
|
7000
|
+
# remove_route_table_ids: ["RouteTableId"],
|
6763
7001
|
# },
|
6764
7002
|
# open_zfs_configuration: {
|
6765
7003
|
# automatic_backup_retention_days: 1,
|
@@ -6841,7 +7079,7 @@ module Aws::FSx
|
|
6841
7079
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids #=> Array
|
6842
7080
|
# resp.file_system.lustre_configuration.root_squash_configuration.no_squash_nids[0] #=> String
|
6843
7081
|
# resp.file_system.administrative_actions #=> Array
|
6844
|
-
# 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"
|
7082
|
+
# 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"
|
6845
7083
|
# resp.file_system.administrative_actions[0].progress_percent #=> Integer
|
6846
7084
|
# resp.file_system.administrative_actions[0].request_time #=> Time
|
6847
7085
|
# resp.file_system.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -6862,6 +7100,8 @@ module Aws::FSx
|
|
6862
7100
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
6863
7101
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.uuid #=> String
|
6864
7102
|
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
7103
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.snapshot_policy #=> String
|
7104
|
+
# resp.file_system.administrative_actions[0].target_volume_values.ontap_configuration.copy_tags_to_backups #=> Boolean
|
6865
7105
|
# resp.file_system.administrative_actions[0].target_volume_values.resource_arn #=> String
|
6866
7106
|
# resp.file_system.administrative_actions[0].target_volume_values.tags #=> Array
|
6867
7107
|
# resp.file_system.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -6889,6 +7129,9 @@ module Aws::FSx
|
|
6889
7129
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].type #=> String, one of "USER", "GROUP"
|
6890
7130
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].id #=> Integer
|
6891
7131
|
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].storage_capacity_quota_gi_b #=> Integer
|
7132
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.restore_to_snapshot #=> String
|
7133
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
7134
|
+
# resp.file_system.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
6892
7135
|
# resp.file_system.administrative_actions[0].target_snapshot_values.resource_arn #=> String
|
6893
7136
|
# resp.file_system.administrative_actions[0].target_snapshot_values.snapshot_id #=> String
|
6894
7137
|
# resp.file_system.administrative_actions[0].target_snapshot_values.name #=> String
|
@@ -6922,7 +7165,7 @@ module Aws::FSx
|
|
6922
7165
|
# resp.file_system.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
6923
7166
|
# resp.file_system.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
6924
7167
|
# resp.file_system.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
6925
|
-
# resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1"
|
7168
|
+
# resp.file_system.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
6926
7169
|
# resp.file_system.open_zfs_configuration.throughput_capacity #=> Integer
|
6927
7170
|
# resp.file_system.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
6928
7171
|
# resp.file_system.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
@@ -6981,7 +7224,7 @@ module Aws::FSx
|
|
6981
7224
|
# resp.snapshot.tags[0].key #=> String
|
6982
7225
|
# resp.snapshot.tags[0].value #=> String
|
6983
7226
|
# resp.snapshot.administrative_actions #=> Array
|
6984
|
-
# 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"
|
7227
|
+
# 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"
|
6985
7228
|
# resp.snapshot.administrative_actions[0].progress_percent #=> Integer
|
6986
7229
|
# resp.snapshot.administrative_actions[0].request_time #=> Time
|
6987
7230
|
# resp.snapshot.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -7071,7 +7314,7 @@ module Aws::FSx
|
|
7071
7314
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
7072
7315
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
7073
7316
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
7074
|
-
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1"
|
7317
|
+
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
7075
7318
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
7076
7319
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
7077
7320
|
# resp.snapshot.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
@@ -7093,6 +7336,8 @@ module Aws::FSx
|
|
7093
7336
|
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
7094
7337
|
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.uuid #=> String
|
7095
7338
|
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
7339
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.snapshot_policy #=> String
|
7340
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.ontap_configuration.copy_tags_to_backups #=> Boolean
|
7096
7341
|
# resp.snapshot.administrative_actions[0].target_volume_values.resource_arn #=> String
|
7097
7342
|
# resp.snapshot.administrative_actions[0].target_volume_values.tags #=> Array
|
7098
7343
|
# resp.snapshot.administrative_actions[0].target_volume_values.tags[0].key #=> String
|
@@ -7120,6 +7365,9 @@ module Aws::FSx
|
|
7120
7365
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].type #=> String, one of "USER", "GROUP"
|
7121
7366
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].id #=> Integer
|
7122
7367
|
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.user_and_group_quotas[0].storage_capacity_quota_gi_b #=> Integer
|
7368
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.restore_to_snapshot #=> String
|
7369
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
7370
|
+
# resp.snapshot.administrative_actions[0].target_volume_values.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
7123
7371
|
# resp.snapshot.administrative_actions[0].target_snapshot_values #=> Types::Snapshot
|
7124
7372
|
#
|
7125
7373
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateSnapshot AWS API Documentation
|
@@ -7199,7 +7447,6 @@ module Aws::FSx
|
|
7199
7447
|
# resp.storage_virtual_machine.name #=> String
|
7200
7448
|
# resp.storage_virtual_machine.resource_arn #=> String
|
7201
7449
|
# resp.storage_virtual_machine.storage_virtual_machine_id #=> String
|
7202
|
-
# resp.storage_virtual_machine.subtype #=> String, one of "DEFAULT", "DP_DESTINATION", "SYNC_DESTINATION", "SYNC_SOURCE"
|
7203
7450
|
# resp.storage_virtual_machine.uuid #=> String
|
7204
7451
|
# resp.storage_virtual_machine.tags #=> Array
|
7205
7452
|
# resp.storage_virtual_machine.tags[0].key #=> String
|
@@ -7262,6 +7509,8 @@ module Aws::FSx
|
|
7262
7509
|
# cooling_period: 1,
|
7263
7510
|
# name: "SNAPSHOT_ONLY", # accepts SNAPSHOT_ONLY, AUTO, ALL, NONE
|
7264
7511
|
# },
|
7512
|
+
# snapshot_policy: "SnapshotPolicy",
|
7513
|
+
# copy_tags_to_backups: false,
|
7265
7514
|
# },
|
7266
7515
|
# name: "VolumeName",
|
7267
7516
|
# open_zfs_configuration: {
|
@@ -7307,6 +7556,8 @@ module Aws::FSx
|
|
7307
7556
|
# resp.volume.ontap_configuration.tiering_policy.name #=> String, one of "SNAPSHOT_ONLY", "AUTO", "ALL", "NONE"
|
7308
7557
|
# resp.volume.ontap_configuration.uuid #=> String
|
7309
7558
|
# resp.volume.ontap_configuration.ontap_volume_type #=> String, one of "RW", "DP", "LS"
|
7559
|
+
# resp.volume.ontap_configuration.snapshot_policy #=> String
|
7560
|
+
# resp.volume.ontap_configuration.copy_tags_to_backups #=> Boolean
|
7310
7561
|
# resp.volume.resource_arn #=> String
|
7311
7562
|
# resp.volume.tags #=> Array
|
7312
7563
|
# resp.volume.tags[0].key #=> String
|
@@ -7315,7 +7566,7 @@ module Aws::FSx
|
|
7315
7566
|
# resp.volume.volume_type #=> String, one of "ONTAP", "OPENZFS"
|
7316
7567
|
# resp.volume.lifecycle_transition_reason.message #=> String
|
7317
7568
|
# resp.volume.administrative_actions #=> Array
|
7318
|
-
# 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"
|
7569
|
+
# 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"
|
7319
7570
|
# resp.volume.administrative_actions[0].progress_percent #=> Integer
|
7320
7571
|
# resp.volume.administrative_actions[0].request_time #=> Time
|
7321
7572
|
# resp.volume.administrative_actions[0].status #=> String, one of "FAILED", "IN_PROGRESS", "PENDING", "COMPLETED", "UPDATED_OPTIMIZING"
|
@@ -7405,7 +7656,7 @@ module Aws::FSx
|
|
7405
7656
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_backups #=> Boolean
|
7406
7657
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.copy_tags_to_volumes #=> Boolean
|
7407
7658
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.daily_automatic_backup_start_time #=> String
|
7408
|
-
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1"
|
7659
|
+
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.deployment_type #=> String, one of "SINGLE_AZ_1", "SINGLE_AZ_2"
|
7409
7660
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.throughput_capacity #=> Integer
|
7410
7661
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.weekly_maintenance_start_time #=> String
|
7411
7662
|
# resp.volume.administrative_actions[0].target_file_system_values.open_zfs_configuration.disk_iops_configuration.mode #=> String, one of "AUTOMATIC", "USER_PROVISIONED"
|
@@ -7443,6 +7694,9 @@ module Aws::FSx
|
|
7443
7694
|
# resp.volume.open_zfs_configuration.user_and_group_quotas[0].type #=> String, one of "USER", "GROUP"
|
7444
7695
|
# resp.volume.open_zfs_configuration.user_and_group_quotas[0].id #=> Integer
|
7445
7696
|
# resp.volume.open_zfs_configuration.user_and_group_quotas[0].storage_capacity_quota_gi_b #=> Integer
|
7697
|
+
# resp.volume.open_zfs_configuration.restore_to_snapshot #=> String
|
7698
|
+
# resp.volume.open_zfs_configuration.delete_intermediate_snaphots #=> Boolean
|
7699
|
+
# resp.volume.open_zfs_configuration.delete_cloned_volumes #=> Boolean
|
7446
7700
|
#
|
7447
7701
|
# @see http://docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateVolume AWS API Documentation
|
7448
7702
|
#
|
@@ -7466,7 +7720,7 @@ module Aws::FSx
|
|
7466
7720
|
params: params,
|
7467
7721
|
config: config)
|
7468
7722
|
context[:gem_name] = 'aws-sdk-fsx'
|
7469
|
-
context[:gem_version] = '1.
|
7723
|
+
context[:gem_version] = '1.62.0'
|
7470
7724
|
Seahorse::Client::Request.new(handlers, context)
|
7471
7725
|
end
|
7472
7726
|
|