ConnectivityTest constructor
ConnectivityTest({
- bool? bypassFirewallChecks,
- String? createTime,
- String? description,
- Endpoint? destination,
- String? displayName,
- Map<
String, String> ? labels, - String? name,
- ProbingDetails? probingDetails,
- String? protocol,
- ReachabilityDetails? reachabilityDetails,
- ReachabilityDetails? returnReachabilityDetails,
- bool? roundTrip,
- Endpoint? source,
- String? updateTime,
Implementation
ConnectivityTest({
this.bypassFirewallChecks,
this.createTime,
this.description,
this.destination,
this.displayName,
this.labels,
this.name,
this.probingDetails,
this.protocol,
this.reachabilityDetails,
this.relatedProjects,
this.returnReachabilityDetails,
this.roundTrip,
this.source,
this.updateTime,
});