VpnGateway constructor
VpnGateway({
- String? creationTimestamp,
- String? description,
- String? gatewayIpVersion,
- BigInt? id,
- String? kind,
- String? labelFingerprint,
- Map<
String, String> labels = const {}, - String? name,
- String? network,
- VpnGatewayParams? params,
- String? region,
- String? selfLink,
- String? stackType,
- List<
VpnGatewayVpnGatewayInterface> vpnInterfaces = const [],
Implementation
VpnGateway({
this.creationTimestamp,
this.description,
this.gatewayIpVersion,
this.id,
this.kind,
this.labelFingerprint,
this.labels = const {},
this.name,
this.network,
this.params,
this.region,
this.selfLink,
this.stackType,
this.vpnInterfaces = const [],
}) : super(fullyQualifiedName);