public class DhcpConfig
extends java.lang.Object
| コンストラクタと説明 |
|---|
DhcpConfig() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.String |
getDhcpConfigId()
DHCPコンフィグIDを取得します。
|
java.util.List<IpAddressPool> |
getIpAddressPools()
IpAddressPool設定情報リストを取得します。
|
java.util.List<StaticMapping> |
getStaticMappings()
StaticMapping設定情報リストを取得します。
|
void |
setDhcpConfigId(java.lang.String dhcpConfigId)
DHCPコンフィグIDを設定します。
|
void |
setIpAddressPools(java.util.List<IpAddressPool> ipAddressPools)
IpAddressPool設定情報リストを設定します。
|
void |
setStaticMappings(java.util.List<StaticMapping> staticMappings)
StaticMapping設定情報リストを設定します。
|
java.lang.String |
toString() |
DhcpConfig |
withDhcpConfigId(java.lang.String dhcpConfigId)
DHCPコンフィグIDを設定し、自オブジェクトを返します。
|
DhcpConfig |
withIpAddressPools(java.util.Collection<IpAddressPool> ipAddressPools)
IpAddressPool設定情報リストを設定し、自オブジェクトを返します。
|
DhcpConfig |
withIpAddressPools(IpAddressPool... ipAddressPools)
IpAddressPool設定情報の配列を設定し、自オブジェクトを返します。
|
DhcpConfig |
withStaticMappings(java.util.Collection<StaticMapping> staticMappings)
StaticMapping設定情報リストを設定し、自オブジェクトを返します。
|
DhcpConfig |
withStaticMappings(StaticMapping... staticMappings)
StaticMapping設定情報の配列を設定し、自オブジェクトを返します。
|
public java.lang.String getDhcpConfigId()
public void setDhcpConfigId(java.lang.String dhcpConfigId)
dhcpConfigId - DHCPコンフィグIDpublic DhcpConfig withDhcpConfigId(java.lang.String dhcpConfigId)
dhcpConfigId - DHCPコンフィグIDpublic java.util.List<IpAddressPool> getIpAddressPools()
public void setIpAddressPools(java.util.List<IpAddressPool> ipAddressPools)
ipAddressPools - IpAddressPool設定情報リストpublic DhcpConfig withIpAddressPools(IpAddressPool... ipAddressPools)
ipAddressPools - IpAddressPool設定情報の配列public DhcpConfig withIpAddressPools(java.util.Collection<IpAddressPool> ipAddressPools)
ipAddressPools - IpAddressPool設定情報リストpublic java.util.List<StaticMapping> getStaticMappings()
public void setStaticMappings(java.util.List<StaticMapping> staticMappings)
staticMappings - StaticMapping設定情報リストpublic DhcpConfig withStaticMappings(StaticMapping... staticMappings)
staticMappings - StaticMapping設定情報の配列public DhcpConfig withStaticMappings(java.util.Collection<StaticMapping> staticMappings)
staticMappings - StaticMapping設定情報リストpublic java.lang.String toString()
toString クラス内 java.lang.ObjectCopyright(C) FUJITSU CLOUD TECHNOLOGIES LIMITED 2018 All Rights Reserved.