Class: Aws::DataSync::Types::NetAppONTAPCluster
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::NetAppONTAPCluster
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
The information that DataSync Discovery collects about an on-premises storage system cluster.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cifs_share_count ⇒ Integer
The number of CIFS shares in the cluster.
-
#cluster_block_storage_logical_used ⇒ Integer
The storage space that’s being used in the cluster without accounting for compression or deduplication.
-
#cluster_block_storage_size ⇒ Integer
The total storage space that’s available in the cluster.
-
#cluster_block_storage_used ⇒ Integer
The storage space that’s being used in a cluster.
-
#cluster_cloud_storage_used ⇒ Integer
The amount of space in the cluster that’s in cloud storage (for example, if you’re using data tiering).
-
#cluster_name ⇒ String
The name of the cluster.
-
#lun_count ⇒ Integer
The number of LUNs (logical unit numbers) in the cluster.
-
#max_p95_performance ⇒ Types::MaxP95Performance
The performance data that DataSync Discovery collects about the cluster.
-
#nfs_exported_volumes ⇒ Integer
The number of NFS volumes in the cluster.
-
#recommendation_status ⇒ String
Indicates whether DataSync Discovery recommendations for the cluster are ready to view, incomplete, or can’t be determined.
-
#recommendations ⇒ Array<Types::Recommendation>
The Amazon Web Services storage services that DataSync Discovery recommends for the cluster.
-
#resource_id ⇒ String
The universally unique identifier (UUID) of the cluster.
Instance Attribute Details
#cifs_share_count ⇒ Integer
The number of CIFS shares in the cluster.
3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 |
# File 'lib/aws-sdk-datasync/types.rb', line 3883 class NetAppONTAPCluster < Struct.new( :cifs_share_count, :nfs_exported_volumes, :resource_id, :cluster_name, :max_p95_performance, :cluster_block_storage_size, :cluster_block_storage_used, :cluster_block_storage_logical_used, :recommendations, :recommendation_status, :lun_count, :cluster_cloud_storage_used) SENSITIVE = [] include Aws::Structure end |
#cluster_block_storage_logical_used ⇒ Integer
The storage space that’s being used in the cluster without accounting for compression or deduplication.
3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 |
# File 'lib/aws-sdk-datasync/types.rb', line 3883 class NetAppONTAPCluster < Struct.new( :cifs_share_count, :nfs_exported_volumes, :resource_id, :cluster_name, :max_p95_performance, :cluster_block_storage_size, :cluster_block_storage_used, :cluster_block_storage_logical_used, :recommendations, :recommendation_status, :lun_count, :cluster_cloud_storage_used) SENSITIVE = [] include Aws::Structure end |
#cluster_block_storage_size ⇒ Integer
The total storage space that’s available in the cluster.
3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 |
# File 'lib/aws-sdk-datasync/types.rb', line 3883 class NetAppONTAPCluster < Struct.new( :cifs_share_count, :nfs_exported_volumes, :resource_id, :cluster_name, :max_p95_performance, :cluster_block_storage_size, :cluster_block_storage_used, :cluster_block_storage_logical_used, :recommendations, :recommendation_status, :lun_count, :cluster_cloud_storage_used) SENSITIVE = [] include Aws::Structure end |
#cluster_block_storage_used ⇒ Integer
The storage space that’s being used in a cluster.
3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 |
# File 'lib/aws-sdk-datasync/types.rb', line 3883 class NetAppONTAPCluster < Struct.new( :cifs_share_count, :nfs_exported_volumes, :resource_id, :cluster_name, :max_p95_performance, :cluster_block_storage_size, :cluster_block_storage_used, :cluster_block_storage_logical_used, :recommendations, :recommendation_status, :lun_count, :cluster_cloud_storage_used) SENSITIVE = [] include Aws::Structure end |
#cluster_cloud_storage_used ⇒ Integer
The amount of space in the cluster that’s in cloud storage (for example, if you’re using data tiering).
3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 |
# File 'lib/aws-sdk-datasync/types.rb', line 3883 class NetAppONTAPCluster < Struct.new( :cifs_share_count, :nfs_exported_volumes, :resource_id, :cluster_name, :max_p95_performance, :cluster_block_storage_size, :cluster_block_storage_used, :cluster_block_storage_logical_used, :recommendations, :recommendation_status, :lun_count, :cluster_cloud_storage_used) SENSITIVE = [] include Aws::Structure end |
#cluster_name ⇒ String
The name of the cluster.
3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 |
# File 'lib/aws-sdk-datasync/types.rb', line 3883 class NetAppONTAPCluster < Struct.new( :cifs_share_count, :nfs_exported_volumes, :resource_id, :cluster_name, :max_p95_performance, :cluster_block_storage_size, :cluster_block_storage_used, :cluster_block_storage_logical_used, :recommendations, :recommendation_status, :lun_count, :cluster_cloud_storage_used) SENSITIVE = [] include Aws::Structure end |
#lun_count ⇒ Integer
The number of LUNs (logical unit numbers) in the cluster.
3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 |
# File 'lib/aws-sdk-datasync/types.rb', line 3883 class NetAppONTAPCluster < Struct.new( :cifs_share_count, :nfs_exported_volumes, :resource_id, :cluster_name, :max_p95_performance, :cluster_block_storage_size, :cluster_block_storage_used, :cluster_block_storage_logical_used, :recommendations, :recommendation_status, :lun_count, :cluster_cloud_storage_used) SENSITIVE = [] include Aws::Structure end |
#max_p95_performance ⇒ Types::MaxP95Performance
The performance data that DataSync Discovery collects about the cluster.
3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 |
# File 'lib/aws-sdk-datasync/types.rb', line 3883 class NetAppONTAPCluster < Struct.new( :cifs_share_count, :nfs_exported_volumes, :resource_id, :cluster_name, :max_p95_performance, :cluster_block_storage_size, :cluster_block_storage_used, :cluster_block_storage_logical_used, :recommendations, :recommendation_status, :lun_count, :cluster_cloud_storage_used) SENSITIVE = [] include Aws::Structure end |
#nfs_exported_volumes ⇒ Integer
The number of NFS volumes in the cluster.
3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 |
# File 'lib/aws-sdk-datasync/types.rb', line 3883 class NetAppONTAPCluster < Struct.new( :cifs_share_count, :nfs_exported_volumes, :resource_id, :cluster_name, :max_p95_performance, :cluster_block_storage_size, :cluster_block_storage_used, :cluster_block_storage_logical_used, :recommendations, :recommendation_status, :lun_count, :cluster_cloud_storage_used) SENSITIVE = [] include Aws::Structure end |
#recommendation_status ⇒ String
Indicates whether DataSync Discovery recommendations for the cluster are ready to view, incomplete, or can’t be determined.
For more information, see [Recommendation statuses].
3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 |
# File 'lib/aws-sdk-datasync/types.rb', line 3883 class NetAppONTAPCluster < Struct.new( :cifs_share_count, :nfs_exported_volumes, :resource_id, :cluster_name, :max_p95_performance, :cluster_block_storage_size, :cluster_block_storage_used, :cluster_block_storage_logical_used, :recommendations, :recommendation_status, :lun_count, :cluster_cloud_storage_used) SENSITIVE = [] include Aws::Structure end |
#recommendations ⇒ Array<Types::Recommendation>
The Amazon Web Services storage services that DataSync Discovery recommends for the cluster. For more information, see [Recommendations provided by DataSync Discovery].
[1]: docs.aws.amazon.com/datasync/latest/userguide/discovery-understand-recommendations.html
3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 |
# File 'lib/aws-sdk-datasync/types.rb', line 3883 class NetAppONTAPCluster < Struct.new( :cifs_share_count, :nfs_exported_volumes, :resource_id, :cluster_name, :max_p95_performance, :cluster_block_storage_size, :cluster_block_storage_used, :cluster_block_storage_logical_used, :recommendations, :recommendation_status, :lun_count, :cluster_cloud_storage_used) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The universally unique identifier (UUID) of the cluster.
3883 3884 3885 3886 3887 3888 3889 3890 3891 3892 3893 3894 3895 3896 3897 3898 |
# File 'lib/aws-sdk-datasync/types.rb', line 3883 class NetAppONTAPCluster < Struct.new( :cifs_share_count, :nfs_exported_volumes, :resource_id, :cluster_name, :max_p95_performance, :cluster_block_storage_size, :cluster_block_storage_used, :cluster_block_storage_logical_used, :recommendations, :recommendation_status, :lun_count, :cluster_cloud_storage_used) SENSITIVE = [] include Aws::Structure end |