Uses of Class
com.vmware.nsx_policy.model.AggregatedFeatureListResult
-
Packages that use AggregatedFeatureListResult Package Description com.vmware.nsx_policy.infra com.vmware.nsx_policy.model -
-
Uses of AggregatedFeatureListResult in com.vmware.nsx_policy.infra
Methods in com.vmware.nsx_policy.infra that return AggregatedFeatureListResult Modifier and Type Method Description AggregatedFeatureListResult
Features. list(java.lang.String sitePath)
Paginated list of all Aggregated Feature StateAggregatedFeatureListResult
Features. list(java.lang.String sitePath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Paginated list of all Aggregated Feature StateAggregatedFeatureListResult
FeaturesStub. list(java.lang.String sitePath)
AggregatedFeatureListResult
FeaturesStub. list(java.lang.String sitePath, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra with type arguments of type AggregatedFeatureListResult Modifier and Type Method Description void
Features. list(java.lang.String sitePath, com.vmware.vapi.bindings.client.AsyncCallback<AggregatedFeatureListResult> asyncCallback)
Paginated list of all Aggregated Feature Statevoid
Features. list(java.lang.String sitePath, com.vmware.vapi.bindings.client.AsyncCallback<AggregatedFeatureListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Paginated list of all Aggregated Feature Statevoid
FeaturesStub. list(java.lang.String sitePath, com.vmware.vapi.bindings.client.AsyncCallback<AggregatedFeatureListResult> asyncCallback)
void
FeaturesStub. list(java.lang.String sitePath, com.vmware.vapi.bindings.client.AsyncCallback<AggregatedFeatureListResult> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of AggregatedFeatureListResult in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return AggregatedFeatureListResult Modifier and Type Method Description static AggregatedFeatureListResult
AggregatedFeatureListResult. _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 AggregatedFeatureListResult
AggregatedFeatureListResult. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.AggregatedFeatureListResult
AggregatedFeatureListResult.Builder. build()
-