Marketplace
BrowsePublish
Marketplace
You are viewing an outdated version of provider-azure.Go to Latest
upbound/provider-azure@v1.0.1
VirtualNetworkGateway
network.azure.upbound.io
VirtualNetworkGateway
upbound/provider-azure@v1.0.1network.azure.upbound.io

VirtualNetworkGateway is the Schema for the VirtualNetworkGateways API. Manages a virtual network gateway to establish secure, cross-premises connectivity.

Type

CRD

Group

network.azure.upbound.io

Version

v1beta1

apiVersion: network.azure.upbound.io/v1beta1

kind: VirtualNetworkGateway

API Documentation
apiVersion
string
kind
string
metadata
object
spec
object
object

VirtualNetworkGatewaySpec defines the desired state of VirtualNetworkGateway

forProvider
requiredobject
requiredobject

No description provided.

array

A bgp_settings block which is documented below. In this block the BGP specific settings can be defined.

asn
number
array

A list of peering_addresses blocks as defined below. Only one peering_addresses block can be specified except when active_active of this Virtual Network Gateway is true.

array

A list of Azure custom APIPA addresses assigned to the BGP peer of the Virtual Network Gateway.

array

A custom_route block as defined below. Specifies a custom routes address space for a virtual network gateway and a VpnClient.

array

A list of address blocks reserved for this virtual network in CIDR notation.

edgeZone
string
enableBgp
boolean
array

One or more (up to 3) ip_configuration blocks documented below. An active-standby gateway requires exactly one ip_configuration block, an active-active gateway requires exactly two ip_configuration blocks whereas an active-active zone redundant gateway with P2S configuration requires exactly three ip_configuration blocks.

name
string
object

Reference to a PublicIP in network to populate publicIpAddressId.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a PublicIP in network to populate publicIpAddressId.

policy
object
object

Policies for selection.

resolve
string
subnetId
string
object

Reference to a Subnet to populate subnetId.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a Subnet to populate subnetId.

policy
object
object

Policies for selection.

resolve
string
location
string
array

One or more policy_group blocks as defined below.

isDefault
boolean
name
string
array

One or more policy_member blocks as defined below.

name
string
type
string
value
string
priority
number
object

Reference to a ResourceGroup in azure to populate resourceGroupName.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a ResourceGroup in azure to populate resourceGroupName.

policy
object
object

Policies for selection.

resolve
string
sku
string
tags
object
type
string
array

A vpn_client_configuration block which is documented below. In this block the Virtual Network Gateway can be configured to accept IPSec point-to-site connections.

aadIssuer
string
aadTenant
string
array

The address space out of which IP addresses for vpn clients will be taken. You can provide more than one address space, e.g. in CIDR notation.

array

An ipsec_policy block as defined below.

array

One or more radius_server blocks as defined below.

address
string
score
number
secretSecretRef
requiredobject
requiredobject

The secret that is used to communicate with the Radius Server.

key
requiredstring
name
requiredstring
namespace
requiredstring
array

One or more revoked_certificate blocks which are defined below.

name
string
array

One or more root_certificate blocks which are defined below. These root certificates are used to sign the client certificate used by the VPN clients to connect to the gateway.

name
string
array

One or more virtual_network_gateway_client_connection blocks as defined below.

array

A list of address prefixes for P2S VPN Client.

name
string
array

A list of names of Virtual Network Gateway Policy Groups.

array

List of the vpn authentication types for the virtual network gateway. The supported values are AAD, Radius and Certificate.

array

List of the protocols supported by the vpn client. The supported values are SSTP, IkeV2 and OpenVPN. Values SSTP and IkeV2 are incompatible with the use of aad_tenant, aad_audience and aad_issuer.

vpnType
string
object

THIS IS A BETA FIELD. It will be honored unless the Management Policies feature flag is disabled. InitProvider holds the same fields as ForProvider, with the exception of Identifier and other resource reference fields. The fields that are in InitProvider are merged into ForProvider when the resource is created. The same fields are also added to the terraform ignore_changes hook, to avoid updating them after creation. This is useful for fields that are required on creation, but we do not desire to update them after creation, for example because of an external controller is managing them, like an autoscaler.

array

A bgp_settings block which is documented below. In this block the BGP specific settings can be defined.

asn
number
array

A list of peering_addresses blocks as defined below. Only one peering_addresses block can be specified except when active_active of this Virtual Network Gateway is true.

array

A list of Azure custom APIPA addresses assigned to the BGP peer of the Virtual Network Gateway.

array

A custom_route block as defined below. Specifies a custom routes address space for a virtual network gateway and a VpnClient.

array

A list of address blocks reserved for this virtual network in CIDR notation.

edgeZone
string
enableBgp
boolean
array

One or more (up to 3) ip_configuration blocks documented below. An active-standby gateway requires exactly one ip_configuration block, an active-active gateway requires exactly two ip_configuration blocks whereas an active-active zone redundant gateway with P2S configuration requires exactly three ip_configuration blocks.

name
string
object

Reference to a PublicIP in network to populate publicIpAddressId.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a PublicIP in network to populate publicIpAddressId.

policy
object
object

Policies for selection.

resolve
string
subnetId
string
object

Reference to a Subnet to populate subnetId.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

Selector for a Subnet to populate subnetId.

policy
object
object

Policies for selection.

resolve
string
location
string
array

One or more policy_group blocks as defined below.

isDefault
boolean
name
string
array

One or more policy_member blocks as defined below.

name
string
type
string
value
string
priority
number
sku
string
tags
object
type
string
array

A vpn_client_configuration block which is documented below. In this block the Virtual Network Gateway can be configured to accept IPSec point-to-site connections.

