GetLBIPRanges

Use this data source to access IP ranges in your firewall rules.

https://cloud.google.com/compute/docs/load-balancing/health-checks#health_check_source_ips_and_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:

HttpSslTcpInternals List<string>

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

HttpSslTcpInternals []string

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 []string

The IP ranges used for health checks when Network load balancing is used

httpSslTcpInternals string[]

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 string[]

The IP ranges used for health checks when Network load balancing is used

http_ssl_tcp_internals List[str]

The IP ranges used for health checks when HTTP(S), SSL proxy, TCP proxy, and Internal load balancing is used

id str

The provider-assigned unique ID for this managed resource.

networks List[str]

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-beta Terraform Provider.