public interface LogicalInterfaceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
int |
getInterfaceIndex()
The index of the logical interface mapping to the index of the hardware
bond or nic on the chosen network template.
|
LogicalInterface.LogicalNetworkInterface |
getLogicalNetworkInterfaces(int index)
List of logical network interfaces within a logical interface.
|
int |
getLogicalNetworkInterfacesCount()
List of logical network interfaces within a logical interface.
|
List<LogicalInterface.LogicalNetworkInterface> |
getLogicalNetworkInterfacesList()
List of logical network interfaces within a logical interface.
|
LogicalInterface.LogicalNetworkInterfaceOrBuilder |
getLogicalNetworkInterfacesOrBuilder(int index)
List of logical network interfaces within a logical interface.
|
List<? extends LogicalInterface.LogicalNetworkInterfaceOrBuilder> |
getLogicalNetworkInterfacesOrBuilderList()
List of logical network interfaces within a logical interface.
|
String |
getName()
Interface name.
|
com.google.protobuf.ByteString |
getNameBytes()
Interface name.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<LogicalInterface.LogicalNetworkInterface> getLogicalNetworkInterfacesList()
List of logical network interfaces within a logical interface.
repeated .google.cloud.baremetalsolution.v2.LogicalInterface.LogicalNetworkInterface logical_network_interfaces = 1;
LogicalInterface.LogicalNetworkInterface getLogicalNetworkInterfaces(int index)
List of logical network interfaces within a logical interface.
repeated .google.cloud.baremetalsolution.v2.LogicalInterface.LogicalNetworkInterface logical_network_interfaces = 1;
int getLogicalNetworkInterfacesCount()
List of logical network interfaces within a logical interface.
repeated .google.cloud.baremetalsolution.v2.LogicalInterface.LogicalNetworkInterface logical_network_interfaces = 1;
List<? extends LogicalInterface.LogicalNetworkInterfaceOrBuilder> getLogicalNetworkInterfacesOrBuilderList()
List of logical network interfaces within a logical interface.
repeated .google.cloud.baremetalsolution.v2.LogicalInterface.LogicalNetworkInterface logical_network_interfaces = 1;
LogicalInterface.LogicalNetworkInterfaceOrBuilder getLogicalNetworkInterfacesOrBuilder(int index)
List of logical network interfaces within a logical interface.
repeated .google.cloud.baremetalsolution.v2.LogicalInterface.LogicalNetworkInterface logical_network_interfaces = 1;
String getName()
Interface name. This is of syntax <bond><bond_mode> or <nic> and forms part of the network template name.
string name = 2;com.google.protobuf.ByteString getNameBytes()
Interface name. This is of syntax <bond><bond_mode> or <nic> and forms part of the network template name.
string name = 2;int getInterfaceIndex()
The index of the logical interface mapping to the index of the hardware bond or nic on the chosen network template.
int32 interface_index = 3;Copyright © 2022 Google LLC. All rights reserved.