ConnectivityTestArgs

constructor(bypassFirewallChecks: Output<Boolean>? = null, description: Output<String>? = null, destination: Output<ConnectivityTestDestinationArgs>? = null, labels: Output<Map<String, String>>? = null, name: Output<String>? = null, project: Output<String>? = null, protocol: Output<String>? = null, relatedProjects: Output<List<String>>? = null, roundTrip: Output<Boolean>? = null, source: Output<ConnectivityTestSourceArgs>? = null)