Package com.vmware.nsx_policy.model
Class PolicyTraceflowObservationIpsecVpn.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.PolicyTraceflowObservationIpsecVpn.Builder
-
- Enclosing class:
- PolicyTraceflowObservationIpsecVpn
public static final class PolicyTraceflowObservationIpsecVpn.Builder extends java.lang.ObjectBuilder class forPolicyTraceflowObservationIpsecVpn.
-
-
Constructor Summary
Constructors Constructor Description Builder()Constructor with parameters for the required properties ofPolicyTraceflowObservationIpsecVpn.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PolicyTraceflowObservationIpsecVpnbuild()PolicyTraceflowObservationIpsecVpn.BuildersetSessionPath(java.lang.String sessionPath)The path of the IPsec VPN session This property may be present in responses from the server, but if it is present in a request to server it will be ignored.PolicyTraceflowObservationIpsecVpn.BuildersetVtiPath(java.lang.String vtiPath)The path of the virtual tunnel interface for Route-Based IPsec VPN This property may be present in responses from the server, but if it is present in a request to server it will be ignored.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofPolicyTraceflowObservationIpsecVpn.
-
-
Method Detail
-
setSessionPath
public PolicyTraceflowObservationIpsecVpn.Builder setSessionPath(java.lang.String sessionPath)
The path of the IPsec VPN session This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
sessionPath- New value for the property.
-
setVtiPath
public PolicyTraceflowObservationIpsecVpn.Builder setVtiPath(java.lang.String vtiPath)
The path of the virtual tunnel interface for Route-Based IPsec VPN This property may be present in responses from the server, but if it is present in a request to server it will be ignored.- Parameters:
vtiPath- New value for the property.
-
build
public PolicyTraceflowObservationIpsecVpn build()
-
-