Struct aws_sdk_fsx::model::FileSystemEndpoint [−][src]
#[non_exhaustive]pub struct FileSystemEndpoint {
pub dns_name: Option<String>,
pub ip_addresses: Option<Vec<String>>,
}
Expand description
An Amazon FSx for NetApp ONTAP file system has two endpoints
that are used to access data or to manage the file system
using the NetApp ONTAP CLI, REST API, or NetApp SnapMirror. They
are the Management
and Intercluster
endpoints.
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.dns_name: Option<String>
The Domain Name Service (DNS) name for the file system. You can mount your file system using its DNS name.
ip_addresses: Option<Vec<String>>
IP addresses of the file system endpoint.
Implementations
Creates a new builder-style object to manufacture FileSystemEndpoint
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 FileSystemEndpoint
impl Send for FileSystemEndpoint
impl Sync for FileSystemEndpoint
impl Unpin for FileSystemEndpoint
impl UnwindSafe for FileSystemEndpoint
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