fallbackToDefaultConnection property
Whether fallback to the device-wide default network is allowed.
If this is set to FALLBACK_TO_DEFAULT_CONNECTION_ALLOWED, then nonMatchingNetworks must not be set to NON_MATCHING_NETWORKS_DISALLOWED, the policy will be rejected otherwise. Note: If this is set to FALLBACK_TO_DEFAULT_CONNECTION_DISALLOWED, applications are not able to access the internet if the 5G slice is not available.
Optional. Possible string values are:
- "FALLBACK_TO_DEFAULT_CONNECTION_UNSPECIFIED" : Unspecified. Defaults to FALLBACK_TO_DEFAULT_CONNECTION_ALLOWED.
- "FALLBACK_TO_DEFAULT_CONNECTION_ALLOWED" : Fallback to default connection is allowed. If this is set, nonMatchingNetworks must not be set to NON_MATCHING_NETWORKS_DISALLOWED, the policy will be rejected otherwise.
- "FALLBACK_TO_DEFAULT_CONNECTION_DISALLOWED" : Fallback to default connection is not allowed.
Implementation
core.String? fallbackToDefaultConnection;