Class: Aws::DataSync::Types::ResourceMetrics

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

Overview

Information, including performance data and capacity usage, provided by DataSync Discovery about a resource in your on-premises storage system.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#capacityTypes::Capacity

The storage capacity of the on-premises storage system resource.

Returns:



4873
4874
4875
4876
4877
4878
4879
4880
4881
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4873

class ResourceMetrics < Struct.new(
  :timestamp,
  :p95_metrics,
  :capacity,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#p95_metricsTypes::P95Metrics

The types of performance data that DataSync Discovery collects about the on-premises storage system resource.

Returns:



4873
4874
4875
4876
4877
4878
4879
4880
4881
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4873

class ResourceMetrics < Struct.new(
  :timestamp,
  :p95_metrics,
  :capacity,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_idString

The universally unique identifier (UUID) of the on-premises storage system resource.

Returns:

  • (String)


4873
4874
4875
4876
4877
4878
4879
4880
4881
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4873

class ResourceMetrics < Struct.new(
  :timestamp,
  :p95_metrics,
  :capacity,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#resource_typeString

The type of on-premises storage system resource.

Returns:

  • (String)


4873
4874
4875
4876
4877
4878
4879
4880
4881
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4873

class ResourceMetrics < Struct.new(
  :timestamp,
  :p95_metrics,
  :capacity,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end

#timestampTime

The time when DataSync Discovery collected this information from the resource.

Returns:

  • (Time)


4873
4874
4875
4876
4877
4878
4879
4880
4881
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 4873

class ResourceMetrics < Struct.new(
  :timestamp,
  :p95_metrics,
  :capacity,
  :resource_id,
  :resource_type)
  SENSITIVE = []
  include Aws::Structure
end