public interface NetworkAddressOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getAssignment()
public abstract NetworkAddress.AddressAssignment getAssignment()Whether DHCP is used to assign addresses.
.google.cloud.migrationcenter.v1.NetworkAddress.AddressAssignment assignment = 5;
| Returns | |
|---|---|
| Type | Description |
NetworkAddress.AddressAssignment |
The assignment. |
getAssignmentValue()
public abstract int getAssignmentValue()Whether DHCP is used to assign addresses.
.google.cloud.migrationcenter.v1.NetworkAddress.AddressAssignment assignment = 5;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for assignment. |
getBcast()
public abstract String getBcast()Broadcast address.
string bcast = 3;
| Returns | |
|---|---|
| Type | Description |
String |
The bcast. |
getBcastBytes()
public abstract ByteString getBcastBytes()Broadcast address.
string bcast = 3;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for bcast. |
getFqdn()
public abstract String getFqdn()Fully qualified domain name.
string fqdn = 4;
| Returns | |
|---|---|
| Type | Description |
String |
The fqdn. |
getFqdnBytes()
public abstract ByteString getFqdnBytes()Fully qualified domain name.
string fqdn = 4;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for fqdn. |
getIpAddress()
public abstract String getIpAddress()Assigned or configured IP Address.
string ip_address = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The ipAddress. |
getIpAddressBytes()
public abstract ByteString getIpAddressBytes()Assigned or configured IP Address.
string ip_address = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ipAddress. |
getSubnetMask()
public abstract String getSubnetMask()Subnet mask.
string subnet_mask = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The subnetMask. |
getSubnetMaskBytes()
public abstract ByteString getSubnetMaskBytes()Subnet mask.
string subnet_mask = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for subnetMask. |