Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface VirtualNetworkGateway

Package version

A common class for general resource information

Hierarchy

Index

Properties

Optional activeActive

activeActive: undefined | false | true

ActiveActive flag

Optional bgpSettings

bgpSettings: BgpSettings

Virtual network gateway's BGP speaker settings.

Optional enableBgp

enableBgp: undefined | false | true

Whether BGP is enabled for this virtual network gateway or not.

Optional etag

etag: undefined | string

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

Optional gatewayDefaultSite

gatewayDefaultSite: SubResource

The reference of the LocalNetworkGateway resource which represents local network site having default routes. Assign Null value in case of removing existing default site setting.

Optional gatewayType

The type of this virtual network gateway. Possible values are: 'Vpn' and 'ExpressRoute'. Possible values include: 'Vpn', 'ExpressRoute'

Optional id

id: undefined | string

Resource ID.

Optional ipConfigurations

IP configurations for virtual network gateway.

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 provisioningState

provisioningState: undefined | string

The provisioning state of the VirtualNetworkGateway 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 VirtualNetworkGateway resource.

Optional sku

The reference of the VirtualNetworkGatewaySku resource which represents the SKU selected for Virtual network gateway.

Optional tags

tags: undefined | object

Resource tags.

Optional type

type: undefined | string

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

Optional vpnClientConfiguration

vpnClientConfiguration: VpnClientConfiguration

The reference of the VpnClientConfiguration resource which represents the P2S VpnClient configurations.

Optional vpnType

vpnType: VpnType

The type of this virtual network gateway. Possible values are: 'PolicyBased' and 'RouteBased'. Possible values include: 'PolicyBased', 'RouteBased'

Generated using TypeDoc