VpcFlowLogsConfig constructor

VpcFlowLogsConfig({
  1. String? aggregationInterval,
  2. String? createTime,
  3. String? description,
  4. String? filterExpr,
  5. double? flowSampling,
  6. String? interconnectAttachment,
  7. Map<String, String>? labels,
  8. String? metadata,
  9. List<String>? metadataFields,
  10. String? name,
  11. String? state,
  12. String? targetResourceState,
  13. String? updateTime,
  14. String? vpnTunnel,
})

Implementation

VpcFlowLogsConfig({
  this.aggregationInterval,
  this.createTime,
  this.description,
  this.filterExpr,
  this.flowSampling,
  this.interconnectAttachment,
  this.labels,
  this.metadata,
  this.metadataFields,
  this.name,
  this.state,
  this.targetResourceState,
  this.updateTime,
  this.vpnTunnel,
});