availableFeatures property

List<String>? availableFeatures
getter/setter pair

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

If not present then the Interconnect connection is provisioned on non-MACsec capable ports and MACsec isn't supported and enabling MACsec fails.

Output only.

Implementation

core.List<core.String>? availableFeatures;