Class LoadBalancerRegionPoolGetArgs
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.Inputs
Assembly: Pulumi.Cloudflare.dll
Syntax
public sealed class LoadBalancerRegionPoolGetArgs : ResourceArgs
Constructors
View SourceLoadBalancerRegionPoolGetArgs()
Declaration
public LoadBalancerRegionPoolGetArgs()
Properties
View SourcePoolIds
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> |
Region
A region code which must be in the list defined here. Multiple entries should not be specified with the same region.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |