TargetVpnGateway constructor
TargetVpnGateway({
- String? creationTimestamp,
- String? description,
- List<
String> forwardingRules = const [], - BigInt? id,
- String? kind,
- String? labelFingerprint,
- Map<
String, String> labels = const {}, - String? name,
- String? network,
- TargetVpnGatewayParams? params,
- String? region,
- String? selfLink,
- String? status,
- List<
String> tunnels = const [],
Implementation
TargetVpnGateway({
this.creationTimestamp,
this.description,
this.forwardingRules = const [],
this.id,
this.kind,
this.labelFingerprint,
this.labels = const {},
this.name,
this.network,
this.params,
this.region,
this.selfLink,
this.status,
this.tunnels = const [],
}) : super(fullyQualifiedName);