NetworkPeering constructor
NetworkPeering({
- bool? autoCreateRoutes,
- NetworkPeeringConnectionStatus? connectionStatus,
- bool? exchangeSubnetRoutes,
- bool? exportCustomRoutes,
- bool? exportSubnetRoutesWithPublicIp,
- bool? importCustomRoutes,
- bool? importSubnetRoutesWithPublicIp,
- String? name,
- String? network,
- int? peerMtu,
- String? stackType,
- String? state,
- String? stateDetails,
- String? updateStrategy,
Implementation
NetworkPeering({
this.autoCreateRoutes,
this.connectionStatus,
this.exchangeSubnetRoutes,
this.exportCustomRoutes,
this.exportSubnetRoutesWithPublicIp,
this.importCustomRoutes,
this.importSubnetRoutesWithPublicIp,
this.name,
this.network,
this.peerMtu,
this.stackType,
this.state,
this.stateDetails,
this.updateStrategy,
});