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