Class SiteMonitor
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 class SiteMonitor : CustomResource
Constructors
View SourceSiteMonitor(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 SourceAddress
Declaration
public Output<string> Address { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
AlertIds
Declaration
public Output<ImmutableArray<string>> AlertIds { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<System.String>> |
CreateTime
Declaration
public Output<string> CreateTime { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Interval
Declaration
public Output<int?> Interval { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Nullable<System.Int32>> |
IspCities
Declaration
public Output<ImmutableArray<SiteMonitorIspCity>> IspCities { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.Collections.Immutable.ImmutableArray<SiteMonitorIspCity>> |
OptionsJson
Declaration
public Output<string> OptionsJson { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
TaskName
Declaration
public Output<string> TaskName { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
TaskState
Declaration
public Output<string> TaskState { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
TaskType
Declaration
public Output<string> TaskType { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
UpdateTime
Declaration
public Output<string> UpdateTime { get; }
Property Value
| Type | Description |
|---|---|
| Output<System.String> |
Methods
View SourceGet(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 |