Class SiteMonitorArgs
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.AliCloud.Cms
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class SiteMonitorArgs : ResourceArgs
Constructors
View SourceSiteMonitorArgs()
Declaration
public SiteMonitorArgs()
Properties
View SourceAddress
Declaration
public Input<string> Address { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
AlertIds
Declaration
public InputList<string> AlertIds { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
Interval
Declaration
public Input<int> Interval { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
IspCities
Declaration
public InputList<SiteMonitorIspCityArgs> IspCities { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<SiteMonitorIspCityArgs> |
OptionsJson
Declaration
public Input<string> OptionsJson { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TaskName
Declaration
public Input<string> TaskName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
TaskType
Declaration
public Input<string> TaskType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |