Reference documentation and code samples for the Compute V1 Client class SubnetworkUtilizationDetailsIPV6Utilization.
The IPV6 utilization of a single IP range.
Generated from protobuf message google.cloud.compute.v1.SubnetworkUtilizationDetailsIPV6Utilization
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ total_allocated_ip |
Uint128
|
↳ total_free_ip |
Uint128
|
getTotalAllocatedIp
Generated from protobuf field optional .google.cloud.compute.v1.Uint128 total_allocated_ip = 279055546;
Returns | |
---|---|
Type | Description |
Uint128|null |
hasTotalAllocatedIp
clearTotalAllocatedIp
setTotalAllocatedIp
Generated from protobuf field optional .google.cloud.compute.v1.Uint128 total_allocated_ip = 279055546;
Parameter | |
---|---|
Name | Description |
var |
Uint128
|
Returns | |
---|---|
Type | Description |
$this |
getTotalFreeIp
Generated from protobuf field optional .google.cloud.compute.v1.Uint128 total_free_ip = 105624031;
Returns | |
---|---|
Type | Description |
Uint128|null |
hasTotalFreeIp
clearTotalFreeIp
setTotalFreeIp
Generated from protobuf field optional .google.cloud.compute.v1.Uint128 total_free_ip = 105624031;
Parameter | |
---|---|
Name | Description |
var |
Uint128
|
Returns | |
---|---|
Type | Description |
$this |