public class HostConfigStub extends com.vmware.vapi.internal.bindings.Stub implements HostConfig
HostConfig
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
HostConfigStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
HostConfigStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config) |
| Modifier and Type | Method and Description |
|---|---|
IntelligenceHostConfigurationInfo |
get()
Get the current NSX-Intelligence host configuration.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<IntelligenceHostConfigurationInfo> asyncCallback)
Get the current NSX-Intelligence host configuration.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<IntelligenceHostConfigurationInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the current NSX-Intelligence host configuration.
|
IntelligenceHostConfigurationInfo |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the current NSX-Intelligence host configuration.
|
IntelligenceHostConfigurationInfo |
patch(IntelligenceHostConfigurationInfo intelligenceHostConfigurationInfo)
Patch the current NSX-Intelligence host configuration.
|
void |
patch(IntelligenceHostConfigurationInfo intelligenceHostConfigurationInfo,
com.vmware.vapi.bindings.client.AsyncCallback<IntelligenceHostConfigurationInfo> asyncCallback)
Patch the current NSX-Intelligence host configuration.
|
void |
patch(IntelligenceHostConfigurationInfo intelligenceHostConfigurationInfo,
com.vmware.vapi.bindings.client.AsyncCallback<IntelligenceHostConfigurationInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Patch the current NSX-Intelligence host configuration.
|
IntelligenceHostConfigurationInfo |
patch(IntelligenceHostConfigurationInfo intelligenceHostConfigurationInfo,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Patch the current NSX-Intelligence host configuration.
|
IntelligenceHostConfigurationInfo |
reset()
Reset NSX-Intelligence host configuration to the default setting.
|
void |
reset(com.vmware.vapi.bindings.client.AsyncCallback<IntelligenceHostConfigurationInfo> asyncCallback)
Reset NSX-Intelligence host configuration to the default setting.
|
void |
reset(com.vmware.vapi.bindings.client.AsyncCallback<IntelligenceHostConfigurationInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Reset NSX-Intelligence host configuration to the default setting.
|
IntelligenceHostConfigurationInfo |
reset(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Reset NSX-Intelligence host configuration to the default setting.
|
public HostConfigStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public HostConfigStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public IntelligenceHostConfigurationInfo get()
HostConfigSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface HostConfigpublic IntelligenceHostConfigurationInfo get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
HostConfigSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
get in interface HostConfiginvocationConfig - Configuration for the method invocation.public void get(com.vmware.vapi.bindings.client.AsyncCallback<IntelligenceHostConfigurationInfo> asyncCallback)
HostConfigAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IntelligenceHostConfigurationInfo
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface HostConfigasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(com.vmware.vapi.bindings.client.AsyncCallback<IntelligenceHostConfigurationInfo> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
HostConfigAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.IntelligenceHostConfigurationInfo
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
get in interface HostConfigasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public IntelligenceHostConfigurationInfo patch(IntelligenceHostConfigurationInfo intelligenceHostConfigurationInfo)
HostConfigSynchronous method overload. Result of the invocation will be reported as a method return value.
patch in interface HostConfigintelligenceHostConfigurationInfo - (required)public IntelligenceHostConfigurationInfo patch(IntelligenceHostConfigurationInfo intelligenceHostConfigurationInfo, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
HostConfigSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
patch in interface HostConfigintelligenceHostConfigurationInfo - (required)invocationConfig - Configuration for the method invocation.public void patch(IntelligenceHostConfigurationInfo intelligenceHostConfigurationInfo, com.vmware.vapi.bindings.client.AsyncCallback<IntelligenceHostConfigurationInfo> asyncCallback)
HostConfigAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IntelligenceHostConfigurationInfo
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
patch in interface HostConfigintelligenceHostConfigurationInfo - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void patch(IntelligenceHostConfigurationInfo intelligenceHostConfigurationInfo, com.vmware.vapi.bindings.client.AsyncCallback<IntelligenceHostConfigurationInfo> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
HostConfigAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.IntelligenceHostConfigurationInfo
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
patch in interface HostConfigintelligenceHostConfigurationInfo - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public IntelligenceHostConfigurationInfo reset()
HostConfigSynchronous method overload. Result of the invocation will be reported as a method return value.
reset in interface HostConfigpublic IntelligenceHostConfigurationInfo reset(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
HostConfigSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
reset in interface HostConfiginvocationConfig - Configuration for the method invocation.public void reset(com.vmware.vapi.bindings.client.AsyncCallback<IntelligenceHostConfigurationInfo> asyncCallback)
HostConfigAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.IntelligenceHostConfigurationInfo
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
reset in interface HostConfigasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void reset(com.vmware.vapi.bindings.client.AsyncCallback<IntelligenceHostConfigurationInfo> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
HostConfigAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Use invocationConfig to specify configuration for this particular invocation.
Invocation Result:
com.vmware.nsx.model.IntelligenceHostConfigurationInfo
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
reset in interface HostConfigasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.