Share via


VcnManager.VcnStatusCodeActive 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 active.

[Android.Runtime.Register("VCN_STATUS_CODE_ACTIVE", 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 VcnStatusCodeActive = 2;
[<Android.Runtime.Register("VCN_STATUS_CODE_ACTIVE", 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 VcnStatusCodeActive : Android.Net.Vcn.VcnStatusCode

Field Value

Value = 2
Attributes

Remarks

Value indicating that the VCN for the subscription group is active.

A VCN is active if a VcnConfig is present for the subscription, the provisioning package is privileged, and the VCN is not in Safe Mode. In other words, a VCN is considered active while it is connecting, fully connected, and disconnecting.

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

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