Class HubStatusEntry
A hub status entry represents the status of a set of propagated Private Service Connect connections grouped by certain fields.
Implements
Inherited Members
Namespace: Google.Apis.Networkconnectivity.v1.Data
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class HubStatusEntry : IDirectResponseSchema
Properties
Count
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.
Declaration
[JsonProperty("count")]
public virtual int? Count { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GroupBy
The fields that this entry is grouped by. This has the same value as the group_by
field in the request
message.
Declaration
[JsonProperty("groupBy")]
public virtual string GroupBy { get; set; }
Property Value
Type | Description |
---|---|
string |
PscPropagationStatus
The Private Service Connect propagation status.
Declaration
[JsonProperty("pscPropagationStatus")]
public virtual PscPropagationStatus PscPropagationStatus { get; set; }
Property Value
Type | Description |
---|---|
Psc |