| Modifier and Type | Method and Description |
|---|---|
static NetworkAddress.AddressAssignment |
NetworkAddress.AddressAssignment.forNumber(int value) |
NetworkAddress.AddressAssignment |
NetworkAddressOrBuilder.getAssignment()
Whether DHCP is used to assign addresses.
|
NetworkAddress.AddressAssignment |
NetworkAddress.getAssignment()
Whether DHCP is used to assign addresses.
|
NetworkAddress.AddressAssignment |
NetworkAddress.Builder.getAssignment()
Whether DHCP is used to assign addresses.
|
static NetworkAddress.AddressAssignment |
NetworkAddress.AddressAssignment.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static NetworkAddress.AddressAssignment |
NetworkAddress.AddressAssignment.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static NetworkAddress.AddressAssignment |
NetworkAddress.AddressAssignment.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NetworkAddress.AddressAssignment[] |
NetworkAddress.AddressAssignment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<NetworkAddress.AddressAssignment> |
NetworkAddress.AddressAssignment.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
NetworkAddress.Builder |
NetworkAddress.Builder.setAssignment(NetworkAddress.AddressAssignment value)
Whether DHCP is used to assign addresses.
|
Copyright © 2024 Google LLC. All rights reserved.