1. Packages
  2. Cloudflare Provider
  3. API Docs
  4. getLoadBalancerPool
Cloudflare v6.0.1 published on Wednesday, Apr 16, 2025 by Pulumi

cloudflare.getLoadBalancerPool

Explore with Pulumi AI

Example Usage

import * as pulumi from "@pulumi/pulumi";
import * as cloudflare from "@pulumi/cloudflare";

const exampleLoadBalancerPool = cloudflare.getLoadBalancerPool({
    accountId: "023e105f4ecef8ad9ca31a8372d0c353",
    poolId: "17b5962d775c646f3f9725cbc7a53df4",
});
Copy
import pulumi
import pulumi_cloudflare as cloudflare

example_load_balancer_pool = cloudflare.get_load_balancer_pool(account_id="023e105f4ecef8ad9ca31a8372d0c353",
    pool_id="17b5962d775c646f3f9725cbc7a53df4")
Copy
package main

import (
	"github.com/pulumi/pulumi-cloudflare/sdk/v6/go/cloudflare"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := cloudflare.LookupLoadBalancerPool(ctx, &cloudflare.LookupLoadBalancerPoolArgs{
			AccountId: "023e105f4ecef8ad9ca31a8372d0c353",
			PoolId:    pulumi.StringRef("17b5962d775c646f3f9725cbc7a53df4"),
		}, nil)
		if err != nil {
			return err
		}
		return nil
	})
}
Copy
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Cloudflare = Pulumi.Cloudflare;

return await Deployment.RunAsync(() => 
{
    var exampleLoadBalancerPool = Cloudflare.GetLoadBalancerPool.Invoke(new()
    {
        AccountId = "023e105f4ecef8ad9ca31a8372d0c353",
        PoolId = "17b5962d775c646f3f9725cbc7a53df4",
    });

});
Copy
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.cloudflare.CloudflareFunctions;
import com.pulumi.cloudflare.inputs.GetLoadBalancerPoolArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        final var exampleLoadBalancerPool = CloudflareFunctions.getLoadBalancerPool(GetLoadBalancerPoolArgs.builder()
            .accountId("023e105f4ecef8ad9ca31a8372d0c353")
            .poolId("17b5962d775c646f3f9725cbc7a53df4")
            .build());

    }
}
Copy
variables:
  exampleLoadBalancerPool:
    fn::invoke:
      function: cloudflare:getLoadBalancerPool
      arguments:
        accountId: 023e105f4ecef8ad9ca31a8372d0c353
        poolId: 17b5962d775c646f3f9725cbc7a53df4
Copy

Using getLoadBalancerPool

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getLoadBalancerPool(args: GetLoadBalancerPoolArgs, opts?: InvokeOptions): Promise<GetLoadBalancerPoolResult>
function getLoadBalancerPoolOutput(args: GetLoadBalancerPoolOutputArgs, opts?: InvokeOptions): Output<GetLoadBalancerPoolResult>
Copy
def get_load_balancer_pool(account_id: Optional[str] = None,
                           filter: Optional[GetLoadBalancerPoolFilter] = None,
                           pool_id: Optional[str] = None,
                           opts: Optional[InvokeOptions] = None) -> GetLoadBalancerPoolResult
def get_load_balancer_pool_output(account_id: Optional[pulumi.Input[str]] = None,
                           filter: Optional[pulumi.Input[GetLoadBalancerPoolFilterArgs]] = None,
                           pool_id: Optional[pulumi.Input[str]] = None,
                           opts: Optional[InvokeOptions] = None) -> Output[GetLoadBalancerPoolResult]
Copy
func LookupLoadBalancerPool(ctx *Context, args *LookupLoadBalancerPoolArgs, opts ...InvokeOption) (*LookupLoadBalancerPoolResult, error)
func LookupLoadBalancerPoolOutput(ctx *Context, args *LookupLoadBalancerPoolOutputArgs, opts ...InvokeOption) LookupLoadBalancerPoolResultOutput
Copy

> Note: This function is named LookupLoadBalancerPool in the Go SDK.

