Struct aws_sdk_fsx::types::FileSystemEndpoint
source · #[non_exhaustive]pub struct FileSystemEndpoint { /* private fields */ }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.
Implementations§
source§impl FileSystemEndpoint
impl FileSystemEndpoint
sourcepub fn builder() -> FileSystemEndpointBuilder
pub fn builder() -> FileSystemEndpointBuilder
Creates a new builder-style object to manufacture FileSystemEndpoint.
Trait Implementations§
source§impl Clone for FileSystemEndpoint
impl Clone for FileSystemEndpoint
source§fn clone(&self) -> FileSystemEndpoint
fn clone(&self) -> FileSystemEndpoint
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 FileSystemEndpoint
impl Debug for FileSystemEndpoint
source§impl PartialEq<FileSystemEndpoint> for FileSystemEndpoint
impl PartialEq<FileSystemEndpoint> for FileSystemEndpoint
source§fn eq(&self, other: &FileSystemEndpoint) -> bool
fn eq(&self, other: &FileSystemEndpoint) -> bool
This method tests for
self and other values to be equal, and is used
by ==.