Share via


VcnManager.VcnStatusCodeSafeMode Field

Definition

Caution

This constant will be removed in the future version. Use Android.Net.Vcn.VcnStatusCode enum directly instead of this field.

Value indicating that the VCN for the subscription group is in Safe Mode.

[Android.Runtime.Register("VCN_STATUS_CODE_SAFE_MODE", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Net.Vcn.VcnStatusCode enum directly instead of this field.", true)]
public const Android.Net.Vcn.VcnStatusCode VcnStatusCodeSafeMode = 3;
[<Android.Runtime.Register("VCN_STATUS_CODE_SAFE_MODE", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Net.Vcn.VcnStatusCode enum directly instead of this field.", true)>]
val mutable VcnStatusCodeSafeMode : Android.Net.Vcn.VcnStatusCode

Field Value

Value = 3
Attributes

Remarks

Value indicating that the VCN for the subscription group is in Safe Mode.

A VCN will be put into Safe Mode if any of the gateway connections were unable to establish a connection within a system-determined timeout (while underlying networks were available).

Java documentation for android.net.vcn.VcnManager.VCN_STATUS_CODE_SAFE_MODE.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to