Show / Hide Table of Contents

Class RoundRobinLoadBalancingMethod

An object that represents the round-robin load balancing method.

Inheritance
object
LoadBalancingMethod
RoundRobinLoadBalancingMethod
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.WaasService.Models
Assembly: OCI.DotNetSDK.Waas.dll
Syntax
public class RoundRobinLoadBalancingMethod : LoadBalancingMethod
In this article
Back to top