Class LoadBalancerPoolOrigin
Inheritance
System.Object
LoadBalancerPoolOrigin
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Cloudflare.Outputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class LoadBalancerPoolOrigin
Fields
View SourceAddress
The IP address (IPv4 or IPv6) of the origin, or the publicly addressable hostname. Hostnames entered here should resolve directly to the origin, and not be a hostname proxied by Cloudflare.
Declaration
public readonly string Address
Field Value
| Type | Description |
|---|---|
| System.String |
Enabled
Whether to enable (the default) this origin within the Pool. Disabled origins will not receive traffic and are excluded from health checks. The origin will only be disabled for the current pool.
Declaration
public readonly bool? Enabled
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Name
A human-identifiable name for the origin.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Weight
The weight (0.01 - 1.00) of this origin, relative to other origins in the pool. Equal values mean equal weighting. A weight of 0 means traffic will not be sent to this origin, but health is still checked. Default: 1.
Declaration
public readonly double? Weight
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Double> |