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

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
Name Description
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.

↳ macsec_status_internal_links int

The MACsec status of internal links.

getSubnetStatus

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

Returns
Type Description
Google\Protobuf\Internal\RepeatedField

setSubnetStatus

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

Parameter
Name Description
var array<Google\Cloud\EdgeNetwork\V1\SubnetStatus>
Returns
Type Description
$this

The MACsec status of internal links.

Returns
Type Description
int

The MACsec status of internal links.

Parameter
Name Description
var int
Returns
Type Description
$this