ExternalAccessRule constructor

ExternalAccessRule({
  1. String? action,
  2. String? createTime,
  3. String? description,
  4. List<IpRange>? destinationIpRanges,
  5. List<String>? destinationPorts,
  6. String? ipProtocol,
  7. String? name,
  8. int? priority,
  9. List<IpRange>? sourceIpRanges,
  10. List<String>? sourcePorts,
  11. String? state,
  12. String? uid,
  13. String? updateTime,
})

Implementation

ExternalAccessRule({
  this.action,
  this.createTime,
  this.description,
  this.destinationIpRanges,
  this.destinationPorts,
  this.ipProtocol,
  this.name,
  this.priority,
  this.sourceIpRanges,
  this.sourcePorts,
  this.state,
  this.uid,
  this.updateTime,
});