public class NatRule
extends java.lang.Object
| コンストラクタと説明 |
|---|
NatRule() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
java.lang.String |
getDescription()
NATルールのメモを取得します。
|
Destination |
getDestination()
送信先情報を取得します。
|
NetworkInterface |
getInboundInterface()
NATトラフィックのインバウンドインターフェイス(dnatの場合のみ)を取得します。
|
java.lang.String |
getNatType()
NATタイプを取得します。
|
NetworkInterface |
getOutboundInterface()
NATトラフィックのアウトバウンドインターフェイス(snatの場合のみ)を取得します。
|
java.lang.String |
getProtocol()
プロトコルを取得します。
|
java.lang.String |
getRuleNumber()
ルール番号を取得します。
|
Source |
getSource()
送信元情報を取得します。
|
Translation |
getTranslation()
変換情報を取得します。
|
void |
setDescription(java.lang.String description)
NATルールのメモを設定します。
|
void |
setDestination(Destination destination)
送信先情報を設定します。
|
void |
setInboundInterface(NetworkInterface inboundInterface)
NATトラフィックのインバウンドインターフェイス(dnatの場合のみ)を設定します。
|
void |
setNatType(java.lang.String natType)
NATタイプを設定します。
|
void |
setOutboundInterface(NetworkInterface outboundInterface)
NATトラフィックのアウトバウンドインターフェイス(snatの場合のみ)を設定します。
|
void |
setProtocol(java.lang.String protocol)
プロトコルを設定します。
|
void |
setRuleNumber(java.lang.String ruleNumber)
ルール番号を設定します。
|
void |
setSource(Source source)
送信元情報を設定します。
|
void |
setTranslation(Translation translation)
変換情報を設定します。
|
java.lang.String |
toString() |
NatRule |
withDescription(java.lang.String description)
NATルールのメモを設定し、自オブジェクトを返します。
|
NatRule |
withDestination(Destination destination)
送信先情報を設定し、自オブジェクトを返します。
|
NatRule |
withInboundInterface(NetworkInterface inboundInterface)
NATトラフィックのインバウンドインターフェイス(dnatの場合のみ)を設定し、自オブジェクトを返します。
|
NatRule |
withNatType(java.lang.String natType)
NATタイプを設定し、自オブジェクトを返します。
|
NatRule |
withOutboundInterface(NetworkInterface outboundInterface)
NATトラフィックのアウトバウンドインターフェイス(snatの場合のみ)を設定し、自オブジェクトを返します。
|
NatRule |
withProtocol(java.lang.String protocol)
プロトコルを設定し、自オブジェクトを返します。
|
NatRule |
withRuleNumber(java.lang.String ruleNumber)
ルール番号を設定し、自オブジェクトを返します。
|
NatRule |
withSource(Source source)
送信元情報を設定し、自オブジェクトを返します。
|
NatRule |
withTranslation(Translation translation)
変換情報を設定し、自オブジェクトを返します。
|
public java.lang.String getNatType()
public void setNatType(java.lang.String natType)
natType - NATタイプpublic NatRule withNatType(java.lang.String natType)
natType - NATタイプpublic java.lang.String getRuleNumber()
public void setRuleNumber(java.lang.String ruleNumber)
ruleNumber - ルール番号public NatRule withRuleNumber(java.lang.String ruleNumber)
ruleNumber - ルール番号public java.lang.String getDescription()
public void setDescription(java.lang.String description)
description - NATルールのメモpublic NatRule withDescription(java.lang.String description)
description - NATルールのメモpublic java.lang.String getProtocol()
public void setProtocol(java.lang.String protocol)
protocol - プロトコルpublic NatRule withProtocol(java.lang.String protocol)
protocol - プロトコルpublic NetworkInterface getOutboundInterface()
public void setOutboundInterface(NetworkInterface outboundInterface)
outboundInterface - NATトラフィックのアウトバウンドインターフェイス(snatの場合のみ)public NatRule withOutboundInterface(NetworkInterface outboundInterface)
outboundInterface - NATトラフィックのアウトバウンドインターフェイス(snatの場合のみ)public NetworkInterface getInboundInterface()
public void setInboundInterface(NetworkInterface inboundInterface)
inboundInterface - NATトラフィックのインバウンドインターフェイス(dnatの場合のみ)public NatRule withInboundInterface(NetworkInterface inboundInterface)
inboundInterface - NATトラフィックのインバウンドインターフェイス(dnatの場合のみ)public Destination getDestination()
public void setDestination(Destination destination)
destination - 送信先情報public NatRule withDestination(Destination destination)
destination - 送信先情報public Source getSource()
public void setSource(Source source)
source - 送信元情報public NatRule withSource(Source source)
source - 送信元情報public Translation getTranslation()
public void setTranslation(Translation translation)
translation - 変換情報public NatRule withTranslation(Translation translation)
translation - 変換情報public java.lang.String toString()
toString クラス内 java.lang.ObjectCopyright(C) FUJITSU CLOUD TECHNOLOGIES LIMITED 2018 All Rights Reserved.