public class ExcludelistStub extends com.vmware.vapi.internal.bindings.Stub implements Excludelist
Excludelist
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
ExcludelistStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
ExcludelistStub(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 |
|---|---|
ResourceReference |
addmember(ResourceReference resourceReference)
Add a new member in the exclude list.
|
void |
addmember(ResourceReference resourceReference,
com.vmware.vapi.bindings.client.AsyncCallback<ResourceReference> asyncCallback)
Add a new member in the exclude list.
|
void |
addmember(ResourceReference resourceReference,
com.vmware.vapi.bindings.client.AsyncCallback<ResourceReference> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Add a new member in the exclude list.
|
ResourceReference |
addmember(ResourceReference resourceReference,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Add a new member in the exclude list.
|
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)
Remove an existing object from the exclude list.
|
void |
removemember(java.lang.String objectId,
com.vmware.vapi.bindings.client.AsyncCallback<ResourceReference> asyncCallback)
Remove an existing object from the exclude list.
|
void |
removemember(java.lang.String objectId,
com.vmware.vapi.bindings.client.AsyncCallback<ResourceReference> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Remove an existing object from the exclude list.
|
ResourceReference |
removemember(java.lang.String objectId,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Remove an existing object from the exclude list.
|
SIExcludeList |
update(SIExcludeList siExcludeList)
Modify exclude list.
|
void |
update(SIExcludeList siExcludeList,
com.vmware.vapi.bindings.client.AsyncCallback<SIExcludeList> asyncCallback)
Modify exclude list.
|
void |
update(SIExcludeList siExcludeList,
com.vmware.vapi.bindings.client.AsyncCallback<SIExcludeList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Modify exclude list.
|
SIExcludeList |
update(SIExcludeList siExcludeList,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Modify exclude list.
|
public ExcludelistStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public ExcludelistStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public ResourceReference addmember(ResourceReference resourceReference)
ExcludelistSynchronous method overload. Result of the invocation will be reported as a method return value.
addmember in interface ExcludelistresourceReference - (required)public ResourceReference addmember(ResourceReference resourceReference, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ExcludelistSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
addmember in interface ExcludelistresourceReference - (required)invocationConfig - Configuration for the method invocation.public void addmember(ResourceReference resourceReference, com.vmware.vapi.bindings.client.AsyncCallback<ResourceReference> asyncCallback)
ExcludelistAsynchronous 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
addmember in interface ExcludelistresourceReference - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void addmember(ResourceReference resourceReference, com.vmware.vapi.bindings.client.AsyncCallback<ResourceReference> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ExcludelistAsynchronous 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
addmember in interface ExcludelistresourceReference - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public SIExcludeList get()
ExcludelistSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface Excludelistpublic SIExcludeList get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ExcludelistSynchronous 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 ExcludelistinvocationConfig - Configuration for the method invocation.public void get(com.vmware.vapi.bindings.client.AsyncCallback<SIExcludeList> asyncCallback)
ExcludelistAsynchronous 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
get in interface ExcludelistasyncCallback - Receives the status (progress, result or error) of the operation invocation.public void get(com.vmware.vapi.bindings.client.AsyncCallback<SIExcludeList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ExcludelistAsynchronous 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
get in interface ExcludelistasyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public ResourceReference removemember(java.lang.String objectId)
ExcludelistSynchronous method overload. Result of the invocation will be reported as a method return value.
removemember in interface ExcludelistobjectId - Identifier of the object (required)public ResourceReference removemember(java.lang.String objectId, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ExcludelistSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
removemember in interface ExcludelistobjectId - Identifier of the object (required)invocationConfig - Configuration for the method invocation.public void removemember(java.lang.String objectId,
com.vmware.vapi.bindings.client.AsyncCallback<ResourceReference> asyncCallback)
ExcludelistAsynchronous 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
removemember in interface ExcludelistobjectId - Identifier of the object (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void removemember(java.lang.String objectId,
com.vmware.vapi.bindings.client.AsyncCallback<ResourceReference> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ExcludelistAsynchronous 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
removemember in interface ExcludelistobjectId - Identifier of the object (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public SIExcludeList update(SIExcludeList siExcludeList)
ExcludelistSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface ExcludelistsiExcludeList - (required)public SIExcludeList update(SIExcludeList siExcludeList, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ExcludelistSynchronous 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 ExcludelistsiExcludeList - (required)invocationConfig - Configuration for the method invocation.public void update(SIExcludeList siExcludeList, com.vmware.vapi.bindings.client.AsyncCallback<SIExcludeList> asyncCallback)
ExcludelistAsynchronous 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
update in interface ExcludelistsiExcludeList - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(SIExcludeList siExcludeList, com.vmware.vapi.bindings.client.AsyncCallback<SIExcludeList> asyncCallback, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
ExcludelistAsynchronous 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
update in interface ExcludelistsiExcludeList - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.