Class UpdateVolumeRequest
Container for the parameters to the UpdateVolume operation. Updates the configuration of an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.
public class UpdateVolumeRequest : AmazonFSxRequest
- Inheritance
-
UpdateVolumeRequest
Constructors
UpdateVolumeRequest()
public UpdateVolumeRequest()
Properties
ClientRequestToken
Gets and sets the property ClientRequestToken.
public string ClientRequestToken { get; set; }
Property Value
Name
Gets and sets the property Name.
The name of the OpenZFS volume. OpenZFS root volumes are automatically named FSX
.
Child volume names must be unique among their parent volume's children. The name of
the volume is part of the mount string for the OpenZFS volume.
public string Name { get; set; }
Property Value
OntapConfiguration
Gets and sets the property OntapConfiguration.
The configuration of the ONTAP volume that you are updating.
public UpdateOntapVolumeConfiguration OntapConfiguration { get; set; }
Property Value
OpenZFSConfiguration
Gets and sets the property OpenZFSConfiguration.
The configuration of the OpenZFS volume that you are updating.
public UpdateOpenZFSVolumeConfiguration OpenZFSConfiguration { get; set; }
Property Value
VolumeId
Gets and sets the property VolumeId.
The ID of the volume that you want to update, in the format fsvol-0123456789abcdef0
.
public string VolumeId { get; set; }