Struct aws_sdk_fsx::types::FileSystemEndpoints
source · #[non_exhaustive]pub struct FileSystemEndpoints { /* private fields */ }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.
Implementations§
source§impl FileSystemEndpoints
impl FileSystemEndpoints
sourcepub fn intercluster(&self) -> Option<&FileSystemEndpoint>
pub fn intercluster(&self) -> Option<&FileSystemEndpoint>
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
sourcepub fn management(&self) -> Option<&FileSystemEndpoint>
pub fn management(&self) -> Option<&FileSystemEndpoint>
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
source§impl FileSystemEndpoints
impl FileSystemEndpoints
sourcepub fn builder() -> FileSystemEndpointsBuilder
pub fn builder() -> FileSystemEndpointsBuilder
Creates a new builder-style object to manufacture FileSystemEndpoints.
Trait Implementations§
source§impl Clone for FileSystemEndpoints
impl Clone for FileSystemEndpoints
source§fn clone(&self) -> FileSystemEndpoints
fn clone(&self) -> FileSystemEndpoints
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl Debug for FileSystemEndpoints
impl Debug for FileSystemEndpoints
source§impl PartialEq<FileSystemEndpoints> for FileSystemEndpoints
impl PartialEq<FileSystemEndpoints> for FileSystemEndpoints
source§fn eq(&self, other: &FileSystemEndpoints) -> bool
fn eq(&self, other: &FileSystemEndpoints) -> bool
This method tests for
self and other values to be equal, and is used
by ==.