aadIssuer
string
aadTenant
string
array

The address space out of which IP addresses for vpn clients will be taken. You can provide more than one address space, e.g. in CIDR notation.

array

An ipsec_policy block as defined below.

array

One or more radius_server blocks as defined below.

address
string
score
number
array

One or more revoked_certificate blocks which are defined below.

name
string
array

One or more root_certificate blocks which are defined below. These root certificates are used to sign the client certificate used by the VPN clients to connect to the gateway.

name
string
array

One or more virtual_network_gateway_client_connection blocks as defined below.

array

A list of address prefixes for P2S VPN Client.

name
string
array

A list of names of Virtual Network Gateway Policy Groups.

array

List of the vpn authentication types for the virtual network gateway. The supported values are AAD, Radius and Certificate.

array

List of the protocols supported by the vpn client. The supported values are SSTP, IkeV2 and OpenVPN. Values SSTP and IkeV2 are incompatible with the use of aad_tenant, aad_audience and aad_issuer.

vpnType
string
array

THIS IS A BETA FIELD. It is on by default but can be opted out through a Crossplane feature flag. ManagementPolicies specify the array of actions Crossplane is allowed to take on the managed and external resources. This field is planned to replace the DeletionPolicy field in a future release. Currently, both could be set independently and non-default values would be honored if the feature flag is enabled. If both are custom, the DeletionPolicy field will be ignored. See the design doc for more information: https://github.com/crossplane/crossplane/blob/499895a25d1a1a0ba1604944ef98ac7a1a71f197/design/design-doc-observe-only-resources.md?plain=1#L223 and this one: https://github.com/crossplane/crossplane/blob/444267e84783136daa93568b364a5f01228cacbe/design/one-pager-ignore-changes.md

object

ProviderConfigReference specifies how the provider that will be used to create, observe, update, and delete this managed resource should be configured.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
object

PublishConnectionDetailsTo specifies the connection secret config which contains a name, metadata and a reference to secret store config to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource.

configRef
object
object

SecretStoreConfigRef specifies which secret store config should be used for this ConnectionSecret.

name
requiredstring
policy
object
object

Policies for referencing.

resolve
string
metadata
object
object

Metadata is the metadata for connection secret.

labels
object
type
string
name
requiredstring
object

WriteConnectionSecretToReference specifies the namespace and name of a Secret to which any connection details for this managed resource should be written. Connection details frequently include the endpoint, username, and password required to connect to the managed resource. This field is planned to be replaced in a future release in favor of PublishConnectionDetailsTo. Currently, both could be set independently and connection details would be published to both without affecting each other.

name
requiredstring
namespace
requiredstring
status
object
object

VirtualNetworkGatewayStatus defines the observed state of VirtualNetworkGateway.

object

No description provided.

array

A bgp_settings block which is documented below. In this block the BGP specific settings can be defined.

asn
number
array

A list of peering_addresses blocks as defined below. Only one peering_addresses block can be specified except when active_active of this Virtual Network Gateway is true.

array

A list of Azure custom APIPA addresses assigned to the BGP peer of the Virtual Network Gateway.

array

A list of peering address assigned to the BGP peer of the Virtual Network Gateway.

array

A list of tunnel IP addresses assigned to the BGP peer of the Virtual Network Gateway.

array

A custom_route block as defined below. Specifies a custom routes address space for a virtual network gateway and a VpnClient.

array

A list of address blocks reserved for this virtual network in CIDR notation.

edgeZone
string
enableBgp
boolean
id
string
array

One or more (up to 3) ip_configuration blocks documented below. An active-standby gateway requires exactly one ip_configuration block, an active-active gateway requires exactly two ip_configuration blocks whereas an active-active zone redundant gateway with P2S configuration requires exactly three ip_configuration blocks.

location
string
array

One or more policy_group blocks as defined below.

isDefault
boolean
name
string
array

One or more policy_member blocks as defined below.

name
string
type
string
value
string
priority
number
sku
string
tags
object
type
string
array

A vpn_client_configuration block which is documented below. In this block the Virtual Network Gateway can be configured to accept IPSec point-to-site connections.

aadIssuer
string
aadTenant
string
array

The address space out of which IP addresses for vpn clients will be taken. You can provide more than one address space, e.g. in CIDR notation.

array

An ipsec_policy block as defined below.

array

One or more radius_server blocks as defined below.

address
string
score
number
array

One or more revoked_certificate blocks which are defined below.

name
string
array

One or more root_certificate blocks which are defined below. These root certificates are used to sign the client certificate used by the VPN clients to connect to the gateway.

name
string
array

One or more virtual_network_gateway_client_connection blocks as defined below.

array

A list of address prefixes for P2S VPN Client.

name
string
array

A list of names of Virtual Network Gateway Policy Groups.

array

List of the vpn authentication types for the virtual network gateway. The supported values are AAD, Radius and Certificate.

array

List of the protocols supported by the vpn client. The supported values are SSTP, IkeV2 and OpenVPN. Values SSTP and IkeV2 are incompatible with the use of aad_tenant, aad_audience and aad_issuer.

vpnType
string
array

Conditions of the resource.

lastTransitionTime
requiredstring
message
string
reason
requiredstring
status
requiredstring
type
requiredstring
Marketplace

Discover the building blocks for your internal cloud platform.

© 2022 Upbound, Inc.

SolutionsProvidersConfigurations
LearnDocumentationTry for Free
MorePrivacy PolicyTerms & Conditions
Marketplace

© 2022 Upbound, Inc.

Marketplace

Discover the building blocksfor your internal cloud platform.