public interface SubnetworkUtilizationDetailsIPV6UtilizationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getTotalAllocatedIp()
public abstract Uint128 getTotalAllocatedIp()
optional .google.cloud.compute.v1.Uint128 total_allocated_ip = 279055546;
Returns | |
---|---|
Type | Description |
Uint128 |
The totalAllocatedIp. |
getTotalAllocatedIpOrBuilder()
public abstract Uint128OrBuilder getTotalAllocatedIpOrBuilder()
optional .google.cloud.compute.v1.Uint128 total_allocated_ip = 279055546;
Returns | |
---|---|
Type | Description |
Uint128OrBuilder |
getTotalFreeIp()
public abstract Uint128 getTotalFreeIp()
optional .google.cloud.compute.v1.Uint128 total_free_ip = 105624031;
Returns | |
---|---|
Type | Description |
Uint128 |
The totalFreeIp. |
getTotalFreeIpOrBuilder()
public abstract Uint128OrBuilder getTotalFreeIpOrBuilder()
optional .google.cloud.compute.v1.Uint128 total_free_ip = 105624031;
Returns | |
---|---|
Type | Description |
Uint128OrBuilder |
hasTotalAllocatedIp()
public abstract boolean hasTotalAllocatedIp()
optional .google.cloud.compute.v1.Uint128 total_allocated_ip = 279055546;
Returns | |
---|---|
Type | Description |
boolean |
Whether the totalAllocatedIp field is set. |
hasTotalFreeIp()
public abstract boolean hasTotalFreeIp()
optional .google.cloud.compute.v1.Uint128 total_free_ip = 105624031;
Returns | |
---|---|
Type | Description |
boolean |
Whether the totalFreeIp field is set. |