Skip to content

RosSiteMonitorProps

Properties for defining a RosSiteMonitor.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cms-sitemonitor

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cms;
new RosSiteMonitorProps {
    object Address,
    object TaskName,
    object TaskType,
    object AlertIds = null,
    object Interval = null,
    object IspCities = null,
    object OptionsJson = null
};

Properties

Name Type Description
Address object No description.
TaskName object No description.
TaskType object No description.
AlertIds object No description.
Interval object No description.
IspCities object No description.
OptionsJson object No description.

AddressRequired

public object Address { get; set; }
  • Type: object

TaskNameRequired

public object TaskName { get; set; }
  • Type: object

TaskTypeRequired

public object TaskType { get; set; }
  • Type: object

AlertIdsOptional

public object AlertIds { get; set; }
  • Type: object

IntervalOptional

public object Interval { get; set; }
  • Type: object

IspCitiesOptional

public object IspCities { get; set; }
  • Type: object

OptionsJsonOptional

public object OptionsJson { get; set; }
  • Type: object