Class: Aws::DataSync::Types::NetAppONTAPCluster
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::NetAppONTAPCluster
- Defined in:
- gems/aws-sdk-datasync/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.
4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4255 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.
4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4255 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.
4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4255 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.
4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4255 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).
4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4255 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.
4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4255 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.
4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4255 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.
4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4255 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.
4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4255 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.
4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4255 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.
4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4255 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.
4255 4256 4257 4258 4259 4260 4261 4262 4263 4264 4265 4266 4267 4268 4269 4270 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4255 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 |