Class LoadBalancerPopPool
Inheritance
System.Object
LoadBalancerPopPool
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 LoadBalancerPopPool
Fields
View SourcePoolIds
A list of pool IDs in failover priority to use for traffic reaching the given PoP.
Declaration
public readonly ImmutableArray<string> PoolIds
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
Pop
A 3-letter code for the Point-of-Presence. Allowed values can be found in the list of datacenters on the status page. Multiple entries should not be specified with the same PoP.
Declaration
public readonly string Pop
Field Value
| Type | Description |
|---|---|
| System.String |