Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 2.01 KB

File metadata and controls

22 lines (14 loc) · 2.01 KB

UpdateLoadBalancerRequest

Properties

Name Type Description Notes
accessLog AccessLog [optional]
dryRun Boolean If true, checks whether you have the required permissions to perform the action. [optional]
healthCheck HealthCheck [optional]
loadBalancerName String The name of the load balancer.
loadBalancerPort Integer The port on which the load balancer is listening (between `1` and `65535`, both included). This parameter is required if you want to update the server certificate. [optional]
policyNames List<String> The name of the policy you want to enable for the listener. [optional]
publicIp String (internet-facing only) The public IP you want to associate with the load balancer. The former public IP of the load balancer is then disassociated. If you specify an empty string and the former public IP belonged to you, it is disassociated and replaced by a public IP owned by 3DS OUTSCALE. [optional]
securedCookies Boolean If true, secure cookies are enabled for the load balancer. [optional]
securityGroups List<String> (Net only) One or more IDs of security groups you want to assign to the load balancer. You need to specify the already assigned security groups that you want to keep along with the new ones you are assigning. If the list is empty, the default security group of the Net is assigned to the load balancer. [optional]
serverCertificateId String The OUTSCALE Resource Name (ORN) of the server certificate. For more information, see Resource Identifiers > OUTSCALE Resource Names (ORNs). If this parameter is specified, you must also specify the `LoadBalancerPort` parameter. [optional]