Struct aws_sdk_fsx::types::OpenZfsNfsExport
source · #[non_exhaustive]pub struct OpenZfsNfsExport { /* private fields */ }Expand description
The Network File System (NFS) configurations for mounting an Amazon FSx for OpenZFS file system.
Implementations§
source§impl OpenZfsNfsExport
impl OpenZfsNfsExport
sourcepub fn client_configurations(&self) -> Option<&[OpenZfsClientConfiguration]>
pub fn client_configurations(&self) -> Option<&[OpenZfsClientConfiguration]>
A list of configuration objects that contain the client and options for mounting the OpenZFS file system.
source§impl OpenZfsNfsExport
impl OpenZfsNfsExport
sourcepub fn builder() -> OpenZfsNfsExportBuilder
pub fn builder() -> OpenZfsNfsExportBuilder
Creates a new builder-style object to manufacture OpenZfsNfsExport.
Trait Implementations§
source§impl Clone for OpenZfsNfsExport
impl Clone for OpenZfsNfsExport
source§fn clone(&self) -> OpenZfsNfsExport
fn clone(&self) -> OpenZfsNfsExport
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 OpenZfsNfsExport
impl Debug for OpenZfsNfsExport
source§impl PartialEq<OpenZfsNfsExport> for OpenZfsNfsExport
impl PartialEq<OpenZfsNfsExport> for OpenZfsNfsExport
source§fn eq(&self, other: &OpenZfsNfsExport) -> bool
fn eq(&self, other: &OpenZfsNfsExport) -> bool
This method tests for
self and other values to be equal, and is used
by ==.