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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-storagegateway/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)


2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2643

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 Amazon Web Services. The sample is taken at the end of the reporting period.

Returns:

  • (Float)


2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2643

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)


2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2643

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)


2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2643

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)


2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2643

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>)


2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2643

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 Amazon Web Services Region.

Returns:

  • (String)


2643
2644
2645
2646
2647
2648
2649
2650
2651
2652
2653
# File 'gems/aws-sdk-storagegateway/lib/aws-sdk-storagegateway/types.rb', line 2643

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