Class: Aws::DataSync::Types::NetAppONTAPSVM
- Inherits:
-
Struct
- Object
- Struct
- Aws::DataSync::Types::NetAppONTAPSVM
- Defined in:
- gems/aws-sdk-datasync/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.
4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4348 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.
4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4348 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.
4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4348 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.
4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4348 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.
4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4348 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.
4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4348 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.
4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4348 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.
4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4348 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.
4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4348 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
4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4348 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.
4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4348 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.
4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4348 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.
4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4348 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.
4348 4349 4350 4351 4352 4353 4354 4355 4356 4357 4358 4359 4360 4361 4362 4363 4364 4365 |
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4348 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 |