DescribeWorkingStorageOutput class
A JSON object containing the following fields:
Constructors
-
DescribeWorkingStorageOutput({List<
String> ? diskIds, String? gatewayARN, int? workingStorageAllocatedInBytes, int? workingStorageUsedInBytes}) -
DescribeWorkingStorageOutput.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
diskIds
→ List<
String> ? -
An array of the gateway's local disk IDs that are configured as working
storage. Each local disk ID is specified as a string (minimum length of 1
and maximum length of 300). If no local disks are configured as working
storage, then the DiskIds array is empty.
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
- workingStorageAllocatedInBytes → int?
-
The total working storage in bytes allocated for the gateway. If no working
storage is configured for the gateway, this field returns 0.
final
- workingStorageUsedInBytes → int?
-
The total working storage in bytes in use by the gateway. If no working
storage is configured for the gateway, this field returns 0.
final
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