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.
NOTE: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.

C# |
public class StartGatewayRequest : AmazonWebServiceRequest

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | StartGatewayRequest()()()() | Initializes a new instance of the StartGatewayRequest class |
![]() | 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.) |
![]() | WithGatewayARN(String) | Obsolete.
Sets the GatewayARN property
|

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