legacyRedirectionState property
The redirection state of the legacy repositories in this project. Possible string values are:
- "REDIRECTION_STATE_UNSPECIFIED" : No redirection status has been set.
- "REDIRECTION_FROM_GCR_IO_DISABLED" : Redirection is disabled.
- "REDIRECTION_FROM_GCR_IO_ENABLED" : Redirection is enabled.
- "REDIRECTION_FROM_GCR_IO_FINALIZED" : Redirection is enabled, and has been finalized so cannot be reverted.
- "REDIRECTION_FROM_GCR_IO_ENABLED_AND_COPYING" : Redirection is enabled and missing images are copied from GCR
- "REDIRECTION_FROM_GCR_IO_PARTIAL_AND_COPYING" : Redirection is partially enabled and missing images are copied from GCR
Implementation
core.String? legacyRedirectionState;