public class VerificationIPFlowParameters extends Object
Constructor and Description |
---|
VerificationIPFlowParameters() |
Modifier and Type | Method and Description |
---|---|
Direction |
direction()
Get the direction value.
|
String |
localIPAddress()
Get the localIPAddress value.
|
String |
localPort()
Get the localPort value.
|
IpFlowProtocol |
protocol()
Get the protocol value.
|
String |
remoteIPAddress()
Get the remoteIPAddress value.
|
String |
remotePort()
Get the remotePort value.
|
String |
targetNicResourceId()
Get the targetNicResourceId value.
|
String |
targetResourceId()
Get the targetResourceId value.
|
VerificationIPFlowParameters |
withDirection(Direction direction)
Set the direction value.
|
VerificationIPFlowParameters |
withLocalIPAddress(String localIPAddress)
Set the localIPAddress value.
|
VerificationIPFlowParameters |
withLocalPort(String localPort)
Set the localPort value.
|
VerificationIPFlowParameters |
withProtocol(IpFlowProtocol protocol)
Set the protocol value.
|
VerificationIPFlowParameters |
withRemoteIPAddress(String remoteIPAddress)
Set the remoteIPAddress value.
|
VerificationIPFlowParameters |
withRemotePort(String remotePort)
Set the remotePort value.
|
VerificationIPFlowParameters |
withTargetNicResourceId(String targetNicResourceId)
Set the targetNicResourceId value.
|
VerificationIPFlowParameters |
withTargetResourceId(String targetResourceId)
Set the targetResourceId value.
|
public String targetResourceId()
public VerificationIPFlowParameters withTargetResourceId(String targetResourceId)
targetResourceId
- the targetResourceId value to setpublic Direction direction()
public VerificationIPFlowParameters withDirection(Direction direction)
direction
- the direction value to setpublic IpFlowProtocol protocol()
public VerificationIPFlowParameters withProtocol(IpFlowProtocol protocol)
protocol
- the protocol value to setpublic String localPort()
public VerificationIPFlowParameters withLocalPort(String localPort)
localPort
- the localPort value to setpublic String remotePort()
public VerificationIPFlowParameters withRemotePort(String remotePort)
remotePort
- the remotePort value to setpublic String localIPAddress()
public VerificationIPFlowParameters withLocalIPAddress(String localIPAddress)
localIPAddress
- the localIPAddress value to setpublic String remoteIPAddress()
public VerificationIPFlowParameters withRemoteIPAddress(String remoteIPAddress)
remoteIPAddress
- the remoteIPAddress value to setpublic String targetNicResourceId()
public VerificationIPFlowParameters withTargetNicResourceId(String targetNicResourceId)
targetNicResourceId
- the targetNicResourceId value to setCopyright © 2019. All rights reserved.