Interface MachineNetworkDetailsOrBuilder (0.22.0)

public interface MachineNetworkDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAdapters()

public abstract NetworkAdapterList getAdapters()

List of network adapters.

.google.cloud.migrationcenter.v1.NetworkAdapterList adapters = 4;

Returns
TypeDescription
NetworkAdapterList

The adapters.

getAdaptersOrBuilder()

public abstract NetworkAdapterListOrBuilder getAdaptersOrBuilder()

List of network adapters.

.google.cloud.migrationcenter.v1.NetworkAdapterList adapters = 4;

Returns
TypeDescription
NetworkAdapterListOrBuilder

getPrimaryIpAddress()

public abstract String getPrimaryIpAddress()

The primary IP address of the machine.

string primary_ip_address = 1;

Returns
TypeDescription
String

The primaryIpAddress.

getPrimaryIpAddressBytes()

public abstract ByteString getPrimaryIpAddressBytes()

The primary IP address of the machine.

string primary_ip_address = 1;

Returns
TypeDescription
ByteString

The bytes for primaryIpAddress.

getPrimaryMacAddress()

public abstract String getPrimaryMacAddress()

MAC address of the machine. This property is used to uniqly identify the machine.

string primary_mac_address = 3;

Returns
TypeDescription
String

The primaryMacAddress.

getPrimaryMacAddressBytes()

public abstract ByteString getPrimaryMacAddressBytes()

MAC address of the machine. This property is used to uniqly identify the machine.

string primary_mac_address = 3;

Returns
TypeDescription
ByteString

The bytes for primaryMacAddress.

getPublicIpAddress()

public abstract String getPublicIpAddress()

The public IP address of the machine.

string public_ip_address = 2;

Returns
TypeDescription
String

The publicIpAddress.

getPublicIpAddressBytes()

public abstract ByteString getPublicIpAddressBytes()

The public IP address of the machine.

string public_ip_address = 2;

Returns
TypeDescription
ByteString

The bytes for publicIpAddress.

hasAdapters()

public abstract boolean hasAdapters()

List of network adapters.

.google.cloud.migrationcenter.v1.NetworkAdapterList adapters = 4;

Returns
TypeDescription
boolean

Whether the adapters field is set.