Uses of Class
com.vmware.nsx_policy.model.ObservabilityCounterDebugQueryResult
-
Packages that use ObservabilityCounterDebugQueryResult Package Description com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes.statistics com.vmware.nsx_policy.model -
-
Uses of ObservabilityCounterDebugQueryResult in com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes.statistics
Methods in com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes.statistics that return ObservabilityCounterDebugQueryResult Modifier and Type Method Description ObservabilityCounterDebugQueryResultDebug. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, java.lang.String type)Get the counter values for realtime datapath statistics.ObservabilityCounterDebugQueryResultDebug. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, java.lang.String type, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get the counter values for realtime datapath statistics.ObservabilityCounterDebugQueryResultDebugStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, java.lang.String type)ObservabilityCounterDebugQueryResultDebugStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, java.lang.String type, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.infra.sites.enforcement_points.host_transport_nodes.statistics with type arguments of type ObservabilityCounterDebugQueryResult Modifier and Type Method Description voidDebug. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, java.lang.String type, com.vmware.vapi.bindings.client.AsyncCallback<ObservabilityCounterDebugQueryResult> asyncCallback)Get the counter values for realtime datapath statistics.voidDebug. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, java.lang.String type, com.vmware.vapi.bindings.client.AsyncCallback<ObservabilityCounterDebugQueryResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get the counter values for realtime datapath statistics.voidDebugStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, java.lang.String type, com.vmware.vapi.bindings.client.AsyncCallback<ObservabilityCounterDebugQueryResult> asyncCallback)voidDebugStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, java.lang.String type, com.vmware.vapi.bindings.client.AsyncCallback<ObservabilityCounterDebugQueryResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of ObservabilityCounterDebugQueryResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ObservabilityCounterDebugQueryResult Modifier and Type Method Description static ObservabilityCounterDebugQueryResultObservabilityCounterDebugQueryResult. _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 ObservabilityCounterDebugQueryResultObservabilityCounterDebugQueryResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ObservabilityCounterDebugQueryResultObservabilityCounterDebugQueryResult.Builder. build()
-