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.

This is the response object from the DescribeContainerGroupPortMappings operation.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceResponse
    Amazon.GameLift.Model.DescribeContainerGroupPortMappingsResponse

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

Syntax

C#
public class DescribeContainerGroupPortMappingsResponse : AmazonWebServiceResponse

The DescribeContainerGroupPortMappingsResponse type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property ComputeName System.String

Gets and sets the property ComputeName.

A unique identifier for the compute resource running the game server container group. Returned when ContainerGroupType is GAME_SERVER.

Public Property ContainerGroupDefinitionArn System.String

Gets and sets the property ContainerGroupDefinitionArn.

The Amazon Resource Name (ARN) that is assigned to the container group definition. The ARN value also identifies the specific container group definition version in use.

Public Property ContainerGroupPortMappings System.Collections.Generic.List<Amazon.GameLift.Model.ContainerGroupPortMapping>

Gets and sets the property ContainerGroupPortMappings.

A list of ContainerGroupPortMapping objects that describe the port mappings for each container in the container group.

Starting with version 4 of the SDK this property will default to null. If no data for this property is returned from the service the property will also be null. This was changed to improve performance and allow the SDK and caller to distinguish between a property not set or a property being empty to clear out a value. To retain the previous SDK behavior set the AWSConfigs.InitializeCollections static property to true.

Public Property ContainerGroupType Amazon.GameLift.ContainerGroupType

Gets and sets the property ContainerGroupType.

The type of container group that was specified in the request. Valid values are GAME_SERVER or PER_INSTANCE.

Public Property ContentLength System.Int64 Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property FleetId System.String

Gets and sets the property FleetId.

A unique identifier for the container fleet.

Public Property HttpStatusCode System.Net.HttpStatusCode Inherited from Amazon.Runtime.AmazonWebServiceResponse.
Public Property InstanceId System.String

Gets and sets the property InstanceId.

A unique identifier for the fleet instance. For GAME_SERVER requests, this is the instance running the specified compute. For PER_INSTANCE requests, this is the instance specified in the request.

Public Property Location System.String

Gets and sets the property Location.

The location of the fleet instance, expressed as an Amazon Web Services Region code, such as us-west-2.

Public Property ResponseMetadata Amazon.Runtime.ResponseMetadata Inherited from Amazon.Runtime.AmazonWebServiceResponse.

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