Synthetic Task Monitor Conf Args
data class SyntheticTaskMonitorConfArgs(val apiHttp: Output<SyntheticTaskMonitorConfApiHttpArgs>? = null, val fileDownload: Output<SyntheticTaskMonitorConfFileDownloadArgs>? = null, val netDns: Output<SyntheticTaskMonitorConfNetDnsArgs>? = null, val netIcmp: Output<SyntheticTaskMonitorConfNetIcmpArgs>? = null, val netTcp: Output<SyntheticTaskMonitorConfNetTcpArgs>? = null, val stream: Output<SyntheticTaskMonitorConfStreamArgs>? = null, val website: Output<SyntheticTaskMonitorConfWebsiteArgs>? = null) : ConvertibleToJava<SyntheticTaskMonitorConfArgs>
Constructors
Link copied to clipboard
constructor(apiHttp: Output<SyntheticTaskMonitorConfApiHttpArgs>? = null, fileDownload: Output<SyntheticTaskMonitorConfFileDownloadArgs>? = null, netDns: Output<SyntheticTaskMonitorConfNetDnsArgs>? = null, netIcmp: Output<SyntheticTaskMonitorConfNetIcmpArgs>? = null, netTcp: Output<SyntheticTaskMonitorConfNetTcpArgs>? = null, stream: Output<SyntheticTaskMonitorConfStreamArgs>? = null, website: Output<SyntheticTaskMonitorConfWebsiteArgs>? = null)
Properties
Link copied to clipboard
HTTP(S) task configuration information. See api_http
below.
Link copied to clipboard
File download type task configuration. See file_download
below.
Link copied to clipboard
The configuration parameters of the DNS dial test. Required when TaskType is 3. See net_dns
below.
Link copied to clipboard
ICMP dialing configuration parameters. Required when TaskType is 1. See net_icmp
below.
Link copied to clipboard
The configuration parameters of TCP dial test. Required when TaskType is 2. See net_tcp
below.
Link copied to clipboard
Streaming Media Dial Test Configuration. See stream
below.
Link copied to clipboard
Website speed measurement type task configuration. See website
below.