cloudflare.getIpRanges
Use this data source to get the IP ranges of Cloudflare network.
Using getIpRanges
function getIpRanges(opts?: InvokeOptions): Promise<GetIpRangesResult>
def get_ip_ranges(opts: Optional[InvokeOptions] = None) -> GetIpRangesResult
func GetIpRanges(ctx *Context, opts ...InvokeOption) (*GetIpRangesResult, error)
> Note: This function is named GetIpRanges
in the Go SDK.
public static class GetIpRanges
{
public static Task<GetIpRangesResult> InvokeAsync(InvokeOptions? opts = null)
}
public static CompletableFuture<GetIpRangesResult> getIpRanges(InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: cloudflare:index/getIpRanges:getIpRanges
arguments:
# arguments dictionary
getIpRanges Result
The following output properties are available:
- China
Ipv4Cidr List<string>Blocks The lexically ordered list of only the IPv4 China CIDR blocks.
- China
Ipv6Cidr List<string>Blocks The lexically ordered list of only the IPv6 China CIDR blocks.
- Cidr
Blocks List<string> The lexically ordered list of all non-China CIDR blocks.
- Id string
The provider-assigned unique ID for this managed resource.
- Ipv4Cidr
Blocks List<string> The lexically ordered list of only the IPv4 CIDR blocks.
- Ipv6Cidr
Blocks List<string> The lexically ordered list of only the IPv6 CIDR blocks.
- China
Ipv4Cidr []stringBlocks The lexically ordered list of only the IPv4 China CIDR blocks.
- China
Ipv6Cidr []stringBlocks The lexically ordered list of only the IPv6 China CIDR blocks.
- Cidr
Blocks []string The lexically ordered list of all non-China CIDR blocks.
- Id string
The provider-assigned unique ID for this managed resource.
- Ipv4Cidr
Blocks []string The lexically ordered list of only the IPv4 CIDR blocks.
- Ipv6Cidr
Blocks []string The lexically ordered list of only the IPv6 CIDR blocks.
- china
Ipv4Cidr List<String>Blocks The lexically ordered list of only the IPv4 China CIDR blocks.
- china
Ipv6Cidr List<String>Blocks The lexically ordered list of only the IPv6 China CIDR blocks.
- cidr
Blocks List<String> The lexically ordered list of all non-China CIDR blocks.
- id String
The provider-assigned unique ID for this managed resource.
- ipv4Cidr
Blocks List<String> The lexically ordered list of only the IPv4 CIDR blocks.
- ipv6Cidr
Blocks List<String> The lexically ordered list of only the IPv6 CIDR blocks.
- china
Ipv4Cidr string[]Blocks The lexically ordered list of only the IPv4 China CIDR blocks.
- china
Ipv6Cidr string[]Blocks The lexically ordered list of only the IPv6 China CIDR blocks.
- cidr
Blocks string[] The lexically ordered list of all non-China CIDR blocks.
- id string
The provider-assigned unique ID for this managed resource.
- ipv4Cidr
Blocks string[] The lexically ordered list of only the IPv4 CIDR blocks.
- ipv6Cidr
Blocks string[] The lexically ordered list of only the IPv6 CIDR blocks.
- china_
ipv4_ Sequence[str]cidr_ blocks The lexically ordered list of only the IPv4 China CIDR blocks.
- china_
ipv6_ Sequence[str]cidr_ blocks The lexically ordered list of only the IPv6 China CIDR blocks.
- cidr_
blocks Sequence[str] The lexically ordered list of all non-China CIDR blocks.
- id str
The provider-assigned unique ID for this managed resource.
- ipv4_
cidr_ Sequence[str]blocks The lexically ordered list of only the IPv4 CIDR blocks.
- ipv6_
cidr_ Sequence[str]blocks The lexically ordered list of only the IPv6 CIDR blocks.
- china
Ipv4Cidr List<String>Blocks The lexically ordered list of only the IPv4 China CIDR blocks.
- china
Ipv6Cidr List<String>Blocks The lexically ordered list of only the IPv6 China CIDR blocks.
- cidr
Blocks List<String> The lexically ordered list of all non-China CIDR blocks.
- id String
The provider-assigned unique ID for this managed resource.
- ipv4Cidr
Blocks List<String> The lexically ordered list of only the IPv4 CIDR blocks.
- ipv6Cidr
Blocks List<String> The lexically ordered list of only the IPv6 CIDR blocks.
Package Details
- Repository
- Cloudflare pulumi/pulumi-cloudflare
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
cloudflare
Terraform Provider.