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 EULAAcceptanceAcceptance. get()Return the acceptance status of end user license agreementEULAAcceptanceAcceptance. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Return the acceptance status of end user license agreementEULAAcceptanceAcceptanceStub. get()EULAAcceptanceAcceptanceStub. 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 voidAcceptance. get(com.vmware.vapi.bindings.client.AsyncCallback<EULAAcceptance> asyncCallback)Return the acceptance status of end user license agreementvoidAcceptance. get(com.vmware.vapi.bindings.client.AsyncCallback<EULAAcceptance> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Return the acceptance status of end user license agreementvoidAcceptanceStub. get(com.vmware.vapi.bindings.client.AsyncCallback<EULAAcceptance> asyncCallback)voidAcceptanceStub. 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 EULAAcceptanceEULAAcceptance. _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 EULAAcceptanceEULAAcceptance. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.EULAAcceptanceEULAAcceptance.Builder. build()
-