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