public interface OrgRoot extends com.vmware.vapi.bindings.Service, OrgRootTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
OrgRoot |
get(java.lang.String basePath,
java.lang.String filter,
java.lang.String typeFilter)
Read Org Root.
|
void |
get(java.lang.String basePath,
java.lang.String filter,
java.lang.String typeFilter,
com.vmware.vapi.bindings.client.AsyncCallback<OrgRoot> asyncCallback)
Read Org Root.
|
void |
get(java.lang.String basePath,
java.lang.String filter,
java.lang.String typeFilter,
com.vmware.vapi.bindings.client.AsyncCallback<OrgRoot> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read Org Root.
|
OrgRoot |
get(java.lang.String basePath,
java.lang.String filter,
java.lang.String typeFilter,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Read Org Root.
|
void |
patch(OrgRoot orgRoot,
java.lang.Boolean enforceRevisionCheck)
Patch API at org-root to create/update/delete entire or part of intent
hierarchy.
|
void |
patch(OrgRoot orgRoot,
java.lang.Boolean enforceRevisionCheck,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Patch API at org-root to create/update/delete entire or part of intent
hierarchy.
|
void |
patch(OrgRoot orgRoot,
java.lang.Boolean enforceRevisionCheck,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Patch API at org-root to create/update/delete entire or part of intent
hierarchy.
|
void |
patch(OrgRoot orgRoot,
java.lang.Boolean enforceRevisionCheck,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Patch API at org-root to create/update/delete entire or part of intent
hierarchy.
|
OrgRoot get(java.lang.String basePath, java.lang.String filter, java.lang.String typeFilter)
Synchronous method overload. Result of the invocation will be reported as a method return value.
basePath - Base Path for retrieving hierarchical intent (optional)filter - Filter string as java regex (optional)typeFilter - Filter string to retrieve hierarchy. (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 FoundOrgRoot get(java.lang.String basePath, java.lang.String filter, java.lang.String typeFilter, 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.
basePath - Base Path for retrieving hierarchical intent (optional)filter - Filter string as java regex (optional)typeFilter - Filter string to retrieve hierarchy. (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 get(java.lang.String basePath,
java.lang.String filter,
java.lang.String typeFilter,
com.vmware.vapi.bindings.client.AsyncCallback<OrgRoot> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_policy.model.OrgRoot
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
basePath - Base Path for retrieving hierarchical intent (optional)filter - Filter string as java regex (optional)typeFilter - Filter string to retrieve hierarchy. (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void get(java.lang.String basePath,
java.lang.String filter,
java.lang.String typeFilter,
com.vmware.vapi.bindings.client.AsyncCallback<OrgRoot> 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_policy.model.OrgRoot
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
basePath - Base Path for retrieving hierarchical intent (optional)filter - Filter string as java regex (optional)typeFilter - Filter string to retrieve hierarchy. (optional)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.void patch(OrgRoot orgRoot, java.lang.Boolean enforceRevisionCheck)
Synchronous method overload. Result of the invocation will be reported as a method return value.
orgRoot - (required)enforceRevisionCheck - Force revision check (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 patch(OrgRoot orgRoot, java.lang.Boolean enforceRevisionCheck, 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.
orgRoot - (required)enforceRevisionCheck - Force revision check (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 patch(OrgRoot orgRoot, java.lang.Boolean enforceRevisionCheck, 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
orgRoot - (required)enforceRevisionCheck - Force revision check (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void patch(OrgRoot orgRoot, java.lang.Boolean enforceRevisionCheck, 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
orgRoot - (required)enforceRevisionCheck - Force revision check (optional, default to false)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.