Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client 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.
Generated from protobuf message google.cloud.networkconnectivity.v1.SpokeSummary.SpokeTypeCount
Namespace
Google \ Cloud \ NetworkConnectivity \ V1 \ SpokeSummaryMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ spoke_type |
int
Output only. The type of the spokes. |
↳ count |
int|string
Output only. The total number of spokes of this type that are associated with the hub. |
getSpokeType
Output only. The type of the spokes.
Returns | |
---|---|
Type | Description |
int |
setSpokeType
Output only. The type of the spokes.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getCount
Output only. The total number of spokes of this type that are associated with the hub.
Returns | |
---|---|
Type | Description |
int|string |
setCount
Output only. The total number of spokes of this type that are associated with the hub.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |