Class CreateVolumeFromBackupRequest
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
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 new volume you're creating.
public string Name { get; set; }
Property Value
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
Tags
Gets and sets the property Tags.
public List<Tag> Tags { get; set; }