JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.795

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.datasync.model

Class NetAppONTAPCluster

    • Constructor Detail

      • NetAppONTAPCluster

        public NetAppONTAPCluster()
    • Method Detail

      • setCifsShareCount

        public void setCifsShareCount(Long cifsShareCount)

        The number of CIFS shares in the cluster.

        Parameters:
        cifsShareCount - The number of CIFS shares in the cluster.
      • getCifsShareCount

        public Long getCifsShareCount()

        The number of CIFS shares in the cluster.

        Returns:
        The number of CIFS shares in the cluster.
      • withCifsShareCount

        public NetAppONTAPCluster withCifsShareCount(Long cifsShareCount)

        The number of CIFS shares in the cluster.

        Parameters:
        cifsShareCount - The number of CIFS shares in the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setNfsExportedVolumes

        public void setNfsExportedVolumes(Long nfsExportedVolumes)

        The number of NFS volumes in the cluster.

        Parameters:
        nfsExportedVolumes - The number of NFS volumes in the cluster.
      • getNfsExportedVolumes

        public Long getNfsExportedVolumes()

        The number of NFS volumes in the cluster.

        Returns:
        The number of NFS volumes in the cluster.
      • withNfsExportedVolumes

        public NetAppONTAPCluster withNfsExportedVolumes(Long nfsExportedVolumes)

        The number of NFS volumes in the cluster.

        Parameters:
        nfsExportedVolumes - The number of NFS volumes in the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setResourceId

        public void setResourceId(String resourceId)

        The universally unique identifier (UUID) of the cluster.

        Parameters:
        resourceId - The universally unique identifier (UUID) of the cluster.
      • getResourceId

        public String getResourceId()

        The universally unique identifier (UUID) of the cluster.

        Returns:
        The universally unique identifier (UUID) of the cluster.
      • withResourceId

        public NetAppONTAPCluster withResourceId(String resourceId)

        The universally unique identifier (UUID) of the cluster.

        Parameters:
        resourceId - The universally unique identifier (UUID) of the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setClusterName

        public void setClusterName(String clusterName)

        The name of the cluster.

        Parameters:
        clusterName - The name of the cluster.
      • getClusterName

        public String getClusterName()

        The name of the cluster.

        Returns:
        The name of the cluster.
      • withClusterName

        public NetAppONTAPCluster withClusterName(String clusterName)

        The name of the cluster.

        Parameters:
        clusterName - The name of the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setMaxP95Performance

        public void setMaxP95Performance(MaxP95Performance maxP95Performance)

        The performance data that DataSync Discovery collects about the cluster.

        Parameters:
        maxP95Performance - The performance data that DataSync Discovery collects about the cluster.
      • getMaxP95Performance

        public MaxP95Performance getMaxP95Performance()

        The performance data that DataSync Discovery collects about the cluster.

        Returns:
        The performance data that DataSync Discovery collects about the cluster.
      • withMaxP95Performance

        public NetAppONTAPCluster withMaxP95Performance(MaxP95Performance maxP95Performance)

        The performance data that DataSync Discovery collects about the cluster.

        Parameters:
        maxP95Performance - The performance data that DataSync Discovery collects about the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setClusterBlockStorageSize

        public void setClusterBlockStorageSize(Long clusterBlockStorageSize)

        The total storage space that's available in the cluster.

        Parameters:
        clusterBlockStorageSize - The total storage space that's available in the cluster.
      • getClusterBlockStorageSize

        public Long getClusterBlockStorageSize()

        The total storage space that's available in the cluster.

        Returns:
        The total storage space that's available in the cluster.
      • withClusterBlockStorageSize

        public NetAppONTAPCluster withClusterBlockStorageSize(Long clusterBlockStorageSize)

        The total storage space that's available in the cluster.

        Parameters:
        clusterBlockStorageSize - The total storage space that's available in the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setClusterBlockStorageUsed

        public void setClusterBlockStorageUsed(Long clusterBlockStorageUsed)

        The storage space that's being used in a cluster.

        Parameters:
        clusterBlockStorageUsed - The storage space that's being used in a cluster.
      • getClusterBlockStorageUsed

        public Long getClusterBlockStorageUsed()

        The storage space that's being used in a cluster.

        Returns:
        The storage space that's being used in a cluster.
      • withClusterBlockStorageUsed

        public NetAppONTAPCluster withClusterBlockStorageUsed(Long clusterBlockStorageUsed)

        The storage space that's being used in a cluster.

        Parameters:
        clusterBlockStorageUsed - The storage space that's being used in a cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setClusterBlockStorageLogicalUsed

        public void setClusterBlockStorageLogicalUsed(Long clusterBlockStorageLogicalUsed)

        The storage space that's being used in the cluster without accounting for compression or deduplication.

        Parameters:
        clusterBlockStorageLogicalUsed - The storage space that's being used in the cluster without accounting for compression or deduplication.
      • getClusterBlockStorageLogicalUsed

        public Long getClusterBlockStorageLogicalUsed()

        The storage space that's being used in the cluster without accounting for compression or deduplication.

        Returns:
        The storage space that's being used in the cluster without accounting for compression or deduplication.
      • withClusterBlockStorageLogicalUsed

        public NetAppONTAPCluster withClusterBlockStorageLogicalUsed(Long clusterBlockStorageLogicalUsed)

        The storage space that's being used in the cluster without accounting for compression or deduplication.

        Parameters:
        clusterBlockStorageLogicalUsed - The storage space that's being used in the cluster without accounting for compression or deduplication.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRecommendationStatus

        public void setRecommendationStatus(String 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.

        Parameters:
        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.

        See Also:
        RecommendationStatus
      • getRecommendationStatus

        public String getRecommendationStatus()

        Indicates whether DataSync Discovery recommendations for the cluster are ready to view, incomplete, or can't be determined.

        For more information, see Recommendation statuses.

        Returns:
        Indicates whether DataSync Discovery recommendations for the cluster are ready to view, incomplete, or can't be determined.

        For more information, see Recommendation statuses.

        See Also:
        RecommendationStatus
      • withRecommendationStatus

        public NetAppONTAPCluster withRecommendationStatus(String 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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RecommendationStatus
      • withRecommendationStatus

        public NetAppONTAPCluster withRecommendationStatus(RecommendationStatus 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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        RecommendationStatus
      • setLunCount

        public void setLunCount(Long lunCount)

        The number of LUNs (logical unit numbers) in the cluster.

        Parameters:
        lunCount - The number of LUNs (logical unit numbers) in the cluster.
      • getLunCount

        public Long getLunCount()

        The number of LUNs (logical unit numbers) in the cluster.

        Returns:
        The number of LUNs (logical unit numbers) in the cluster.
      • withLunCount

        public NetAppONTAPCluster withLunCount(Long lunCount)

        The number of LUNs (logical unit numbers) in the cluster.

        Parameters:
        lunCount - The number of LUNs (logical unit numbers) in the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setClusterCloudStorageUsed

        public void setClusterCloudStorageUsed(Long clusterCloudStorageUsed)

        The amount of space in the cluster that's in cloud storage (for example, if you're using data tiering).

        Parameters:
        clusterCloudStorageUsed - The amount of space in the cluster that's in cloud storage (for example, if you're using data tiering).
      • getClusterCloudStorageUsed

        public Long getClusterCloudStorageUsed()

        The amount of space in the cluster that's in cloud storage (for example, if you're using data tiering).

        Returns:
        The amount of space in the cluster that's in cloud storage (for example, if you're using data tiering).
      • withClusterCloudStorageUsed

        public NetAppONTAPCluster withClusterCloudStorageUsed(Long clusterCloudStorageUsed)

        The amount of space in the cluster that's in cloud storage (for example, if you're using data tiering).

        Parameters:
        clusterCloudStorageUsed - The amount of space in the cluster that's in cloud storage (for example, if you're using data tiering).
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /