Table of Contents

Class CreateVolumeRequest

Namespace
Amazon.FSx.Model
Assembly
AWSSDK.FSx.dll

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

string

Name

Gets and sets the property Name.

Specifies the name of the volume that you're creating.

public string Name { get; set; }

Property Value

string

OntapConfiguration

Gets and sets the property OntapConfiguration.

Specifies the configuration to use when creating the ONTAP volume.

public CreateOntapVolumeConfiguration OntapConfiguration { get; set; }

Property Value

CreateOntapVolumeConfiguration

OpenZFSConfiguration

Gets and sets the property OpenZFSConfiguration.

Specifies the configuration to use when creating the OpenZFS volume.

public CreateOpenZFSVolumeConfiguration OpenZFSConfiguration { get; set; }

Property Value

CreateOpenZFSVolumeConfiguration

Tags

Gets and sets the property Tags.

public List<Tag> Tags { get; set; }

Property Value

List<Tag>

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; }

Property Value

VolumeType