VpnTunnel constructor
VpnTunnel({
- String? creationTimestamp,
- String? description,
- String? detailedStatus,
- String? id,
- int? ikeVersion,
- String? kind,
- String? labelFingerprint,
- Map<
String, String> ? labels, - List<
String> ? localTrafficSelector, - String? name,
- String? peerExternalGateway,
- int? peerExternalGatewayInterface,
- String? peerGcpGateway,
- String? peerIp,
- String? region,
- List<
String> ? remoteTrafficSelector, - String? router,
- String? selfLink,
- String? status,
- String? targetVpnGateway,
- String? vpnGateway,
- int? vpnGatewayInterface,
Implementation
VpnTunnel({
this.creationTimestamp,
this.description,
this.detailedStatus,
this.id,
this.ikeVersion,
this.kind,
this.labelFingerprint,
this.labels,
this.localTrafficSelector,
this.name,
this.peerExternalGateway,
this.peerExternalGatewayInterface,
this.peerGcpGateway,
this.peerIp,
this.region,
this.remoteTrafficSelector,
this.router,
this.selfLink,
this.sharedSecret,
this.sharedSecretHash,
this.status,
this.targetVpnGateway,
this.vpnGateway,
this.vpnGatewayInterface,
});