Connectivity Test Args
fun ConnectivityTestArgs(description: Output<String>? = null, destination: Output<EndpointArgs>? = null, labels: Output<Map<String, String>>? = null, name: Output<String>? = null, project: Output<String>? = null, protocol: Output<String>? = null, relatedProjects: Output<List<String>>? = null, source: Output<EndpointArgs>? = null, testId: Output<String>? = null)