Class SpokeTypeCount
The number of spokes of a given type that are associated with a specific hub. The type indicates what kind of resource is associated with the spoke.
Implements
Inherited Members
Namespace: Google.Apis.Networkconnectivity.v1.Data
Assembly: Google.Apis.Networkconnectivity.v1.dll
Syntax
public class SpokeTypeCount : IDirectResponseSchema
Properties
Count
Output only. The total number of spokes of this type that are associated with the hub.
Declaration
[JsonProperty("count")]
public virtual long? Count { get; set; }
Property Value
Type | Description |
---|---|
long? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SpokeType
Output only. The type of the spokes.
Declaration
[JsonProperty("spokeType")]
public virtual string SpokeType { get; set; }
Property Value
Type | Description |
---|---|
string |