Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client class SpokeStateReasonCount.
The number of spokes in the hub that are inactive for this reason.
Generated from protobuf message google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateReasonCount
Namespace
Google \ Cloud \ NetworkConnectivity \ V1 \ SpokeSummaryMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ state_reason_code |
int
Output only. The reason that a spoke is inactive. |
↳ count |
int|string
Output only. The total number of spokes that are inactive for a particular reason and associated with a given hub. |
getStateReasonCode
Output only. The reason that a spoke is inactive.
Returns | |
---|---|
Type | Description |
int |
setStateReasonCode
Output only. The reason that a spoke is inactive.
Parameter | |
---|---|
Name | Description |
var |
int
|
Returns | |
---|---|
Type | Description |
$this |
getCount
Output only. The total number of spokes that are inactive for a particular reason and associated with a given hub.
Returns | |
---|---|
Type | Description |
int|string |
setCount
Output only. The total number of spokes that are inactive for a particular reason and associated with a given hub.
Parameter | |
---|---|
Name | Description |
var |
int|string
|
Returns | |
---|---|
Type | Description |
$this |