Table of Contents

Class UpdateStorageVirtualMachineRequest

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

Container for the parameters to the UpdateStorageVirtualMachine operation. Updates an FSx for ONTAP storage virtual machine (SVM).

public class UpdateStorageVirtualMachineRequest : AmazonFSxRequest
Inheritance
UpdateStorageVirtualMachineRequest

Constructors

UpdateStorageVirtualMachineRequest()

public UpdateStorageVirtualMachineRequest()

Properties

ActiveDirectoryConfiguration

Gets and sets the property ActiveDirectoryConfiguration.

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

public UpdateSvmActiveDirectoryConfiguration ActiveDirectoryConfiguration { get; set; }

Property Value

UpdateSvmActiveDirectoryConfiguration

ClientRequestToken

Gets and sets the property ClientRequestToken.

public string ClientRequestToken { get; set; }

Property Value

string

StorageVirtualMachineId

Gets and sets the property StorageVirtualMachineId.

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

public string StorageVirtualMachineId { get; set; }

Property Value

string

SvmAdminPassword

Gets and sets the property SvmAdminPassword.

Specifies a new SvmAdminPassword.

public string SvmAdminPassword { get; set; }

Property Value

string