Show / Hide Table of Contents

Class ForwardToBackendSet

Action to forward requests to a given backend set.

Inheritance
object
Action
ForwardToBackendSet
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.LoadbalancerService.Models
Assembly: OCI.DotNetSDK.Loadbalancer.dll
Syntax
public class ForwardToBackendSet : Action

Properties

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.
Example: backendSetForImages

Remarks

Required

In this article
Back to top