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 \ DiagnoseNetworkResponseMethods
__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 |
|
getMacsecStatusInternalLinks
The MACsec status of internal links.
| Returns | |
|---|---|
| Type | Description |
int |
Enum of type MacsecStatus. |
setMacsecStatusInternalLinks
The MACsec status of internal links.
| Parameter | |
|---|---|
| Name | Description |
var |
int
Enum of type MacsecStatus. |
| Returns | |
|---|---|
| Type | Description |
$this |
|