Struct aws_sdk_datasync::types::NetAppOntapCluster
source · #[non_exhaustive]pub struct NetAppOntapCluster { /* private fields */ }
Expand description
The information that DataSync Discovery collects about an on-premises storage system cluster.
Implementations§
source§impl NetAppOntapCluster
impl NetAppOntapCluster
The number of CIFS shares in the cluster.
sourcepub fn nfs_exported_volumes(&self) -> Option<i64>
pub fn nfs_exported_volumes(&self) -> Option<i64>
The number of NFS volumes in the cluster.
sourcepub fn resource_id(&self) -> Option<&str>
pub fn resource_id(&self) -> Option<&str>
The universally unique identifier (UUID) of the cluster.
sourcepub fn cluster_name(&self) -> Option<&str>
pub fn cluster_name(&self) -> Option<&str>
The name of the cluster.
sourcepub fn max_p95_performance(&self) -> Option<&MaxP95Performance>
pub fn max_p95_performance(&self) -> Option<&MaxP95Performance>
The performance data that DataSync Discovery collects about the cluster.
sourcepub fn cluster_block_storage_size(&self) -> Option<i64>
pub fn cluster_block_storage_size(&self) -> Option<i64>
The total storage space that's available in the cluster.
sourcepub fn cluster_block_storage_used(&self) -> Option<i64>
pub fn cluster_block_storage_used(&self) -> Option<i64>
The storage space that's being used in a cluster.
sourcepub fn cluster_block_storage_logical_used(&self) -> Option<i64>
pub fn cluster_block_storage_logical_used(&self) -> Option<i64>
The storage space that's being used in the cluster without accounting for compression or deduplication.
sourcepub fn recommendations(&self) -> Option<&[Recommendation]>
pub fn recommendations(&self) -> Option<&[Recommendation]>
The Amazon Web Services storage services that DataSync Discovery recommends for the cluster. For more information, see Recommendations provided by DataSync Discovery.
sourcepub fn recommendation_status(&self) -> Option<&RecommendationStatus>
pub fn recommendation_status(&self) -> Option<&RecommendationStatus>
Indicates whether DataSync Discovery recommendations for the cluster are ready to view, incomplete, or can't be determined.
For more information, see Recommendation statuses.
source§impl NetAppOntapCluster
impl NetAppOntapCluster
sourcepub fn builder() -> NetAppOntapClusterBuilder
pub fn builder() -> NetAppOntapClusterBuilder
Creates a new builder-style object to manufacture NetAppOntapCluster
.
Trait Implementations§
source§impl Clone for NetAppOntapCluster
impl Clone for NetAppOntapCluster
source§fn clone(&self) -> NetAppOntapCluster
fn clone(&self) -> NetAppOntapCluster
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for NetAppOntapCluster
impl Debug for NetAppOntapCluster
source§impl PartialEq<NetAppOntapCluster> for NetAppOntapCluster
impl PartialEq<NetAppOntapCluster> for NetAppOntapCluster
source§fn eq(&self, other: &NetAppOntapCluster) -> bool
fn eq(&self, other: &NetAppOntapCluster) -> bool
self
and other
values to be equal, and is used
by ==
.