Skip to content

Latest commit

 

History

History
96 lines (59 loc) · 3.94 KB

LoadBalancerServiceEngineGroupAssignmentApi.md

File metadata and controls

96 lines (59 loc) · 3.94 KB

\LoadBalancerServiceEngineGroupAssignmentApi

All URIs are relative to https://localhost/cloudapi

Method HTTP request Description
DeleteServiceEngineGroupAssignment Delete /1.0.0/loadBalancer/serviceEngineGroups/assignments/{assignmentId} Delete the specified Load Balancer Service Engine Group Assignment.
GetServiceEngineGroupAssignment Get /1.0.0/loadBalancer/serviceEngineGroups/assignments/{assignmentId} Get a Load Balancer Service Engine Group Assignment.
UpdateServiceEngineGroupAssignment Put /1.0.0/loadBalancer/serviceEngineGroups/assignments/{assignmentId} Update a Load Balancer Service Engine Group Assignment.

DeleteServiceEngineGroupAssignment

DeleteServiceEngineGroupAssignment(ctx, assignmentId) Delete the specified Load Balancer Service Engine Group Assignment.

Delete a Load Balancer Service Engine Group Assignment. The Edge Gateway will no longer be able to use the Load Balancer Service Engine Group for load balancing resources.

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
assignmentId string

Return type

(empty response body)

Authorization

ApiKeyAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: /;version=36.0

[Back to top] [Back to API list] [Back to Model list] [Back to README]

GetServiceEngineGroupAssignment

LoadBalancerServiceEngineGroupAssignment GetServiceEngineGroupAssignment(ctx, assignmentId) Get a Load Balancer Service Engine Group Assignment.

Retrieves a specific Load Balancer Service Engine Group Assignment.

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
assignmentId string

Return type

LoadBalancerServiceEngineGroupAssignment

Authorization

ApiKeyAuth

HTTP request headers

  • Content-Type: Not defined
  • Accept: application/json;version=36.0

[Back to top] [Back to API list] [Back to Model list] [Back to README]

UpdateServiceEngineGroupAssignment

UpdateServiceEngineGroupAssignment(ctx, assignment, assignmentId) Update a Load Balancer Service Engine Group Assignment.

Update a Load Balancer Service Engine Group Assignment. Updates are not allowed if the associated Load Balancer Service Engine Group has reservation type 'DEDICATED'.

Required Parameters

Name Type Description Notes
ctx context.Context context for authentication, logging, cancellation, deadlines, tracing, etc.
assignment LoadBalancerServiceEngineGroupAssignment
assignmentId string

Return type

(empty response body)

Authorization

ApiKeyAuth

HTTP request headers

  • Content-Type: application/json
  • Accept: /;version=36.0

[Back to top] [Back to API list] [Back to Model list] [Back to README]