Uses of Class
com.vmware.nsx_policy.model.QuotaStats
-
Packages that use QuotaStats Package Description com.vmware.nsx_policy.model -
-
Uses of QuotaStats in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return QuotaStats Modifier and Type Method Description static QuotaStatsQuotaStats. _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 QuotaStatsQuotaStats. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.QuotaStatsQuotaStats.Builder. build()Methods in com.vmware.nsx_policy.model that return types with arguments of type QuotaStats Modifier and Type Method Description java.util.List<QuotaStats>QuotaStatsPerPrefix. getQuotaDetails()QuotaStats list resultsjava.util.List<QuotaStats>QuotaStatsListResult. getResults()QuotaStats list resultsMethod parameters in com.vmware.nsx_policy.model with type arguments of type QuotaStats Modifier and Type Method Description QuotaStatsPerPrefix.BuilderQuotaStatsPerPrefix.Builder. setQuotaDetails(java.util.List<QuotaStats> quotaDetails)QuotaStats list resultsvoidQuotaStatsPerPrefix. setQuotaDetails(java.util.List<QuotaStats> quotaDetails)QuotaStats list resultsQuotaStatsListResult.BuilderQuotaStatsListResult.Builder. setResults(java.util.List<QuotaStats> results)QuotaStats list resultsvoidQuotaStatsListResult. setResults(java.util.List<QuotaStats> results)QuotaStats list results
-