PolicyBasedRoute constructor
PolicyBasedRoute({
- String? createTime,
- String? description,
- Filter? filter,
- InterconnectAttachment? interconnectAttachment,
- String? kind,
- Map<
String, String> ? labels, - String? name,
- String? network,
- String? nextHopIlbIp,
- String? nextHopOtherRoutes,
- int? priority,
- String? selfLink,
- String? updateTime,
- VirtualMachine? virtualMachine,
- List<
Warnings> ? warnings,
Implementation
PolicyBasedRoute({
this.createTime,
this.description,
this.filter,
this.interconnectAttachment,
this.kind,
this.labels,
this.name,
this.network,
this.nextHopIlbIp,
this.nextHopOtherRoutes,
this.priority,
this.selfLink,
this.updateTime,
this.virtualMachine,
this.warnings,
});