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, CHECKIFEXISTS_OBJECT_TYPE_LOGICALPORT, CHECKIFEXISTS_OBJECT_TYPE_LOGICALSWITCH, CHECKIFEXISTS_OBJECT_TYPE_NSGROUP, REMOVEMEMBER_OBJECT_TYPE_LOGICALPORT, REMOVEMEMBER_OBJECT_TYPE_LOGICALSWITCH, REMOVEMEMBER_OBJECT_TYPE_NSGROUP| 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 object in the exclude list.
|
void |
addmember(ResourceReference resourceReference,
com.vmware.vapi.bindings.client.AsyncCallback<ResourceReference> asyncCallback)
Add a new object 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 object in the exclude list.
|
ResourceReference |
addmember(ResourceReference resourceReference,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Add a new object in the exclude list.
|
ResourceReference |
checkifexists(java.lang.String objectId,
java.lang.Boolean deepCheck,
java.lang.String objectType)
Check if the object a member of the exclude list
|
void |
checkifexists(java.lang.String objectId,
java.lang.Boolean deepCheck,
java.lang.String objectType,
com.vmware.vapi.bindings.client.AsyncCallback<ResourceReference> asyncCallback)
Check if the object a member of the exclude list
|
void |
checkifexists(java.lang.String objectId,
java.lang.Boolean deepCheck,
java.lang.String objectType,
com.vmware.vapi.bindings.client.AsyncCallback<ResourceReference> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Check if the object a member of the exclude list
|
ResourceReference |
checkifexists(java.lang.String objectId,
java.lang.Boolean deepCheck,
java.lang.String objectType,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Check if the object a member of the exclude list
|
ExcludeList |
get()
Get list of entities in exclude list.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<ExcludeList> asyncCallback)
Get list of entities in exclude list.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<ExcludeList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get list of entities in exclude list.
|
ExcludeList |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Get list of entities in exclude list.
|
ResourceReference |
removemember(java.lang.String objectId,
java.lang.Boolean deepCheck,
java.lang.String objectType)
Remove an existing object from the exclude list.
|
void |
removemember(java.lang.String objectId,
java.lang.Boolean deepCheck,
java.lang.String objectType,
com.vmware.vapi.bindings.client.AsyncCallback<ResourceReference> asyncCallback)
Remove an existing object from the exclude list.
|
void |
removemember(java.lang.String objectId,
java.lang.Boolean deepCheck,
java.lang.String objectType,
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,
java.lang.Boolean deepCheck,
java.lang.String objectType,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Remove an existing object from the exclude list.
|
ExcludeList |
update(ExcludeList excludeList)
Modify exclude list.
|
void |
update(ExcludeList excludeList,
com.vmware.vapi.bindings.client.AsyncCallback<ExcludeList> asyncCallback)
Modify exclude list.
|
void |
update(ExcludeList excludeList,
com.vmware.vapi.bindings.client.AsyncCallback<ExcludeList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Modify exclude list.
|
ExcludeList |
update(ExcludeList excludeList,
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 ResourceReference checkifexists(java.lang.String objectId, java.lang.Boolean deepCheck, java.lang.String objectType)
ExcludelistSynchronous method overload. Result of the invocation will be reported as a method return value.
checkifexists in interface ExcludelistobjectId - identifier of the object (required)deepCheck - Check all parents (optional, default to false)objectType - Object type of an entity (optional)public ResourceReference checkifexists(java.lang.String objectId, java.lang.Boolean deepCheck, java.lang.String objectType, 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.
checkifexists in interface ExcludelistobjectId - identifier of the object (required)deepCheck - Check all parents (optional, default to false)objectType - Object type of an entity (optional)invocationConfig - Configuration for the method invocation.public void checkifexists(java.lang.String objectId,
java.lang.Boolean deepCheck,
java.lang.String objectType,
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
checkifexists in interface ExcludelistobjectId - identifier of the object (required)deepCheck - Check all parents (optional, default to false)objectType - Object type of an entity (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void checkifexists(java.lang.String objectId,
java.lang.Boolean deepCheck,
java.lang.String objectType,
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
checkifexists in interface ExcludelistobjectId - identifier of the object (required)deepCheck - Check all parents (optional, default to false)objectType - Object type of an entity (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public ExcludeList get()
ExcludelistSynchronous method overload. Result of the invocation will be reported as a method return value.
get in interface Excludelistpublic ExcludeList 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<ExcludeList> asyncCallback)
ExcludelistAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ExcludeList
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<ExcludeList> 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.ExcludeList
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, java.lang.Boolean deepCheck, java.lang.String objectType)
ExcludelistSynchronous method overload. Result of the invocation will be reported as a method return value.
removemember in interface ExcludelistobjectId - identifier of the object (required)deepCheck - Check all parents (optional, default to false)objectType - Object type of an entity (optional)public ResourceReference removemember(java.lang.String objectId, java.lang.Boolean deepCheck, java.lang.String objectType, 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)deepCheck - Check all parents (optional, default to false)objectType - Object type of an entity (optional)invocationConfig - Configuration for the method invocation.public void removemember(java.lang.String objectId,
java.lang.Boolean deepCheck,
java.lang.String objectType,
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)deepCheck - Check all parents (optional, default to false)objectType - Object type of an entity (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void removemember(java.lang.String objectId,
java.lang.Boolean deepCheck,
java.lang.String objectType,
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)deepCheck - Check all parents (optional, default to false)objectType - Object type of an entity (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.public ExcludeList update(ExcludeList excludeList)
ExcludelistSynchronous method overload. Result of the invocation will be reported as a method return value.
update in interface ExcludelistexcludeList - (required)public ExcludeList update(ExcludeList excludeList, 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 ExcludelistexcludeList - (required)invocationConfig - Configuration for the method invocation.public void update(ExcludeList excludeList, com.vmware.vapi.bindings.client.AsyncCallback<ExcludeList> asyncCallback)
ExcludelistAsynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.ExcludeList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface ExcludelistexcludeList - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.public void update(ExcludeList excludeList, com.vmware.vapi.bindings.client.AsyncCallback<ExcludeList> 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.ExcludeList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
update in interface ExcludelistexcludeList - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.