#[non_exhaustive]pub struct CreateLocationFsxOntapInput { /* private fields */ }
Implementations§
source§impl CreateLocationFsxOntapInput
impl CreateLocationFsxOntapInput
sourcepub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateLocationFsxOntap, AwsResponseRetryClassifier>, BuildError>
pub async fn make_operation(
&self,
_config: &Config
) -> Result<Operation<CreateLocationFsxOntap, AwsResponseRetryClassifier>, BuildError>
Consumes the builder and constructs an Operation<CreateLocationFsxOntap
>
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture CreateLocationFsxOntapInput
.
source§impl CreateLocationFsxOntapInput
impl CreateLocationFsxOntapInput
sourcepub fn protocol(&self) -> Option<&FsxProtocol>
pub fn protocol(&self) -> Option<&FsxProtocol>
Specifies the data transfer protocol that DataSync uses to access your Amazon FSx file system.
sourcepub fn security_group_arns(&self) -> Option<&[String]>
pub fn security_group_arns(&self) -> Option<&[String]>
Specifies the Amazon EC2 security groups that provide access to your file system's preferred subnet.
The security groups must allow outbound traffic on the following ports (depending on the protocol you use):
-
Network File System (NFS): TCP ports 111, 635, and 2049
-
Server Message Block (SMB): TCP port 445
Your file system's security groups must also allow inbound traffic on the same ports.
sourcepub fn storage_virtual_machine_arn(&self) -> Option<&str>
pub fn storage_virtual_machine_arn(&self) -> Option<&str>
Specifies the ARN of the storage virtual machine (SVM) on your file system where you're copying data to or from.
sourcepub fn subdirectory(&self) -> Option<&str>
pub fn subdirectory(&self) -> Option<&str>
Specifies the junction path (also known as a mount point) in the SVM volume where you're copying data to or from (for example, /vol1
).
Don't specify a junction path in the SVM's root volume. For more information, see Managing FSx for ONTAP storage virtual machines in the Amazon FSx for NetApp ONTAP User Guide.
Specifies labels that help you categorize, filter, and search for your Amazon Web Services resources. We recommend creating at least a name tag for your location.
Trait Implementations§
source§impl Clone for CreateLocationFsxOntapInput
impl Clone for CreateLocationFsxOntapInput
source§fn clone(&self) -> CreateLocationFsxOntapInput
fn clone(&self) -> CreateLocationFsxOntapInput
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for CreateLocationFsxOntapInput
impl Debug for CreateLocationFsxOntapInput
source§impl PartialEq<CreateLocationFsxOntapInput> for CreateLocationFsxOntapInput
impl PartialEq<CreateLocationFsxOntapInput> for CreateLocationFsxOntapInput
source§fn eq(&self, other: &CreateLocationFsxOntapInput) -> bool
fn eq(&self, other: &CreateLocationFsxOntapInput) -> bool
self
and other
values to be equal, and is used
by ==
.