public final class VerificationIpFlowParameters extends Object
| Constructor and Description |
|---|
VerificationIpFlowParameters() |
| Modifier and Type | Method and Description |
|---|---|
Direction |
direction()
Get the direction property: The direction of the packet represented as a 5-tuple.
|
String |
localIpAddress()
Get the localIpAddress property: The local IP address.
|
String |
localPort()
Get the localPort property: The local port.
|
IpFlowProtocol |
protocol()
Get the protocol property: Protocol to be verified on.
|
String |
remoteIpAddress()
Get the remoteIpAddress property: The remote IP address.
|
String |
remotePort()
Get the remotePort property: The remote port.
|
String |
targetNicResourceId()
Get the targetNicResourceId property: The NIC ID.
|
String |
targetResourceId()
Get the targetResourceId property: The ID of the target resource to perform next-hop on.
|
void |
validate()
Validates the instance.
|
VerificationIpFlowParameters |
withDirection(Direction direction)
Set the direction property: The direction of the packet represented as a 5-tuple.
|
VerificationIpFlowParameters |
withLocalIpAddress(String localIpAddress)
Set the localIpAddress property: The local IP address.
|
VerificationIpFlowParameters |
withLocalPort(String localPort)
Set the localPort property: The local port.
|
VerificationIpFlowParameters |
withProtocol(IpFlowProtocol protocol)
Set the protocol property: Protocol to be verified on.
|
VerificationIpFlowParameters |
withRemoteIpAddress(String remoteIpAddress)
Set the remoteIpAddress property: The remote IP address.
|
VerificationIpFlowParameters |
withRemotePort(String remotePort)
Set the remotePort property: The remote port.
|
VerificationIpFlowParameters |
withTargetNicResourceId(String targetNicResourceId)
Set the targetNicResourceId property: The NIC ID.
|
VerificationIpFlowParameters |
withTargetResourceId(String targetResourceId)
Set the targetResourceId property: The ID of the target resource to perform next-hop on.
|
public String targetResourceId()
public VerificationIpFlowParameters withTargetResourceId(String targetResourceId)
targetResourceId - the targetResourceId value to set.public Direction direction()
public VerificationIpFlowParameters withDirection(Direction direction)
direction - the direction value to set.public IpFlowProtocol protocol()
public VerificationIpFlowParameters withProtocol(IpFlowProtocol protocol)
protocol - the protocol value to set.public String localPort()
public VerificationIpFlowParameters withLocalPort(String localPort)
localPort - the localPort value to set.public String remotePort()
public VerificationIpFlowParameters withRemotePort(String remotePort)
remotePort - the remotePort value to set.public String localIpAddress()
public VerificationIpFlowParameters withLocalIpAddress(String localIpAddress)
localIpAddress - the localIpAddress value to set.public String remoteIpAddress()
public VerificationIpFlowParameters withRemoteIpAddress(String remoteIpAddress)
remoteIpAddress - the remoteIpAddress value to set.public String targetNicResourceId()
public VerificationIpFlowParameters withTargetNicResourceId(String targetNicResourceId)
targetNicResourceId - the targetNicResourceId value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.