You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

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

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#cache_allocated_in_bytesInteger

The amount of cache in bytes allocated to a gateway.

Returns:

  • (Integer)

    The amount of cache in bytes allocated to a gateway.

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

    The file share\'s contribution to the overall percentage of the gateway\'s cache that has not been persisted to AWS.

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

    Percent of application read operations from the file shares that are served from cache.

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

    Percent of application read operations from the file shares that are not served from cache.

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

    Percent use of the gateway\'s cache storage.

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

    An array of strings that identify disks that are to be configured as working storage.

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

    The Amazon Resource Name (ARN) of the gateway.