Uses of Class
com.vmware.nsx_policy.model.EULAAcceptance
-
Packages that use EULAAcceptance Package Description com.vmware.nsx_policy.eula com.vmware.nsx_policy.model -
-
Uses of EULAAcceptance in com.vmware.nsx_policy.eula
Methods in com.vmware.nsx_policy.eula that return EULAAcceptance Modifier and Type Method Description EULAAcceptance
Acceptance. get()
Return the acceptance status of end user license agreementEULAAcceptance
Acceptance. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Return the acceptance status of end user license agreementEULAAcceptance
AcceptanceStub. get()
EULAAcceptance
AcceptanceStub. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Method parameters in com.vmware.nsx_policy.eula with type arguments of type EULAAcceptance Modifier and Type Method Description void
Acceptance. get(com.vmware.vapi.bindings.client.AsyncCallback<EULAAcceptance> asyncCallback)
Return the acceptance status of end user license agreementvoid
Acceptance. get(com.vmware.vapi.bindings.client.AsyncCallback<EULAAcceptance> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Return the acceptance status of end user license agreementvoid
AcceptanceStub. get(com.vmware.vapi.bindings.client.AsyncCallback<EULAAcceptance> asyncCallback)
void
AcceptanceStub. get(com.vmware.vapi.bindings.client.AsyncCallback<EULAAcceptance> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
-
Uses of EULAAcceptance in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return EULAAcceptance Modifier and Type Method Description static EULAAcceptance
EULAAcceptance. _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 EULAAcceptance
EULAAcceptance. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.EULAAcceptance
EULAAcceptance.Builder. build()
-