hatoba / Client / delete_firewall_groups

delete_firewall_groups

hatoba.Client.delete_firewall_groups(**kwargs)

ファイアウォールグループを削除します。

1回のリクエストで複数のファイアウォールグループを削除可能です。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.delete_firewall_groups(
    Names='string'
)
Parameters:

Names (string) –

Return type:

dict

Returns:

Response Syntax

{
    'FirewallGroups': [
        {
            'Description': 'string',
            'Name': 'string',
            'Nrn': 'string',
            'Rules': [
                {
                    'CidrIp': 'string',
                    'Description': 'string',
                    'Direction': 'string',
                    'FromPort': 123,
                    'Id': 'string',
                    'Protocol': 'string',
                    'Status': 'string',
                    'ToPort': 123
                },
            ],
            'Tags': [
                {
                    'Id': 'string',
                    'Key': 'string',
                    'Value': 'string'
                },
            ]
        },
    ]
}

Response Structure

  • (dict) –

    • FirewallGroups (list) –

      • (dict) –

        • Description (string) –

        • Name (string) –

        • Nrn (string) –

        • Rules (list) –

          • (dict) –

            • CidrIp (string) –

            • Description (string) –

            • Direction (string) –

            • FromPort (integer) –

            • Id (string) –

            • Protocol (string) –

            • Status (string) –

            • ToPort (integer) –

        • Tags (list) –

          • (dict) –

            • Id (string) –

            • Key (string) –

            • Value (string) –