Struct aws_sdk_fsx::model::FileSystemEndpoints [−][src]
#[non_exhaustive]pub struct FileSystemEndpoints {
pub intercluster: Option<FileSystemEndpoint>,
pub management: Option<FileSystemEndpoint>,
}
Expand description
An Amazon FSx for NetApp ONTAP file system has the following endpoints that are used to access data or to manage the file system using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror.
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.intercluster: Option<FileSystemEndpoint>
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
management: Option<FileSystemEndpoint>
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
Implementations
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
Creates a new builder-style object to manufacture FileSystemEndpoints
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 FileSystemEndpoints
impl Send for FileSystemEndpoints
impl Sync for FileSystemEndpoints
impl Unpin for FileSystemEndpoints
impl UnwindSafe for FileSystemEndpoints
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