public sealed class Spoke : IMessage<Spoke>, IEquatable<Spoke>, IDeepCloneable<Spoke>, IBufferMessage, IMessage
A Spoke is an abstraction of a network attachment being attached
to a Hub. A Spoke can be underlying a VPN tunnel, a
VLAN (interconnect) attachment, a Router appliance, etc.
Output only. 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-01 UTC."],[[["Spoke is an abstraction representing a network attachment to a Hub, which can include VPN tunnels, VLAN attachments, or Router appliances."],["The Spoke class, version 1.0.0-alpha03, is a sealed class that implements several interfaces including IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["Key properties of a Spoke include CreateTime, Description, Hub attachment, Labels, and connections to other resources such as Interconnect Attachments, Router Appliance Instances, and VPN Tunnels."],["A Spoke resource also has system-managed properties such as State, UniqueId, and UpdateTime, which reflect the current lifecycle and history of the Spoke."],["It is available in the namespace Google.Cloud.NetworkConnectivity.V1Alpha1 and within the Assembly Google.Cloud.NetworkConnectivity.V1Alpha1.dll."]]],[]]