fsx_update_volume: Updates the configuration of an Amazon FSx for NetApp ONTAP...

View source: R/fsx_operations.R

fsx_update_volumeR Documentation

Updates the configuration of an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume

Description

Updates the configuration of an Amazon FSx for NetApp ONTAP or Amazon FSx for OpenZFS volume.

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

Usage

fsx_update_volume(
  ClientRequestToken = NULL,
  VolumeId,
  OntapConfiguration = NULL,
  Name = NULL,
  OpenZFSConfiguration = NULL
)

Arguments

ClientRequestToken
VolumeId

[required] The ID of the volume that you want to update, in the format ⁠fsvol-0123456789abcdef0⁠.

OntapConfiguration

The configuration of the ONTAP volume that you are updating.

Name

The name of the OpenZFS volume. OpenZFS root volumes are automatically named FSX. Child volume names must be unique among their parent volume's children. The name of the volume is part of the mount string for the OpenZFS volume.

OpenZFSConfiguration

The configuration of the OpenZFS volume that you are updating.


paws.storage documentation built on May 29, 2024, 2:03 a.m.