public interface MachineNetworkDetailsOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NetworkAdapterList |
getAdapters()
List of network adapters.
|
NetworkAdapterListOrBuilder |
getAdaptersOrBuilder()
List of network adapters.
|
String |
getPrimaryIpAddress()
The primary IP address of the machine.
|
com.google.protobuf.ByteString |
getPrimaryIpAddressBytes()
The primary IP address of the machine.
|
String |
getPrimaryMacAddress()
MAC address of the machine.
|
com.google.protobuf.ByteString |
getPrimaryMacAddressBytes()
MAC address of the machine.
|
String |
getPublicIpAddress()
The public IP address of the machine.
|
com.google.protobuf.ByteString |
getPublicIpAddressBytes()
The public IP address of the machine.
|
boolean |
hasAdapters()
List of network adapters.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getPrimaryIpAddress()
The primary IP address of the machine.
string primary_ip_address = 1;com.google.protobuf.ByteString getPrimaryIpAddressBytes()
The primary IP address of the machine.
string primary_ip_address = 1;String getPublicIpAddress()
The public IP address of the machine.
string public_ip_address = 2;com.google.protobuf.ByteString getPublicIpAddressBytes()
The public IP address of the machine.
string public_ip_address = 2;String getPrimaryMacAddress()
MAC address of the machine. This property is used to uniqly identify the machine.
string primary_mac_address = 3;com.google.protobuf.ByteString getPrimaryMacAddressBytes()
MAC address of the machine. This property is used to uniqly identify the machine.
string primary_mac_address = 3;boolean hasAdapters()
List of network adapters.
.google.cloud.migrationcenter.v1.NetworkAdapterList adapters = 4;NetworkAdapterList getAdapters()
List of network adapters.
.google.cloud.migrationcenter.v1.NetworkAdapterList adapters = 4;NetworkAdapterListOrBuilder getAdaptersOrBuilder()
List of network adapters.
.google.cloud.migrationcenter.v1.NetworkAdapterList adapters = 4;Copyright © 2024 Google LLC. All rights reserved.