public interface Excludelist extends com.vmware.vapi.bindings.Service, ExcludelistTypes
_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| 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.
|
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()
Deprecated.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<ExcludeList> asyncCallback)
Deprecated.
|
void |
get(com.vmware.vapi.bindings.client.AsyncCallback<ExcludeList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
ExcludeList |
get(com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
ResourceReference |
removemember(java.lang.String objectId,
java.lang.Boolean deepCheck,
java.lang.String objectType)
Deprecated.
|
void |
removemember(java.lang.String objectId,
java.lang.Boolean deepCheck,
java.lang.String objectType,
com.vmware.vapi.bindings.client.AsyncCallback<ResourceReference> asyncCallback)
Deprecated.
|
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)
Deprecated.
|
ResourceReference |
removemember(java.lang.String objectId,
java.lang.Boolean deepCheck,
java.lang.String objectType,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
ExcludeList |
update(ExcludeList excludeList)
Deprecated.
|
void |
update(ExcludeList excludeList,
com.vmware.vapi.bindings.client.AsyncCallback<ExcludeList> asyncCallback)
Deprecated.
|
void |
update(ExcludeList excludeList,
com.vmware.vapi.bindings.client.AsyncCallback<ExcludeList> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
ExcludeList |
update(ExcludeList excludeList,
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.ResourceReference checkifexists(java.lang.String objectId, java.lang.Boolean deepCheck, java.lang.String objectType)
Synchronous method overload. Result of the invocation will be reported as a method return value.
objectId - identifier of the object (required)deepCheck - Check all parents (optional, default to false)objectType - Object type of an entity (optional)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 FoundResourceReference checkifexists(java.lang.String objectId, java.lang.Boolean deepCheck, java.lang.String objectType, 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)deepCheck - Check all parents (optional, default to false)objectType - Object type of an entity (optional)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 checkifexists(java.lang.String objectId,
java.lang.Boolean deepCheck,
java.lang.String objectType,
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)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.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)
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)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.@Deprecated ExcludeList 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 Found@Deprecated ExcludeList 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 Found@Deprecated void get(com.vmware.vapi.bindings.client.AsyncCallback<ExcludeList> asyncCallback)
Asynchronous 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
asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated void get(com.vmware.vapi.bindings.client.AsyncCallback<ExcludeList> 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.ExcludeList
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, java.lang.Boolean deepCheck, java.lang.String objectType)
Synchronous method overload. Result of the invocation will be reported as a method return value.
objectId - identifier of the object (required)deepCheck - Check all parents (optional, default to false)objectType - Object type of an entity (optional)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, java.lang.Boolean deepCheck, java.lang.String objectType, 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)deepCheck - Check all parents (optional, default to false)objectType - Object type of an entity (optional)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,
java.lang.Boolean deepCheck,
java.lang.String objectType,
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)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.@Deprecated
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)
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)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.@Deprecated ExcludeList update(ExcludeList excludeList)
Synchronous method overload. Result of the invocation will be reported as a method return value.
excludeList - (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 ExcludeList update(ExcludeList excludeList, 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.
excludeList - (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(ExcludeList excludeList, com.vmware.vapi.bindings.client.AsyncCallback<ExcludeList> asyncCallback)
Asynchronous 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
excludeList - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated void update(ExcludeList excludeList, com.vmware.vapi.bindings.client.AsyncCallback<ExcludeList> 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.ExcludeList
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
excludeList - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.