public class IntrusionServicesStub extends com.vmware.vapi.internal.bindings.Stub implements IntrusionServices
IntrusionServices
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext
_VAPI_SERVICE_ID
Constructor and Description |
---|
IntrusionServicesStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
IntrusionServicesStub(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 |
---|---|
IdsSettings |
get()
Intrusion detection system settings.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback)
Intrusion detection system settings.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Intrusion detection system settings.
|
IdsSettings |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Intrusion detection system settings.
|
void |
patch(IdsSettings idsSettings)
Intrusion detection system settings.
|
void |
patch(IdsSettings idsSettings,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Intrusion detection system settings.
|
void |
patch(IdsSettings idsSettings,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Intrusion detection system settings.
|
void |
patch(IdsSettings idsSettings,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Intrusion detection system settings.
|
IdsSettings |
update(IdsSettings idsSettings)
Intrusion detection system settings.
|
void |
update(IdsSettings idsSettings,
com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback)
Intrusion detection system settings.
|
void |
update(IdsSettings idsSettings,
com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Intrusion detection system settings.
|
IdsSettings |
update(IdsSettings idsSettings,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Intrusion detection system settings.
|
public IntrusionServicesStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.internal.bindings.TypeConverter typeConverter, com.vmware.vapi.bindings.StubConfigurationBase config)
public IntrusionServicesStub(com.vmware.vapi.core.ApiProvider apiProvider, com.vmware.vapi.bindings.StubConfigurationBase config)
public IdsSettings get()
IntrusionServices
Synchronous method overload. Result of the invocation will be reported as a method return value.
get
in interface IntrusionServices
public IdsSettings get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IntrusionServices
Synchronous 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 IntrusionServices
invocationConfig
- Configuration for the method invocation.public void get(com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback)
IntrusionServices
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.nsx_policy.model.IdsSettings
Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
get
in interface IntrusionServices
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void get(com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IntrusionServices
Asynchronous 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.IdsSettings
Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
get
in interface IntrusionServices
asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.public void patch(IdsSettings idsSettings)
IntrusionServices
Synchronous method overload. Result of the invocation will be reported as a method return value.
patch
in interface IntrusionServices
idsSettings
- (required)public void patch(IdsSettings idsSettings, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IntrusionServices
Synchronous 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 IntrusionServices
idsSettings
- (required)invocationConfig
- Configuration for the method invocation.public void patch(IdsSettings idsSettings, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
IntrusionServices
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
patch
in interface IntrusionServices
idsSettings
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void patch(IdsSettings idsSettings, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IntrusionServices
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Use invocationConfig
to specify configuration for this particular invocation.
Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
patch
in interface IntrusionServices
idsSettings
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.public IdsSettings update(IdsSettings idsSettings)
IntrusionServices
Synchronous method overload. Result of the invocation will be reported as a method return value.
update
in interface IntrusionServices
idsSettings
- (required)public IdsSettings update(IdsSettings idsSettings, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IntrusionServices
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig
to specify configuration for this particular invocation.
update
in interface IntrusionServices
idsSettings
- (required)invocationConfig
- Configuration for the method invocation.public void update(IdsSettings idsSettings, com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback)
IntrusionServices
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback
.
Invocation Result:
com.vmware.nsx_policy.model.IdsSettings
Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
update
in interface IntrusionServices
idsSettings
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.public void update(IdsSettings idsSettings, com.vmware.vapi.bindings.client.AsyncCallback<IdsSettings> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
IntrusionServices
Asynchronous 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.IdsSettings
Operation Errors:
InvalidRequest
- Bad Request, Precondition Failed
Unauthorized
- Forbidden
ServiceUnavailable
- Service Unavailable
InternalServerError
- Internal Server Error
NotFound
- Not Found
update
in interface IntrusionServices
idsSettings
- (required)asyncCallback
- Receives the status (progress, result or error) of the operation invocation.invocationConfig
- Configuration for the method invocation.