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.AddressAssignmentNetworkAddress.AddressAssignment. forNumber(int value)NetworkAddress.AddressAssignmentNetworkAddress.Builder. getAssignment()Whether DHCP is used to assign addresses.NetworkAddress.AddressAssignmentNetworkAddress. getAssignment()Whether DHCP is used to assign addresses.NetworkAddress.AddressAssignmentNetworkAddressOrBuilder. getAssignment()Whether DHCP is used to assign addresses.static NetworkAddress.AddressAssignmentNetworkAddress.AddressAssignment. valueOf(int value)Deprecated.static NetworkAddress.AddressAssignmentNetworkAddress.AddressAssignment. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static NetworkAddress.AddressAssignmentNetworkAddress.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.BuilderNetworkAddress.Builder. setAssignment(NetworkAddress.AddressAssignment value)Whether DHCP is used to assign addresses.
-