Class WebAppFirewallLoadBalancer
WebAppFirewall to a LoadBalancer resource.
Inherited Members
Namespace: Oci.WafService.Models
Assembly: OCI.DotNetSDK.Waf.dll
Syntax
public class WebAppFirewallLoadBalancer : WebAppFirewallProperties
LoadBalancerId
Declaration
[Required(ErrorMessage = "LoadBalancerId is required.")]
[JsonProperty(PropertyName = "loadBalancerId")]
public string LoadBalancerId { get; set; }Property Value
| Type | Description | 
|---|---|
| string | LoadBalancer OCID to which the WebAppFirewallPolicy is attached to. | 
Remarks
Required