AWS SDK for .NET Documentation
CancelArchivalRequest Class
AmazonAmazon.StorageGateway.ModelCancelArchivalRequest Did this page help you?   Yes   No    Tell us about it...
Container for the parameters to the CancelArchival operation.

Cancels archiving of a virtual tape to the virtual tape shelf (VTS) after the archiving process is initiated.

Declaration Syntax
C#
public class CancelArchivalRequest : AmazonWebServiceRequest
Members
All MembersConstructorsMethodsProperties



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

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.)
TapeARN
The Amazon Resource Name (ARN) of the virtual tape you want to cancel archiving for.

Constraints:

Length
50 - 500


ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
WithGatewayARN(String) Obsolete.
Sets the GatewayARN property

WithTapeARN(String) Obsolete.
Sets the TapeARN property

Inheritance Hierarchy
Object
AmazonWebServiceRequest
 CancelArchivalRequest
See Also

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