requestedFeatures property

List<String>? requestedFeatures
getter/setter pair

List of features requested for this Interconnect connection, which can take one of the following values: - MACSEC If specified then the connection is created on MACsec capable hardware ports.

If not specified, the default value is false, which allocates non-MACsec capable ports first if available. This parameter can be provided only with Interconnect INSERT. It isn't valid for Interconnect PATCH.

Optional.

Implementation

core.List<core.String>? requestedFeatures;