Class: Aws::DataSync::Types::NetAppONTAPCluster

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#cifs_share_countInteger

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_usedInteger

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_sizeInteger

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_usedInteger

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_usedInteger

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_nameString

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_countInteger

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_performanceTypes::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_volumesInteger

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_statusString

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

For more information, see [Recommendation statuses].

[1]: docs.aws.amazon.com/datasync/latest/userguide/discovery-job-statuses.html#recommendation-statuses-table



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

#recommendationsArray<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_idString

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