GetRulesSlbRule

data class GetRulesSlbRule(val domain: String, val id: String, val name: String, val serverGroupId: String, val url: String)

Constructors

Link copied to clipboard
constructor(domain: String, id: String, name: String, serverGroupId: String, url: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Domain name in the HTTP request where the rule applies (e.g. "*.aliyun.com").

Link copied to clipboard
val id: String

Rule ID.

Link copied to clipboard

Rule name.

Link copied to clipboard

ID of the linked VServer group.

Link copied to clipboard
val url: String

Path in the HTTP request where the rule applies (e.g. "/image").