Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GatewayResourceDescription

Package version

This type describes a gateway resource.

Hierarchy

  • GatewayResourceDescription

Index

Properties

Optional description

description: undefined | string

User readable description of the gateway.

destinationNetwork

destinationNetwork: NetworkRef

Network that the Application is using.

Optional http

http: HttpConfig[]

Configuration for http connectivity for this gateway.

Optional ipAddress

ipAddress: undefined | string

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.

name

name: string

Name of the Gateway resource.

sourceNetwork

sourceNetwork: NetworkRef

Network the gateway should listen on for requests.

Optional status

Status of the resource. Possible values include: 'Unknown', 'Ready', 'Upgrading', 'Creating', 'Deleting', 'Failed' NOTE: This property will not be serialized. It can only be populated by the server.

Optional statusDetails

statusDetails: undefined | string

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.

Optional tcp

tcp: TcpConfig[]

Configuration for tcp connectivity for this gateway.

Generated using TypeDoc