GetUptimeCheckIPs

Returns the list of IP addresses that checkers run from. For more information see the official documentation.

Using GetUptimeCheckIPs

function getUptimeCheckIPs(opts?: InvokeOptions): Promise<GetUptimeCheckIPsResult>
function  get_uptime_check_i_ps(opts=None)
func GetUptimeCheckIPs(ctx *Context, opts ...InvokeOption) (*GetUptimeCheckIPsResult, error)
public static class GetUptimeCheckIPs {
    public static Task<GetUptimeCheckIPsResult> InvokeAsync(InvokeOptions? opts = null)
}

GetUptimeCheckIPs Result

The following output properties are available:

Id string

The provider-assigned unique ID for this managed resource.

UptimeCheckIps List<GetUptimeCheckIPsUptimeCheckIp>

A list of uptime check IPs used by Stackdriver Monitoring. Each uptime_check_ip contains:

Id string

The provider-assigned unique ID for this managed resource.

UptimeCheckIps []GetUptimeCheckIPsUptimeCheckIp

A list of uptime check IPs used by Stackdriver Monitoring. Each uptime_check_ip contains:

id string

The provider-assigned unique ID for this managed resource.

uptimeCheckIps GetUptimeCheckIPsUptimeCheckIp[]

A list of uptime check IPs used by Stackdriver Monitoring. Each uptime_check_ip contains:

id str

The provider-assigned unique ID for this managed resource.

uptime_check_ips List[GetUptimeCheckIPsUptimeCheckIp]

A list of uptime check IPs used by Stackdriver Monitoring. Each uptime_check_ip contains:

Supporting Types

GetUptimeCheckIPsUptimeCheckIp

See the output API doc for this type.

See the output API doc for this type.

See the output API doc for this type.

IpAddress string

The IP address from which the Uptime check originates. This is a fully specified IP address (not an IP address range). Most IP addresses, as of this publication, are in IPv4 format; however, one should not rely on the IP addresses being in IPv4 format indefinitely, and should support interpreting this field in either IPv4 or IPv6 format.

Location string

A more specific location within the region that typically encodes a particular city/town/metro (and its containing state/province or country) within the broader umbrella region category.

Region string

A broad region category in which the IP address is located.

IpAddress string

The IP address from which the Uptime check originates. This is a fully specified IP address (not an IP address range). Most IP addresses, as of this publication, are in IPv4 format; however, one should not rely on the IP addresses being in IPv4 format indefinitely, and should support interpreting this field in either IPv4 or IPv6 format.

Location string

A more specific location within the region that typically encodes a particular city/town/metro (and its containing state/province or country) within the broader umbrella region category.

Region string

A broad region category in which the IP address is located.

ipAddress string

The IP address from which the Uptime check originates. This is a fully specified IP address (not an IP address range). Most IP addresses, as of this publication, are in IPv4 format; however, one should not rely on the IP addresses being in IPv4 format indefinitely, and should support interpreting this field in either IPv4 or IPv6 format.

location string

A more specific location within the region that typically encodes a particular city/town/metro (and its containing state/province or country) within the broader umbrella region category.

region string

A broad region category in which the IP address is located.

ip_address str

The IP address from which the Uptime check originates. This is a fully specified IP address (not an IP address range). Most IP addresses, as of this publication, are in IPv4 format; however, one should not rely on the IP addresses being in IPv4 format indefinitely, and should support interpreting this field in either IPv4 or IPv6 format.

location str

A more specific location within the region that typically encodes a particular city/town/metro (and its containing state/province or country) within the broader umbrella region category.

region str

A broad region category in which the IP address is located.

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.