GetSpokeResult

data class GetSpokeResult(val createTime: String, val description: String, val hub: String, val labels: Map<String, String>, val linkedInterconnectAttachments: LinkedInterconnectAttachmentsResponse, val linkedRouterApplianceInstances: LinkedRouterApplianceInstancesResponse, val linkedVpnTunnels: LinkedVpnTunnelsResponse, val name: String, val state: String, val uniqueId: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetSpokeResult(createTime: String, description: String, hub: String, labels: Map<String, String>, linkedInterconnectAttachments: LinkedInterconnectAttachmentsResponse, linkedRouterApplianceInstances: LinkedRouterApplianceInstancesResponse, linkedVpnTunnels: LinkedVpnTunnelsResponse, name: String, state: String, uniqueId: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time the spoke was created.

Link copied to clipboard

An optional description of the spoke.

Link copied to clipboard
val hub: String

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

Link copied to clipboard

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

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

The current lifecycle state of this spoke.

Link copied to clipboard

The Google-generated UUID for the spoke. This value is unique across all spoke resources. If a spoke is deleted and another with the same name is created, the new spoke is assigned a different unique_id.

Link copied to clipboard

The time the spoke was last updated.