Class: Aws::DataSync::Types::MaxP95Performance

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

Overview

The performance data that DataSync Discovery collects about an on-premises storage system resource.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#iops_otherFloat

Peak IOPS unrelated to read and write operations.

Returns:

  • (Float)


3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'lib/aws-sdk-datasync/types.rb', line 3611

class MaxP95Performance < Struct.new(
  :iops_read,
  :iops_write,
  :iops_other,
  :iops_total,
  :throughput_read,
  :throughput_write,
  :throughput_other,
  :throughput_total,
  :latency_read,
  :latency_write,
  :latency_other)
  SENSITIVE = []
  include Aws::Structure
end

#iops_readFloat

Peak IOPS related to read operations.

Returns:

  • (Float)


3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'lib/aws-sdk-datasync/types.rb', line 3611

class MaxP95Performance < Struct.new(
  :iops_read,
  :iops_write,
  :iops_other,
  :iops_total,
  :throughput_read,
  :throughput_write,
  :throughput_other,
  :throughput_total,
  :latency_read,
  :latency_write,
  :latency_other)
  SENSITIVE = []
  include Aws::Structure
end

#iops_totalFloat

Peak total IOPS on your on-premises storage system resource.

Returns:

  • (Float)


3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'lib/aws-sdk-datasync/types.rb', line 3611

class MaxP95Performance < Struct.new(
  :iops_read,
  :iops_write,
  :iops_other,
  :iops_total,
  :throughput_read,
  :throughput_write,
  :throughput_other,
  :throughput_total,
  :latency_read,
  :latency_write,
  :latency_other)
  SENSITIVE = []
  include Aws::Structure
end

#iops_writeFloat

Peak IOPS related to write operations.

Returns:

  • (Float)


3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'lib/aws-sdk-datasync/types.rb', line 3611

class MaxP95Performance < Struct.new(
  :iops_read,
  :iops_write,
  :iops_other,
  :iops_total,
  :throughput_read,
  :throughput_write,
  :throughput_other,
  :throughput_total,
  :latency_read,
  :latency_write,
  :latency_other)
  SENSITIVE = []
  include Aws::Structure
end

#latency_otherFloat

Peak latency for operations unrelated to read and write operations.

Returns:

  • (Float)


3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'lib/aws-sdk-datasync/types.rb', line 3611

class MaxP95Performance < Struct.new(
  :iops_read,
  :iops_write,
  :iops_other,
  :iops_total,
  :throughput_read,
  :throughput_write,
  :throughput_other,
  :throughput_total,
  :latency_read,
  :latency_write,
  :latency_other)
  SENSITIVE = []
  include Aws::Structure
end

#latency_readFloat

Peak latency for read operations.

Returns:

  • (Float)


3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'lib/aws-sdk-datasync/types.rb', line 3611

class MaxP95Performance < Struct.new(
  :iops_read,
  :iops_write,
  :iops_other,
  :iops_total,
  :throughput_read,
  :throughput_write,
  :throughput_other,
  :throughput_total,
  :latency_read,
  :latency_write,
  :latency_other)
  SENSITIVE = []
  include Aws::Structure
end

#latency_writeFloat

Peak latency for write operations.

Returns:

  • (Float)


3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'lib/aws-sdk-datasync/types.rb', line 3611

class MaxP95Performance < Struct.new(
  :iops_read,
  :iops_write,
  :iops_other,
  :iops_total,
  :throughput_read,
  :throughput_write,
  :throughput_other,
  :throughput_total,
  :latency_read,
  :latency_write,
  :latency_other)
  SENSITIVE = []
  include Aws::Structure
end

#throughput_otherFloat

Peak throughput unrelated to read and write operations.

Returns:

  • (Float)


3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'lib/aws-sdk-datasync/types.rb', line 3611

class MaxP95Performance < Struct.new(
  :iops_read,
  :iops_write,
  :iops_other,
  :iops_total,
  :throughput_read,
  :throughput_write,
  :throughput_other,
  :throughput_total,
  :latency_read,
  :latency_write,
  :latency_other)
  SENSITIVE = []
  include Aws::Structure
end

#throughput_readFloat

Peak throughput related to read operations.

Returns:

  • (Float)


3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'lib/aws-sdk-datasync/types.rb', line 3611

class MaxP95Performance < Struct.new(
  :iops_read,
  :iops_write,
  :iops_other,
  :iops_total,
  :throughput_read,
  :throughput_write,
  :throughput_other,
  :throughput_total,
  :latency_read,
  :latency_write,
  :latency_other)
  SENSITIVE = []
  include Aws::Structure
end

#throughput_totalFloat

Peak total throughput on your on-premises storage system resource.

Returns:

  • (Float)


3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'lib/aws-sdk-datasync/types.rb', line 3611

class MaxP95Performance < Struct.new(
  :iops_read,
  :iops_write,
  :iops_other,
  :iops_total,
  :throughput_read,
  :throughput_write,
  :throughput_other,
  :throughput_total,
  :latency_read,
  :latency_write,
  :latency_other)
  SENSITIVE = []
  include Aws::Structure
end

#throughput_writeFloat

Peak throughput related to write operations.

Returns:

  • (Float)


3611
3612
3613
3614
3615
3616
3617
3618
3619
3620
3621
3622
3623
3624
3625
# File 'lib/aws-sdk-datasync/types.rb', line 3611

class MaxP95Performance < Struct.new(
  :iops_read,
  :iops_write,
  :iops_other,
  :iops_total,
  :throughput_read,
  :throughput_write,
  :throughput_other,
  :throughput_total,
  :latency_read,
  :latency_write,
  :latency_other)
  SENSITIVE = []
  include Aws::Structure
end