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