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.
      4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 4072 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.
      4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 4072 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.
      4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 4072 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.
      4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 4072 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).
      4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 4072 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.
      4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 4072 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.
      4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 4072 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.
      4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 4072 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.
      4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 4072 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].
      4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 4072 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
      4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 4072 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.
      4072 4073 4074 4075 4076 4077 4078 4079 4080 4081 4082 4083 4084 4085 4086 4087  | 
    
      # File 'lib/aws-sdk-datasync/types.rb', line 4072 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  |