portName property

String? portName
getter/setter pair

Name of port user is interested in.

It is optional. If it is set, only information about this ports will be returned. If it is not set, all the named ports will be returned. Always lists all instances.

Implementation

core.String? portName;