DescribeCacheOutput class

Constructors

DescribeCacheOutput({int? cacheAllocatedInBytes, double? cacheDirtyPercentage, double? cacheHitPercentage, double? cacheMissPercentage, double? cacheUsedPercentage, List<String>? diskIds, String? gatewayARN})
DescribeCacheOutput.fromJson(Map<String, dynamic> json)
factory

Properties

cacheAllocatedInBytes int?
The amount of cache in bytes allocated to a gateway.
final
cacheDirtyPercentage double?
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.
final
cacheHitPercentage double?
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.
final
cacheMissPercentage double?
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.
final
cacheUsedPercentage double?
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.
final
diskIds List<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.
final
gatewayARN String?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited