fsx_update_storage_virtual_machine {paws.storage}R Documentation

Updates an FSx for ONTAP storage virtual machine (SVM)

Description

Updates an FSx for ONTAP storage virtual machine (SVM).

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

Usage

fsx_update_storage_virtual_machine(
  ActiveDirectoryConfiguration = NULL,
  ClientRequestToken = NULL,
  StorageVirtualMachineId,
  SvmAdminPassword = NULL
)

Arguments

ActiveDirectoryConfiguration

Specifies updates to an SVM's Microsoft Active Directory (AD) configuration.

ClientRequestToken
StorageVirtualMachineId

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

SvmAdminPassword

Specifies a new SvmAdminPassword.


[Package paws.storage version 0.9.0 Index]