Class: Aws::DataSync::Types::NetAppONTAPSVM
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::NetAppONTAPSVM
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-datasync/types.rb
Overview
The information that DataSync Discovery collects about a storage virtual machine (SVM) in your on-premises storage system.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cifs_share_count ⇒ Integer
The number of CIFS shares in the SVM.
-
#cluster_uuid ⇒ String
The universally unique identifier (UUID) of the cluster associated with the SVM.
-
#enabled_protocols ⇒ Array<String>
The data transfer protocols (such as NFS) configured for the SVM.
-
#lun_count ⇒ Integer
The number of LUNs (logical unit numbers) in the SVM.
-
#max_p95_performance ⇒ Types::MaxP95Performance
The performance data that DataSync Discovery collects about the SVM.
-
#nfs_exported_volumes ⇒ Integer
The number of NFS volumes in the SVM.
-
#recommendation_status ⇒ String
Indicates whether DataSync Discovery recommendations for the SVM 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 SVM.
-
#resource_id ⇒ String
The UUID of the SVM.
-
#svm_name ⇒ String
The name of the SVM.
-
#total_capacity_provisioned ⇒ Integer
The total storage space that’s available in the SVM.
-
#total_capacity_used ⇒ Integer
The storage space that’s being used in the SVM.
-
#total_logical_capacity_used ⇒ Integer
The storage space that’s being used in the SVM without accounting for compression or deduplication.
-
#total_snapshot_capacity_used ⇒ Integer
The amount of storage in the SVM that’s being used for snapshots.
Instance Attribute Details
#cifs_share_count ⇒ Integer
The number of CIFS shares in the SVM.
4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 |
# File 'lib/aws-sdk-datasync/types.rb', line 4165 class NetAppONTAPSVM < Struct.new( :cluster_uuid, :resource_id, :svm_name, :cifs_share_count, :enabled_protocols, :total_capacity_used, :total_capacity_provisioned, :total_logical_capacity_used, :max_p95_performance, :recommendations, :nfs_exported_volumes, :recommendation_status, :total_snapshot_capacity_used, :lun_count) SENSITIVE = [] include Aws::Structure end |
#cluster_uuid ⇒ String
The universally unique identifier (UUID) of the cluster associated with the SVM.
4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 |
# File 'lib/aws-sdk-datasync/types.rb', line 4165 class NetAppONTAPSVM < Struct.new( :cluster_uuid, :resource_id, :svm_name, :cifs_share_count, :enabled_protocols, :total_capacity_used, :total_capacity_provisioned, :total_logical_capacity_used, :max_p95_performance, :recommendations, :nfs_exported_volumes, :recommendation_status, :total_snapshot_capacity_used, :lun_count) SENSITIVE = [] include Aws::Structure end |
#enabled_protocols ⇒ Array<String>
The data transfer protocols (such as NFS) configured for the SVM.
4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 |
# File 'lib/aws-sdk-datasync/types.rb', line 4165 class NetAppONTAPSVM < Struct.new( :cluster_uuid, :resource_id, :svm_name, :cifs_share_count, :enabled_protocols, :total_capacity_used, :total_capacity_provisioned, :total_logical_capacity_used, :max_p95_performance, :recommendations, :nfs_exported_volumes, :recommendation_status, :total_snapshot_capacity_used, :lun_count) SENSITIVE = [] include Aws::Structure end |
#lun_count ⇒ Integer
The number of LUNs (logical unit numbers) in the SVM.
4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 |
# File 'lib/aws-sdk-datasync/types.rb', line 4165 class NetAppONTAPSVM < Struct.new( :cluster_uuid, :resource_id, :svm_name, :cifs_share_count, :enabled_protocols, :total_capacity_used, :total_capacity_provisioned, :total_logical_capacity_used, :max_p95_performance, :recommendations, :nfs_exported_volumes, :recommendation_status, :total_snapshot_capacity_used, :lun_count) SENSITIVE = [] include Aws::Structure end |
#max_p95_performance ⇒ Types::MaxP95Performance
The performance data that DataSync Discovery collects about the SVM.
4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 |
# File 'lib/aws-sdk-datasync/types.rb', line 4165 class NetAppONTAPSVM < Struct.new( :cluster_uuid, :resource_id, :svm_name, :cifs_share_count, :enabled_protocols, :total_capacity_used, :total_capacity_provisioned, :total_logical_capacity_used, :max_p95_performance, :recommendations, :nfs_exported_volumes, :recommendation_status, :total_snapshot_capacity_used, :lun_count) SENSITIVE = [] include Aws::Structure end |
#nfs_exported_volumes ⇒ Integer
The number of NFS volumes in the SVM.
4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 |
# File 'lib/aws-sdk-datasync/types.rb', line 4165 class NetAppONTAPSVM < Struct.new( :cluster_uuid, :resource_id, :svm_name, :cifs_share_count, :enabled_protocols, :total_capacity_used, :total_capacity_provisioned, :total_logical_capacity_used, :max_p95_performance, :recommendations, :nfs_exported_volumes, :recommendation_status, :total_snapshot_capacity_used, :lun_count) SENSITIVE = [] include Aws::Structure end |
#recommendation_status ⇒ String
Indicates whether DataSync Discovery recommendations for the SVM are ready to view, incomplete, or can’t be determined.
For more information, see [Recommendation statuses].
4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 |
# File 'lib/aws-sdk-datasync/types.rb', line 4165 class NetAppONTAPSVM < Struct.new( :cluster_uuid, :resource_id, :svm_name, :cifs_share_count, :enabled_protocols, :total_capacity_used, :total_capacity_provisioned, :total_logical_capacity_used, :max_p95_performance, :recommendations, :nfs_exported_volumes, :recommendation_status, :total_snapshot_capacity_used, :lun_count) SENSITIVE = [] include Aws::Structure end |
#recommendations ⇒ Array<Types::Recommendation>
The Amazon Web Services storage services that DataSync Discovery recommends for the SVM. For more information, see [Recommendations provided by DataSync Discovery].
[1]: docs.aws.amazon.com/datasync/latest/userguide/discovery-understand-recommendations.html
4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 |
# File 'lib/aws-sdk-datasync/types.rb', line 4165 class NetAppONTAPSVM < Struct.new( :cluster_uuid, :resource_id, :svm_name, :cifs_share_count, :enabled_protocols, :total_capacity_used, :total_capacity_provisioned, :total_logical_capacity_used, :max_p95_performance, :recommendations, :nfs_exported_volumes, :recommendation_status, :total_snapshot_capacity_used, :lun_count) SENSITIVE = [] include Aws::Structure end |
#resource_id ⇒ String
The UUID of the SVM.
4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 |
# File 'lib/aws-sdk-datasync/types.rb', line 4165 class NetAppONTAPSVM < Struct.new( :cluster_uuid, :resource_id, :svm_name, :cifs_share_count, :enabled_protocols, :total_capacity_used, :total_capacity_provisioned, :total_logical_capacity_used, :max_p95_performance, :recommendations, :nfs_exported_volumes, :recommendation_status, :total_snapshot_capacity_used, :lun_count) SENSITIVE = [] include Aws::Structure end |
#svm_name ⇒ String
The name of the SVM
4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 |
# File 'lib/aws-sdk-datasync/types.rb', line 4165 class NetAppONTAPSVM < Struct.new( :cluster_uuid, :resource_id, :svm_name, :cifs_share_count, :enabled_protocols, :total_capacity_used, :total_capacity_provisioned, :total_logical_capacity_used, :max_p95_performance, :recommendations, :nfs_exported_volumes, :recommendation_status, :total_snapshot_capacity_used, :lun_count) SENSITIVE = [] include Aws::Structure end |
#total_capacity_provisioned ⇒ Integer
The total storage space that’s available in the SVM.
4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 |
# File 'lib/aws-sdk-datasync/types.rb', line 4165 class NetAppONTAPSVM < Struct.new( :cluster_uuid, :resource_id, :svm_name, :cifs_share_count, :enabled_protocols, :total_capacity_used, :total_capacity_provisioned, :total_logical_capacity_used, :max_p95_performance, :recommendations, :nfs_exported_volumes, :recommendation_status, :total_snapshot_capacity_used, :lun_count) SENSITIVE = [] include Aws::Structure end |
#total_capacity_used ⇒ Integer
The storage space that’s being used in the SVM.
4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 |
# File 'lib/aws-sdk-datasync/types.rb', line 4165 class NetAppONTAPSVM < Struct.new( :cluster_uuid, :resource_id, :svm_name, :cifs_share_count, :enabled_protocols, :total_capacity_used, :total_capacity_provisioned, :total_logical_capacity_used, :max_p95_performance, :recommendations, :nfs_exported_volumes, :recommendation_status, :total_snapshot_capacity_used, :lun_count) SENSITIVE = [] include Aws::Structure end |
#total_logical_capacity_used ⇒ Integer
The storage space that’s being used in the SVM without accounting for compression or deduplication.
4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 |
# File 'lib/aws-sdk-datasync/types.rb', line 4165 class NetAppONTAPSVM < Struct.new( :cluster_uuid, :resource_id, :svm_name, :cifs_share_count, :enabled_protocols, :total_capacity_used, :total_capacity_provisioned, :total_logical_capacity_used, :max_p95_performance, :recommendations, :nfs_exported_volumes, :recommendation_status, :total_snapshot_capacity_used, :lun_count) SENSITIVE = [] include Aws::Structure end |
#total_snapshot_capacity_used ⇒ Integer
The amount of storage in the SVM that’s being used for snapshots.
4165 4166 4167 4168 4169 4170 4171 4172 4173 4174 4175 4176 4177 4178 4179 4180 4181 4182 |
# File 'lib/aws-sdk-datasync/types.rb', line 4165 class NetAppONTAPSVM < Struct.new( :cluster_uuid, :resource_id, :svm_name, :cifs_share_count, :enabled_protocols, :total_capacity_used, :total_capacity_provisioned, :total_logical_capacity_used, :max_p95_performance, :recommendations, :nfs_exported_volumes, :recommendation_status, :total_snapshot_capacity_used, :lun_count) SENSITIVE = [] include Aws::Structure end |