Show / Hide Table of Contents

Class FleetEc2InboundPermission

Inheritance
System.Object
FleetEc2InboundPermission
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.GameLift.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class FleetEc2InboundPermission

Fields

View Source

FromPort

Starting value for a range of allowed port numbers.

Declaration
public readonly int FromPort
Field Value
Type Description
System.Int32
View Source

IpRange

Range of allowed IP addresses expressed in CIDR notation. e.g. 000.000.000.000/[subnet mask] or 0.0.0.0/[subnet mask].

Declaration
public readonly string IpRange
Field Value
Type Description
System.String
View Source

Protocol

Network communication protocol used by the fleet. e.g. TCP or UDP

Declaration
public readonly string Protocol
Field Value
Type Description
System.String
View Source

ToPort

Ending value for a range of allowed port numbers. Port numbers are end-inclusive. This value must be higher than from_port.

Declaration
public readonly int ToPort
Field Value
Type Description
System.Int32
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.