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.

Describes a gateway object.

Inheritance Hierarchy

System.Object
  Amazon.StorageGateway.Model.GatewayInfo

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

Syntax

C#
public class GatewayInfo

The GatewayInfo type exposes the following members

Constructors

NameDescription
Public Method GatewayInfo()

Properties

NameTypeDescription
Public Property DeprecationDate System.String

Gets and sets the property DeprecationDate.

Date after which this gateway will not receive software updates for new features and bug fixes.

Public Property Ec2InstanceId System.String

Gets and sets the property Ec2InstanceId.

The ID of the Amazon EC2 instance that was used to launch the gateway.

Public Property Ec2InstanceRegion System.String

Gets and sets the property Ec2InstanceRegion.

The Amazon Web Services Region where the Amazon EC2 instance is located.

Public Property GatewayARN System.String

Gets and sets the property GatewayARN.

The Amazon Resource Name (ARN) of the gateway. Use the ListGateways operation to return a list of gateways for your account and Amazon Web Services Region.

Public Property GatewayId System.String

Gets and sets the property GatewayId.

The unique identifier assigned to your gateway during activation. This ID becomes part of the gateway Amazon Resource Name (ARN), which you use as input for other operations.

Public Property GatewayName System.String

Gets and sets the property GatewayName.

The name of the gateway.

Public Property GatewayOperationalState System.String

Gets and sets the property GatewayOperationalState.

The state of the gateway.

Valid Values: DISABLED | ACTIVE

Public Property GatewayType System.String

Gets and sets the property GatewayType.

The type of the gateway.

Public Property HostEnvironment Amazon.StorageGateway.HostEnvironment

Gets and sets the property HostEnvironment.

The type of hardware or software platform on which the gateway is running.

Public Property HostEnvironmentId System.String

Gets and sets the property HostEnvironmentId.

A unique identifier for the specific instance of the host platform running the gateway. This value is only available for certain host environments, and its format depends on the host environment type.

Public Property SoftwareVersion System.String

Gets and sets the property SoftwareVersion.

The version number of the software running on the gateway appliance.

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