Container for the parameters to the AddUploadBuffer operation.
This operation configures one or more gateway local disks as upload buffer for a specified gateway. This operation is supported for both the gateway-stored and gateway-cached volume architectures.
In the request, you specify the gateway Amazon Resource Name (ARN) to which you want to add upload buffer, and one or more disk IDs that you want to configure as upload buffer.

C# |
public class AddUploadBufferRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | AddUploadBufferRequest()()()() | Initializes a new instance of the AddUploadBufferRequest class |
![]() | DiskIds | |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GatewayARN |
The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and
region.
Constraints: |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithDiskIds(array<String>[]()[][]) | Obsolete.
Adds elements to the DiskIds collection
|
![]() | WithDiskIds(IEnumerable<(Of <<'(String>)>>)) | Obsolete.
Adds elements to the DiskIds collection
|
![]() | WithGatewayARN(String) | Obsolete.
Sets the GatewayARN property
|

Object | ||
![]() | AmazonWebServiceRequest | |
![]() | AddUploadBufferRequest |