class Aws::FSx::Types::UpdateVolumeRequest
@note When making an API call, you may pass UpdateVolumeRequest
data as a hash: { client_request_token: "ClientRequestToken", volume_id: "VolumeId", # required ontap_configuration: { junction_path: "JunctionPath", security_style: "UNIX", # accepts UNIX, NTFS, MIXED size_in_megabytes: 1, storage_efficiency_enabled: false, tiering_policy: { cooling_period: 1, name: "SNAPSHOT_ONLY", # accepts SNAPSHOT_ONLY, AUTO, ALL, NONE }, }, }
@!attribute [rw] client_request_token
(Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK. **A suitable default value is auto-generated.** You should normally not need to pass this option. @return [String]
@!attribute [rw] volume_id
Specifies the volume that you want to update, formatted `fsvol-0123456789abcdef0`. @return [String]
@!attribute [rw] ontap_configuration
The `ONTAP` configuration of the volume you are updating. @return [Types::UpdateOntapVolumeConfiguration]
@see docs.aws.amazon.com/goto/WebAPI/fsx-2018-03-01/UpdateVolumeRequest AWS API Documentation
Constants
- SENSITIVE