Uses of Class
com.google.cloud.migrationcenter.v1.NetworkAddress.AddressAssignment
-
Packages that use NetworkAddress.AddressAssignment Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of NetworkAddress.AddressAssignment in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return NetworkAddress.AddressAssignment Modifier and Type Method Description static NetworkAddress.AddressAssignment
NetworkAddress.AddressAssignment. forNumber(int value)
NetworkAddress.AddressAssignment
NetworkAddress.Builder. getAssignment()
Whether DHCP is used to assign addresses.NetworkAddress.AddressAssignment
NetworkAddress. getAssignment()
Whether DHCP is used to assign addresses.NetworkAddress.AddressAssignment
NetworkAddressOrBuilder. getAssignment()
Whether DHCP is used to assign addresses.static NetworkAddress.AddressAssignment
NetworkAddress.AddressAssignment. valueOf(int value)
Deprecated.static NetworkAddress.AddressAssignment
NetworkAddress.AddressAssignment. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.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.Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type NetworkAddress.AddressAssignment Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<NetworkAddress.AddressAssignment>
NetworkAddress.AddressAssignment. internalGetValueMap()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type NetworkAddress.AddressAssignment Modifier and Type Method Description NetworkAddress.Builder
NetworkAddress.Builder. setAssignment(NetworkAddress.AddressAssignment value)
Whether DHCP is used to assign addresses.
-