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 |
|---|---|
CommonAgentHostConfigurationInfo |
get()
Get the current NSX Application Platform Common Agent host configuration.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<CommonAgentHostConfigurationInfo> asyncCallback)
Get the current NSX Application Platform Common Agent host configuration.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<CommonAgentHostConfigurationInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the current NSX Application Platform Common Agent host configuration.
|
CommonAgentHostConfigurationInfo |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get the current NSX Application Platform Common Agent host configuration.
|
CommonAgentHostConfigurationInfo |
patch(CommonAgentHostConfigurationInfo commonAgentHostConfigurationInfo)
Patch the current NSX Application Platform Common Agent host configuration.
|
void |
patch(CommonAgentHostConfigurationInfo commonAgentHostConfigurationInfo,
com.vmware.vapi.bindings.client.AsyncCallback<CommonAgentHostConfigurationInfo> asyncCallback)
Patch the current NSX Application Platform Common Agent host configuration.
|
void |
patch(CommonAgentHostConfigurationInfo commonAgentHostConfigurationInfo,
com.vmware.vapi.bindings.client.AsyncCallback<CommonAgentHostConfigurationInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Patch the current NSX Application Platform Common Agent host configuration.
|
CommonAgentHostConfigurationInfo |
patch(CommonAgentHostConfigurationInfo commonAgentHostConfigurationInfo,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Patch the current NSX Application Platform Common Agent host configuration.
|
CommonAgentHostConfigurationInfo |
reset()
Reset NSX Application Platform Common Agent host configuration to the default
setting.
|
void |
reset(com.vmware.vapi.bindings.client.AsyncCallback<CommonAgentHostConfigurationInfo> asyncCallback)
Reset NSX Application Platform Common Agent host configuration to the default
setting.
|
void |
reset(com.vmware.vapi.bindings.client.AsyncCallback<CommonAgentHostConfigurationInfo> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Reset NSX Application Platform Common Agent host configuration to the default
setting.
|
CommonAgentHostConfigurationInfo |
reset(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Reset NSX Application Platform Common Agent 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 CommonAgentHostConfigurationInfo get()
HostConfigSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface HostConfigpublic CommonAgentHostConfigurationInfo 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<CommonAgentHostConfigurationInfo> asyncCallback)
HostConfigAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.CommonAgentHostConfigurationInfo
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<CommonAgentHostConfigurationInfo> 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_policy.model.CommonAgentHostConfigurationInfo
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 CommonAgentHostConfigurationInfo patch(CommonAgentHostConfigurationInfo commonAgentHostConfigurationInfo)
HostConfigSynchronous method overload. Result of the invocation will be reported as a method return value.
patch in interface HostConfigcommonAgentHostConfigurationInfo - (required)public CommonAgentHostConfigurationInfo patch(CommonAgentHostConfigurationInfo commonAgentHostConfigurationInfo, 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 HostConfigcommonAgentHostConfigurationInfo - (required)invocationConfig - Configuration for the method invocation.public void patch(CommonAgentHostConfigurationInfo commonAgentHostConfigurationInfo, com.vmware.vapi.bindings.client.AsyncCallback<CommonAgentHostConfigurationInfo> asyncCallback)
HostConfigAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.CommonAgentHostConfigurationInfo
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
patch in interface HostConfigcommonAgentHostConfigurationInfo - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void patch(CommonAgentHostConfigurationInfo commonAgentHostConfigurationInfo, com.vmware.vapi.bindings.client.AsyncCallback<CommonAgentHostConfigurationInfo> 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_policy.model.CommonAgentHostConfigurationInfo
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
patch in interface HostConfigcommonAgentHostConfigurationInfo - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public CommonAgentHostConfigurationInfo reset()
HostConfigSynchronous method overload. Result of the invocation will be reported as a method return value.
reset in interface HostConfigpublic CommonAgentHostConfigurationInfo 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<CommonAgentHostConfigurationInfo> asyncCallback)
HostConfigAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.CommonAgentHostConfigurationInfo
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<CommonAgentHostConfigurationInfo> 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_policy.model.CommonAgentHostConfigurationInfo
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.