SchedulerRuleRule

data class SchedulerRuleRule(val priority: Int? = null, val regionId: String? = null, val status: Int? = null, val type: String? = null, val value: String? = null, val valueType: Int? = null)

Constructors

Link copied to clipboard
constructor(priority: Int? = null, regionId: String? = null, status: Int? = null, type: String? = null, value: String? = null, valueType: Int? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val priority: Int? = null

The priority of the rule.

Link copied to clipboard
val regionId: String? = null

The region where the interaction resource that is used in the scheduling rule is deployed. NOTE: This parameter is returned only if the RuleType parameter is set to 2.

Link copied to clipboard
val status: Int? = null

The status of the scheduling rule.

Link copied to clipboard
val type: String? = null

The address type of the interaction resource. Valid values: A: IPv4 address. CNAME: CNAME record.

Link copied to clipboard
val value: String? = null

The address of the interaction resource.

Link copied to clipboard
val valueType: Int? = null

Required. The type of the linked resource. It is an Integer. Valid values: 1: The IP address of Anti-DDoS Pro or Anti-DDoS Premium 2: the IP address of the interaction resource (in the tiered protection scenario) 3: the IP address used to accelerate access (in the network acceleration scenario) 6 the IP address of the interaction resource (in the cloud service interaction scenario)