Class LoadBalancerConfig
Specifies configuration for load balancer traffic shift stages. The load balancer specified here should be an Application load balancer type. Network load balancers are not supported.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class LoadBalancerConfig
Properties
BackendPort
Declaration
[JsonProperty(PropertyName = "backendPort")]
public int? BackendPort { get; set; }
Property Value
Type | Description |
---|---|
int? | Listen port for the backend server. |
ListenerName
Declaration
[Required(ErrorMessage = "ListenerName is required.")]
[JsonProperty(PropertyName = "listenerName")]
public string ListenerName { get; set; }
Property Value
Type | Description |
---|---|
string | Name of the load balancer listener. |
Remarks
Required
LoadBalancerId
Declaration
[Required(ErrorMessage = "LoadBalancerId is required.")]
[JsonProperty(PropertyName = "loadBalancerId")]
public string LoadBalancerId { get; set; }
Property Value
Type | Description |
---|---|
string | The OCID of the load balancer. |
Remarks
Required