Struct aws_sdk_fsx::input::UpdateStorageVirtualMachineInput [−][src]
#[non_exhaustive]pub struct UpdateStorageVirtualMachineInput {
pub active_directory_configuration: Option<UpdateSvmActiveDirectoryConfiguration>,
pub client_request_token: Option<String>,
pub storage_virtual_machine_id: Option<String>,
pub svm_admin_password: Option<String>,
}Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.active_directory_configuration: Option<UpdateSvmActiveDirectoryConfiguration>Updates the Microsoft Active Directory (AD) configuration for an SVM that is joined to an AD.
client_request_token: Option<String>(Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
storage_virtual_machine_id: Option<String>The ID of the SVM that you want to update, in the format svm-0123456789abcdef0.
svm_admin_password: Option<String>Enter a new SvmAdminPassword if you are updating it.
Implementations
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateStorageVirtualMachine, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
self,
_config: &Config
) -> Result<Operation<UpdateStorageVirtualMachine, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<UpdateStorageVirtualMachine>
Creates a new builder-style object to manufacture UpdateStorageVirtualMachineInput
pub fn active_directory_configuration(
&self
) -> Option<&UpdateSvmActiveDirectoryConfiguration>
pub fn active_directory_configuration(
&self
) -> Option<&UpdateSvmActiveDirectoryConfiguration>
Updates the Microsoft Active Directory (AD) configuration for an SVM that is joined to an AD.
(Optional) An idempotency token for resource creation, in a string of up to 64 ASCII characters. This token is automatically filled on your behalf when you use the Command Line Interface (CLI) or an Amazon Web Services SDK.
The ID of the SVM that you want to update, in the format svm-0123456789abcdef0.
Enter a new SvmAdminPassword if you are updating it.
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl Send for UpdateStorageVirtualMachineInput
impl Sync for UpdateStorageVirtualMachineInput
impl Unpin for UpdateStorageVirtualMachineInput
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more