Uses of Class
com.google.cloud.baremetalsolution.v2.VRF.State
-
Packages that use VRF.State Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution API -
-
Uses of VRF.State in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return VRF.State Modifier and Type Method Description static VRF.State
VRF.State. forNumber(int value)
VRF.State
VRF.Builder. getState()
The possible state of VRF.VRF.State
VRF. getState()
The possible state of VRF.VRF.State
VRFOrBuilder. getState()
The possible state of VRF.static VRF.State
VRF.State. valueOf(int value)
Deprecated.static VRF.State
VRF.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static VRF.State
VRF.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static VRF.State[]
VRF.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 VRF.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<VRF.State>
VRF.State. internalGetValueMap()
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type VRF.State Modifier and Type Method Description VRF.Builder
VRF.Builder. setState(VRF.State value)
The possible state of VRF.
-