VpnTunnelArgs

data class VpnTunnelArgs(val description: Output<String>? = null, val ikeVersion: Output<Int>? = null, val labels: Output<Map<String, String>>? = null, val localTrafficSelector: Output<List<String>>? = null, val name: Output<String>? = null, val peerExternalGateway: Output<String>? = null, val peerExternalGatewayInterface: Output<Int>? = null, val peerGcpGateway: Output<String>? = null, val peerIp: Output<String>? = null, val project: Output<String>? = null, val region: Output<String>? = null, val remoteTrafficSelector: Output<List<String>>? = null, val requestId: Output<String>? = null, val router: Output<String>? = null, val sharedSecret: Output<String>? = null, val sharedSecretHash: Output<String>? = null, val targetVpnGateway: Output<String>? = null, val vpnGateway: Output<String>? = null, val vpnGatewayInterface: Output<Int>? = null) : ConvertibleToJava<VpnTunnelArgs>

Creates a VpnTunnel resource in the specified project and region using the data included in the request.

Constructors

Link copied to clipboard
fun VpnTunnelArgs(description: Output<String>? = null, ikeVersion: Output<Int>? = null, labels: Output<Map<String, String>>? = null, localTrafficSelector: Output<List<String>>? = null, name: Output<String>? = null, peerExternalGateway: Output<String>? = null, peerExternalGatewayInterface: Output<Int>? = null, peerGcpGateway: Output<String>? = null, peerIp: Output<String>? = null, project: Output<String>? = null, region: Output<String>? = null, remoteTrafficSelector: Output<List<String>>? = null, requestId: Output<String>? = null, router: Output<String>? = null, sharedSecret: Output<String>? = null, sharedSecretHash: Output<String>? = null, targetVpnGateway: Output<String>? = null, vpnGateway: Output<String>? = null, vpnGatewayInterface: Output<Int>? = null)

Functions

Link copied to clipboard
open override fun toJava(): VpnTunnelArgs

Properties

Link copied to clipboard
val description: Output<String>? = null

An optional description of this resource. Provide this property when you create the resource.

Link copied to clipboard
val ikeVersion: Output<Int>? = null

IKE protocol version to use when establishing the VPN tunnel with the peer VPN gateway. Acceptable IKE versions are 1 or 2. The default version is 2.

Link copied to clipboard
val labels: Output<Map<String, String>>? = null

Labels for this resource. These can only be added or modified by the setLabels method. Each label key/value pair must comply with RFC1035. Label values may be empty.

Link copied to clipboard
val localTrafficSelector: Output<List<String>>? = null

Local traffic selector to use when establishing the VPN tunnel with the peer VPN gateway. The value should be a CIDR formatted string, for example: 192.168.0.0/16. The ranges must be disjoint. Only IPv4 is supported.

Link copied to clipboard
val name: Output<String>? = null

Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

Link copied to clipboard
val peerExternalGateway: Output<String>? = null

URL of the peer side external VPN gateway to which this VPN tunnel is connected. Provided by the client when the VPN tunnel is created. This field is exclusive with the field peerGcpGateway.

Link copied to clipboard
val peerExternalGatewayInterface: Output<Int>? = null

The interface ID of the external VPN gateway to which this VPN tunnel is connected. Provided by the client when the VPN tunnel is created. Possible values are: 0, 1, 2, 3. The number of IDs in use depends on the external VPN gateway redundancy type.

Link copied to clipboard
val peerGcpGateway: Output<String>? = null

URL of the peer side HA GCP VPN gateway to which this VPN tunnel is connected. Provided by the client when the VPN tunnel is created. This field can be used when creating highly available VPN from VPC network to VPC network, the field is exclusive with the field peerExternalGateway. If provided, the VPN tunnel will automatically use the same vpnGatewayInterface ID in the peer GCP VPN gateway.

Link copied to clipboard
val peerIp: Output<String>? = null

IP address of the peer VPN gateway. Only IPv4 is supported.

Link copied to clipboard
val project: Output<String>? = null
Link copied to clipboard
val region: Output<String>? = null
Link copied to clipboard
val remoteTrafficSelector: Output<List<String>>? = null

Remote traffic selectors to use when establishing the VPN tunnel with the peer VPN gateway. The value should be a CIDR formatted string, for example: 192.168.0.0/16. The ranges should be disjoint. Only IPv4 is supported.

Link copied to clipboard
val requestId: Output<String>? = null

An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).

Link copied to clipboard
val router: Output<String>? = null

URL of the router resource to be used for dynamic routing.

Link copied to clipboard
val sharedSecret: Output<String>? = null

Shared secret used to set the secure session between the Cloud VPN gateway and the peer VPN gateway.

Link copied to clipboard
val sharedSecretHash: Output<String>? = null

Hash of the shared secret.

Link copied to clipboard
val targetVpnGateway: Output<String>? = null

URL of the Target VPN gateway with which this VPN tunnel is associated. Provided by the client when the VPN tunnel is created.

Link copied to clipboard
val vpnGateway: Output<String>? = null

URL of the VPN gateway with which this VPN tunnel is associated. Provided by the client when the VPN tunnel is created. This must be used (instead of target_vpn_gateway) if a High Availability VPN gateway resource is created.

Link copied to clipboard
val vpnGatewayInterface: Output<Int>? = null

The interface ID of the VPN gateway with which this VPN tunnel is associated. Possible values are: 0, 1.