Uses of Class
com.vmware.nsx_policy.model.FlowInfo
-
Packages that use FlowInfo Package Description com.vmware.nsx_policy.model -
-
Uses of FlowInfo in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return FlowInfo Modifier and Type Method Description static FlowInfoFlowInfo. _newInstance(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value.
WARNING: The returned object is not fully initialized.static FlowInfoFlowInfo. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.FlowInfoFlowInfo.Builder. build()Methods in com.vmware.nsx_policy.model that return types with arguments of type FlowInfo Modifier and Type Method Description java.util.List<FlowInfo>MonitoringInfo. getFlowInfo()Monitoring information of flows in federationMethod parameters in com.vmware.nsx_policy.model with type arguments of type FlowInfo Modifier and Type Method Description MonitoringInfo.BuilderMonitoringInfo.Builder. setFlowInfo(java.util.List<FlowInfo> flowInfo)Monitoring information of flows in federationvoidMonitoringInfo. setFlowInfo(java.util.List<FlowInfo> flowInfo)Monitoring information of flows in federation
-