computing / Client / nifty_deregister_vpn_gateways_from_security_group

nifty_deregister_vpn_gateways_from_security_group

computing.Client.nifty_deregister_vpn_gateways_from_security_group(**kwargs)

指定したファイアウォールグループから拠点間VPNゲートウェイをはずします。

ファイアウォールからはずすためには、拠点間VPNゲートウェイ名または拠点間VPNゲートウェイIDを指定します。

ファイアウォールグループから拠点間VPNゲートウェイをはずす処理には、時間がかかる場合があります。

「DescribeSecurityGroups」のレスポンス「groupStatus」でファイアウォールグループのステータスを確認することができます。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.nifty_deregister_vpn_gateways_from_security_group(
    GroupName='string',
    VpnGatewaySet=[
        {
            'NiftyVpnGatewayName': 'string',
            'VpnGatewayId': 'string'
        },
    ]
)
Parameters:
  • GroupName (string) – [REQUIRED]

  • VpnGatewaySet (list) –

    • (dict) –

      • NiftyVpnGatewayName (string) –

      • VpnGatewayId (string) –

Return type:

dict

Returns:

Response Syntax

{
    'RequestId': 'string',
    'VpnGatewaySet': [
        {
            'NiftyVpnGatewayName': 'string',
            'VpnGatewayId': 'string'
        },
    ]
}

Response Structure

  • (dict) –

    • RequestId (string) –

    • VpnGatewaySet (list) –

      • (dict) –

        • NiftyVpnGatewayName (string) –

        • VpnGatewayId (string) –