public interface NetworkUsageOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNetwork()
public abstract Network getNetwork()Network.
.google.cloud.baremetalsolution.v2.Network network = 1;
| Type | Description |
| Network | The network. |
getNetworkOrBuilder()
public abstract NetworkOrBuilder getNetworkOrBuilder()Network.
.google.cloud.baremetalsolution.v2.Network network = 1;
| Type | Description |
| NetworkOrBuilder |
getUsedIps(int index)
public abstract String getUsedIps(int index)All used IP addresses in this network.
repeated string used_ips = 2;
| Name | Description |
| index | intThe index of the element to return. |
| Type | Description |
| String | The usedIps at the given index. |
getUsedIpsBytes(int index)
public abstract ByteString getUsedIpsBytes(int index)All used IP addresses in this network.
repeated string used_ips = 2;
| Name | Description |
| index | intThe index of the value to return. |
| Type | Description |
| ByteString | The bytes of the usedIps at the given index. |
getUsedIpsCount()
public abstract int getUsedIpsCount()All used IP addresses in this network.
repeated string used_ips = 2;
| Type | Description |
| int | The count of usedIps. |
getUsedIpsList()
public abstract List<String> getUsedIpsList()All used IP addresses in this network.
repeated string used_ips = 2;
| Type | Description |
| List<String> | A list containing the usedIps. |
hasNetwork()
public abstract boolean hasNetwork()Network.
.google.cloud.baremetalsolution.v2.Network network = 1;
| Type | Description |
| boolean | Whether the network field is set. |