public sealed class Hub : IMessage<Hub>, IEquatable<Hub>, IDeepCloneable<Hub>, IBufferMessage, IMessage
Network Connectivity Center is a hub-and-spoke abstraction for
network connectivity management in Google Cloud. It reduces
operational complexity through a simple, centralized connectivity management
model. Following is the resource message of a hub.
Output only. Google-generated UUID for this resource. This is unique across all Hub
resources. If a Hub 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-03-21 UTC."],[[["This page provides documentation for the `Hub` class, which is part of the `Google.Cloud.NetworkConnectivity.V1Alpha1` namespace and version 1.0.0-alpha03, and the most recent version, 2.0.0-alpha04, is also available."],["The `Hub` class represents a central component within Google Cloud's Network Connectivity Center, managing network connectivity through a hub-and-spoke model."],["The `Hub` class includes properties such as `CreateTime`, `Description`, `Name`, `Spokes`, `State`, `UniqueId`, and `UpdateTime`, which provide details about the hub's creation, description, attached spokes, lifecycle state, unique identifier, and update times."],["This `Hub` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and its members can be accessed through various means."],["The class includes constructors and detailed property information including data types and descriptions such as the `SpokesAsSpokeNames`, allowing to view the spokes as a list."]]],[]]