public static interface ServerNetworkTemplate.LogicalInterfaceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Interface name.
|
com.google.protobuf.ByteString |
getNameBytes()
Interface name.
|
boolean |
getRequired()
If true, interface must have network connected.
|
ServerNetworkTemplate.LogicalInterface.InterfaceType |
getType()
Interface type.
|
int |
getTypeValue()
Interface type.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
Interface name. This is not a globally unique identifier. Name is unique only inside the ServerNetworkTemplate. This is of syntax <bond><interface_type_index><bond_mode> or <nic><interface_type_index> and forms part of the network template name.
string name = 1;com.google.protobuf.ByteString getNameBytes()
Interface name. This is not a globally unique identifier. Name is unique only inside the ServerNetworkTemplate. This is of syntax <bond><interface_type_index><bond_mode> or <nic><interface_type_index> and forms part of the network template name.
string name = 1;int getTypeValue()
Interface type.
.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.InterfaceType type = 2;
ServerNetworkTemplate.LogicalInterface.InterfaceType getType()
Interface type.
.google.cloud.baremetalsolution.v2.ServerNetworkTemplate.LogicalInterface.InterfaceType type = 2;
boolean getRequired()
If true, interface must have network connected.
bool required = 3;Copyright © 2022 Google LLC. All rights reserved.