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 IdfwSystemStatsSystemStats. get(java.lang.String enforcementPointPath)It will get IDFW system statistics data.IdfwSystemStatsSystemStats. get(java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)It will get IDFW system statistics data.IdfwSystemStatsSystemStatsStub. get(java.lang.String enforcementPointPath)IdfwSystemStatsSystemStatsStub. 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 voidSystemStats. get(java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwSystemStats> asyncCallback)It will get IDFW system statistics data.voidSystemStats. 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.voidSystemStatsStub. get(java.lang.String enforcementPointPath, com.vmware.vapi.bindings.client.AsyncCallback<IdfwSystemStats> asyncCallback)voidSystemStatsStub. 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 IdfwSystemStatsIdfwSystemStats. _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 IdfwSystemStatsIdfwSystemStats. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.IdfwSystemStatsIdfwSystemStats.Builder. build()
-