Show / Hide Table of Contents

Class LoadBalancerRegionPool

Inheritance
System.Object
LoadBalancerRegionPool
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 LoadBalancerRegionPool

Fields

View Source

PoolIds

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>
View Source

Region

A region code which must be in the list defined here. Multiple entries should not be specified with the same region.

Declaration
public readonly string Region
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.