public interface SubnetworkUtilizationDetailsIPV4UtilizationOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getRangeName()
public abstract String getRangeName()
Will be set for secondary range. Empty for primary IPv4 range.
optional string range_name = 332216397;
Returns | |
---|---|
Type | Description |
String |
The rangeName. |
getRangeNameBytes()
public abstract ByteString getRangeNameBytes()
Will be set for secondary range. Empty for primary IPv4 range.
optional string range_name = 332216397;
Returns | |
---|---|
Type | Description |
ByteString |
The bytes for rangeName. |
getTotalAllocatedIp()
public abstract long getTotalAllocatedIp()
optional int64 total_allocated_ip = 279055546;
Returns | |
---|---|
Type | Description |
long |
The totalAllocatedIp. |
getTotalFreeIp()
public abstract long getTotalFreeIp()
optional int64 total_free_ip = 105624031;
Returns | |
---|---|
Type | Description |
long |
The totalFreeIp. |
hasRangeName()
public abstract boolean hasRangeName()
Will be set for secondary range. Empty for primary IPv4 range.
optional string range_name = 332216397;
Returns | |
---|---|
Type | Description |
boolean |
Whether the rangeName field is set. |
hasTotalAllocatedIp()
public abstract boolean hasTotalAllocatedIp()
optional int64 total_allocated_ip = 279055546;
Returns | |
---|---|
Type | Description |
boolean |
Whether the totalAllocatedIp field is set. |
hasTotalFreeIp()
public abstract boolean hasTotalFreeIp()
optional int64 total_free_ip = 105624031;
Returns | |
---|---|
Type | Description |
boolean |
Whether the totalFreeIp field is set. |