PscInterfaceConfig constructor

PscInterfaceConfig({
  1. String networkAttachment = '',
  2. List<DnsPeeringConfig> dnsPeeringConfigs = const [],
})

Implementation

PscInterfaceConfig({
  this.networkAttachment = '',
  this.dnsPeeringConfigs = const [],
}) : super(fullyQualifiedName);