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:
- range_
type str The type of range for which to provide results.
GetNetblockIPRanges Result
The following output properties are available:
- Cidr
Blocks List<string> Retrieve list of all CIDR blocks.
- Cidr
Blocks List<string>Ipv4s Retrieve list of the IPv4 CIDR blocks
- Cidr
Blocks List<string>Ipv6s Retrieve list of the IPv6 CIDR blocks, if available.
- Id string
The provider-assigned unique ID for this managed resource.
- Range
Type string
- Cidr
Blocks []string Retrieve list of all CIDR blocks.
- Cidr
Blocks []stringIpv4s Retrieve list of the IPv4 CIDR blocks
- Cidr
Blocks []stringIpv6s Retrieve list of the IPv6 CIDR blocks, if available.
- Id string
The provider-assigned unique ID for this managed resource.
- Range
Type string
- cidr
Blocks string[] Retrieve list of all CIDR blocks.
- cidr
Blocks string[]Ipv4s Retrieve list of the IPv4 CIDR blocks
- cidr
Blocks string[]Ipv6s Retrieve list of the IPv6 CIDR blocks, if available.
- id string
The provider-assigned unique ID for this managed resource.
- range
Type string
- cidr_
blocks List[str] Retrieve list of all CIDR blocks.
- cidr_
blocks_ List[str]ipv4s Retrieve list of the IPv4 CIDR blocks
- cidr_
blocks_ List[str]ipv6s 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-betaTerraform Provider.