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 ObservabilityCounterDebugQueryResult
Debug. 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.ObservabilityCounterDebugQueryResult
Debug. 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.ObservabilityCounterDebugQueryResult
DebugStub. get(java.lang.String siteId, java.lang.String enforcementpointId, java.lang.String hostTransportNodeId, java.lang.String type)
ObservabilityCounterDebugQueryResult
DebugStub. 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 void
Debug. 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.void
Debug. 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.void
DebugStub. 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)
void
DebugStub. 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 ObservabilityCounterDebugQueryResult
ObservabilityCounterDebugQueryResult. _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 ObservabilityCounterDebugQueryResult
ObservabilityCounterDebugQueryResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ObservabilityCounterDebugQueryResult
ObservabilityCounterDebugQueryResult.Builder. build()
-