AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 4.5
 
Container for the parameters to the StartGateway operation. This operation starts a gateway that you previously shut down (see ShutdownGateway). After the gateway starts, you can then make other API calls, your applications can read from or write to the gateway's storage volumes and you will be able to take snapshot backups. When you make a request, you will get a 200 OK success response immediately. However, it might take some time for the gateway to be ready. You should call DescribeGatewayInformation and check the status before making any additional API calls. For more information, see ActivateGateway.

To specify which gateway to start, use the Amazon Resource Name (ARN) of the gateway in your request.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.StorageGateway.AmazonStorageGatewayRequest
      Amazon.StorageGateway.Model.StartGatewayRequest

Namespace: Amazon.StorageGateway.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class StartGatewayRequest : AmazonStorageGatewayRequest
         IRequestEvents

The StartGatewayRequest type exposes the following members

Constructors

NameDescription
Public Method StartGatewayRequest()

Properties

NameTypeDescription
Public Property GatewayARN System.String Gets and sets the property GatewayARN.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8