SpokeArgs

data class SpokeArgs(val description: Output<String>? = null, val hub: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val linkedInterconnectAttachments: Output<LinkedInterconnectAttachmentsArgs>? = null, val linkedRouterApplianceInstances: Output<LinkedRouterApplianceInstancesArgs>? = null, val linkedVpnTunnels: Output<LinkedVpnTunnelsArgs>? = null, val location: Output<String>? = null, val name: Output<String>? = null, val project: Output<String>? = null, val requestId: Output<String>? = null, val spokeId: Output<String>? = null) : ConvertibleToJava<SpokeArgs>

Creates a Network Connectivity Center spoke.

Constructors

Link copied to clipboard
fun SpokeArgs(description: Output<String>? = null, hub: Output<String>? = null, labels: Output<Map<String, String>>? = null, linkedInterconnectAttachments: Output<LinkedInterconnectAttachmentsArgs>? = null, linkedRouterApplianceInstances: Output<LinkedRouterApplianceInstancesArgs>? = null, linkedVpnTunnels: Output<LinkedVpnTunnelsArgs>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, requestId: Output<String>? = null, spokeId: Output<String>? = null)

Functions

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

Properties

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

An optional description of the spoke.

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

Immutable. The name of the hub that this spoke is attached to.

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

Optional labels in key:value format. For more information about labels, see Requirements for labels.

Link copied to clipboard

VLAN attachments that are associated with the spoke.

Link copied to clipboard

Router appliance instances that are associated with the spoke.

Link copied to clipboard

VPN tunnels that are associated with the spoke.

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

Immutable. The name of the spoke. Spoke names must be unique. They use the following form: projects/{project_number}/locations/{region}/spokes/{spoke_id}

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

Optional. A unique request ID (optional). If you specify this ID, you can use it in cases when you need to retry your request. When you need to retry, this ID lets the server know that it can ignore the request if it has already been completed. The server guarantees that for at least 60 minutes after the first request. 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 to see whether the original operation was received. If it was, the server ignores the second request. This behavior prevents clients from mistakenly 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 spokeId: Output<String>? = null

Required. Unique id for the spoke to create.