Show / Hide Table of Contents

Class LoadBalancerPopPoolArgs

Inheritance
System.Object
InputArgs
ResourceArgs
LoadBalancerPopPoolArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class LoadBalancerPopPoolArgs : ResourceArgs

Constructors

View Source

LoadBalancerPopPoolArgs()

Declaration
public LoadBalancerPopPoolArgs()

Properties

View Source

PoolIds

A list of pool IDs in failover priority to use for traffic reaching the given PoP.

Declaration
public InputList<string> PoolIds { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

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 Input<string> Pop { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.