| パッケージ | 説明 |
|---|---|
| com.nifty.cloud.sdk.dhcp.model |
DHCPカテゴリのリクエスト及びレスポンスで使用するクラスを提供します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
DhcpConfig |
NiftyCreateDhcpConfigResult.getDhcpConfig()
DHCPコンフィグ情報を取得します。
|
DhcpConfig |
DhcpConfig.withDhcpConfigId(java.lang.String dhcpConfigId)
DHCPコンフィグIDを設定し、自オブジェクトを返します。
|
DhcpConfig |
DhcpConfig.withIpAddressPools(java.util.Collection<IpAddressPool> ipAddressPools)
IpAddressPool設定情報リストを設定し、自オブジェクトを返します。
|
DhcpConfig |
DhcpConfig.withIpAddressPools(IpAddressPool... ipAddressPools)
IpAddressPool設定情報の配列を設定し、自オブジェクトを返します。
|
DhcpConfig |
DhcpConfig.withStaticMappings(java.util.Collection<StaticMapping> staticMappings)
StaticMapping設定情報リストを設定し、自オブジェクトを返します。
|
DhcpConfig |
DhcpConfig.withStaticMappings(StaticMapping... staticMappings)
StaticMapping設定情報の配列を設定し、自オブジェクトを返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.util.List<DhcpConfig> |
NiftyDescribeDhcpConfigsResult.getDhcpConfigs()
DHCPコンフィグ情報リストを取得します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
NiftyCreateDhcpConfigResult.setDhcpConfig(DhcpConfig dhcpConfig)
DHCPコンフィグ情報を設定します。
|
NiftyCreateDhcpConfigResult |
NiftyCreateDhcpConfigResult.withDhcpConfig(DhcpConfig dhcpConfig)
DHCPコンフィグ情報を設定し、自オブジェクトを返します。
|
NiftyDescribeDhcpConfigsResult |
NiftyDescribeDhcpConfigsResult.withDhcpConfigs(DhcpConfig... dhcpConfigs)
DHCPコンフィグ情報の配列を設定し、自オブジェクトを返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
NiftyDescribeDhcpConfigsResult.setDhcpConfigs(java.util.List<DhcpConfig> dhcpConfigs)
DHCPコンフィグ情報リストを設定します。
|
NiftyDescribeDhcpConfigsResult |
NiftyDescribeDhcpConfigsResult.withDhcpConfigs(java.util.Collection<DhcpConfig> dhcpConfigs)
DHCPコンフィグ情報リストを設定し、自オブジェクトを返します。
|
Copyright(C) FUJITSU CLOUD TECHNOLOGIES LIMITED 2018 All Rights Reserved.