Uses of Class
com.google.cloud.vmwareengine.v1.Vcenter.State
-
Packages that use Vcenter.State Package Description com.google.cloud.vmwareengine.v1 A client to VMware Engine API -
-
Uses of Vcenter.State in com.google.cloud.vmwareengine.v1
Methods in com.google.cloud.vmwareengine.v1 that return Vcenter.State Modifier and Type Method Description static Vcenter.State
Vcenter.State. forNumber(int value)
Vcenter.State
Vcenter.Builder. getState()
Output only.Vcenter.State
Vcenter. getState()
Output only.Vcenter.State
VcenterOrBuilder. getState()
Output only.static Vcenter.State
Vcenter.State. valueOf(int value)
Deprecated.static Vcenter.State
Vcenter.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Vcenter.State
Vcenter.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Vcenter.State[]
Vcenter.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 Vcenter.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Vcenter.State>
Vcenter.State. internalGetValueMap()
Methods in com.google.cloud.vmwareengine.v1 with parameters of type Vcenter.State Modifier and Type Method Description Vcenter.Builder
Vcenter.Builder. setState(Vcenter.State value)
Output only.
-