Class: Aws::DataSync::Types::ResourceDetails

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb

Overview

Information provided by DataSync Discovery about the resources in your on-premises storage system.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#net_app_ontap_clustersArray<Types::NetAppONTAPCluster>

The information that DataSync Discovery collects about the cluster in your on-premises storage system.

Returns:



4836
4837
4838
4839
4840
4841
4842
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4836

class ResourceDetails < Struct.new(
  :net_app_ontapsv_ms,
  :net_app_ontap_volumes,
  :net_app_ontap_clusters)
  SENSITIVE = []
  include Aws::Structure
end

#net_app_ontap_volumesArray<Types::NetAppONTAPVolume>

The information that DataSync Discovery collects about volumes in your on-premises storage system.

Returns:



4836
4837
4838
4839
4840
4841
4842
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4836

class ResourceDetails < Struct.new(
  :net_app_ontapsv_ms,
  :net_app_ontap_volumes,
  :net_app_ontap_clusters)
  SENSITIVE = []
  include Aws::Structure
end

#net_app_ontapsv_msArray<Types::NetAppONTAPSVM>

The information that DataSync Discovery collects about storage virtual machines (SVMs) in your on-premises storage system.

Returns:



4836
4837
4838
4839
4840
4841
4842
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4836

class ResourceDetails < Struct.new(
  :net_app_ontapsv_ms,
  :net_app_ontap_volumes,
  :net_app_ontap_clusters)
  SENSITIVE = []
  include Aws::Structure
end