AWS SDK Version 3 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.

Container for the parameters to the CreateGateway operation. Creates a backup gateway. After you create a gateway, you can associate it with a server using the AssociateGatewayToServer operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.BackupGateway.AmazonBackupGatewayRequest
      Amazon.BackupGateway.Model.CreateGatewayRequest

Namespace: Amazon.BackupGateway.Model
Assembly: AWSSDK.BackupGateway.dll
Version: 3.x.y.z

Syntax

C#
public class CreateGatewayRequest : AmazonBackupGatewayRequest
         IAmazonWebServiceRequest

The CreateGatewayRequest type exposes the following members

Constructors

NameDescription
Public Method CreateGatewayRequest()

Properties

NameTypeDescription
Public Property ActivationKey System.String

Gets and sets the property ActivationKey.

The activation key of the created gateway.

Public Property GatewayDisplayName System.String

Gets and sets the property GatewayDisplayName.

The display name of the created gateway.

Public Property GatewayType Amazon.BackupGateway.GatewayType

Gets and sets the property GatewayType.

The type of created gateway.

Public Property Tags System.Collections.Generic.List<Amazon.BackupGateway.Model.Tag>

Gets and sets the property Tags.

A list of up to 50 tags to assign to the gateway. Each tag is a key-value pair.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

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