Uses of Class
com.vmware.nsx_policy.model.NappRegistration
-
Packages that use NappRegistration Package Description com.vmware.nsx_policy.infra.sites.napp com.vmware.nsx_policy.model -
-
Uses of NappRegistration in com.vmware.nsx_policy.infra.sites.napp
Methods in com.vmware.nsx_policy.infra.sites.napp that return NappRegistration Modifier and Type Method Description NappRegistrationRegistration. get0(java.lang.String clusterId)Get the registered NSX Application Platform as specified.NappRegistrationRegistration. get0(java.lang.String clusterId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get the registered NSX Application Platform as specified.NappRegistrationRegistrationStub. get0(java.lang.String clusterId)NappRegistrationRegistrationStub. get0(java.lang.String clusterId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.infra.sites.napp with type arguments of type NappRegistration Modifier and Type Method Description voidRegistration. get0(java.lang.String clusterId, com.vmware.vapi.bindings.client.AsyncCallback<NappRegistration> asyncCallback)Get the registered NSX Application Platform as specified.voidRegistration. get0(java.lang.String clusterId, com.vmware.vapi.bindings.client.AsyncCallback<NappRegistration> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Get the registered NSX Application Platform as specified.voidRegistrationStub. get0(java.lang.String clusterId, com.vmware.vapi.bindings.client.AsyncCallback<NappRegistration> asyncCallback)voidRegistrationStub. get0(java.lang.String clusterId, com.vmware.vapi.bindings.client.AsyncCallback<NappRegistration> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of NappRegistration in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return NappRegistration Modifier and Type Method Description static NappRegistrationNappRegistration. _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 NappRegistrationNappRegistration. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.NappRegistrationNappRegistration.Builder. build()Methods in com.vmware.nsx_policy.model that return types with arguments of type NappRegistration Modifier and Type Method Description java.util.List<NappRegistration>NappRegistrationList. getNappRegistrationResults()List of NSX Application Platforms registered on NSX.Method parameters in com.vmware.nsx_policy.model with type arguments of type NappRegistration Modifier and Type Method Description NappRegistrationList.BuilderNappRegistrationList.Builder. setNappRegistrationResults(java.util.List<NappRegistration> nappRegistrationResults)List of NSX Application Platforms registered on NSX.voidNappRegistrationList. setNappRegistrationResults(java.util.List<NappRegistration> nappRegistrationResults)List of NSX Application Platforms registered on NSX.
-