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.
- Uptime
Check List<GetIps Uptime Check IPs Uptime Check Ip> A list of uptime check IPs used by Stackdriver Monitoring. Each
uptime_check_ipcontains:
- Id string
The provider-assigned unique ID for this managed resource.
- Uptime
Check []GetIps Uptime Check IPs Uptime Check Ip A list of uptime check IPs used by Stackdriver Monitoring. Each
uptime_check_ipcontains:
- id string
The provider-assigned unique ID for this managed resource.
- uptime
Check GetIps Uptime Check IPs Uptime Check Ip[] A list of uptime check IPs used by Stackdriver Monitoring. Each
uptime_check_ipcontains:
- id str
The provider-assigned unique ID for this managed resource.
- uptime_
check_ List[Getips Uptime Check IPs Uptime Check Ip] A list of uptime check IPs used by Stackdriver Monitoring. Each
uptime_check_ipcontains:
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.
- Ip
Address 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 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 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-betaTerraform Provider.