GetNetblockIPRanges

Use this data source to get the IP addresses from different special IP ranges on Google Cloud Platform.

Using GetNetblockIPRanges

function getNetblockIPRanges(args: GetNetblockIPRangesArgs, opts?: InvokeOptions): Promise<GetNetblockIPRangesResult>
function  get_netblock_ip_ranges(range_type=None, opts=None)
func GetNetblockIPRanges(ctx *Context, args *GetNetblockIPRangesArgs, opts ...InvokeOption) (*GetNetblockIPRangesResult, error)
public static class GetNetblockIPRanges {
    public static Task<GetNetblockIPRangesResult> InvokeAsync(GetNetblockIPRangesArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

RangeType string

The type of range for which to provide results.

RangeType string

The type of range for which to provide results.

rangeType string

The type of range for which to provide results.

range_type str

The type of range for which to provide results.

GetNetblockIPRanges Result

The following output properties are available:

CidrBlocks List<string>

Retrieve list of all CIDR blocks.

CidrBlocksIpv4s List<string>

Retrieve list of the IPv4 CIDR blocks

CidrBlocksIpv6s List<string>

Retrieve list of the IPv6 CIDR blocks, if available.

Id string

The provider-assigned unique ID for this managed resource.

RangeType string
CidrBlocks []string

Retrieve list of all CIDR blocks.

CidrBlocksIpv4s []string

Retrieve list of the IPv4 CIDR blocks

CidrBlocksIpv6s []string

Retrieve list of the IPv6 CIDR blocks, if available.

Id string

The provider-assigned unique ID for this managed resource.

RangeType string
cidrBlocks string[]

Retrieve list of all CIDR blocks.

cidrBlocksIpv4s string[]

Retrieve list of the IPv4 CIDR blocks

cidrBlocksIpv6s string[]

Retrieve list of the IPv6 CIDR blocks, if available.

id string

The provider-assigned unique ID for this managed resource.

rangeType string
cidr_blocks List[str]

Retrieve list of all CIDR blocks.

cidr_blocks_ipv4s List[str]

Retrieve list of the IPv4 CIDR blocks

cidr_blocks_ipv6s List[str]

Retrieve list of the IPv6 CIDR blocks, if available.

id str

The provider-assigned unique ID for this managed resource.

range_type str

Package Details

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