EffectiveVpcFlowLogsConfig constructor

EffectiveVpcFlowLogsConfig({
  1. String? aggregationInterval,
  2. String? crossProjectMetadata,
  3. String? filterExpr,
  4. double? flowSampling,
  5. String? interconnectAttachment,
  6. String? metadata,
  7. List<String>? metadataFields,
  8. String? name,
  9. String? network,
  10. String? scope,
  11. String? state,
  12. String? subnet,
  13. String? vpnTunnel,
})

Implementation

EffectiveVpcFlowLogsConfig({
  this.aggregationInterval,
  this.crossProjectMetadata,
  this.filterExpr,
  this.flowSampling,
  this.interconnectAttachment,
  this.metadata,
  this.metadataFields,
  this.name,
  this.network,
  this.scope,
  this.state,
  this.subnet,
  this.vpnTunnel,
});