Struct aws_sdk_fsx::client::fluent_builders::CreateStorageVirtualMachine [−][src]
pub struct CreateStorageVirtualMachine<C = DynConnector, M = AwsMiddleware, R = Standard> { /* fields omitted */ }Expand description
Fluent builder constructing a request to CreateStorageVirtualMachine.
Creates a storage virtual machine (SVM) for an Amazon FSx for ONTAP file system.
Implementations
impl<C, M, R> CreateStorageVirtualMachine<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> CreateStorageVirtualMachine<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub async fn send(
self
) -> Result<CreateStorageVirtualMachineOutput, SdkError<CreateStorageVirtualMachineError>> where
R::Policy: SmithyRetryPolicy<CreateStorageVirtualMachineInputOperationOutputAlias, CreateStorageVirtualMachineOutput, CreateStorageVirtualMachineError, CreateStorageVirtualMachineInputOperationRetryAlias>,
pub async fn send(
self
) -> Result<CreateStorageVirtualMachineOutput, SdkError<CreateStorageVirtualMachineError>> where
R::Policy: SmithyRetryPolicy<CreateStorageVirtualMachineInputOperationOutputAlias, CreateStorageVirtualMachineOutput, CreateStorageVirtualMachineError, CreateStorageVirtualMachineInputOperationRetryAlias>,
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
pub fn active_directory_configuration(
self,
inp: CreateSvmActiveDirectoryConfiguration
) -> Self
pub fn active_directory_configuration(
self,
inp: CreateSvmActiveDirectoryConfiguration
) -> Self
Describes the self-managed Microsoft Active Directory to which you want to join the SVM. Joining an Active Directory provides user authentication and access control for SMB clients, including Microsoft Windows and macOS client accessing the file system.
pub fn set_active_directory_configuration(
self,
input: Option<CreateSvmActiveDirectoryConfiguration>
) -> Self
pub fn set_active_directory_configuration(
self,
input: Option<CreateSvmActiveDirectoryConfiguration>
) -> Self
Describes the self-managed Microsoft Active Directory to which you want to join the SVM. Joining an Active Directory provides user authentication and access control for SMB clients, including Microsoft Windows and macOS client accessing the file system.
(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.
(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 globally unique ID of the file system, assigned by Amazon FSx.
The globally unique ID of the file system, assigned by Amazon FSx.
The password to use when managing the SVM using the NetApp ONTAP CLI or REST API.
If you do not specify a password, you can still use the file system's
fsxadmin user to manage the SVM.
The password to use when managing the SVM using the NetApp ONTAP CLI or REST API.
If you do not specify a password, you can still use the file system's
fsxadmin user to manage the SVM.
Appends an item to Tags.
To override the contents of this collection use set_tags.
A list of Tag values, with a maximum of 50 elements.
A list of Tag values, with a maximum of 50 elements.
pub fn root_volume_security_style(
self,
inp: StorageVirtualMachineRootVolumeSecurityStyle
) -> Self
pub fn root_volume_security_style(
self,
inp: StorageVirtualMachineRootVolumeSecurityStyle
) -> Self
The security style of the root volume of the SVM. Specify one of the following values:
-
UNIXif the file system is managed by a UNIX administrator, the majority of users are NFS clients, and an application accessing the data uses a UNIX user as the service account. -
NTFSif the file system is managed by a Windows administrator, the majority of users are SMB clients, and an application accessing the data uses a Windows user as the service account. -
MIXEDif the file system is managed by both UNIX and Windows administrators and users consist of both NFS and SMB clients.
pub fn set_root_volume_security_style(
self,
input: Option<StorageVirtualMachineRootVolumeSecurityStyle>
) -> Self
pub fn set_root_volume_security_style(
self,
input: Option<StorageVirtualMachineRootVolumeSecurityStyle>
) -> Self
The security style of the root volume of the SVM. Specify one of the following values:
-
UNIXif the file system is managed by a UNIX administrator, the majority of users are NFS clients, and an application accessing the data uses a UNIX user as the service account. -
NTFSif the file system is managed by a Windows administrator, the majority of users are SMB clients, and an application accessing the data uses a Windows user as the service account. -
MIXEDif the file system is managed by both UNIX and Windows administrators and users consist of both NFS and SMB clients.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !RefUnwindSafe for CreateStorageVirtualMachine<C, M, R>
impl<C, M, R> Send for CreateStorageVirtualMachine<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Sync for CreateStorageVirtualMachine<C, M, R> where
C: Send + Sync,
M: Send + Sync,
R: Send + Sync,
impl<C, M, R> Unpin for CreateStorageVirtualMachine<C, M, R>
impl<C = DynConnector, M = AwsMiddleware, R = Standard> !UnwindSafe for CreateStorageVirtualMachine<C, M, R>
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