Uses of Class
com.vmware.nsx_policy.model.MonitoringInfo
-
Packages that use MonitoringInfo Package Description com.vmware.nsx_policy.model com.vmware.nsx_policy.observability -
-
Uses of MonitoringInfo in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return MonitoringInfo Modifier and Type Method Description static MonitoringInfo
MonitoringInfo. _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 MonitoringInfo
MonitoringInfo. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.MonitoringInfo
MonitoringInfo.Builder. build()
-
Uses of MonitoringInfo in com.vmware.nsx_policy.observability
Methods in com.vmware.nsx_policy.observability that return MonitoringInfo Modifier and Type Method Description MonitoringInfo
FlowDetails. get(java.lang.String sitePath)
Provides federation monitoring information, which includes all config flows originating from the site where API is invoked.MonitoringInfo
FlowDetails. get(java.lang.String sitePath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Provides federation monitoring information, which includes all config flows originating from the site where API is invoked.MonitoringInfo
FlowDetailsStub. get(java.lang.String sitePath)
MonitoringInfo
FlowDetailsStub. get(java.lang.String sitePath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.observability with type arguments of type MonitoringInfo Modifier and Type Method Description void
FlowDetails. get(java.lang.String sitePath, com.vmware.vapi.bindings.client.AsyncCallback<MonitoringInfo> asyncCallback)
Provides federation monitoring information, which includes all config flows originating from the site where API is invoked.void
FlowDetails. get(java.lang.String sitePath, com.vmware.vapi.bindings.client.AsyncCallback<MonitoringInfo> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Provides federation monitoring information, which includes all config flows originating from the site where API is invoked.void
FlowDetailsStub. get(java.lang.String sitePath, com.vmware.vapi.bindings.client.AsyncCallback<MonitoringInfo> asyncCallback)
void
FlowDetailsStub. get(java.lang.String sitePath, com.vmware.vapi.bindings.client.AsyncCallback<MonitoringInfo> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-