Package-level declarations
Types
Link copied to clipboard
data class DomainResourceProxyType(val proxyPorts: List<Int>? = null, val proxyType: String? = null)
Link copied to clipboard
data class GetDdosBgpInstancesResult(val id: String, val ids: List<String>, val instances: List<GetDdosBgpInstancesInstance>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null)
A collection of values returned by getDdosBgpInstances.
Link copied to clipboard
Link copied to clipboard
data class GetDdosBgpIpsResult(val id: String, val ids: List<String>, val instanceId: String, val ips: List<GetDdosBgpIpsIp>, val outputFile: String? = null, val pageNumber: Int? = null, val pageSize: Int? = null, val productName: String? = null, val status: String? = null)
A collection of values returned by getDdosBgpIps.
Link copied to clipboard
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>)
Link copied to clipboard
data class GetDdosCooDomainResourcesResourceProxyType(val proxyPorts: List<Int>, val proxyType: String)
Link copied to clipboard
data class GetDdosCooDomainResourcesResult(val id: String, val ids: List<String>, val instanceIds: List<String>? = null, val outputFile: String? = null, val queryDomainPattern: String? = null, val resources: List<GetDdosCooDomainResourcesResource>)
A collection of values returned by getDdosCooDomainResources.
Link copied to clipboard
data class GetDdosCooInstancesInstance(val bandwidth: Int, val baseBandwidth: Int, val createTime: Int, val debtStatus: Int, val domainCount: Int, val edition: Int, val enabled: Int, val expireTime: Int, val id: String, val ipMode: String, val ipVersion: String, val name: String, val portCount: Int, val remark: String, val serviceBandwidth: Int, val status: Int)
Link copied to clipboard
data class GetDdosCooInstancesResult(val id: String, val ids: List<String>, val instances: List<GetDdosCooInstancesInstance>, val nameRegex: String? = null, val names: List<String>, val outputFile: String? = null)
A collection of values returned by getDdosCooInstances.
Link copied to clipboard
Link copied to clipboard
data class GetDdosCooPortsResult(val frontendPort: String? = null, val frontendProtocol: String? = null, val id: String, val ids: List<String>, val instanceId: String, val outputFile: String? = null, val ports: List<GetDdosCooPortsPort>)
A collection of values returned by getDdosCooPorts.
Link copied to clipboard