public interface Excludelist extends com.vmware.vapi.bindings.Service, ExcludelistTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
ResourceReference |
addmember(ResourceReference resourceReference)
Deprecated.
|
void |
addmember(ResourceReference resourceReference,
com.vmware.vapi.bindings.client.AsyncCallback<ResourceReference> asyncCallback)
Deprecated.
|
void |
addmember(ResourceReference resourceReference,
com.vmware.vapi.bindings.client.AsyncCallback<ResourceReference> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
ResourceReference |
addmember(ResourceReference resourceReference,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
SIExcludeList |
get()
Get list of members in exclude list.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<SIExcludeList> asyncCallback)
Get list of members in exclude list.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<SIExcludeList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get list of members in exclude list.
|
SIExcludeList |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get list of members in exclude list.
|
ResourceReference |
removemember(java.lang.String objectId)
Deprecated.
|
void |
removemember(java.lang.String objectId,
com.vmware.vapi.bindings.client.AsyncCallback<ResourceReference> asyncCallback)
Deprecated.
|
void |
removemember(java.lang.String objectId,
com.vmware.vapi.bindings.client.AsyncCallback<ResourceReference> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
ResourceReference |
removemember(java.lang.String objectId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
SIExcludeList |
update(SIExcludeList siExcludeList)
Deprecated.
|
void |
update(SIExcludeList siExcludeList,
com.vmware.vapi.bindings.client.AsyncCallback<SIExcludeList> asyncCallback)
Deprecated.
|
void |
update(SIExcludeList siExcludeList,
com.vmware.vapi.bindings.client.AsyncCallback<SIExcludeList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
SIExcludeList |
update(SIExcludeList siExcludeList,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
@Deprecated ResourceReference addmember(ResourceReference resourceReference)
Synchronous method overload. Result of the invocation will be reported as a method return value.
resourceReference - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Found@Deprecated ResourceReference addmember(ResourceReference resourceReference, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
resourceReference - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Found@Deprecated void addmember(ResourceReference resourceReference, com.vmware.vapi.bindings.client.AsyncCallback<ResourceReference> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ResourceReference
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
resourceReference - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated void addmember(ResourceReference resourceReference, com.vmware.vapi.bindings.client.AsyncCallback<ResourceReference> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
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.model.ResourceReference
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
resourceReference - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.SIExcludeList get()
Synchronous method overload. Result of the invocation will be reported as a method return value.
com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not FoundSIExcludeList get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Foundvoid get(com.vmware.vapi.bindings.client.AsyncCallback<SIExcludeList> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.SIExcludeList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(com.vmware.vapi.bindings.client.AsyncCallback<SIExcludeList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
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.model.SIExcludeList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.@Deprecated ResourceReference removemember(java.lang.String objectId)
Synchronous method overload. Result of the invocation will be reported as a method return value.
objectId - Identifier of the object (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Found@Deprecated ResourceReference removemember(java.lang.String objectId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
objectId - Identifier of the object (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Found@Deprecated
void removemember(java.lang.String objectId,
com.vmware.vapi.bindings.client.AsyncCallback<ResourceReference> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ResourceReference
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
objectId - Identifier of the object (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated
void removemember(java.lang.String objectId,
com.vmware.vapi.bindings.client.AsyncCallback<ResourceReference> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
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.model.ResourceReference
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
objectId - Identifier of the object (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.@Deprecated SIExcludeList update(SIExcludeList siExcludeList)
Synchronous method overload. Result of the invocation will be reported as a method return value.
siExcludeList - (required)com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Found@Deprecated SIExcludeList update(SIExcludeList siExcludeList, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Synchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
siExcludeList - (required)invocationConfig - Configuration for the method invocation.com.vmware.vapi.std.errors.InvalidRequest - Bad Request, Precondition Failedcom.vmware.vapi.std.errors.Unauthorized - Forbiddencom.vmware.vapi.std.errors.ServiceUnavailable - Service Unavailablecom.vmware.vapi.std.errors.InternalServerError - Internal Server Errorcom.vmware.vapi.std.errors.NotFound - Not Found@Deprecated void update(SIExcludeList siExcludeList, com.vmware.vapi.bindings.client.AsyncCallback<SIExcludeList> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.SIExcludeList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
siExcludeList - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated void update(SIExcludeList siExcludeList, com.vmware.vapi.bindings.client.AsyncCallback<SIExcludeList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
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.model.SIExcludeList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
siExcludeList - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.