Google Cloud Edge Network V1 Client - Class NetworkStatus (0.1.1)

Reference documentation and code samples for the Google Cloud Edge Network V1 Client class NetworkStatus.

NetworkStatus has a list of status for the subnets under the current network.

Generated from protobuf message google.cloud.edgenetwork.v1.DiagnoseNetworkResponse.NetworkStatus

Namespace

Google \ Cloud \ EdgeNetwork \ V1 \ DiagnoseNetworkResponse

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ subnet_status array<Google\Cloud\EdgeNetwork\V1\SubnetStatus>

A list of status for the subnets under the current network.

getSubnetStatus

A list of status for the subnets under the current network.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setSubnetStatus

A list of status for the subnets under the current network.

Parameter
NameDescription
var array<Google\Cloud\EdgeNetwork\V1\SubnetStatus>
Returns
TypeDescription
$this