Show / Hide Table of Contents

Class UptimeCheckIpsResource

The "uptimeCheckIps" collection of methods.

Inheritance
System.Object
UptimeCheckIpsResource
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: Google.Apis.Monitoring.v3
Assembly: Google.Apis.Monitoring.v3.dll
Syntax
public class UptimeCheckIpsResource

Constructors

UptimeCheckIpsResource(IClientService)

Constructs a new resource.

Declaration
public UptimeCheckIpsResource(IClientService service)
Parameters
Type Name Description
IClientService service

Methods

List()

Returns the list of IP addresses that checkers run from

Declaration
public virtual UptimeCheckIpsResource.ListRequest List()
Returns
Type Description
UptimeCheckIpsResource.ListRequest
Back to top