NiftyCreateDhcpIpAddressPool
処理概要
指定したDHCPコンフィグに、自動割り当てIPアドレスの設定を追加します。
指定するパラメーター
| パラメーター | 型 | 説明 | 必須 | 
|---|---|---|---|
| DhcpConfigId | string | 
        DHCPコンフィグID | 
      ○ | 
| StartIpAddress | string | 
        開始IPアドレス | 
      ○ | 
| StopIpAddress | string | 
        終了IPアドレス | 
      ○ | 
| Description | string | 
        メモ | 
      
応答フィールド
| フィールド (項目) | 型 | 説明 | 
|---|---|---|
| NiftyCreateDhcpIpAddressPoolResponse | - | 
        NiftyCreateDhcpIpAddressPoolレスポンス | 
    
| ␣requestId | string | 
        リクエスト識別子 | 
    
| ␣return | boolean | 
        処理ステータス 値: 
  | 
    
リクエストサンプル
    https://jp-east-1.computing.api.nifcloud.com/api/
  ?Action=NiftyCreateDhcpIpAddressPool
  &DhcpConfigId=dconf-0000000z
  &StartIpAddress=192.168.0.1
  &StopIpAddress=192.168.0.10
  &CommonParams
  
  
  
  応答サンプル
    <NiftyCreateDhcpIpAddressPoolResponse xmlns="https://computing.api.nifcloud.com/api/">
  <requestId>ac501097-4c8d-475b-b06b-a90048ec181c</requestId>
  <return>true</return>
</NiftyCreateDhcpIpAddressPoolResponse>
  
  
  
        

