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