Show / Hide Table of Contents

Class OriginGroup_origins

Inheritance
object
OriginGroup_origins
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 OriginGroup_origins

Properties

Origin

Declaration
[JsonProperty(PropertyName = "origin")]
public string Origin { get; set; }
Property Value
Type Description
string

The IP address or CIDR notation of the origin server.

Weight

Declaration
[JsonProperty(PropertyName = "weight")]
public int? Weight { get; set; }
Property Value
Type Description
int?

The weight of the origin used in load balancing. Origins with higher weights will receive larger proportions of client requests.

In this article
Back to top