Package com.ibm.cloud.is.vpc.v1.model
Interface Route.Origin
-
- Enclosing class:
- Route
public static interface Route.Origin
The origin of this route: - `service`: route was directly created by a service - `user`: route was directly created by a user The enumerated values for this property may [expand](https://cloud.ibm.com/apidocs/vpc#property-value-expansion) in the future.
-
-
Field Detail
-
SERVICE
static final String SERVICE
service.- See Also:
- Constant Field Values
-
USER
static final String USER
user.- See Also:
- Constant Field Values
-
-