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 are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the route on which the unexpected property value was encountered.
-
-
Field Detail
-
SERVICE
static final String SERVICE
service.- See Also:
- Constant Field Values
-
USER
static final String USER
user.- See Also:
- Constant Field Values
-
-