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
fun SyntheticTaskMonitorConfArgs(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)