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