public interface MachineNetworkDetailsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAdapters()
public abstract NetworkAdapterList getAdapters()List of network adapters.
.google.cloud.migrationcenter.v1.NetworkAdapterList adapters = 4;
| Returns | |
|---|---|
| Type | Description |
NetworkAdapterList |
The adapters. |
getAdaptersOrBuilder()
public abstract NetworkAdapterListOrBuilder getAdaptersOrBuilder()List of network adapters.
.google.cloud.migrationcenter.v1.NetworkAdapterList adapters = 4;
| Returns | |
|---|---|
| Type | Description |
NetworkAdapterListOrBuilder |
|
getPrimaryIpAddress()
public abstract String getPrimaryIpAddress()The primary IP address of the machine.
string primary_ip_address = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The primaryIpAddress. |
getPrimaryIpAddressBytes()
public abstract ByteString getPrimaryIpAddressBytes()The primary IP address of the machine.
string primary_ip_address = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The bytes for primaryMacAddress. |
getPublicIpAddress()
public abstract String getPublicIpAddress()The public IP address of the machine.
string public_ip_address = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The publicIpAddress. |
getPublicIpAddressBytes()
public abstract ByteString getPublicIpAddressBytes()The public IP address of the machine.
string public_ip_address = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for publicIpAddress. |
hasAdapters()
public abstract boolean hasAdapters()List of network adapters.
.google.cloud.migrationcenter.v1.NetworkAdapterList adapters = 4;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the adapters field is set. |