public static class GetLoadBalancerPool 
{
    public static Task<GetLoadBalancerPoolResult> InvokeAsync(GetLoadBalancerPoolArgs args, InvokeOptions? opts = null)
    public static Output<GetLoadBalancerPoolResult> Invoke(GetLoadBalancerPoolInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetLoadBalancerPoolResult> getLoadBalancerPool(GetLoadBalancerPoolArgs args, InvokeOptions options)
public static Output<GetLoadBalancerPoolResult> getLoadBalancerPool(GetLoadBalancerPoolArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: cloudflare:index/getLoadBalancerPool:getLoadBalancerPool
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountId This property is required. string
Identifier
Filter GetLoadBalancerPoolFilter
PoolId string
AccountId This property is required. string
Identifier
Filter GetLoadBalancerPoolFilter
PoolId string
accountId This property is required. String
Identifier
filter GetLoadBalancerPoolFilter
poolId String
accountId This property is required. string
Identifier
filter GetLoadBalancerPoolFilter
poolId string
account_id This property is required. str
Identifier
filter GetLoadBalancerPoolFilter
pool_id str
accountId This property is required. String
Identifier
filter Property Map
poolId String

getLoadBalancerPool Result

The following output properties are available:

AccountId string
Identifier
CheckRegions List<string>
A list of regions from which to run health checks. Null means every Cloudflare data center.
CreatedOn string
Description string
A human-readable description of the pool.
DisabledAt string
This field shows up only if the pool is disabled. This field is set with the time the pool was disabled at.
Enabled bool
Whether to enable (the default) or disable this pool. Disabled pools will not receive traffic and are excluded from health checks. Disabling a pool will cause any load balancers using it to failover to the next pool (if any).
Id string
The ID of this resource.
Latitude double
The latitude of the data center containing the origins used in this pool in decimal degrees. If this is set, longitude must also be set.
LoadShedding GetLoadBalancerPoolLoadShedding
Configures load shedding policies and percentages for the pool.
Longitude double
The longitude of the data center containing the origins used in this pool in decimal degrees. If this is set, latitude must also be set.
MinimumOrigins int
The minimum number of origins that must be healthy for this pool to serve traffic. If the number of healthy origins falls below this number, the pool will be marked unhealthy and will failover to the next available pool.
ModifiedOn string
Monitor string
The ID of the Monitor to use for checking the health of origins within this pool.
Name string
A short name (tag) for the pool. Only alphanumeric characters, hyphens, and underscores are allowed.
Networks List<string>
List of networks where Load Balancer or Pool is enabled.
NotificationEmail string
This field is now deprecated. It has been moved to Cloudflare's Centralized Notification service https://developers.cloudflare.com/fundamentals/notifications/. The email address to send health status notifications to. This can be an individual mailbox or a mailing list. Multiple emails can be supplied as a comma delimited list.
NotificationFilter GetLoadBalancerPoolNotificationFilter
Filter pool and origin health notifications by resource type or health status. Use null to reset.
OriginSteering GetLoadBalancerPoolOriginSteering
Configures origin steering for the pool. Controls how origins are selected for new sessions and traffic without session affinity.
Origins List<GetLoadBalancerPoolOrigin>
The list of origins within this pool. Traffic directed at this pool is balanced across all currently healthy origins, provided the pool itself is healthy.
Filter GetLoadBalancerPoolFilter
PoolId string
AccountId string
Identifier
CheckRegions []string
A list of regions from which to run health checks. Null means every Cloudflare data center.
CreatedOn string
Description string
A human-readable description of the pool.
DisabledAt string
This field shows up only if the pool is disabled. This field is set with the time the pool was disabled at.
Enabled bool
Whether to enable (the default) or disable this pool. Disabled pools will not receive traffic and are excluded from health checks. Disabling a pool will cause any load balancers using it to failover to the next pool (if any).
Id string
The ID of this resource.
Latitude float64
The latitude of the data center containing the origins used in this pool in decimal degrees. If this is set, longitude must also be set.
LoadShedding GetLoadBalancerPoolLoadShedding
Configures load shedding policies and percentages for the pool.
Longitude float64
The longitude of the data center containing the origins used in this pool in decimal degrees. If this is set, latitude must also be set.
MinimumOrigins int
The minimum number of origins that must be healthy for this pool to serve traffic. If the number of healthy origins falls below this number, the pool will be marked unhealthy and will failover to the next available pool.
ModifiedOn string
Monitor string
The ID of the Monitor to use for checking the health of origins within this pool.
Name string
A short name (tag) for the pool. Only alphanumeric characters, hyphens, and underscores are allowed.
Networks []string
List of networks where Load Balancer or Pool is enabled.
NotificationEmail string
This field is now deprecated. It has been moved to Cloudflare's Centralized Notification service https://developers.cloudflare.com/fundamentals/notifications/. The email address to send health status notifications to. This can be an individual mailbox or a mailing list. Multiple emails can be supplied as a comma delimited list.
NotificationFilter GetLoadBalancerPoolNotificationFilter
Filter pool and origin health notifications by resource type or health status. Use null to reset.
OriginSteering GetLoadBalancerPoolOriginSteering
Configures origin steering for the pool. Controls how origins are selected for new sessions and traffic without session affinity.
Origins []GetLoadBalancerPoolOrigin
The list of origins within this pool. Traffic directed at this pool is balanced across all currently healthy origins, provided the pool itself is healthy.
Filter GetLoadBalancerPoolFilter
PoolId string
accountId String
Identifier
checkRegions List<String>
A list of regions from which to run health checks. Null means every Cloudflare data center.
createdOn String
description String
A human-readable description of the pool.
disabledAt String
This field shows up only if the pool is disabled. This field is set with the time the pool was disabled at.
enabled Boolean
Whether to enable (the default) or disable this pool. Disabled pools will not receive traffic and are excluded from health checks. Disabling a pool will cause any load balancers using it to failover to the next pool (if any).
id String
The ID of this resource.
latitude Double
The latitude of the data center containing the origins used in this pool in decimal degrees. If this is set, longitude must also be set.
loadShedding GetLoadBalancerPoolLoadShedding
Configures load shedding policies and percentages for the pool.
longitude Double
The longitude of the data center containing the origins used in this pool in decimal degrees. If this is set, latitude must also be set.
minimumOrigins Integer
The minimum number of origins that must be healthy for this pool to serve traffic. If the number of healthy origins falls below this number, the pool will be marked unhealthy and will failover to the next available pool.
modifiedOn String
monitor String
The ID of the Monitor to use for checking the health of origins within this pool.
name String
A short name (tag) for the pool. Only alphanumeric characters, hyphens, and underscores are allowed.
networks List<String>
List of networks where Load Balancer or Pool is enabled.
notificationEmail String
This field is now deprecated. It has been moved to Cloudflare's Centralized Notification service https://developers.cloudflare.com/fundamentals/notifications/. The email address to send health status notifications to. This can be an individual mailbox or a mailing list. Multiple emails can be supplied as a comma delimited list.
notificationFilter GetLoadBalancerPoolNotificationFilter
Filter pool and origin health notifications by resource type or health status. Use null to reset.
originSteering GetLoadBalancerPoolOriginSteering
Configures origin steering for the pool. Controls how origins are selected for new sessions and traffic without session affinity.
origins List<GetLoadBalancerPoolOrigin>
The list of origins within this pool. Traffic directed at this pool is balanced across all currently healthy origins, provided the pool itself is healthy.
filter GetLoadBalancerPoolFilter
poolId String
accountId string
Identifier
checkRegions string[]
A list of regions from which to run health checks. Null means every Cloudflare data center.
createdOn string
description string
A human-readable description of the pool.
disabledAt string
This field shows up only if the pool is disabled. This field is set with the time the pool was disabled at.
enabled boolean
Whether to enable (the default) or disable this pool. Disabled pools will not receive traffic and are excluded from health checks. Disabling a pool will cause any load balancers using it to failover to the next pool (if any).
id string
The ID of this resource.
latitude number
The latitude of the data center containing the origins used in this pool in decimal degrees. If this is set, longitude must also be set.
loadShedding GetLoadBalancerPoolLoadShedding
Configures load shedding policies and percentages for the pool.
longitude number
The longitude of the data center containing the origins used in this pool in decimal degrees. If this is set, latitude must also be set.
minimumOrigins number
The minimum number of origins that must be healthy for this pool to serve traffic. If the number of healthy origins falls below this number, the pool will be marked unhealthy and will failover to the next available pool.
modifiedOn string
monitor string
The ID of the Monitor to use for checking the health of origins within this pool.
name string
A short name (tag) for the pool. Only alphanumeric characters, hyphens, and underscores are allowed.
networks string[]
List of networks where Load Balancer or Pool is enabled.
notificationEmail string
This field is now deprecated. It has been moved to Cloudflare's Centralized Notification service https://developers.cloudflare.com/fundamentals/notifications/. The email address to send health status notifications to. This can be an individual mailbox or a mailing list. Multiple emails can be supplied as a comma delimited list.
notificationFilter GetLoadBalancerPoolNotificationFilter
Filter pool and origin health notifications by resource type or health status. Use null to reset.
originSteering GetLoadBalancerPoolOriginSteering
Configures origin steering for the pool. Controls how origins are selected for new sessions and traffic without session affinity.
origins GetLoadBalancerPoolOrigin[]
The list of origins within this pool. Traffic directed at this pool is balanced across all currently healthy origins, provided the pool itself is healthy.
filter GetLoadBalancerPoolFilter
poolId string
account_id str
Identifier
check_regions Sequence[str]
A list of regions from which to run health checks. Null means every Cloudflare data center.
created_on str
description str
A human-readable description of the pool.
disabled_at str
This field shows up only if the pool is disabled. This field is set with the time the pool was disabled at.
enabled bool
Whether to enable (the default) or disable this pool. Disabled pools will not receive traffic and are excluded from health checks. Disabling a pool will cause any load balancers using it to failover to the next pool (if any).
id str
The ID of this resource.
latitude float
The latitude of the data center containing the origins used in this pool in decimal degrees. If this is set, longitude must also be set.
load_shedding GetLoadBalancerPoolLoadShedding
Configures load shedding policies and percentages for the pool.
longitude float
The longitude of the data center containing the origins used in this pool in decimal degrees. If this is set, latitude must also be set.
minimum_origins int
The minimum number of origins that must be healthy for this pool to serve traffic. If the number of healthy origins falls below this number, the pool will be marked unhealthy and will failover to the next available pool.
modified_on str
monitor str
The ID of the Monitor to use for checking the health of origins within this pool.
name str
A short name (tag) for the pool. Only alphanumeric characters, hyphens, and underscores are allowed.
networks Sequence[str]
List of networks where Load Balancer or Pool is enabled.
notification_email str
This field is now deprecated. It has been moved to Cloudflare's Centralized Notification service https://developers.cloudflare.com/fundamentals/notifications/. The email address to send health status notifications to. This can be an individual mailbox or a mailing list. Multiple emails can be supplied as a comma delimited list.
notification_filter GetLoadBalancerPoolNotificationFilter
Filter pool and origin health notifications by resource type or health status. Use null to reset.
origin_steering GetLoadBalancerPoolOriginSteering
Configures origin steering for the pool. Controls how origins are selected for new sessions and traffic without session affinity.
origins Sequence[GetLoadBalancerPoolOrigin]
The list of origins within this pool. Traffic directed at this pool is balanced across all currently healthy origins, provided the pool itself is healthy.
filter GetLoadBalancerPoolFilter
pool_id str
accountId String
Identifier
checkRegions List<String>
A list of regions from which to run health checks. Null means every Cloudflare data center.
createdOn String
description String
A human-readable description of the pool.
disabledAt String
This field shows up only if the pool is disabled. This field is set with the time the pool was disabled at.
enabled Boolean
Whether to enable (the default) or disable this pool. Disabled pools will not receive traffic and are excluded from health checks. Disabling a pool will cause any load balancers using it to failover to the next pool (if any).
id String
The ID of this resource.
latitude Number
The latitude of the data center containing the origins used in this pool in decimal degrees. If this is set, longitude must also be set.
loadShedding Property Map
Configures load shedding policies and percentages for the pool.
longitude Number
The longitude of the data center containing the origins used in this pool in decimal degrees. If this is set, latitude must also be set.
minimumOrigins Number
The minimum number of origins that must be healthy for this pool to serve traffic. If the number of healthy origins falls below this number, the pool will be marked unhealthy and will failover to the next available pool.
modifiedOn String
monitor String
The ID of the Monitor to use for checking the health of origins within this pool.
name String
A short name (tag) for the pool. Only alphanumeric characters, hyphens, and underscores are allowed.
networks List<String>
List of networks where Load Balancer or Pool is enabled.
notificationEmail String
This field is now deprecated. It has been moved to Cloudflare's Centralized Notification service https://developers.cloudflare.com/fundamentals/notifications/. The email address to send health status notifications to. This can be an individual mailbox or a mailing list. Multiple emails can be supplied as a comma delimited list.
notificationFilter Property Map
Filter pool and origin health notifications by resource type or health status. Use null to reset.
originSteering Property Map
Configures origin steering for the pool. Controls how origins are selected for new sessions and traffic without session affinity.
origins List<Property Map>
The list of origins within this pool. Traffic directed at this pool is balanced across all currently healthy origins, provided the pool itself is healthy.
filter Property Map
poolId String

Supporting Types

GetLoadBalancerPoolFilter

Monitor string
The ID of the Monitor to use for checking the health of origins within this pool.
Monitor string
The ID of the Monitor to use for checking the health of origins within this pool.
monitor String
The ID of the Monitor to use for checking the health of origins within this pool.
monitor string
The ID of the Monitor to use for checking the health of origins within this pool.
monitor str
The ID of the Monitor to use for checking the health of origins within this pool.
monitor String
The ID of the Monitor to use for checking the health of origins within this pool.

GetLoadBalancerPoolLoadShedding

DefaultPercent This property is required. double
The percent of traffic to shed from the pool, according to the default policy. Applies to new sessions and traffic without session affinity.
DefaultPolicy This property is required. string
The default policy to use when load shedding. A random policy randomly sheds a given percent of requests. A hash policy computes a hash over the CF-Connecting-IP address and sheds all requests originating from a percent of IPs. Available values: "random", "hash".
SessionPercent This property is required. double
The percent of existing sessions to shed from the pool, according to the session policy.
SessionPolicy This property is required. string
Only the hash policy is supported for existing sessions (to avoid exponential decay). Available values: "hash".
DefaultPercent This property is required. float64
The percent of traffic to shed from the pool, according to the default policy. Applies to new sessions and traffic without session affinity.
DefaultPolicy This property is required. string
The default policy to use when load shedding. A random policy randomly sheds a given percent of requests. A hash policy computes a hash over the CF-Connecting-IP address and sheds all requests originating from a percent of IPs. Available values: "random", "hash".
SessionPercent This property is required. float64
The percent of existing sessions to shed from the pool, according to the session policy.
SessionPolicy This property is required. string
Only the hash policy is supported for existing sessions (to avoid exponential decay). Available values: "hash".
defaultPercent This property is required. Double
The percent of traffic to shed from the pool, according to the default policy. Applies to new sessions and traffic without session affinity.
defaultPolicy This property is required. String
The default policy to use when load shedding. A random policy randomly sheds a given percent of requests. A hash policy computes a hash over the CF-Connecting-IP address and sheds all requests originating from a percent of IPs. Available values: "random", "hash".
sessionPercent This property is required. Double
The percent of existing sessions to shed from the pool, according to the session policy.
sessionPolicy This property is required. String
Only the hash policy is supported for existing sessions (to avoid exponential decay). Available values: "hash".
defaultPercent This property is required. number
The percent of traffic to shed from the pool, according to the default policy. Applies to new sessions and traffic without session affinity.
defaultPolicy This property is required. string
The default policy to use when load shedding. A random policy randomly sheds a given percent of requests. A hash policy computes a hash over the CF-Connecting-IP address and sheds all requests originating from a percent of IPs. Available values: "random", "hash".
sessionPercent This property is required. number
The percent of existing sessions to shed from the pool, according to the session policy.
sessionPolicy This property is required. string
Only the hash policy is supported for existing sessions (to avoid exponential decay). Available values: "hash".
default_percent This property is required. float
The percent of traffic to shed from the pool, according to the default policy. Applies to new sessions and traffic without session affinity.
default_policy This property is required. str
The default policy to use when load shedding. A random policy randomly sheds a given percent of requests. A hash policy computes a hash over the CF-Connecting-IP address and sheds all requests originating from a percent of IPs. Available values: "random", "hash".
session_percent This property is required. float
The percent of existing sessions to shed from the pool, according to the session policy.
session_policy This property is required. str
Only the hash policy is supported for existing sessions (to avoid exponential decay). Available values: "hash".
defaultPercent This property is required. Number
The percent of traffic to shed from the pool, according to the default policy. Applies to new sessions and traffic without session affinity.
defaultPolicy This property is required. String
The default policy to use when load shedding. A random policy randomly sheds a given percent of requests. A hash policy computes a hash over the CF-Connecting-IP address and sheds all requests originating from a percent of IPs. Available values: "random", "hash".
sessionPercent This property is required. Number
The percent of existing sessions to shed from the pool, according to the session policy.
sessionPolicy This property is required. String
Only the hash policy is supported for existing sessions (to avoid exponential decay). Available values: "hash".

GetLoadBalancerPoolNotificationFilter

Origin This property is required. GetLoadBalancerPoolNotificationFilterOrigin
Filter options for a particular resource type (pool or origin). Use null to reset.
Pool This property is required. GetLoadBalancerPoolNotificationFilterPool
Filter options for a particular resource type (pool or origin). Use null to reset.
Origin This property is required. GetLoadBalancerPoolNotificationFilterOrigin
Filter options for a particular resource type (pool or origin). Use null to reset.
Pool This property is required. GetLoadBalancerPoolNotificationFilterPool
Filter options for a particular resource type (pool or origin). Use null to reset.
origin This property is required. GetLoadBalancerPoolNotificationFilterOrigin
Filter options for a particular resource type (pool or origin). Use null to reset.
pool This property is required. GetLoadBalancerPoolNotificationFilterPool
Filter options for a particular resource type (pool or origin). Use null to reset.
origin This property is required. GetLoadBalancerPoolNotificationFilterOrigin
Filter options for a particular resource type (pool or origin). Use null to reset.
pool This property is required. GetLoadBalancerPoolNotificationFilterPool
Filter options for a particular resource type (pool or origin). Use null to reset.
origin This property is required. GetLoadBalancerPoolNotificationFilterOrigin
Filter options for a particular resource type (pool or origin). Use null to reset.
pool This property is required. GetLoadBalancerPoolNotificationFilterPool
Filter options for a particular resource type (pool or origin). Use null to reset.
origin This property is required. Property Map
Filter options for a particular resource type (pool or origin). Use null to reset.
pool This property is required. Property Map
Filter options for a particular resource type (pool or origin). Use null to reset.

GetLoadBalancerPoolNotificationFilterOrigin

Disable This property is required. bool
If set true, disable notifications for this type of resource (pool or origin).
Healthy This property is required. bool
If present, send notifications only for this health status (e.g. false for only DOWN events). Use null to reset (all events).
Disable This property is required. bool
If set true, disable notifications for this type of resource (pool or origin).
Healthy This property is required. bool
If present, send notifications only for this health status (e.g. false for only DOWN events). Use null to reset (all events).
disable This property is required. Boolean
If set true, disable notifications for this type of resource (pool or origin).
healthy This property is required. Boolean
If present, send notifications only for this health status (e.g. false for only DOWN events). Use null to reset (all events).
disable This property is required. boolean
If set true, disable notifications for this type of resource (pool or origin).
healthy This property is required. boolean
If present, send notifications only for this health status (e.g. false for only DOWN events). Use null to reset (all events).
disable This property is required. bool
If set true, disable notifications for this type of resource (pool or origin).
healthy This property is required. bool
If present, send notifications only for this health status (e.g. false for only DOWN events). Use null to reset (all events).
disable This property is required. Boolean
If set true, disable notifications for this type of resource (pool or origin).
healthy This property is required. Boolean
If present, send notifications only for this health status (e.g. false for only DOWN events). Use null to reset (all events).

GetLoadBalancerPoolNotificationFilterPool

Disable This property is required. bool
If set true, disable notifications for this type of resource (pool or origin).
Healthy This property is required. bool
If present, send notifications only for this health status (e.g. false for only DOWN events). Use null to reset (all events).
Disable This property is required. bool
If set true, disable notifications for this type of resource (pool or origin).
Healthy This property is required. bool
If present, send notifications only for this health status (e.g. false for only DOWN events). Use null to reset (all events).
disable This property is required. Boolean
If set true, disable notifications for this type of resource (pool or origin).
healthy This property is required. Boolean
If present, send notifications only for this health status (e.g. false for only DOWN events). Use null to reset (all events).
disable This property is required. boolean
If set true, disable notifications for this type of resource (pool or origin).
healthy This property is required. boolean
If present, send notifications only for this health status (e.g. false for only DOWN events). Use null to reset (all events).
disable This property is required. bool
If set true, disable notifications for this type of resource (pool or origin).
healthy This property is required. bool
If present, send notifications only for this health status (e.g. false for only DOWN events). Use null to reset (all events).
disable This property is required. Boolean
If set true, disable notifications for this type of resource (pool or origin).
healthy This property is required. Boolean
If present, send notifications only for this health status (e.g. false for only DOWN events). Use null to reset (all events).

GetLoadBalancerPoolOrigin

Address This property is required. string
The IP address (IPv4 or IPv6) of the origin, or its publicly addressable hostname. Hostnames entered here should resolve directly to the origin, and not be a hostname proxied by Cloudflare. To set an internal/reserved address, virtualnetworkid must also be set.
DisabledAt This property is required. string
This field shows up only if the origin is disabled. This field is set with the time the origin was disabled.
Enabled This property is required. bool
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.
Header This property is required. GetLoadBalancerPoolOriginHeader
The request header is used to pass additional information with an HTTP request. Currently supported header is 'Host'.
Name This property is required. string
A human-identifiable name for the origin.
VirtualNetworkId This property is required. string
The virtual network subnet ID the origin belongs in. Virtual network must also belong to the account.
Weight This property is required. double
The weight of this origin relative to other origins in the pool. Based on the configured weight the total traffic is distributed among origins within the pool.
Address This property is required. string
The IP address (IPv4 or IPv6) of the origin, or its publicly addressable hostname. Hostnames entered here should resolve directly to the origin, and not be a hostname proxied by Cloudflare. To set an internal/reserved address, virtualnetworkid must also be set.
DisabledAt This property is required. string
This field shows up only if the origin is disabled. This field is set with the time the origin was disabled.
Enabled This property is required. bool
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.
Header This property is required. GetLoadBalancerPoolOriginHeader
The request header is used to pass additional information with an HTTP request. Currently supported header is 'Host'.
Name This property is required. string
A human-identifiable name for the origin.
VirtualNetworkId This property is required. string
The virtual network subnet ID the origin belongs in. Virtual network must also belong to the account.
Weight This property is required. float64
The weight of this origin relative to other origins in the pool. Based on the configured weight the total traffic is distributed among origins within the pool.
address This property is required. String
The IP address (IPv4 or IPv6) of the origin, or its publicly addressable hostname. Hostnames entered here should resolve directly to the origin, and not be a hostname proxied by Cloudflare. To set an internal/reserved address, virtualnetworkid must also be set.
disabledAt This property is required. String
This field shows up only if the origin is disabled. This field is set with the time the origin was disabled.
enabled This property is required. Boolean
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.
header This property is required. GetLoadBalancerPoolOriginHeader
The request header is used to pass additional information with an HTTP request. Currently supported header is 'Host'.
name This property is required. String
A human-identifiable name for the origin.
virtualNetworkId This property is required. String
The virtual network subnet ID the origin belongs in. Virtual network must also belong to the account.
weight This property is required. Double
The weight of this origin relative to other origins in the pool. Based on the configured weight the total traffic is distributed among origins within the pool.
address This property is required. string
The IP address (IPv4 or IPv6) of the origin, or its publicly addressable hostname. Hostnames entered here should resolve directly to the origin, and not be a hostname proxied by Cloudflare. To set an internal/reserved address, virtualnetworkid must also be set.
disabledAt This property is required. string
This field shows up only if the origin is disabled. This field is set with the time the origin was disabled.
enabled This property is required. boolean
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.
header This property is required. GetLoadBalancerPoolOriginHeader
The request header is used to pass additional information with an HTTP request. Currently supported header is 'Host'.
name This property is required. string
A human-identifiable name for the origin.
virtualNetworkId This property is required. string
The virtual network subnet ID the origin belongs in. Virtual network must also belong to the account.
weight This property is required. number
The weight of this origin relative to other origins in the pool. Based on the configured weight the total traffic is distributed among origins within the pool.
address This property is required. str
The IP address (IPv4 or IPv6) of the origin, or its publicly addressable hostname. Hostnames entered here should resolve directly to the origin, and not be a hostname proxied by Cloudflare. To set an internal/reserved address, virtualnetworkid must also be set.
disabled_at This property is required. str
This field shows up only if the origin is disabled. This field is set with the time the origin was disabled.
enabled This property is required. bool
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.
header This property is required. GetLoadBalancerPoolOriginHeader
The request header is used to pass additional information with an HTTP request. Currently supported header is 'Host'.
name This property is required. str
A human-identifiable name for the origin.
virtual_network_id This property is required. str
The virtual network subnet ID the origin belongs in. Virtual network must also belong to the account.
weight This property is required. float
The weight of this origin relative to other origins in the pool. Based on the configured weight the total traffic is distributed among origins within the pool.
address This property is required. String
The IP address (IPv4 or IPv6) of the origin, or its publicly addressable hostname. Hostnames entered here should resolve directly to the origin, and not be a hostname proxied by Cloudflare. To set an internal/reserved address, virtualnetworkid must also be set.
disabledAt This property is required. String
This field shows up only if the origin is disabled. This field is set with the time the origin was disabled.
enabled This property is required. Boolean
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.
header This property is required. Property Map
The request header is used to pass additional information with an HTTP request. Currently supported header is 'Host'.
name This property is required. String
A human-identifiable name for the origin.
virtualNetworkId This property is required. String
The virtual network subnet ID the origin belongs in. Virtual network must also belong to the account.
weight This property is required. Number
The weight of this origin relative to other origins in the pool. Based on the configured weight the total traffic is distributed among origins within the pool.

GetLoadBalancerPoolOriginHeader

Hosts This property is required. List<string>
The 'Host' header allows to override the hostname set in the HTTP request. Current support is 1 'Host' header override per origin.
Hosts This property is required. []string
The 'Host' header allows to override the hostname set in the HTTP request. Current support is 1 'Host' header override per origin.
hosts This property is required. List<String>
The 'Host' header allows to override the hostname set in the HTTP request. Current support is 1 'Host' header override per origin.
hosts This property is required. string[]
The 'Host' header allows to override the hostname set in the HTTP request. Current support is 1 'Host' header override per origin.
hosts This property is required. Sequence[str]
The 'Host' header allows to override the hostname set in the HTTP request. Current support is 1 'Host' header override per origin.
hosts This property is required. List<String>
The 'Host' header allows to override the hostname set in the HTTP request. Current support is 1 'Host' header override per origin.

GetLoadBalancerPoolOriginSteering

Policy This property is required. string
The type of origin steering policy to use.
Policy This property is required. string
The type of origin steering policy to use.
policy This property is required. String
The type of origin steering policy to use.
policy This property is required. string
The type of origin steering policy to use.
policy This property is required. str
The type of origin steering policy to use.
policy This property is required. String
The type of origin steering policy to use.

Package Details

Repository
Cloudflare pulumi/pulumi-cloudflare
License
Apache-2.0
Notes
This Pulumi package is based on the cloudflare Terraform Provider.