PrivateConnection

class PrivateConnection : KotlinCustomResource

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

Properties

Link copied to clipboard
val createTime: Output<String>

The create time of the resource.

Link copied to clipboard
val displayName: Output<String>

The private connection display name.

Link copied to clipboard
val error: Output<StatusResponse>

The error details in case of state FAILED.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

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>
Link copied to clipboard
val name: Output<String>

The name of the resource.

Link copied to clipboard

Required. The private connection identifier.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val requestId: Output<String>?

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>?

Optional. If set to true, will skip validations.

Link copied to clipboard
val state: Output<String>

The state of the private connection.

Link copied to clipboard
val updateTime: Output<String>

The last update time of the resource.

Link copied to clipboard
val urn: Output<String>
Link copied to clipboard

VPC peering configuration.