GetLBIPRanges
Use this data source to access IP ranges in your firewall rules.
Using GetLBIPRanges
function getLBIPRanges(opts?: InvokeOptions): Promise<GetLBIPRangesResult>function get_lbip_ranges(opts=None)func GetLBIPRanges(ctx *Context, opts ...InvokeOption) (*GetLBIPRangesResult, error)public static class GetLBIPRanges {
public static Task<GetLBIPRangesResult> InvokeAsync(InvokeOptions? opts = null)
}GetLBIPRanges Result
The following output properties are available:
- Http
Ssl List<string>Tcp Internals The IP ranges used for health checks when HTTP(S), SSL proxy, TCP proxy, and Internal load balancing is used
- Id string
The provider-assigned unique ID for this managed resource.
- Networks List<string>
The IP ranges used for health checks when Network load balancing is used
Package Details
- Repository
- https://github.com/pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
google-betaTerraform Provider.