public interface AlbOnboardingWorkflow extends com.vmware.vapi.bindings.Service, AlbOnboardingWorkflowTypes
_VAPI_SERVICE_ID| Modifier and Type | Method and Description |
|---|---|
void |
delete(java.lang.String managedBy)
Delete the EnforcementPoint along with Infra Admin credentials.
|
void |
delete(java.lang.String managedBy,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback)
Delete the EnforcementPoint along with Infra Admin credentials.
|
void |
delete(java.lang.String managedBy,
com.vmware.vapi.bindings.client.AsyncCallback<java.lang.Void> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete the EnforcementPoint along with Infra Admin credentials.
|
void |
delete(java.lang.String managedBy,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Delete the EnforcementPoint along with Infra Admin credentials.
|
EnforcementPoint |
update(ALBControllerConfiguration aLBControllerConfiguration)
Set the post deployment cluster configuration for Advanced Load Balancer
controller cluster.
|
void |
update(ALBControllerConfiguration aLBControllerConfiguration,
com.vmware.vapi.bindings.client.AsyncCallback<EnforcementPoint> asyncCallback)
Set the post deployment cluster configuration for Advanced Load Balancer
controller cluster.
|
void |
update(ALBControllerConfiguration aLBControllerConfiguration,
com.vmware.vapi.bindings.client.AsyncCallback<EnforcementPoint> asyncCallback,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Set the post deployment cluster configuration for Advanced Load Balancer
controller cluster.
|
EnforcementPoint |
update(ALBControllerConfiguration aLBControllerConfiguration,
com.vmware.vapi.bindings.client.InvocationConfig invocationConfig)
Set the post deployment cluster configuration for Advanced Load Balancer
controller cluster.
|
void delete(java.lang.String managedBy)
Synchronous method overload. Result of the invocation will be reported as a method return value.
managedBy - On Boarding flow managed by LCM/VCF. (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 Foundvoid delete(java.lang.String managedBy,
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.
managedBy - On Boarding flow managed by LCM/VCF. (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 delete(java.lang.String managedBy,
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
managedBy - On Boarding flow managed by LCM/VCF. (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void delete(java.lang.String managedBy,
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
managedBy - On Boarding flow managed by LCM/VCF. (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.EnforcementPoint update(ALBControllerConfiguration aLBControllerConfiguration)
Synchronous method overload. Result of the invocation will be reported as a method return value.
aLBControllerConfiguration - (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 FoundEnforcementPoint update(ALBControllerConfiguration aLBControllerConfiguration, 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.
aLBControllerConfiguration - (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 update(ALBControllerConfiguration aLBControllerConfiguration, com.vmware.vapi.bindings.client.AsyncCallback<EnforcementPoint> asyncCallback)
Asynchronous method overload. Result of the invocation will be
reported via the specified asyncCallback.
Invocation Result:
com.vmware.nsx_global_policy.model.EnforcementPoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
aLBControllerConfiguration - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.void update(ALBControllerConfiguration aLBControllerConfiguration, com.vmware.vapi.bindings.client.AsyncCallback<EnforcementPoint> 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_global_policy.model.EnforcementPoint
Operation Errors:
InvalidRequest - Bad Request, Precondition Failed
Unauthorized - Forbidden
ServiceUnavailable - Service Unavailable
InternalServerError - Internal Server Error
NotFound - Not Found
aLBControllerConfiguration - (required)asyncCallback - Receives the status (progress, result or error) of the operation invocation.invocationConfig - Configuration for the method invocation.