azure.subscription.networkService.virtualNetworkGateway
Supported platform
- azure
Description
Azure Virtual Network (VNet) gateway
Fields
| ID | TYPE | DESCRIPTION |
|---|---|---|
| id | string | VNet gateway ID |
| name | string | VNet gateway name |
| location | string | VNet gateway location |
| tags | map[string]string | VNet gateway tags |
| type | string | VNet gateway resource type |
| etag | string | VNet gateway etag |
| properties | dict | VNet gateway properties |
| active | bool | Whether the virtual network gateway is active |
| enableBgp | bool | Whether BGP is enabled for this virtual network gateway |
| enableBgpRouteTranslationForNat | bool | Whether BGP route translation is enabled for this VNet gateway |
| enableDNSForwarding | bool | Whether DNS forwarding is enabled for this VNet gateway |
| enablePrivateIPAddress | bool | Whether private IP must be enabled for connections |
| disableIPSecReplayProtection | bool | Whether IP sec replay protection is disabled for this VNet gateway |
| provisioningState | string | VNet gateway provisioning state |
| inboundDNSForwardingEndpoint | string | The IP address allocated by the gateway to which DNS requests can be sent |
| skuName | string | VNet gateway SKU name |
| skuCapacity | int | VNet gateway SKU capacity |
| addressPrefixes | []string | A list of address blocks reserved for this virtual network in CIDR notation |
| gatewayType | string | VNet gateway type |
| vpnGatewayGeneration | string | VNet gateway generation |
| vpnType | string | VNet gateway VPN type |
| ipConfigurations | []azure.subscription.networkService.virtualNetworkGateway.ipConfig | VNet gateway IP configurations |
| bgpSettings | azure.subscription.networkService.bgpSettings | VNet gateway BGP settings |
| natRules | []azure.subscription.networkService.virtualNetworkGateway.natRule | VNet gateway NAT rules |
| connections | []azure.subscription.networkService.virtualNetworkGateway.connection | Applicable connections for the gateway |
| vpnClientConfiguration | dict | VPN client configuration (only set if P2S is configured for the gateway) |
References