PscInterfaceConfig constructor
PscInterfaceConfig({
- String networkAttachment = '',
- List<
DnsPeeringConfig> dnsPeeringConfigs = const [],
Implementation
PscInterfaceConfig({
this.networkAttachment = '',
this.dnsPeeringConfigs = const [],
}) : super(fullyQualifiedName);