Uses of Class
com.vmware.nsx_policy.model.NappRegistrationList
-
Packages that use NappRegistrationList Package Description com.vmware.nsx_policy.infra.sites.napp com.vmware.nsx_policy.model -
-
Uses of NappRegistrationList in com.vmware.nsx_policy.infra.sites.napp
Methods in com.vmware.nsx_policy.infra.sites.napp that return NappRegistrationList Modifier and Type Method Description NappRegistrationList
Registration. get()
Get all registered NSX Application Platforms.NappRegistrationList
Registration. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get all registered NSX Application Platforms.NappRegistrationList
RegistrationStub. get()
NappRegistrationList
RegistrationStub. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.infra.sites.napp with type arguments of type NappRegistrationList Modifier and Type Method Description void
Registration. get(com.vmware.vapi.bindings.client.AsyncCallback<NappRegistrationList> asyncCallback)
Get all registered NSX Application Platforms.void
Registration. get(com.vmware.vapi.bindings.client.AsyncCallback<NappRegistrationList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get all registered NSX Application Platforms.void
RegistrationStub. get(com.vmware.vapi.bindings.client.AsyncCallback<NappRegistrationList> asyncCallback)
void
RegistrationStub. get(com.vmware.vapi.bindings.client.AsyncCallback<NappRegistrationList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of NappRegistrationList in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return NappRegistrationList Modifier and Type Method Description static NappRegistrationList
NappRegistrationList. _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 NappRegistrationList
NappRegistrationList. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.NappRegistrationList
NappRegistrationList.Builder. build()
-