Show / Hide Table of Contents

Class SiteMonitor

Inheritance
System.Object
Resource
CustomResource
SiteMonitor
Inherited Members
CustomResource.Id
Resource.GetResourceType()
Resource.GetResourceName()
Resource.Urn
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.AliCloud.Cms
Assembly: Pulumi.AliCloud.dll
Syntax
public class SiteMonitor : CustomResource

Constructors

View Source

SiteMonitor(String, SiteMonitorArgs, CustomResourceOptions)

Create a SiteMonitor resource with the given unique name, arguments, and options.

Declaration
public SiteMonitor(string name, SiteMonitorArgs args, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resource

SiteMonitorArgs args

The arguments used to populate this resource's properties

CustomResourceOptions options

A bag of options that control this resource's behavior

Properties

View Source

Address

Declaration
public Output<string> Address { get; }
Property Value
Type Description
Output<System.String>
View Source

AlertIds

Declaration
public Output<ImmutableArray<string>> AlertIds { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<System.String>>
View Source

CreateTime

Declaration
public Output<string> CreateTime { get; }
Property Value
Type Description
Output<System.String>
View Source

Interval

Declaration
public Output<int?> Interval { get; }
Property Value
Type Description
Output<System.Nullable<System.Int32>>
View Source

IspCities

Declaration
public Output<ImmutableArray<SiteMonitorIspCity>> IspCities { get; }
Property Value
Type Description
Output<System.Collections.Immutable.ImmutableArray<SiteMonitorIspCity>>
View Source

OptionsJson

Declaration
public Output<string> OptionsJson { get; }
Property Value
Type Description
Output<System.String>
View Source

TaskName

Declaration
public Output<string> TaskName { get; }
Property Value
Type Description
Output<System.String>
View Source

TaskState

Declaration
public Output<string> TaskState { get; }
Property Value
Type Description
Output<System.String>
View Source

TaskType

Declaration
public Output<string> TaskType { get; }
Property Value
Type Description
Output<System.String>
View Source

UpdateTime

Declaration
public Output<string> UpdateTime { get; }
Property Value
Type Description
Output<System.String>

Methods

View Source

Get(String, Input<String>, SiteMonitorState, CustomResourceOptions)

Get an existing SiteMonitor resource's state with the given name, ID, and optional extra properties used to qualify the lookup.

Declaration
public static SiteMonitor Get(string name, Input<string> id, SiteMonitorState state = null, CustomResourceOptions options = null)
Parameters
Type Name Description
System.String name

The unique name of the resulting resource.

Input<System.String> id

The unique provider ID of the resource to lookup.

SiteMonitorState state

Any extra arguments used during the lookup.

CustomResourceOptions options

A bag of options that control this resource's behavior

Returns
Type Description
SiteMonitor
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.