public interface NetworkAddressOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
NetworkAddress.AddressAssignment |
getAssignment()
Whether DHCP is used to assign addresses.
|
int |
getAssignmentValue()
Whether DHCP is used to assign addresses.
|
String |
getBcast()
Broadcast address.
|
com.google.protobuf.ByteString |
getBcastBytes()
Broadcast address.
|
String |
getFqdn()
Fully qualified domain name.
|
com.google.protobuf.ByteString |
getFqdnBytes()
Fully qualified domain name.
|
String |
getIpAddress()
Assigned or configured IP Address.
|
com.google.protobuf.ByteString |
getIpAddressBytes()
Assigned or configured IP Address.
|
String |
getSubnetMask()
Subnet mask.
|
com.google.protobuf.ByteString |
getSubnetMaskBytes()
Subnet mask.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getIpAddress()
Assigned or configured IP Address.
string ip_address = 1;com.google.protobuf.ByteString getIpAddressBytes()
Assigned or configured IP Address.
string ip_address = 1;String getSubnetMask()
Subnet mask.
string subnet_mask = 2;com.google.protobuf.ByteString getSubnetMaskBytes()
Subnet mask.
string subnet_mask = 2;String getBcast()
Broadcast address.
string bcast = 3;com.google.protobuf.ByteString getBcastBytes()
Broadcast address.
string bcast = 3;String getFqdn()
Fully qualified domain name.
string fqdn = 4;com.google.protobuf.ByteString getFqdnBytes()
Fully qualified domain name.
string fqdn = 4;int getAssignmentValue()
Whether DHCP is used to assign addresses.
.google.cloud.migrationcenter.v1.NetworkAddress.AddressAssignment assignment = 5;NetworkAddress.AddressAssignment getAssignment()
Whether DHCP is used to assign addresses.
.google.cloud.migrationcenter.v1.NetworkAddress.AddressAssignment assignment = 5;Copyright © 2024 Google LLC. All rights reserved.