PrivateConnectionArgs

data class PrivateConnectionArgs(val displayName: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val privateConnectionId: Output<String>? = null, val project: Output<String>? = null, val requestId: Output<String>? = null, val skipValidation: Output<Boolean>? = null, val vpcPeeringConfig: Output<VpcPeeringConfigArgs>? = null) : ConvertibleToJava<PrivateConnectionArgs>

Creates a new private connection in a given project and location.

Constructors

Link copied to clipboard
fun PrivateConnectionArgs(displayName: Output<String>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, name: Output<String>? = null, privateConnectionId: Output<String>? = null, project: Output<String>? = null, requestId: Output<String>? = null, skipValidation: Output<Boolean>? = null, vpcPeeringConfig: Output<VpcPeeringConfigArgs>? = null)

Functions

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

Properties

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

The private connection display name.

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

The resource labels for private connections to use to annotate any related underlying resources such as Compute Engine VMs. An object containing a list of "key": "value" pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

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

The name of the resource.

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

Required. The private connection identifier.

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

Optional. A unique ID used to identify the request. If the server receives two requests with the same ID, then the second request is ignored. It is recommended to always set this value to a UUID. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 40 characters.

Link copied to clipboard
val skipValidation: Output<Boolean>? = null

Optional. If set to true, will skip validations.

Link copied to clipboard

VPC peering configuration.