Class CreateVolumeRequest
Container for the parameters to the CreateVolume operation. Creates an FSx for ONTAP or Amazon FSx for OpenZFS storage volume.
public class CreateVolumeRequest : AmazonFSxRequest
- Inheritance
-
CreateVolumeRequest
Constructors
CreateVolumeRequest()
public CreateVolumeRequest()
Properties
ClientRequestToken
Gets and sets the property ClientRequestToken.
public string ClientRequestToken { get; set; }
Property Value
Name
Gets and sets the property Name.
Specifies the name of the volume that you're creating.
public string Name { get; set; }
Property Value
OntapConfiguration
Gets and sets the property OntapConfiguration.
Specifies the configuration to use when creating the ONTAP volume.
public CreateOntapVolumeConfiguration OntapConfiguration { get; set; }
Property Value
OpenZFSConfiguration
Gets and sets the property OpenZFSConfiguration.
Specifies the configuration to use when creating the OpenZFS volume.
public CreateOpenZFSVolumeConfiguration OpenZFSConfiguration { get; set; }
Property Value
Tags
Gets and sets the property Tags.
public List<Tag> Tags { get; set; }
Property Value
VolumeType
Gets and sets the property VolumeType.
Specifies the type of volume to create; ONTAP
and OPENZFS
are the only
valid volume types.
public VolumeType VolumeType { get; set; }