GatewayProperties interface

Describes properties of a gateway resource.

Properties

description

User readable description of the gateway.

destinationNetwork

Network that the Application is using.

http

Configuration for http connectivity for this gateway.

ipAddress

IP address of the gateway. This is populated in the response and is ignored for incoming requests. NOTE: This property will not be serialized. It can only be populated by the server.

sourceNetwork

Network the gateway should listen on for requests.

status

Status of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

statusDetails

Gives additional information about the current status of the gateway. NOTE: This property will not be serialized. It can only be populated by the server.

tcp

Configuration for tcp connectivity for this gateway.

Property Details

description

User readable description of the gateway.

description?: string

Property Value

string

destinationNetwork

Network that the Application is using.

destinationNetwork: NetworkRef

Property Value

http

Configuration for http connectivity for this gateway.

http?: HttpConfig[]

Property Value

ipAddress

IP address of the gateway. This is populated in the response and is ignored for incoming requests. NOTE: This property will not be serialized. It can only be populated by the server.

ipAddress?: string

Property Value

string

sourceNetwork

Network the gateway should listen on for requests.

sourceNetwork: NetworkRef

Property Value

status

Status of the resource. NOTE: This property will not be serialized. It can only be populated by the server.

status?: string

Property Value

string

statusDetails

Gives additional information about the current status of the gateway. NOTE: This property will not be serialized. It can only be populated by the server.

statusDetails?: string

Property Value

string

tcp

Configuration for tcp connectivity for this gateway.

tcp?: TcpConfig[]

Property Value