public class OrgRootStub extends com.vmware.vapi.internal.bindings.Stub implements OrgRoot
OrgRoot
API service.
WARNING: Internal class, subject to change in future versions.
apiProvider, converter, ifaceId, retryPolicy, securityContext_VAPI_SERVICE_ID| Constructor and Description |
|---|
OrgRootStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config) |
OrgRootStub(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 |
|---|---|
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.
|
public OrgRootStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.internal.bindings.TypeConverter typeConverter,
com.vmware.vapi.bindings.StubConfigurationBase config)
public OrgRootStub(com.vmware.vapi.core.ApiProvider apiProvider,
com.vmware.vapi.bindings.StubConfigurationBase config)
public OrgRoot get(java.lang.String basePath, java.lang.String filter, java.lang.String typeFilter)
OrgRootSynchronous method overload. Result of the invocation will be reported as a method return value.
public OrgRoot get(java.lang.String basePath, java.lang.String filter, java.lang.String typeFilter, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
OrgRootSynchronous 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 OrgRootbasePath - 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.public void get(java.lang.String basePath,
java.lang.String filter,
java.lang.String typeFilter,
com.vmware.vapi.bindings.client.AsyncCallback<OrgRoot> asyncCallback)
OrgRootAsynchronous 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
get in interface OrgRootbasePath - 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.public 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)
OrgRootAsynchronous 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
get in interface OrgRootbasePath - 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.public void patch(OrgRoot orgRoot, java.lang.Boolean enforceRevisionCheck)
OrgRootSynchronous method overload. Result of the invocation will be reported as a method return value.
public void patch(OrgRoot orgRoot, java.lang.Boolean enforceRevisionCheck, com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
OrgRootSynchronous method overload. Result of the invocation will be
reported as a method return value.
Use invocationConfig to specify configuration for this particular invocation.
public void patch(OrgRoot orgRoot, java.lang.Boolean enforceRevisionCheck, com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
OrgRootAsynchronous 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
public 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)
OrgRootAsynchronous 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