Class VerificationIPFlowParameters
- java.lang.Object
-
- com.microsoft.azure.management.network.VerificationIPFlowParameters
-
public class VerificationIPFlowParameters extends Object
Parameters that define the IP flow to be verified.
-
-
Constructor Summary
Constructors Constructor Description VerificationIPFlowParameters()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Directiondirection()Get the direction value.StringlocalIPAddress()Get the localIPAddress value.StringlocalPort()Get the localPort value.IpFlowProtocolprotocol()Get the protocol value.StringremoteIPAddress()Get the remoteIPAddress value.StringremotePort()Get the remotePort value.StringtargetNicResourceId()Get the targetNicResourceId value.StringtargetResourceId()Get the targetResourceId value.VerificationIPFlowParameterswithDirection(Direction direction)Set the direction value.VerificationIPFlowParameterswithLocalIPAddress(String localIPAddress)Set the localIPAddress value.VerificationIPFlowParameterswithLocalPort(String localPort)Set the localPort value.VerificationIPFlowParameterswithProtocol(IpFlowProtocol protocol)Set the protocol value.VerificationIPFlowParameterswithRemoteIPAddress(String remoteIPAddress)Set the remoteIPAddress value.VerificationIPFlowParameterswithRemotePort(String remotePort)Set the remotePort value.VerificationIPFlowParameterswithTargetNicResourceId(String targetNicResourceId)Set the targetNicResourceId value.VerificationIPFlowParameterswithTargetResourceId(String targetResourceId)Set the targetResourceId value.
-
-
-
Method Detail
-
targetResourceId
public String targetResourceId()
Get the targetResourceId value.- Returns:
- the targetResourceId value
-
withTargetResourceId
public VerificationIPFlowParameters withTargetResourceId(String targetResourceId)
Set the targetResourceId value.- Parameters:
targetResourceId- the targetResourceId value to set- Returns:
- the VerificationIPFlowParameters object itself.
-
direction
public Direction direction()
Get the direction value.- Returns:
- the direction value
-
withDirection
public VerificationIPFlowParameters withDirection(Direction direction)
Set the direction value.- Parameters:
direction- the direction value to set- Returns:
- the VerificationIPFlowParameters object itself.
-
protocol
public IpFlowProtocol protocol()
Get the protocol value.- Returns:
- the protocol value
-
withProtocol
public VerificationIPFlowParameters withProtocol(IpFlowProtocol protocol)
Set the protocol value.- Parameters:
protocol- the protocol value to set- Returns:
- the VerificationIPFlowParameters object itself.
-
localPort
public String localPort()
Get the localPort value.- Returns:
- the localPort value
-
withLocalPort
public VerificationIPFlowParameters withLocalPort(String localPort)
Set the localPort value.- Parameters:
localPort- the localPort value to set- Returns:
- the VerificationIPFlowParameters object itself.
-
remotePort
public String remotePort()
Get the remotePort value.- Returns:
- the remotePort value
-
withRemotePort
public VerificationIPFlowParameters withRemotePort(String remotePort)
Set the remotePort value.- Parameters:
remotePort- the remotePort value to set- Returns:
- the VerificationIPFlowParameters object itself.
-
localIPAddress
public String localIPAddress()
Get the localIPAddress value.- Returns:
- the localIPAddress value
-
withLocalIPAddress
public VerificationIPFlowParameters withLocalIPAddress(String localIPAddress)
Set the localIPAddress value.- Parameters:
localIPAddress- the localIPAddress value to set- Returns:
- the VerificationIPFlowParameters object itself.
-
remoteIPAddress
public String remoteIPAddress()
Get the remoteIPAddress value.- Returns:
- the remoteIPAddress value
-
withRemoteIPAddress
public VerificationIPFlowParameters withRemoteIPAddress(String remoteIPAddress)
Set the remoteIPAddress value.- Parameters:
remoteIPAddress- the remoteIPAddress value to set- Returns:
- the VerificationIPFlowParameters object itself.
-
targetNicResourceId
public String targetNicResourceId()
Get the targetNicResourceId value.- Returns:
- the targetNicResourceId value
-
withTargetNicResourceId
public VerificationIPFlowParameters withTargetNicResourceId(String targetNicResourceId)
Set the targetNicResourceId value.- Parameters:
targetNicResourceId- the targetNicResourceId value to set- Returns:
- the VerificationIPFlowParameters object itself.
-
-