Class: Aws::StorageGateway::Types::DescribeCacheOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::StorageGateway::Types::DescribeCacheOutput
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-storagegateway/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#cache_allocated_in_bytes ⇒ Integer
The amount of cache in bytes allocated to a gateway.
-
#cache_dirty_percentage ⇒ Float
The file share’s contribution to the overall percentage of the gateway’s cache that has not been persisted to Amazon Web Services.
-
#cache_hit_percentage ⇒ Float
Percent of application read operations from the file shares that are served from cache.
-
#cache_miss_percentage ⇒ Float
Percent of application read operations from the file shares that are not served from cache.
-
#cache_used_percentage ⇒ Float
Percent use of the gateway’s cache storage.
-
#disk_ids ⇒ Array<String>
An array of strings that identify disks that are to be configured as working storage.
-
#gateway_arn ⇒ String
The Amazon Resource Name (ARN) of the gateway.
Instance Attribute Details
#cache_allocated_in_bytes ⇒ Integer
The amount of cache in bytes allocated to a gateway.
2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2745 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_percentage ⇒ Float
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.
2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2745 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_percentage ⇒ Float
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.
2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2745 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_percentage ⇒ Float
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.
2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2745 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_percentage ⇒ Float
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.
2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2745 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_ids ⇒ Array<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.
2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2745 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_arn ⇒ String
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.
2745 2746 2747 2748 2749 2750 2751 2752 2753 2754 2755 |
# File 'lib/aws-sdk-storagegateway/types.rb', line 2745 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 |