Struct aws_sdk_datasync::types::ResourceDetails
source · #[non_exhaustive]pub struct ResourceDetails { /* private fields */ }
Expand description
Information provided by DataSync Discovery about the resources in your on-premises storage system.
Implementations§
source§impl ResourceDetails
impl ResourceDetails
sourcepub fn net_app_ontapsv_ms(&self) -> Option<&[NetAppOntapsvm]>
pub fn net_app_ontapsv_ms(&self) -> Option<&[NetAppOntapsvm]>
The information that DataSync Discovery collects about storage virtual machines (SVMs) in your on-premises storage system.
sourcepub fn net_app_ontap_volumes(&self) -> Option<&[NetAppOntapVolume]>
pub fn net_app_ontap_volumes(&self) -> Option<&[NetAppOntapVolume]>
The information that DataSync Discovery collects about volumes in your on-premises storage system.
sourcepub fn net_app_ontap_clusters(&self) -> Option<&[NetAppOntapCluster]>
pub fn net_app_ontap_clusters(&self) -> Option<&[NetAppOntapCluster]>
The information that DataSync Discovery collects about the cluster in your on-premises storage system.
source§impl ResourceDetails
impl ResourceDetails
sourcepub fn builder() -> ResourceDetailsBuilder
pub fn builder() -> ResourceDetailsBuilder
Creates a new builder-style object to manufacture ResourceDetails
.
Trait Implementations§
source§impl Clone for ResourceDetails
impl Clone for ResourceDetails
source§fn clone(&self) -> ResourceDetails
fn clone(&self) -> ResourceDetails
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 ResourceDetails
impl Debug for ResourceDetails
source§impl PartialEq<ResourceDetails> for ResourceDetails
impl PartialEq<ResourceDetails> for ResourceDetails
source§fn eq(&self, other: &ResourceDetails) -> bool
fn eq(&self, other: &ResourceDetails) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for ResourceDetails
Auto Trait Implementations§
impl RefUnwindSafe for ResourceDetails
impl Send for ResourceDetails
impl Sync for ResourceDetails
impl Unpin for ResourceDetails
impl UnwindSafe for ResourceDetails
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