GetDdosCooDomainResourcesResource

data class GetDdosCooDomainResourcesResource(val blackLists: List<String>, val ccEnabled: Boolean, val ccRuleEnabled: Boolean, val ccTemplate: String, val certName: String, val domain: String, val http2Enable: Boolean, val httpsExt: String, val id: String, val instanceIds: List<String>, val policyMode: String, val proxyEnabled: Boolean, val proxyTypes: List<GetDdosCooDomainResourcesResourceProxyType>, val realServers: List<String>, val rsType: Int, val sslCiphers: String, val sslProtocols: String, val whiteLists: List<String>)

Constructors

Link copied to clipboard
constructor(blackLists: List<String>, ccEnabled: Boolean, ccRuleEnabled: Boolean, ccTemplate: String, certName: String, domain: String, http2Enable: Boolean, httpsExt: String, id: String, instanceIds: List<String>, policyMode: String, proxyEnabled: Boolean, proxyTypes: List<GetDdosCooDomainResourcesResourceProxyType>, realServers: List<String>, rsType: Int, sslCiphers: String, sslProtocols: String, whiteLists: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The IP addresses in the blacklist for the domain name.

Link copied to clipboard

Whether frequency control guard (CC guard) is enabled. Values: True: Opened, False: Not enabled.

Link copied to clipboard

Whether custom frequency control guard (CC guard) is enabled. Values: True: Opened, False: Not enabled.

Link copied to clipboard

The mode of the Frequency Control policy.

Link copied to clipboard

The name of the certificate.

Link copied to clipboard

The domain name of the website that you want to add to the instance.

Link copied to clipboard

Whether Http2.0 is enabled.

Link copied to clipboard

The advanced HTTPS settings.

Link copied to clipboard
val id: String

The ID of the Domain Resource.

Link copied to clipboard

A ID list of Ddoscoo instance.

Link copied to clipboard

The type of backload algorithm.

Link copied to clipboard

Whether the website service forwarding rules have been turned on.

Link copied to clipboard

Protocol type and port number information.

Link copied to clipboard

Server address information of the source station.

Link copied to clipboard
val rsType: Int

Server address type.

Link copied to clipboard

The type of the cipher suite.

Link copied to clipboard

The version of the TLS protocol.

Link copied to clipboard

The IP addresses in the whitelist for the domain name.