Struct aws_sdk_fsx::types::builders::FileSystemEndpointsBuilder
source · #[non_exhaustive]pub struct FileSystemEndpointsBuilder { /* private fields */ }Expand description
A builder for FileSystemEndpoints.
Implementations§
source§impl FileSystemEndpointsBuilder
impl FileSystemEndpointsBuilder
sourcepub fn intercluster(self, input: FileSystemEndpoint) -> Self
pub fn intercluster(self, input: FileSystemEndpoint) -> Self
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
sourcepub fn set_intercluster(self, input: Option<FileSystemEndpoint>) -> Self
pub fn set_intercluster(self, input: Option<FileSystemEndpoint>) -> Self
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
sourcepub fn get_intercluster(&self) -> &Option<FileSystemEndpoint>
pub fn get_intercluster(&self) -> &Option<FileSystemEndpoint>
An endpoint for managing your file system by setting up NetApp SnapMirror with other ONTAP systems.
sourcepub fn management(self, input: FileSystemEndpoint) -> Self
pub fn management(self, input: FileSystemEndpoint) -> Self
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
sourcepub fn set_management(self, input: Option<FileSystemEndpoint>) -> Self
pub fn set_management(self, input: Option<FileSystemEndpoint>) -> Self
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
sourcepub fn get_management(&self) -> &Option<FileSystemEndpoint>
pub fn get_management(&self) -> &Option<FileSystemEndpoint>
An endpoint for managing your file system using the NetApp ONTAP CLI and NetApp ONTAP API.
sourcepub fn build(self) -> FileSystemEndpoints
pub fn build(self) -> FileSystemEndpoints
Consumes the builder and constructs a FileSystemEndpoints.
Trait Implementations§
source§impl Clone for FileSystemEndpointsBuilder
impl Clone for FileSystemEndpointsBuilder
source§fn clone(&self) -> FileSystemEndpointsBuilder
fn clone(&self) -> FileSystemEndpointsBuilder
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 FileSystemEndpointsBuilder
impl Debug for FileSystemEndpointsBuilder
source§impl Default for FileSystemEndpointsBuilder
impl Default for FileSystemEndpointsBuilder
source§fn default() -> FileSystemEndpointsBuilder
fn default() -> FileSystemEndpointsBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<FileSystemEndpointsBuilder> for FileSystemEndpointsBuilder
impl PartialEq<FileSystemEndpointsBuilder> for FileSystemEndpointsBuilder
source§fn eq(&self, other: &FileSystemEndpointsBuilder) -> bool
fn eq(&self, other: &FileSystemEndpointsBuilder) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for FileSystemEndpointsBuilder
Auto Trait Implementations§
impl RefUnwindSafe for FileSystemEndpointsBuilder
impl Send for FileSystemEndpointsBuilder
impl Sync for FileSystemEndpointsBuilder
impl Unpin for FileSystemEndpointsBuilder
impl UnwindSafe for FileSystemEndpointsBuilder
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more