public interface NetworkAdapterDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAdapterType()
public abstract String getAdapterType()Network adapter type (e.g. VMXNET3).
string adapter_type = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The adapterType. |
getAdapterTypeBytes()
public abstract ByteString getAdapterTypeBytes()Network adapter type (e.g. VMXNET3).
string adapter_type = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for adapterType. |
getAddresses()
public abstract NetworkAddressList getAddresses()NetworkAddressList
.google.cloud.migrationcenter.v1.NetworkAddressList addresses = 3;
| Returns | |
|---|---|
| Type | Description |
NetworkAddressList |
The addresses. |
getAddressesOrBuilder()
public abstract NetworkAddressListOrBuilder getAddressesOrBuilder()NetworkAddressList
.google.cloud.migrationcenter.v1.NetworkAddressList addresses = 3;
| Returns | |
|---|---|
| Type | Description |
NetworkAddressListOrBuilder |
|
getMacAddress()
public abstract String getMacAddress()MAC address.
string mac_address = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The macAddress. |
getMacAddressBytes()
public abstract ByteString getMacAddressBytes()MAC address.
string mac_address = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for macAddress. |
hasAddresses()
public abstract boolean hasAddresses()NetworkAddressList
.google.cloud.migrationcenter.v1.NetworkAddressList addresses = 3;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the addresses field is set. |