public sealed class Hub : IMessage<Hub>, IEquatable<Hub>, IDeepCloneable<Hub>, IBufferMessage, IMessage
A hub is a collection of spokes. A single hub can contain spokes from multiple regions. However, all of a hub's spokes must be associated with resources that reside in the same VPC network.
Namespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
Hub()
public Hub()
Hub(Hub)
public Hub(Hub other)
Parameter | |
---|---|
Name | Description |
other | Hub |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The time the hub was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
Description
public string Description { get; set; }
An optional description of the hub.
Property Value | |
---|---|
Type | Description |
String |
HubName
public HubName HubName { get; set; }
Property Value | |
---|---|
Type | Description |
HubName |
Labels
public MapField<string, string> Labels { get; }
Optional labels in key:value format. For more information about labels, see Requirements for labels.
Property Value | |
---|---|
Type | Description |
MapField<String, String> |
Name
public string Name { get; set; }
Immutable. The name of the hub. Hub names must be unique. They use the
following form:
projects/{project_number}/locations/global/hubs/{hub_id}
Property Value | |
---|---|
Type | Description |
String |
RoutingVpcs
public RepeatedField<RoutingVPC> RoutingVpcs { get; }
The VPC network associated with this hub's spokes. All of the VPN tunnels, VLAN attachments, and router appliance instances referenced by this hub's spokes must belong to this VPC network.
This field is read-only. Network Connectivity Center automatically populates it based on the set of spokes attached to the hub.
Property Value | |
---|---|
Type | Description |
RepeatedField<RoutingVPC> |
State
public State State { get; set; }
Output only. The current lifecycle state of this hub.
Property Value | |
---|---|
Type | Description |
State |
UniqueId
public string UniqueId { get; set; }
Output only. The Google-generated UUID for the hub. This value is unique across all hub resources. If a hub is deleted and another with the same name is created, the new hub is assigned a different unique_id.
Property Value | |
---|---|
Type | Description |
String |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The time the hub was last updated.
Property Value | |
---|---|
Type | Description |
Timestamp |