Share via


VcnGatewayConnectionConfig.VcnGatewayOptionEnableDataStallRecoveryWithMobility Field

Definition

Caution

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

Perform mobility update to attempt recovery from suspected data stalls.

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

Field Value

Value = 0
Attributes

Remarks

Perform mobility update to attempt recovery from suspected data stalls.

If set, the gateway connection will monitor the data stall detection of the VCN network. When there is a suspected data stall, the gateway connection will attempt recovery by performing a mobility update on the underlying IKE session.

Java documentation for android.net.vcn.VcnGatewayConnectionConfig.VCN_GATEWAY_OPTION_ENABLE_DATA_STALL_RECOVERY_WITH_MOBILITY.

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