DomainArgs

data class DomainArgs(val authConfig: Output<DomainAuthConfigArgs>? = null, val blockIps: Output<List<String>>? = null, val cacheConfigs: Output<List<DomainCacheConfigArgs>>? = null, val cdnType: Output<String>? = null, val certificateConfig: Output<DomainCertificateConfigArgs>? = null, val domainName: Output<String>? = null, val httpHeaderConfigs: Output<List<DomainHttpHeaderConfigArgs>>? = null, val optimizeEnable: Output<String>? = null, val page404Config: Output<DomainPage404ConfigArgs>? = null, val pageCompressEnable: Output<String>? = null, val parameterFilterConfig: Output<DomainParameterFilterConfigArgs>? = null, val rangeEnable: Output<String>? = null, val referConfig: Output<DomainReferConfigArgs>? = null, val scope: Output<String>? = null, val sourcePort: Output<Int>? = null, val sourceType: Output<String>? = null, val sources: Output<List<String>>? = null, val videoSeekEnable: Output<String>? = null) : ConvertibleToJava<DomainArgs>

Constructors

Link copied to clipboard
constructor(authConfig: Output<DomainAuthConfigArgs>? = null, blockIps: Output<List<String>>? = null, cacheConfigs: Output<List<DomainCacheConfigArgs>>? = null, cdnType: Output<String>? = null, certificateConfig: Output<DomainCertificateConfigArgs>? = null, domainName: Output<String>? = null, httpHeaderConfigs: Output<List<DomainHttpHeaderConfigArgs>>? = null, optimizeEnable: Output<String>? = null, page404Config: Output<DomainPage404ConfigArgs>? = null, pageCompressEnable: Output<String>? = null, parameterFilterConfig: Output<DomainParameterFilterConfigArgs>? = null, rangeEnable: Output<String>? = null, referConfig: Output<DomainReferConfigArgs>? = null, scope: Output<String>? = null, sourcePort: Output<Int>? = null, sourceType: Output<String>? = null, sources: Output<List<String>>? = null, videoSeekEnable: Output<String>? = null)

Properties

Link copied to clipboard
val authConfig: Output<DomainAuthConfigArgs>? = null
Link copied to clipboard
val blockIps: Output<List<String>>? = null
Link copied to clipboard
Link copied to clipboard
val cdnType: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val domainName: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val optimizeEnable: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val pageCompressEnable: Output<String>? = null
Link copied to clipboard
Link copied to clipboard
val rangeEnable: Output<String>? = null
Link copied to clipboard
val referConfig: Output<DomainReferConfigArgs>? = null
Link copied to clipboard
val scope: Output<String>? = null
Link copied to clipboard
val sourcePort: Output<Int>? = null
Link copied to clipboard
val sources: Output<List<String>>? = null
Link copied to clipboard
val sourceType: Output<String>? = null
Link copied to clipboard
val videoSeekEnable: Output<String>? = null

Functions

Link copied to clipboard
open override fun toJava(): DomainArgs