public static interface LogicalInterface.LogicalNetworkInterfaceOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
boolean |
getDefaultGateway()
Whether this interface is the default gateway for the instance.
|
String |
getId()
An identifier for the `Network`, generated by the backend.
|
com.google.protobuf.ByteString |
getIdBytes()
An identifier for the `Network`, generated by the backend.
|
String |
getIpAddress()
IP address in the network
|
com.google.protobuf.ByteString |
getIpAddressBytes()
IP address in the network
|
String |
getNetwork()
Name of the network
|
com.google.protobuf.ByteString |
getNetworkBytes()
Name of the network
|
Network.Type |
getNetworkType()
Type of network.
|
int |
getNetworkTypeValue()
Type of network.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getNetwork()
Name of the network
string network = 1;com.google.protobuf.ByteString getNetworkBytes()
Name of the network
string network = 1;String getIpAddress()
IP address in the network
string ip_address = 2;com.google.protobuf.ByteString getIpAddressBytes()
IP address in the network
string ip_address = 2;boolean getDefaultGateway()
Whether this interface is the default gateway for the instance. Only one interface can be the default gateway for the instance.
bool default_gateway = 3;int getNetworkTypeValue()
Type of network.
.google.cloud.baremetalsolution.v2.Network.Type network_type = 4;Network.Type getNetworkType()
Type of network.
.google.cloud.baremetalsolution.v2.Network.Type network_type = 4;String getId()
An identifier for the `Network`, generated by the backend.
string id = 5;com.google.protobuf.ByteString getIdBytes()
An identifier for the `Network`, generated by the backend.
string id = 5;Copyright © 2022 Google LLC. All rights reserved.