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 NappRegistration
Registration. get0(java.lang.String clusterId)
Get the registered NSX Application Platform as specified.NappRegistration
Registration. get0(java.lang.String clusterId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the registered NSX Application Platform as specified.NappRegistration
RegistrationStub. get0(java.lang.String clusterId)
NappRegistration
RegistrationStub. 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 void
Registration. get0(java.lang.String clusterId, com.vmware.vapi.bindings.client.AsyncCallback<NappRegistration> asyncCallback)
Get the registered NSX Application Platform as specified.void
Registration. 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.void
RegistrationStub. get0(java.lang.String clusterId, com.vmware.vapi.bindings.client.AsyncCallback<NappRegistration> asyncCallback)
void
RegistrationStub. 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 NappRegistration
NappRegistration. _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 NappRegistration
NappRegistration. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.NappRegistration
NappRegistration.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.Builder
NappRegistrationList.Builder. setNappRegistrationResults(java.util.List<NappRegistration> nappRegistrationResults)
List of NSX Application Platforms registered on NSX.void
NappRegistrationList. setNappRegistrationResults(java.util.List<NappRegistration> nappRegistrationResults)
List of NSX Application Platforms registered on NSX.
-