pscInterfaceConfigs property

List<PscInterfaceConfig>? pscInterfaceConfigs
getter/setter pair

Configurations for setting up PSC interfaces attached to the instance which are used for outbound connectivity.

Only primary instances can have PSC interface attached. Currently we only support 0 or 1 PSC interface.

Optional.

Implementation

core.List<PscInterfaceConfig>? pscInterfaceConfigs;