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.

This data type is used with the Amazon GameLift FleetIQ and game server groups.

Additional properties, including status, that describe an EC2 instance in a game server group. Instance configurations are set with game server group properties (see DescribeGameServerGroup and with the EC2 launch template that was used when creating the game server group.

Retrieve game server instances for a game server group by calling DescribeGameServerInstances.

Inheritance Hierarchy

System.Object
  Amazon.GameLift.Model.GameServerInstance

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

Syntax

C#
public class GameServerInstance

The GameServerInstance type exposes the following members

Constructors

NameDescription
Public Method GameServerInstance()

Properties

NameTypeDescription
Public Property GameServerGroupArn System.String

Gets and sets the property GameServerGroupArn.

A generated unique identifier for the game server group that includes the game server instance.

Public Property GameServerGroupName System.String

Gets and sets the property GameServerGroupName.

A developer-defined identifier for the game server group that includes the game server instance. The name is unique for each Region in each Amazon Web Services account.

Public Property InstanceId System.String

Gets and sets the property InstanceId.

The unique identifier for the instance where the game server is running. This ID is available in the instance metadata. EC2 instance IDs use a 17-character format, for example: i-1234567890abcdef0.

Public Property InstanceStatus Amazon.GameLift.GameServerInstanceStatus

Gets and sets the property InstanceStatus.

Current status of the game server instance

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5