GetSpokeResult

data class GetSpokeResult(val createTime: String, val description: String, val hub: String, val labels: Map<String, String>, val linkedInterconnectAttachments: List<String>, val linkedRouterApplianceInstances: List<RouterApplianceInstanceResponse>, val linkedVpnTunnels: List<String>, 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: List<String>, linkedRouterApplianceInstances: List<RouterApplianceInstanceResponse>, linkedVpnTunnels: List<String>, name: String, state: String, uniqueId: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The time when the Spoke was created.

Link copied to clipboard

Short description of the spoke resource

Link copied to clipboard
val hub: String

The resource URL of the hub resource that the spoke is attached to

Link copied to clipboard

User-defined labels.

Link copied to clipboard

The URIs of linked interconnect attachment resources

Link copied to clipboard

The URIs of linked Router appliance resources

Link copied to clipboard

The URIs of linked VPN tunnel resources

Link copied to clipboard

Immutable. The name of a Spoke resource.

Link copied to clipboard

The current lifecycle state of this Hub.

Link copied to clipboard

Google-generated UUID for this resource. This is unique across all Spoke resources. If a Spoke resource is deleted and another with the same name is created, it gets a different unique_id.

Link copied to clipboard

The time when the Spoke was updated.