AWS SDK for .NET Documentation
AddCacheRequest Class
AmazonAmazon.StorageGateway.ModelAddCacheRequest Did this page help you?   Yes   No    Tell us about it...
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
C#
public class AddCacheRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
AddCacheRequest()()()()
Initializes a new instance of the AddCacheRequest class

DiskIds
Equals(Object)
Determines whether the specified Object is equal to the current 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:

Length
50 - 500


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
See Also

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)