Package com.vmware.nsx_policy.model
Class FlowInfo.Builder
- java.lang.Object
-
- com.vmware.nsx_policy.model.FlowInfo.Builder
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FlowInfo
build()
FlowInfo.Builder
setCrossSiteFlowInfo(CrossSiteFlowInfo crossSiteFlowInfo)
FlowInfo.Builder
setFlowType(java.lang.String flowType)
FlowInfo.Builder
setId(java.lang.String id)
System identifier for the flowFlowInfo.Builder
setQueueInfos(java.util.List<FederationQueueInfo> queueInfos)
Every flow will have transmitter and receiver queues.
-
-
-
Constructor Detail
-
Builder
public Builder()
Constructor with parameters for the required properties ofFlowInfo
.
-
-
Method Detail
-
setCrossSiteFlowInfo
public FlowInfo.Builder setCrossSiteFlowInfo(CrossSiteFlowInfo crossSiteFlowInfo)
- Parameters:
crossSiteFlowInfo
- New value for the property.
-
setFlowType
public FlowInfo.Builder setFlowType(java.lang.String flowType)
Possible values are: Flow identifier- Parameters:
flowType
- New value for the property.
-
setId
public FlowInfo.Builder setId(java.lang.String id)
System identifier for the flow- Parameters:
id
- New value for the property.
-
setQueueInfos
public FlowInfo.Builder setQueueInfos(java.util.List<FederationQueueInfo> queueInfos)
Every flow will have transmitter and receiver queues.- Parameters:
queueInfos
- New value for the property.
-
build
public FlowInfo build()
-
-