Uses of Class
com.vmware.nsx_policy.model.ApiServiceConfig
-
Packages that use ApiServiceConfig Package Description com.vmware.nsx_policy.cluster com.vmware.nsx_policy.model -
-
Uses of ApiServiceConfig in com.vmware.nsx_policy.cluster
Methods in com.vmware.nsx_policy.cluster that return ApiServiceConfig Modifier and Type Method Description ApiServiceConfigApiService. get()Read the configuration of the NSX API service.ApiServiceConfigApiService. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read the configuration of the NSX API service.ApiServiceConfigApiServiceStub. get()ApiServiceConfigApiServiceStub. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)ApiServiceConfigApiService. update(ApiServiceConfig apiServiceConfig)Update the configuration of the NSX API service.ApiServiceConfigApiService. update(ApiServiceConfig apiServiceConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Update the configuration of the NSX API service.ApiServiceConfigApiServiceStub. update(ApiServiceConfig apiServiceConfig)ApiServiceConfigApiServiceStub. update(ApiServiceConfig apiServiceConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Methods in com.vmware.nsx_policy.cluster with parameters of type ApiServiceConfig Modifier and Type Method Description ApiServiceConfigApiService. update(ApiServiceConfig apiServiceConfig)Update the configuration of the NSX API service.voidApiService. update(ApiServiceConfig apiServiceConfig, com.vmware.vapi.bindings.client.AsyncCallback<ApiServiceConfig> asyncCallback)Update the configuration of the NSX API service.voidApiService. update(ApiServiceConfig apiServiceConfig, com.vmware.vapi.bindings.client.AsyncCallback<ApiServiceConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Update the configuration of the NSX API service.ApiServiceConfigApiService. update(ApiServiceConfig apiServiceConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Update the configuration of the NSX API service.ApiServiceConfigApiServiceStub. update(ApiServiceConfig apiServiceConfig)voidApiServiceStub. update(ApiServiceConfig apiServiceConfig, com.vmware.vapi.bindings.client.AsyncCallback<ApiServiceConfig> asyncCallback)voidApiServiceStub. update(ApiServiceConfig apiServiceConfig, com.vmware.vapi.bindings.client.AsyncCallback<ApiServiceConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)ApiServiceConfigApiServiceStub. update(ApiServiceConfig apiServiceConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Method parameters in com.vmware.nsx_policy.cluster with type arguments of type ApiServiceConfig Modifier and Type Method Description voidApiService. get(com.vmware.vapi.bindings.client.AsyncCallback<ApiServiceConfig> asyncCallback)Read the configuration of the NSX API service.voidApiService. get(com.vmware.vapi.bindings.client.AsyncCallback<ApiServiceConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Read the configuration of the NSX API service.voidApiServiceStub. get(com.vmware.vapi.bindings.client.AsyncCallback<ApiServiceConfig> asyncCallback)voidApiServiceStub. get(com.vmware.vapi.bindings.client.AsyncCallback<ApiServiceConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)voidApiService. update(ApiServiceConfig apiServiceConfig, com.vmware.vapi.bindings.client.AsyncCallback<ApiServiceConfig> asyncCallback)Update the configuration of the NSX API service.voidApiService. update(ApiServiceConfig apiServiceConfig, com.vmware.vapi.bindings.client.AsyncCallback<ApiServiceConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)Update the configuration of the NSX API service.voidApiServiceStub. update(ApiServiceConfig apiServiceConfig, com.vmware.vapi.bindings.client.AsyncCallback<ApiServiceConfig> asyncCallback)voidApiServiceStub. update(ApiServiceConfig apiServiceConfig, com.vmware.vapi.bindings.client.AsyncCallback<ApiServiceConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig) -
Uses of ApiServiceConfig in com.vmware.nsx_policy.model
Methods in com.vmware.nsx_policy.model that return ApiServiceConfig Modifier and Type Method Description static ApiServiceConfigApiServiceConfig. _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 ApiServiceConfigApiServiceConfig. _newInstance2(com.vmware.vapi.data.StructValue structValue)WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ApiServiceConfigApiServiceConfig.Builder. build()
-