Class: Aws::StorageGateway::Types::DescribeCacheOutput

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#cache_allocated_in_bytesInteger

The amount of cache in bytes allocated to a gateway.

Returns:

  • (Integer)


2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
# File 'lib/aws-sdk-storagegateway/types.rb', line 2817

class DescribeCacheOutput < Struct.new(
  :gateway_arn,
  :disk_ids,
  :cache_allocated_in_bytes,
  :cache_used_percentage,
  :cache_dirty_percentage,
  :cache_hit_percentage,
  :cache_miss_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#cache_dirty_percentageFloat

The file share’s contribution to the overall percentage of the gateway’s cache that has not been persisted to AWS. The sample is taken at the end of the reporting period.

Returns:

  • (Float)


2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
# File 'lib/aws-sdk-storagegateway/types.rb', line 2817

class DescribeCacheOutput < Struct.new(
  :gateway_arn,
  :disk_ids,
  :cache_allocated_in_bytes,
  :cache_used_percentage,
  :cache_dirty_percentage,
  :cache_hit_percentage,
  :cache_miss_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#cache_hit_percentageFloat

Percent of application read operations from the file shares that are served from cache. The sample is taken at the end of the reporting period.

Returns:

  • (Float)


2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
# File 'lib/aws-sdk-storagegateway/types.rb', line 2817

class DescribeCacheOutput < Struct.new(
  :gateway_arn,
  :disk_ids,
  :cache_allocated_in_bytes,
  :cache_used_percentage,
  :cache_dirty_percentage,
  :cache_hit_percentage,
  :cache_miss_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#cache_miss_percentageFloat

Percent of application read operations from the file shares that are not served from cache. The sample is taken at the end of the reporting period.

Returns:

  • (Float)


2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
# File 'lib/aws-sdk-storagegateway/types.rb', line 2817

class DescribeCacheOutput < Struct.new(
  :gateway_arn,
  :disk_ids,
  :cache_allocated_in_bytes,
  :cache_used_percentage,
  :cache_dirty_percentage,
  :cache_hit_percentage,
  :cache_miss_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#cache_used_percentageFloat

Percent use of the gateway’s cache storage. This metric applies only to the gateway-cached volume setup. The sample is taken at the end of the reporting period.

Returns:

  • (Float)


2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
# File 'lib/aws-sdk-storagegateway/types.rb', line 2817

class DescribeCacheOutput < Struct.new(
  :gateway_arn,
  :disk_ids,
  :cache_allocated_in_bytes,
  :cache_used_percentage,
  :cache_dirty_percentage,
  :cache_hit_percentage,
  :cache_miss_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#disk_idsArray<String>

An array of strings that identify disks that are to be configured as working storage. Each string has a minimum length of 1 and maximum length of 300. You can get the disk IDs from the ListLocalDisks API.

Returns:

  • (Array<String>)


2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
# File 'lib/aws-sdk-storagegateway/types.rb', line 2817

class DescribeCacheOutput < Struct.new(
  :gateway_arn,
  :disk_ids,
  :cache_allocated_in_bytes,
  :cache_used_percentage,
  :cache_dirty_percentage,
  :cache_hit_percentage,
  :cache_miss_percentage)
  SENSITIVE = []
  include Aws::Structure
end

#gateway_arnString

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and AWS Region.

Returns:

  • (String)


2817
2818
2819
2820
2821
2822
2823
2824
2825
2826
2827
# File 'lib/aws-sdk-storagegateway/types.rb', line 2817

class DescribeCacheOutput < Struct.new(
  :gateway_arn,
  :disk_ids,
  :cache_allocated_in_bytes,
  :cache_used_percentage,
  :cache_dirty_percentage,
  :cache_hit_percentage,
  :cache_miss_percentage)
  SENSITIVE = []
  include Aws::Structure
end