Class SiteMonitorState
Inheritance
System.Object
SiteMonitorState
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()
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
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
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> |
|