Google Cloud Edge Network V1 Client - Class SubnetStatus (0.2.0)

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

SubnetStatus contains detailed and current technical information about this subnet resource.

Generated from protobuf message google.cloud.edgenetwork.v1.SubnetStatus

Namespace

Google \ Cloud \ EdgeNetwork \ V1

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

The name of CCFE subnet resource.

↳ mac_address string

BVI MAC address.

↳ link_layer_addresses array<Google\Cloud\EdgeNetwork\V1\LinkLayerAddress>

A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this subnet.

getName

The name of CCFE subnet resource.

Returns
TypeDescription
string

setName

The name of CCFE subnet resource.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getMacAddress

BVI MAC address.

Returns
TypeDescription
string

setMacAddress

BVI MAC address.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getLinkLayerAddresses

A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this subnet.

Returns
TypeDescription
Google\Protobuf\Internal\RepeatedField

setLinkLayerAddresses

A list of LinkLayerAddress, describing the ip address and corresponding link-layer address of the neighbors for this subnet.

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