computing / Client / nifty_disassociate_route_table_from_vpn_gateway

nifty_disassociate_route_table_from_vpn_gateway

computing.Client.nifty_disassociate_route_table_from_vpn_gateway(**kwargs)

拠点間VPNゲートウェイに設定されたルートテーブルを解除します。

拠点間VPNゲートウェイがバックアップを保持している場合は、パラメーター「Agreement」に「true」を設定し、バックアップを解除する必要があります。バックアップを保持しているかどうかはAPI「DescribeVpnGateways」のレスポンス値「isBackup」で確認できます。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.nifty_disassociate_route_table_from_vpn_gateway(
    Agreement=True|False,
    AssociationId='string'
)
Parameters:
  • Agreement (boolean) –

  • AssociationId (string) – [REQUIRED]

Return type:

dict

Returns:

Response Syntax

{
    'RequestId': 'string',
    'Return': True|False
}

Response Structure

  • (dict) –

    • RequestId (string) –

    • Return (boolean) –