Uses of Class
com.vmware.nsx_policy.model.IdfwSystemStats
-
Packages that use IdfwSystemStats Package Description com.vmware.nsx_policy.infra.settings.firewall.idfw com.vmware.nsx_policy.model -
-
Uses of IdfwSystemStats in com.vmware.nsx_policy.infra.settings.firewall.idfw
Methods in com.vmware.nsx_policy.infra.settings.firewall.idfw that return IdfwSystemStats Modifier and Type Method Description IdfwSystemStats
SystemStats. get(java.lang.String enforcementPointPath)
It will get IDFW system statistics data.IdfwSystemStats
SystemStats. get(java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
It will get IDFW system statistics data.IdfwSystemStats
SystemStatsStub. get(java.lang.String enforcementPointPath)
IdfwSystemStats
SystemStatsStub. get(java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra.settings.firewall.idfw with type arguments of type IdfwSystemStats Modifier and Type Method Description void
SystemStats. get(java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwSystemStats> asyncCallback)
It will get IDFW system statistics data.void
SystemStats. get(java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwSystemStats> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
It will get IDFW system statistics data.void
SystemStatsStub. get(java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwSystemStats> asyncCallback)
void
SystemStatsStub. get(java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwSystemStats> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of IdfwSystemStats in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return IdfwSystemStats Modifier and Type Method Description static IdfwSystemStats
IdfwSystemStats. _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 IdfwSystemStats
IdfwSystemStats. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IdfwSystemStats
IdfwSystemStats.Builder. build()
-