DescribeUploadBufferOutput class

Constructors

DescribeUploadBufferOutput({List<String>? diskIds, String? gatewayARN, int? uploadBufferAllocatedInBytes, int? uploadBufferUsedInBytes})
DescribeUploadBufferOutput.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
uploadBufferAllocatedInBytes int?
The total number of bytes allocated in the gateway's as upload buffer.
final
uploadBufferUsedInBytes int?
The total number of bytes being used in the gateway's upload buffer.
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