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 MonitoringInfoMonitoringInfo. _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 MonitoringInfoMonitoringInfo. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.MonitoringInfoMonitoringInfo.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 MonitoringInfoFlowDetails. get(java.lang.String sitePath)Provides federation monitoring information, which includes all config flows originating from the site where API is invoked.MonitoringInfoFlowDetails. 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.MonitoringInfoFlowDetailsStub. get(java.lang.String sitePath)MonitoringInfoFlowDetailsStub. 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 voidFlowDetails. 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.voidFlowDetails. 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.voidFlowDetailsStub. get(java.lang.String sitePath, com.vmware.vapi.bindings.client.AsyncCallback<MonitoringInfo> asyncCallback)voidFlowDetailsStub. get(java.lang.String sitePath, com.vmware.vapi.bindings.client.AsyncCallback<MonitoringInfo> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-