Uses of Class
com.google.cloud.baremetalsolution.v2.Network.State
-
Packages that use Network.State Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution API -
-
Uses of Network.State in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return Network.State Modifier and Type Method Description static Network.State
Network.State. forNumber(int value)
Network.State
Network.Builder. getState()
The Network state.Network.State
Network. getState()
The Network state.Network.State
NetworkOrBuilder. getState()
The Network state.static Network.State
Network.State. valueOf(int value)
Deprecated.static Network.State
Network.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Network.State
Network.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Network.State[]
Network.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type Network.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Network.State>
Network.State. internalGetValueMap()
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type Network.State Modifier and Type Method Description Network.Builder
Network.Builder. setState(Network.State value)
The Network state.
-