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 FlowInfo
FlowInfo. _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 FlowInfo
FlowInfo. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.FlowInfo
FlowInfo.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.Builder
MonitoringInfo.Builder. setFlowInfo(java.util.List<FlowInfo> flowInfo)
Monitoring information of flows in federationvoid
MonitoringInfo. setFlowInfo(java.util.List<FlowInfo> flowInfo)
Monitoring information of flows in federation
-