Reference documentation and code samples for the Compute V1 Client class AllowStaticRoutes.
Specifies whether static route creation is allowed.
Protobuf type google.cloud.compute.v1.NetworkProfileNetworkFeatures.AllowStaticRoutes
Namespace
Google \ Cloud \ Compute \ V1 \ NetworkProfileNetworkFeaturesMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
UNDEFINED_ALLOW_STATIC_ROUTES
Value: 0
A value indicating that the enum field is not set.
Generated from protobuf enum UNDEFINED_ALLOW_STATIC_ROUTES = 0;
STATIC_ROUTES_ALLOWED
Value: 409048964
Generated from protobuf enum STATIC_ROUTES_ALLOWED = 409048964;
STATIC_ROUTES_BLOCKED
Value: 225212360
Generated from protobuf enum STATIC_ROUTES_BLOCKED = 225212360;