Show / Hide Table of Contents

Class SiteMonitorState

Inheritance
System.Object
InputArgs
ResourceArgs
SiteMonitorState
Inherited Members
ResourceArgs.Empty
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 sealed class SiteMonitorState : ResourceArgs

Constructors

View Source

SiteMonitorState()

Declaration
public SiteMonitorState()

Properties

View Source

Address

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

AlertIds

Declaration
public InputList<string> AlertIds { get; set; }
Property Value
Type Description
InputList<System.String>
View Source

CreateTime

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

Interval

Declaration
public Input<int> Interval { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

IspCities

Declaration
public InputList<SiteMonitorIspCityGetArgs> IspCities { get; set; }
Property Value
Type Description
InputList<SiteMonitorIspCityGetArgs>
View Source

OptionsJson

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

TaskName

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

TaskState

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

TaskType

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

UpdateTime

Declaration
public Input<string> UpdateTime { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.