Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VirtualNetworkGatewayConnection

Package version

A common class for general resource information

Hierarchy

  • Resource
    • VirtualNetworkGatewayConnection

Index

Properties

Optional authorizationKey

authorizationKey: undefined | string

The authorizationKey.

Optional connectionStatus

Virtual network Gateway connection status. Possible values are 'Unknown', 'Connecting', 'Connected' and 'NotConnected'. Possible values include: 'Unknown', 'Connecting', 'Connected', 'NotConnected' NOTE: This property will not be serialized. It can only be populated by the server.

connectionType

Gateway connection type. Possible values are: 'IPsec','Vnet2Vnet','ExpressRoute', and 'VPNClient. Possible values include: 'IPsec', 'Vnet2Vnet', 'ExpressRoute', 'VPNClient'

Optional egressBytesTransferred

egressBytesTransferred: undefined | number

The egress bytes transferred in this connection. NOTE: This property will not be serialized. It can only be populated by the server.

Optional enableBgp

enableBgp: undefined | false | true

EnableBgp flag

Optional etag

etag: undefined | string

Gets a unique read-only string that changes whenever the resource is updated.

Optional id

id: undefined | string

Resource ID.

Optional ingressBytesTransferred

ingressBytesTransferred: undefined | number

The ingress bytes transferred in this connection. NOTE: This property will not be serialized. It can only be populated by the server.

Optional ipsecPolicies

ipsecPolicies: IpsecPolicy[]

The IPSec Policies to be considered by this connection.

Optional localNetworkGateway2

localNetworkGateway2: LocalNetworkGateway

The reference to local network gateway resource.

Optional location

location: undefined | string

Resource location.

Optional name

name: undefined | string

Resource name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional peer

The reference to peerings resource.

Optional provisioningState

provisioningState: undefined | string

The provisioning state of the VirtualNetworkGatewayConnection resource. Possible values are: 'Updating', 'Deleting', and 'Failed'. NOTE: This property will not be serialized. It can only be populated by the server.

Optional resourceGuid

resourceGuid: undefined | string

The resource GUID property of the VirtualNetworkGatewayConnection resource.

Optional routingWeight

routingWeight: undefined | number

The routing weight.

Optional sharedKey

sharedKey: undefined | string

The IPSec shared key.

Optional tags

tags: undefined | object

Resource tags.

Optional tunnelConnectionStatus

tunnelConnectionStatus: TunnelConnectionHealth[]

Collection of all tunnels' connection health status. NOTE: This property will not be serialized. It can only be populated by the server.

Optional type

type: undefined | string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Optional usePolicyBasedTrafficSelectors

usePolicyBasedTrafficSelectors: undefined | false | true

Enable policy-based traffic selectors.

virtualNetworkGateway1

virtualNetworkGateway1: VirtualNetworkGateway

The reference to virtual network gateway resource.

Optional virtualNetworkGateway2

virtualNetworkGateway2: VirtualNetworkGateway

The reference to virtual network gateway resource.

Generated using TypeDoc