Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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:


5272
5273
5274
5275
5276
5277
5278
5279
5280
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5272

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:


5272
5273
5274
5275
5276
5277
5278
5279
5280
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5272

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)

5272
5273
5274
5275
5276
5277
5278
5279
5280
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5272

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)

5272
5273
5274
5275
5276
5277
5278
5279
5280
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5272

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)

5272
5273
5274
5275
5276
5277
5278
5279
5280
# File 'gems/aws-sdk-datasync/lib/aws-sdk-datasync/types.rb', line 5272

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