Domain Args
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
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard