Class UpdateStorageVirtualMachineRequest
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
ClientRequestToken
Gets and sets the property ClientRequestToken.
public string ClientRequestToken { get; set; }
Property Value
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
SvmAdminPassword
Gets and sets the property SvmAdminPassword.
Specifies a new SvmAdminPassword.
public string SvmAdminPassword { get; set; }