Uses of Class
com.vmware.nsx_policy.model.LBServiceUsageSummary
-
Packages that use LBServiceUsageSummary Package Description com.vmware.nsx_policy.infra com.vmware.nsx_policy.model -
-
Uses of LBServiceUsageSummary in com.vmware.nsx_policy.infra
Methods in com.vmware.nsx_policy.infra that return LBServiceUsageSummary Modifier and Type Method Description LBServiceUsageSummary
LbServiceUsageSummary. get(java.lang.Boolean includeUsages)
API is used to retrieve the load balancer usage summary for all load balancer services.LBServiceUsageSummary
LbServiceUsageSummary. get(java.lang.Boolean includeUsages, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
API is used to retrieve the load balancer usage summary for all load balancer services.LBServiceUsageSummary
LbServiceUsageSummaryStub. get(java.lang.Boolean includeUsages)
LBServiceUsageSummary
LbServiceUsageSummaryStub. get(java.lang.Boolean includeUsages, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra with type arguments of type LBServiceUsageSummary Modifier and Type Method Description void
LbServiceUsageSummary. get(java.lang.Boolean includeUsages, com.vmware.vapi.bindings.client.AsyncCallback<LBServiceUsageSummary> asyncCallback)
API is used to retrieve the load balancer usage summary for all load balancer services.void
LbServiceUsageSummary. get(java.lang.Boolean includeUsages, com.vmware.vapi.bindings.client.AsyncCallback<LBServiceUsageSummary> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
API is used to retrieve the load balancer usage summary for all load balancer services.void
LbServiceUsageSummaryStub. get(java.lang.Boolean includeUsages, com.vmware.vapi.bindings.client.AsyncCallback<LBServiceUsageSummary> asyncCallback)
void
LbServiceUsageSummaryStub. get(java.lang.Boolean includeUsages, com.vmware.vapi.bindings.client.AsyncCallback<LBServiceUsageSummary> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of LBServiceUsageSummary in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return LBServiceUsageSummary Modifier and Type Method Description static LBServiceUsageSummary
LBServiceUsageSummary. _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 LBServiceUsageSummary
LBServiceUsageSummary. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.LBServiceUsageSummary
LBServiceUsageSummary.Builder. build()
-