Reference documentation and code samples for the Compute V1 Client class SubnetworkUtilizationDetails.
The current IP utilization of all subnetwork ranges. Contains the total number of allocated and free IPs in each range.
Generated from protobuf message google.cloud.compute.v1.SubnetworkUtilizationDetails
Namespace
Google \ Cloud \ Compute \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ external_ipv6_instance_utilization
↳ external_ipv6_lb_utilization
↳ internal_ipv6_utilization
↳ ipv4_utilizations
array< SubnetworkUtilizationDetailsIPV4Utilization
>
Utilizations of all IPV4 IP ranges. For primary ranges, the range name will be empty.
getExternalIpv6InstanceUtilization
Utilizations of external IPV6 IP range.
hasExternalIpv6InstanceUtilization
clearExternalIpv6InstanceUtilization
setExternalIpv6InstanceUtilization
Utilizations of external IPV6 IP range.
$this
getExternalIpv6LbUtilization
Utilizations of external IPV6 IP range for NetLB.
hasExternalIpv6LbUtilization
clearExternalIpv6LbUtilization
setExternalIpv6LbUtilization
Utilizations of external IPV6 IP range for NetLB.
$this
getInternalIpv6Utilization
Utilizations of internal IPV6 IP range.
hasInternalIpv6Utilization
clearInternalIpv6Utilization
setInternalIpv6Utilization
Utilizations of internal IPV6 IP range.
$this
getIpv4Utilizations
Utilizations of all IPV4 IP ranges. For primary ranges, the range name will be empty.
setIpv4Utilizations
Utilizations of all IPV4 IP ranges. For primary ranges, the range name will be empty.
$this

