| パッケージ | 説明 |
|---|---|
| com.nifty.cloud.sdk.nattable.model |
NATテーブルカテゴリのリクエスト及びレスポンスで使用するクラスを提供します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
NetworkInterface |
NatRule.getInboundInterface()
NATトラフィックのインバウンドインターフェイス(dnatの場合のみ)を取得します。
|
NetworkInterface |
NatRule.getOutboundInterface()
NATトラフィックのアウトバウンドインターフェイス(snatの場合のみ)を取得します。
|
NetworkInterface |
NetworkInterface.withNetworkId(java.lang.String networkId)
ネットワークIDを設定し、自オブジェクトを返します。
|
NetworkInterface |
NetworkInterface.withNetworkName(java.lang.String networkName)
ネットワーク名を設定し、自オブジェクトを返します。
|
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
NatRule.setInboundInterface(NetworkInterface inboundInterface)
NATトラフィックのインバウンドインターフェイス(dnatの場合のみ)を設定します。
|
void |
NatRule.setOutboundInterface(NetworkInterface outboundInterface)
NATトラフィックのアウトバウンドインターフェイス(snatの場合のみ)を設定します。
|
NatRule |
NatRule.withInboundInterface(NetworkInterface inboundInterface)
NATトラフィックのインバウンドインターフェイス(dnatの場合のみ)を設定し、自オブジェクトを返します。
|
NatRule |
NatRule.withOutboundInterface(NetworkInterface outboundInterface)
NATトラフィックのアウトバウンドインターフェイス(snatの場合のみ)を設定し、自オブジェクトを返します。
|
Copyright(C) FUJITSU CLOUD TECHNOLOGIES LIMITED 2018 All Rights Reserved.