InstancePortInfo constructor

InstancePortInfo({
  1. AccessDirection? accessDirection,
  2. String? accessFrom,
  3. PortAccessType? accessType,
  4. List<String>? cidrListAliases,
  5. List<String>? cidrs,
  6. String? commonName,
  7. int? fromPort,
  8. NetworkProtocol? protocol,
  9. int? toPort,
})

Implementation

InstancePortInfo({
  this.accessDirection,
  this.accessFrom,
  this.accessType,
  this.cidrListAliases,
  this.cidrs,
  this.commonName,
  this.fromPort,
  this.protocol,
  this.toPort,
});