computing / Client / delete_remote_access_vpn_gateway_connections

delete_remote_access_vpn_gateway_connections

computing.Client.delete_remote_access_vpn_gateway_connections(**kwargs)

リモートアクセスVPNゲートウェイのコネクションを削除します。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.delete_remote_access_vpn_gateway_connections(
    Connection=[
        {
            'ConnectionId': 'string'
        },
    ],
    RemoteAccessVpnGatewayId='string'
)
Parameters:
  • Connection (list) –

    [REQUIRED]

    • (dict) –

      • ConnectionId (string) – [REQUIRED]

  • RemoteAccessVpnGatewayId (string) – [REQUIRED]

Return type:

dict

Returns:

Response Syntax

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

Response Structure

  • (dict) –

    • RequestId (string) –

    • Return (boolean) –