Field | Type | Description |
---|---|---|
apiVersion |
string | azurerm.kubeform.com/v1alpha1 |
kind |
string | VirtualNetworkGateway |
metadata |
Kubernetes meta/v1.ObjectMeta | Refer to the Kubernetes API documentation for the fields of the metadata field. |
spec |
VirtualNetworkGatewaySpec | |
status |
VirtualNetworkGatewayStatus |
Field | Type | Description |
---|---|---|
providerRef |
Kubernetes core/v1.LocalObjectReference | |
id |
string | |
activeActive |
bool | (Optional) |
bgpSettings |
[]VirtualNetworkGatewaySpecBgpSettings | (Optional) |
defaultLocalNetworkGatewayID |
string | (Optional) |
enableBGP |
bool | (Optional) |
ipConfiguration |
[]VirtualNetworkGatewaySpecIpConfiguration | |
location |
string | |
name |
string | |
resourceGroupName |
string | |
sku |
string | |
tags |
map[string]string | (Optional) |
type |
string | |
vpnClientConfiguration |
[]VirtualNetworkGatewaySpecVpnClientConfiguration | (Optional) |
vpnType |
string | (Optional) |
Field | Type | Description |
---|---|---|
asn |
int | (Optional) |
peerWeight |
int | (Optional) |
peeringAddress |
string | (Optional) |
Field | Type | Description |
---|---|---|
name |
string | (Optional) |
privateIPAddressAllocation |
string | (Optional) |
publicIPAddressID |
string | (Optional) |
subnetID |
string |
Field | Type | Description |
---|---|---|
addressSpace |
[]string | |
radiusServerAddress |
string | (Optional) |
radiusServerSecret |
string | (Optional) |
revokedCertificate |
[]VirtualNetworkGatewaySpecVpnClientConfigurationRevokedCertificate | (Optional) |
rootCertificate |
[]VirtualNetworkGatewaySpecVpnClientConfigurationRootCertificate | (Optional) |
vpnClientProtocols |
[]string | (Optional) |
Field | Type | Description |
---|---|---|
name |
string | |
thumbprint |
string |
Field | Type | Description |
---|---|---|
name |
string | |
publicCertData |
string |
Field | Type | Description |
---|---|---|
observedGeneration |
int64 | (Optional) Resource generation, which is updated on mutation by the API Server. |
output |
VirtualNetworkGatewaySpec | (Optional) |
state |
kubeform.dev/kubeform/apis.State | (Optional) |