Interface NetworkAdapterDetailsOrBuilder (0.4.0)

public interface NetworkAdapterDetailsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getAdapterType()

public abstract String getAdapterType()

Network adapter type (e.g. VMXNET3).

string adapter_type = 1;

Returns
TypeDescription
String

The adapterType.

getAdapterTypeBytes()

public abstract ByteString getAdapterTypeBytes()

Network adapter type (e.g. VMXNET3).

string adapter_type = 1;

Returns
TypeDescription
ByteString

The bytes for adapterType.

getAddresses()

public abstract NetworkAddressList getAddresses()

NetworkAddressList

.google.cloud.migrationcenter.v1.NetworkAddressList addresses = 3;

Returns
TypeDescription
NetworkAddressList

The addresses.

getAddressesOrBuilder()

public abstract NetworkAddressListOrBuilder getAddressesOrBuilder()

NetworkAddressList

.google.cloud.migrationcenter.v1.NetworkAddressList addresses = 3;

Returns
TypeDescription
NetworkAddressListOrBuilder

getMacAddress()

public abstract String getMacAddress()

MAC address.

string mac_address = 2;

Returns
TypeDescription
String

The macAddress.

getMacAddressBytes()

public abstract ByteString getMacAddressBytes()

MAC address.

string mac_address = 2;

Returns
TypeDescription
ByteString

The bytes for macAddress.

hasAddresses()

public abstract boolean hasAddresses()

NetworkAddressList

.google.cloud.migrationcenter.v1.NetworkAddressList addresses = 3;

Returns
TypeDescription
boolean

Whether the addresses field is set.