Google Cloud Network Connectivity V1 Client - Class SpokeStateCount (2.5.0)

Reference documentation and code samples for the Google Cloud Network Connectivity V1 Client class SpokeStateCount.

The number of spokes that are in a particular state and associated with a given hub.

Generated from protobuf message google.cloud.networkconnectivity.v1.SpokeSummary.SpokeStateCount

Namespace

Google \ Cloud \ NetworkConnectivity \ V1 \ SpokeSummary

Methods

__construct

Constructor.

Parameters
Name Description
data array

Optional. Data for populating the Message object.

↳ state int

Output only. The state of the spokes.

↳ count int|string

Output only. The total number of spokes that are in this state and associated with a given hub.

getState

Output only. The state of the spokes.

Returns
Type Description
int Enum of type State.

setState

Output only. The state of the spokes.

Parameter
Name Description
var int

Enum of type State.

Returns
Type Description
$this

getCount

Output only. The total number of spokes that are in this state and associated with a given hub.

Returns
Type Description
int|string

setCount

Output only. The total number of spokes that are in this state and associated with a given hub.

Parameter
Name Description
var int|string
Returns
Type Description
$this