Container for the parameters to the AddCache operation.
            
This operation configures one or more gateway local disks as cache for a cached-volume gateway. This operation is supported only for the gateway-cached volume architecture (see Storage Gateway Concepts ).
In the request, you specify the gateway Amazon Resource Name (ARN) to which you want to add cache, and one or more disk IDs that you want to configure as cache.
 Declaration Syntax
 Declaration Syntax| C# | 
public class AddCacheRequest : AmazonWebServiceRequest
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | AddCacheRequest()()()() | Initializes a new instance of the AddCacheRequest 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
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | ||
|  | AmazonWebServiceRequest | |
|  | AddCacheRequest | |
 See Also
 See Also