PolicyBasedRoute constructor

PolicyBasedRoute({
  1. String? createTime,
  2. String? description,
  3. Filter? filter,
  4. InterconnectAttachment? interconnectAttachment,
  5. String? kind,
  6. Map<String, String>? labels,
  7. String? name,
  8. String? network,
  9. String? nextHopIlbIp,
  10. String? nextHopOtherRoutes,
  11. int? priority,
  12. String? selfLink,
  13. String? updateTime,
  14. VirtualMachine? virtualMachine,
  15. 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,
});