Reference documentation and code samples for the Google Cloud Bare Metal Solution V2 Client class NetworkUsage.
Network with all used IP addresses.
Generated from protobuf message google.cloud.baremetalsolution.v2.NetworkUsage
Namespace
Google \ Cloud \ BareMetalSolution \ V2Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ network |
Network
Network. |
↳ used_ips |
array
All used IP addresses in this network. |
getNetwork
Network.
| Returns | |
|---|---|
| Type | Description |
Network|null |
|
hasNetwork
clearNetwork
setNetwork
Network.
| Parameter | |
|---|---|
| Name | Description |
var |
Network
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getUsedIps
All used IP addresses in this network.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setUsedIps
All used IP addresses in this network.
| Parameter | |
|---|---|
| Name | Description |
var |
string[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|