#[non_exhaustive]pub struct CreateLocationFsxOpenZfsInput { /* private fields */ }
Implementations§
source§impl CreateLocationFsxOpenZfsInput
impl CreateLocationFsxOpenZfsInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateLocationFsxOpenZfs, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateLocationFsxOpenZfs, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateLocationFsxOpenZfs
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateLocationFsxOpenZfsInput
.
source§impl CreateLocationFsxOpenZfsInput
impl CreateLocationFsxOpenZfsInput
sourcepub fn fsx_filesystem_arn(&self) -> Option<&str>
pub fn fsx_filesystem_arn(&self) -> Option<&str>
The Amazon Resource Name (ARN) of the FSx for OpenZFS file system.
sourcepub fn protocol(&self) -> Option<&FsxProtocol>
pub fn protocol(&self) -> Option<&FsxProtocol>
The type of protocol that DataSync uses to access your file system.
sourcepub fn security_group_arns(&self) -> Option<&[String]>
pub fn security_group_arns(&self) -> Option<&[String]>
The ARNs of the security groups that are used to configure the FSx for OpenZFS file system.
sourcepub fn subdirectory(&self) -> Option<&str>
pub fn subdirectory(&self) -> Option<&str>
A subdirectory in the location's path that must begin with /fsx
. DataSync uses this subdirectory to read or write data (depending on whether the file system is a source or destination location).
The key-value pair that represents a tag that you want to add to the resource. The value can be an empty string. This value helps you manage, filter, and search for your resources. We recommend that you create a name tag for your location.
Trait Implementations§
source§impl Clone for CreateLocationFsxOpenZfsInput
impl Clone for CreateLocationFsxOpenZfsInput
source§fn clone(&self) -> CreateLocationFsxOpenZfsInput
fn clone(&self) -> CreateLocationFsxOpenZfsInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl PartialEq<CreateLocationFsxOpenZfsInput> for CreateLocationFsxOpenZfsInput
impl PartialEq<CreateLocationFsxOpenZfsInput> for CreateLocationFsxOpenZfsInput
source§fn eq(&self, other: &CreateLocationFsxOpenZfsInput) -> bool
fn eq(&self, other: &CreateLocationFsxOpenZfsInput) -> bool
self
and other
values to be equal, and is used
by ==
.