sourceRestriction property
Whether to enforce traffic restrictions based on sources field.
If the sources fields is non-empty, then this field must be set to
SOURCE_RESTRICTION_ENABLED.
Possible string values are:
- "SOURCE_RESTRICTION_UNSPECIFIED" : Enforcement preference unspecified,
will not enforce traffic restrictions based on
sourcesin EgressFrom. - "SOURCE_RESTRICTION_ENABLED" : Enforcement preference enabled, traffic
restrictions will be enforced based on
sourcesin EgressFrom. - "SOURCE_RESTRICTION_DISABLED" : Enforcement preference disabled, will
not enforce traffic restrictions based on
sourcesin EgressFrom.
Implementation
core.String? sourceRestriction;