Table of Contents

Class CreateVolumeFromBackupRequest

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

Container for the parameters to the CreateVolumeFromBackup operation. Creates a new Amazon FSx for NetApp ONTAP volume from an existing Amazon FSx volume backup.

public class CreateVolumeFromBackupRequest : AmazonFSxRequest
Inheritance
CreateVolumeFromBackupRequest

Constructors

CreateVolumeFromBackupRequest()

public CreateVolumeFromBackupRequest()

Properties

BackupId

Gets and sets the property BackupId.

public string BackupId { get; set; }

Property Value

string

ClientRequestToken

Gets and sets the property ClientRequestToken.

public string ClientRequestToken { get; set; }

Property Value

string

Name

Gets and sets the property Name.

The name of the new volume you're creating.

public string Name { get; set; }

Property Value

string

OntapConfiguration

Gets and sets the property OntapConfiguration.

Specifies the configuration of the ONTAP volume that you are creating.

public CreateOntapVolumeConfiguration OntapConfiguration { get; set; }

Property Value

CreateOntapVolumeConfiguration

Tags

Gets and sets the property Tags.

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

Property Value

List<Tag>