computing / Client / nifty_delete_dhcp_ip_address_pool

nifty_delete_dhcp_ip_address_pool

computing.Client.nifty_delete_dhcp_ip_address_pool(**kwargs)

指定したDHCPコンフィグから、自動割り当てIPアドレスの設定を削除します。

See also: NIFCLOUD API Documentation

Request Syntax

response = client.nifty_delete_dhcp_ip_address_pool(
    DhcpConfigId='string',
    StartIpAddress='string',
    StopIpAddress='string'
)
Parameters:
  • DhcpConfigId (string) – [REQUIRED]

  • StartIpAddress (string) – [REQUIRED]

  • StopIpAddress (string) – [REQUIRED]

Return type:

dict

Returns:

Response Syntax

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

Response Structure

  • (dict) –

    • RequestId (string) –

    • Return (boolean) –