public interface NetworkUsageOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Network |
getNetwork()
Network.
|
NetworkOrBuilder |
getNetworkOrBuilder()
Network.
|
String |
getUsedIps(int index)
All used IP addresses in this network.
|
com.google.protobuf.ByteString |
getUsedIpsBytes(int index)
All used IP addresses in this network.
|
int |
getUsedIpsCount()
All used IP addresses in this network.
|
List<String> |
getUsedIpsList()
All used IP addresses in this network.
|
boolean |
hasNetwork()
Network.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasNetwork()
Network.
.google.cloud.baremetalsolution.v2.Network network = 1;Network getNetwork()
Network.
.google.cloud.baremetalsolution.v2.Network network = 1;NetworkOrBuilder getNetworkOrBuilder()
Network.
.google.cloud.baremetalsolution.v2.Network network = 1;List<String> getUsedIpsList()
All used IP addresses in this network.
repeated string used_ips = 2;int getUsedIpsCount()
All used IP addresses in this network.
repeated string used_ips = 2;String getUsedIps(int index)
All used IP addresses in this network.
repeated string used_ips = 2;index - The index of the element to return.com.google.protobuf.ByteString getUsedIpsBytes(int index)
All used IP addresses in this network.
repeated string used_ips = 2;index - The index of the value to return.Copyright © 2022 Google LLC. All rights reserved.