VcnGatewayConnectionConfig.VcnGatewayOptionEnableDataStallRecoveryWithMobility フィールド

定義

注意事項

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

モビリティ更新を実行して、疑わしいデータ 停止からの復旧を試みます。

[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

フィールド値

Value = 0
属性

注釈

モビリティ更新を実行して、疑わしいデータ 停止からの復旧を試みます。

設定されている場合、ゲートウェイ接続は VCN ネットワークのデータ 停止検出を監視します。 データ 停止の疑いがある場合、ゲートウェイ接続は、基になる IKE セッションでモビリティ更新を実行して復旧を試みます。

の Java ドキュメント android.net.vcn.VcnGatewayConnectionConfig.VCN_GATEWAY_OPTION_ENABLE_DATA_STALL_RECOVERY_WITH_MOBILITY

このページの一部は、によって作成および共有され、に記載されている条件に従って使用される作業に基づく変更です。

適用対象