Struct aws_sdk_storagegateway::input::AssociateFileSystemInput [−][src]
#[non_exhaustive]pub struct AssociateFileSystemInput {
pub user_name: Option<String>,
pub password: Option<String>,
pub client_token: Option<String>,
pub gateway_arn: Option<String>,
pub location_arn: Option<String>,
pub tags: Option<Vec<Tag>>,
pub audit_destination_arn: Option<String>,
pub cache_attributes: Option<CacheAttributes>,
pub endpoint_network_configuration: Option<EndpointNetworkConfiguration>,
}
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.user_name: Option<String>
The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin user group.
password: Option<String>
The password of the user credential.
client_token: Option<String>
A unique string value that you supply that is used by the FSx File Gateway to ensure idempotent file system association creation.
gateway_arn: Option<String>
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
location_arn: Option<String>
The Amazon Resource Name (ARN) of the Amazon FSx file system to associate with the FSx File Gateway.
A list of up to 50 tags that can be assigned to the file system association. Each tag is a key-value pair.
audit_destination_arn: Option<String>
The Amazon Resource Name (ARN) of the storage used for the audit logs.
cache_attributes: Option<CacheAttributes>
The refresh cache information for the file share or FSx file systems.
endpoint_network_configuration: Option<EndpointNetworkConfiguration>
Specifies the network configuration information for the gateway associated with the Amazon FSx file system.
If multiple file systems are associated with this gateway, this parameter's
IpAddresses
field is required.
Implementations
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateFileSystem, AwsErrorRetryPolicy>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<AssociateFileSystem, AwsErrorRetryPolicy>, BuildError>
Consumes the builder and constructs an Operation<AssociateFileSystem
>
Creates a new builder-style object to manufacture AssociateFileSystemInput
The user name of the user credential that has permission to access the root share D$ of the Amazon FSx file system. The user account must belong to the Amazon FSx delegated admin user group.
A unique string value that you supply that is used by the FSx File Gateway to ensure idempotent file system association creation.
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.
The Amazon Resource Name (ARN) of the Amazon FSx file system to associate with the FSx File Gateway.
A list of up to 50 tags that can be assigned to the file system association. Each tag is a key-value pair.
The Amazon Resource Name (ARN) of the storage used for the audit logs.
The refresh cache information for the file share or FSx file systems.
Specifies the network configuration information for the gateway associated with the Amazon FSx file system.
If multiple file systems are associated with this gateway, this parameter's
IpAddresses
field is required.
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 RefUnwindSafe for AssociateFileSystemInput
impl Send for AssociateFileSystemInput
impl Sync for AssociateFileSystemInput
impl Unpin for AssociateFileSystemInput
impl UnwindSafe for AssociateFileSystemInput
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