Show / Hide Table of Contents

Class GetUptimeCheckIPsUptimeCheckIpResult

Inheritance
System.Object
GetUptimeCheckIPsUptimeCheckIpResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Monitoring.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class GetUptimeCheckIPsUptimeCheckIpResult

Fields

View Source

IpAddress

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.

Declaration
public readonly string IpAddress
Field Value
Type Description
System.String
View Source

Location

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.

Declaration
public readonly string Location
Field Value
Type Description
System.String
View Source

Region

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

Declaration
public readonly string Region
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.