computing / Client / nifty_create_nat_table

nifty_create_nat_table

computing.Client.nifty_create_nat_table()

ルーターに設定するNATテーブルを新規作成します。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.nifty_create_nat_table()
Return type:

dict

Returns:

Response Syntax

{
    'NatTable': {
        'NatTableId': 'string',
        'TagSet': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ]
    },
    'RequestId': 'string'
}

Response Structure

  • (dict) –

    • NatTable (dict) –

      • NatTableId (string) –

      • TagSet (list) –

        • (dict) –

          • Key (string) –

          • Value (string) –

    • RequestId (string) –