fsx_create_volume: Creates an FSx for ONTAP or Amazon FSx for OpenZFS storage...

View source: R/fsx_operations.R

fsx_create_volumeR Documentation

Creates an FSx for ONTAP or Amazon FSx for OpenZFS storage volume

Description

Creates an FSx for ONTAP or Amazon FSx for OpenZFS storage volume.

See https://www.paws-r-sdk.com/docs/fsx_create_volume/ for full documentation.

Usage

fsx_create_volume(
  ClientRequestToken = NULL,
  VolumeType,
  Name,
  OntapConfiguration = NULL,
  Tags = NULL,
  OpenZFSConfiguration = NULL
)

Arguments

ClientRequestToken
VolumeType

[required] Specifies the type of volume to create; ONTAP and OPENZFS are the only valid volume types.

Name

[required] Specifies the name of the volume that you're creating.

OntapConfiguration

Specifies the configuration to use when creating the ONTAP volume.

Tags
OpenZFSConfiguration

Specifies the configuration to use when creating the OpenZFS volume.


paws.storage documentation built on Sept. 12, 2023, 1:23 a.m.