Struct aws_sdk_fsx::model::SvmEndpoint [−][src]
#[non_exhaustive]pub struct SvmEndpoint {
pub dns_name: Option<String>,
pub ip_addresses: Option<Vec<String>>,
}Expand description
An Amazon FSx for NetApp ONTAP storage virtual machine (SVM) has
four endpoints that are used to access data or to manage the SVM
using the NetApp ONTAP CLI, REST API, or NetApp CloudManager. They
are the Iscsi, Management, Nfs,
and Smb 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>>The SVM endpoint's IP addresses.
Implementations
Creates a new builder-style object to manufacture SvmEndpoint
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 SvmEndpoint
impl Send for SvmEndpoint
impl Sync for SvmEndpoint
impl Unpin for SvmEndpoint
impl UnwindSafe for SvmEndpoint
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