public interface NsGroups extends com.vmware.vapi.bindings.Service, NsGroupsTypes
_VAPI_SERVICE_ID, ADDORREMOVEEXPRESSION_ACTION_ADD_MEMBERS, ADDORREMOVEEXPRESSION_ACTION_REMOVE_MEMBERS| Modifier and Type | Method and Description |
|---|---|
NSGroup |
addorremoveexpression(java.lang.String nsGroupId,
NSGroupExpressionList nsGroupExpressionList,
java.lang.String action)
Add/remove the expressions passed in the request body to/from the NSGroup
|
void |
addorremoveexpression(java.lang.String nsGroupId,
NSGroupExpressionList nsGroupExpressionList,
java.lang.String action,
com.vmware.vapi.bindings.client.AsyncCallback<NSGroup> asyncCallback)
Add/remove the expressions passed in the request body to/from the NSGroup
|
void |
addorremoveexpression(java.lang.String nsGroupId,
NSGroupExpressionList nsGroupExpressionList,
java.lang.String action,
com.vmware.vapi.bindings.client.AsyncCallback<NSGroup> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Add/remove the expressions passed in the request body to/from the NSGroup
|
NSGroup |
addorremoveexpression(java.lang.String nsGroupId,
NSGroupExpressionList nsGroupExpressionList,
java.lang.String action,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Add/remove the expressions passed in the request body to/from the NSGroup
|
NSGroup |
create(NSGroup nsGroup)
Deprecated.
|
void |
create(NSGroup nsGroup,
com.vmware.vapi.bindings.client.AsyncCallback<NSGroup> asyncCallback)
Deprecated.
|
void |
create(NSGroup nsGroup,
com.vmware.vapi.bindings.client.AsyncCallback<NSGroup> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
NSGroup |
create(NSGroup nsGroup,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
void |
delete(java.lang.String nsGroupId,
java.lang.Boolean force)
Deletes the specified NSGroup.
|
void |
delete(java.lang.String nsGroupId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Deletes the specified NSGroup.
|
void |
delete(java.lang.String nsGroupId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deletes the specified NSGroup.
|
void |
delete(java.lang.String nsGroupId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deletes the specified NSGroup.
|
NSGroup |
get(java.lang.String nsGroupId,
java.lang.Boolean populateReferences)
Deprecated.
|
void |
get(java.lang.String nsGroupId,
java.lang.Boolean populateReferences,
com.vmware.vapi.bindings.client.AsyncCallback<NSGroup> asyncCallback)
Deprecated.
|
void |
get(java.lang.String nsGroupId,
java.lang.Boolean populateReferences,
com.vmware.vapi.bindings.client.AsyncCallback<NSGroup> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
NSGroup |
get(java.lang.String nsGroupId,
java.lang.Boolean populateReferences,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
NSGroupListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.String memberTypes,
java.lang.Long pageSize,
java.lang.Boolean populateReferences,
java.lang.Boolean sortAscending,
java.lang.String sortBy)
Deprecated.
|
void |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.String memberTypes,
java.lang.Long pageSize,
java.lang.Boolean populateReferences,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<NSGroupListResult> asyncCallback)
Deprecated.
|
void |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.String memberTypes,
java.lang.Long pageSize,
java.lang.Boolean populateReferences,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<NSGroupListResult> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
NSGroupListResult |
list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.String memberTypes,
java.lang.Long pageSize,
java.lang.Boolean populateReferences,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
NSGroup |
update(java.lang.String nsGroupId,
NSGroup nsGroup)
Deprecated.
|
void |
update(java.lang.String nsGroupId,
NSGroup nsGroup,
com.vmware.vapi.bindings.client.AsyncCallback<NSGroup> asyncCallback)
Deprecated.
|
void |
update(java.lang.String nsGroupId,
NSGroup nsGroup,
com.vmware.vapi.bindings.client.AsyncCallback<NSGroup> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
NSGroup |
update(java.lang.String nsGroupId,
NSGroup nsGroup,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Deprecated.
|
NSGroup addorremoveexpression(java.lang.String nsGroupId, NSGroupExpressionList nsGroupExpressionList, java.lang.String action)
Synchronous method overload. Result of the invocation will be reported as a method return value.
nsGroupId - NSGroup Id (required)nsGroupExpressionList - (required)action - Specifies addition or removal action (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 FoundNSGroup addorremoveexpression(java.lang.String nsGroupId, NSGroupExpressionList nsGroupExpressionList, java.lang.String action, 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.
nsGroupId - NSGroup Id (required)nsGroupExpressionList - (required)action - Specifies addition or removal action (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 Foundvoid addorremoveexpression(java.lang.String nsGroupId,
NSGroupExpressionList nsGroupExpressionList,
java.lang.String action,
com.vmware.vapi.bindings.client.AsyncCallback<NSGroup> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NSGroup
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
nsGroupId - NSGroup Id (required)nsGroupExpressionList - (required)action - Specifies addition or removal action (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void addorremoveexpression(java.lang.String nsGroupId,
NSGroupExpressionList nsGroupExpressionList,
java.lang.String action,
com.vmware.vapi.bindings.client.AsyncCallback<NSGroup> 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.NSGroup
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
nsGroupId - NSGroup Id (required)nsGroupExpressionList - (required)action - Specifies addition or removal action (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.@Deprecated NSGroup create(NSGroup nsGroup)
Synchronous method overload. Result of the invocation will be reported as a method return value.
nsGroup - (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 NSGroup create(NSGroup nsGroup, 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.
nsGroup - (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 create(NSGroup nsGroup, com.vmware.vapi.bindings.client.AsyncCallback<NSGroup> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NSGroup
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
nsGroup - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated void create(NSGroup nsGroup, com.vmware.vapi.bindings.client.AsyncCallback<NSGroup> 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.NSGroup
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
nsGroup - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void delete(java.lang.String nsGroupId,
java.lang.Boolean force)
Synchronous method overload. Result of the invocation will be reported as a method return value.
nsGroupId - NSGroup Id (required)force - Force delete the resource even if it is being used somewhere (optional, default
to false)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 delete(java.lang.String nsGroupId,
java.lang.Boolean force,
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.
nsGroupId - NSGroup Id (required)force - Force delete the resource even if it is being used somewhere (optional, default
to false)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 delete(java.lang.String nsGroupId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
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
nsGroupId - NSGroup Id (required)force - Force delete the resource even if it is being used somewhere (optional, default
to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void delete(java.lang.String nsGroupId,
java.lang.Boolean force,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> 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.
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
nsGroupId - NSGroup Id (required)force - Force delete the resource even if it is being used somewhere (optional, default
to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.@Deprecated NSGroup get(java.lang.String nsGroupId, java.lang.Boolean populateReferences)
Synchronous method overload. Result of the invocation will be reported as a method return value.
nsGroupId - NSGroup Id (required)populateReferences - Populate metadata of resource referenced by NSGroupExpressions (optional,
default to false)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 NSGroup get(java.lang.String nsGroupId, java.lang.Boolean populateReferences, 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.
nsGroupId - NSGroup Id (required)populateReferences - Populate metadata of resource referenced by NSGroupExpressions (optional,
default to false)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(java.lang.String nsGroupId,
java.lang.Boolean populateReferences,
com.vmware.vapi.bindings.client.AsyncCallback<NSGroup> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NSGroup
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
nsGroupId - NSGroup Id (required)populateReferences - Populate metadata of resource referenced by NSGroupExpressions (optional,
default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated
void get(java.lang.String nsGroupId,
java.lang.Boolean populateReferences,
com.vmware.vapi.bindings.client.AsyncCallback<NSGroup> 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.NSGroup
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
nsGroupId - NSGroup Id (required)populateReferences - Populate metadata of resource referenced by NSGroupExpressions (optional,
default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.@Deprecated NSGroupListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.String memberTypes, java.lang.Long pageSize, java.lang.Boolean populateReferences, java.lang.Boolean sortAscending, java.lang.String sortBy)
Synchronous method overload. Result of the invocation will be reported as a method return value.
cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)memberTypes - Specify member types to filter corresponding NSGroups (optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)populateReferences - Populate metadata of resource referenced by NSGroupExpressions (optional,
default to false)sortAscending - (optional)sortBy - Field by which records are sorted (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 NSGroupListResult list(java.lang.String cursor, java.lang.String includedFields, java.lang.String memberTypes, java.lang.Long pageSize, java.lang.Boolean populateReferences, java.lang.Boolean sortAscending, java.lang.String sortBy, 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.
cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)memberTypes - Specify member types to filter corresponding NSGroups (optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)populateReferences - Populate metadata of resource referenced by NSGroupExpressions (optional,
default to false)sortAscending - (optional)sortBy - Field by which records are sorted (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 list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.String memberTypes,
java.lang.Long pageSize,
java.lang.Boolean populateReferences,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<NSGroupListResult> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NSGroupListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)memberTypes - Specify member types to filter corresponding NSGroups (optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)populateReferences - Populate metadata of resource referenced by NSGroupExpressions (optional,
default to false)sortAscending - (optional)sortBy - Field by which records are sorted (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated
void list(java.lang.String cursor,
java.lang.String includedFields,
java.lang.String memberTypes,
java.lang.Long pageSize,
java.lang.Boolean populateReferences,
java.lang.Boolean sortAscending,
java.lang.String sortBy,
com.vmware.vapi.bindings.client.AsyncCallback<NSGroupListResult> 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.NSGroupListResult
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
cursor - Opaque cursor to be used for getting next page of records (supplied by current
result page) (optional)includedFields - Comma separated list of fields that should be included in query result
(optional)memberTypes - Specify member types to filter corresponding NSGroups (optional)pageSize - Maximum number of results to return in this page (server may return fewer)
(optional, default to 1000)populateReferences - Populate metadata of resource referenced by NSGroupExpressions (optional,
default to false)sortAscending - (optional)sortBy - Field by which records are sorted (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.@Deprecated NSGroup update(java.lang.String nsGroupId, NSGroup nsGroup)
Synchronous method overload. Result of the invocation will be reported as a method return value.
nsGroupId - NSGroup Id (required)nsGroup - (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 NSGroup update(java.lang.String nsGroupId, NSGroup nsGroup, 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.
nsGroupId - NSGroup Id (required)nsGroup - (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(java.lang.String nsGroupId,
NSGroup nsGroup,
com.vmware.vapi.bindings.client.AsyncCallback<NSGroup> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx.model.NSGroup
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
nsGroupId - NSGroup Id (required)nsGroup - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.@Deprecated
void update(java.lang.String nsGroupId,
NSGroup nsGroup,
com.vmware.vapi.bindings.client.AsyncCallback<NSGroup> 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.NSGroup
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
nsGroupId - NSGroup Id (required)nsGroup - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.