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

The Amazon GameLift Servers service limits for an Amazon EC2 instance type and current utilization. Amazon GameLift Servers allows Amazon Web Services accounts a maximum number of instances, per instance type, per Amazon Web Services Region or location, for use with Amazon GameLift Servers. You can request an limit increase for your account by using the Service limits page in the Amazon GameLift Servers console.

Inheritance Hierarchy

System.Object
  Amazon.GameLift.Model.EC2InstanceLimit

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

Syntax

C#
public class EC2InstanceLimit

The EC2InstanceLimit type exposes the following members

Constructors

NameDescription
Public Method EC2InstanceLimit()

Properties

NameTypeDescription
Public Property CurrentInstances System.Nullable<System.Int32>

Gets and sets the property CurrentInstances.

The number of instances for the specified type and location that are currently being used by the Amazon Web Services account.

Public Property EC2InstanceType Amazon.GameLift.EC2InstanceType

Gets and sets the property EC2InstanceType.

The name of an Amazon EC2 instance type. See Amazon Elastic Compute Cloud Instance Types for detailed descriptions.

Public Property InstanceLimit System.Nullable<System.Int32>

Gets and sets the property InstanceLimit.

The number of instances that is allowed for the specified instance type and location.

Public Property Location System.String

Gets and sets the property Location.

An Amazon Web Services Region code, such as us-west-2.

Version Information

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

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer