GetIpRanges

Use this data source to get the IP ranges of Cloudflare edge nodes.

Using GetIpRanges

function getIpRanges(opts?: InvokeOptions): Promise<GetIpRangesResult>
function  get_ip_ranges(opts=None)
func GetIpRanges(ctx *Context, opts ...InvokeOption) (*GetIpRangesResult, error)
public static class GetIpRanges {
    public static Task<GetIpRangesResult> InvokeAsync(InvokeOptions? opts = null)
}

GetIpRanges Result

The following output properties are available:

CidrBlocks List<string>
Id string

The provider-assigned unique ID for this managed resource.

Ipv4CidrBlocks List<string>
Ipv6CidrBlocks List<string>
CidrBlocks []string
Id string

The provider-assigned unique ID for this managed resource.

Ipv4CidrBlocks []string
Ipv6CidrBlocks []string
cidrBlocks string[]
id string

The provider-assigned unique ID for this managed resource.

ipv4CidrBlocks string[]
ipv6CidrBlocks string[]
cidr_blocks List[str]
id str

The provider-assigned unique ID for this managed resource.

ipv4_cidr_blocks List[str]
ipv6_cidr_blocks List[str]

Package Details

Repository
https://github.com/pulumi/pulumi-cloudflare
License
Apache-2.0
Notes
This Pulumi package is based on the cloudflare Terraform Provider.