| パッケージ | 説明 |
|---|---|
| com.nifty.cloud.sdk.dhcp.model |
DHCPカテゴリのリクエスト及びレスポンスで使用するクラスを提供します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
DhcpConfiguration |
DhcpConfiguration.withKey(java.lang.String key)
DHCPオプション名を設定し、自オブジェクトを返します。
|
DhcpConfiguration |
DhcpConfiguration.withValues(java.util.Collection<java.lang.String> values)
DHCPオプションの値リストを設定し、自オブジェクトを返します。
|
DhcpConfiguration |
DhcpConfiguration.withValues(java.lang.String... values)
DHCPオプションの値の配列を設定し、自オブジェクトを返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.util.List<DhcpConfiguration> |
CreateDhcpOptionsRequest.getDhcpConfigurations()
DHCPオプション設定情報リストを取得します。
|
java.util.List<DhcpConfiguration> |
DhcpOptions.getDhcpConfigurations()
DHCPオプション設定情報を取得します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
CreateDhcpOptionsRequest |
CreateDhcpOptionsRequest.withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
DHCPオプション設定情報の配列を設定し、自オブジェクトを返します。
|
DhcpOptions |
DhcpOptions.withDhcpConfigurations(DhcpConfiguration... dhcpConfigurations)
DHCPオプション設定情報の配列を設定し、自オブジェクトを返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
CreateDhcpOptionsRequest.setDhcpConfigurations(java.util.List<DhcpConfiguration> dhcpConfigurations)
DHCPオプション設定情報リストを設定します。
|
void |
DhcpOptions.setDhcpConfigurations(java.util.List<DhcpConfiguration> dhcpConfigurations)
DHCPオプション設定情報を設定します。
|
CreateDhcpOptionsRequest |
CreateDhcpOptionsRequest.withDhcpConfigurations(java.util.Collection<DhcpConfiguration> dhcpConfigurations)
DHCPオプション設定情報リストを設定し、自オブジェクトを返します。
|
DhcpOptions |
DhcpOptions.withDhcpConfigurations(java.util.Collection<DhcpConfiguration> dhcpConfigurations)
DHCPオプション設定情報リストを設定し、自オブジェクトを返します。
|
| コンストラクタと説明 |
|---|
CreateDhcpOptionsRequest(java.util.List<DhcpConfiguration> dhcpConfigurations)
DHCPオプション設定情報リストを指定し、CreateDhcpOptionsRequestを構築します。
|
Copyright(C) FUJITSU CLOUD TECHNOLOGIES LIMITED 2018 All Rights Reserved.