Class ForwardToBackendSet
Action to forward requests to a given backend set.
Inherited Members
Namespace: Oci.LoadbalancerService.Models
Assembly: OCI.DotNetSDK.Loadbalancer.dll
Syntax
public class ForwardToBackendSet : ActionProperties
BackendSetName
Declaration
[Required(ErrorMessage = "BackendSetName is required.")]
[JsonProperty(PropertyName = "backendSetName")]
public string BackendSetName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | Name of the backend set the listener will forward the traffic to.
 | 
Remarks
Required