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 ApiServiceConfig
ApiService. get()
Read the configuration of the NSX API service.ApiServiceConfig
ApiService. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read the configuration of the NSX API service.ApiServiceConfig
ApiServiceStub. get()
ApiServiceConfig
ApiServiceStub. get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ApiServiceConfig
ApiService. update(ApiServiceConfig apiServiceConfig)
Update the configuration of the NSX API service.ApiServiceConfig
ApiService. update(ApiServiceConfig apiServiceConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update the configuration of the NSX API service.ApiServiceConfig
ApiServiceStub. update(ApiServiceConfig apiServiceConfig)
ApiServiceConfig
ApiServiceStub. 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 ApiServiceConfig
ApiService. update(ApiServiceConfig apiServiceConfig)
Update the configuration of the NSX API service.void
ApiService. update(ApiServiceConfig apiServiceConfig, com.vmware.vapi.bindings.client.AsyncCallback<ApiServiceConfig> asyncCallback)
Update the configuration of the NSX API service.void
ApiService. 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.ApiServiceConfig
ApiService. update(ApiServiceConfig apiServiceConfig, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Update the configuration of the NSX API service.ApiServiceConfig
ApiServiceStub. update(ApiServiceConfig apiServiceConfig)
void
ApiServiceStub. update(ApiServiceConfig apiServiceConfig, com.vmware.vapi.bindings.client.AsyncCallback<ApiServiceConfig> asyncCallback)
void
ApiServiceStub. update(ApiServiceConfig apiServiceConfig, com.vmware.vapi.bindings.client.AsyncCallback<ApiServiceConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ApiServiceConfig
ApiServiceStub. 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 void
ApiService. get(com.vmware.vapi.bindings.client.AsyncCallback<ApiServiceConfig> asyncCallback)
Read the configuration of the NSX API service.void
ApiService. get(com.vmware.vapi.bindings.client.AsyncCallback<ApiServiceConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read the configuration of the NSX API service.void
ApiServiceStub. get(com.vmware.vapi.bindings.client.AsyncCallback<ApiServiceConfig> asyncCallback)
void
ApiServiceStub. get(com.vmware.vapi.bindings.client.AsyncCallback<ApiServiceConfig> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
void
ApiService. update(ApiServiceConfig apiServiceConfig, com.vmware.vapi.bindings.client.AsyncCallback<ApiServiceConfig> asyncCallback)
Update the configuration of the NSX API service.void
ApiService. 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.void
ApiServiceStub. update(ApiServiceConfig apiServiceConfig, com.vmware.vapi.bindings.client.AsyncCallback<ApiServiceConfig> asyncCallback)
void
ApiServiceStub. 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 ApiServiceConfig
ApiServiceConfig. _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 ApiServiceConfig
ApiServiceConfig. _newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism.ApiServiceConfig
ApiServiceConfig.Builder. build()
-