public sealed class HubStatusEntry : IMessage<HubStatusEntry>, IEquatable<HubStatusEntry>, IDeepCloneable<HubStatusEntry>, IBufferMessage, IMessageReference documentation and code samples for the Network Connectivity v1 API class HubStatusEntry.
A hub status entry represents the status of a set of propagated Private Service Connect connections grouped by certain fields.
Implements
IMessageHubStatusEntry, IEquatableHubStatusEntry, IDeepCloneableHubStatusEntry, IBufferMessage, IMessageNamespace
Google.Cloud.NetworkConnectivity.V1Assembly
Google.Cloud.NetworkConnectivity.V1.dll
Constructors
HubStatusEntry()
public HubStatusEntry()HubStatusEntry(HubStatusEntry)
public HubStatusEntry(HubStatusEntry other)| Parameter | |
|---|---|
| Name | Description |
other |
HubStatusEntry |
Properties
Count
public int Count { get; set; }The number of propagated Private Service Connect connections with this
status. If the group_by field was not set in the request message, the
value of this field is 1.
| Property Value | |
|---|---|
| Type | Description |
int |
|
GroupBy
public string GroupBy { get; set; }The fields that this entry is grouped by. This has the same value as the
group_by field in the request message.
| Property Value | |
|---|---|
| Type | Description |
string |
|
PscPropagationStatus
public PscPropagationStatus PscPropagationStatus { get; set; }The Private Service Connect propagation status.
| Property Value | |
|---|---|
| Type | Description |
PscPropagationStatus |
|