@@ -372,16 +372,18 @@ properties:
372
372
- !ruby/object:Api::Type::Array
373
373
name : ' requestedFeatures'
374
374
description : |
375
- interconnects.list of features requested for this Interconnect connection. Options: MACSEC (
375
+ interconnects.list of features requested for this Interconnect connection. Options: IF_MACSEC (
376
376
If specified then the connection is created on MACsec capable hardware ports. If not
377
377
specified, the default value is false, which allocates non-MACsec capable ports first if
378
- available).
378
+ available). Note that MACSEC is still technically allowed for compatibility reasons, but it
379
+ does not work with the API, and will be removed in an upcoming major version.
379
380
item_type : !ruby/object:Api::Type::Enum
380
381
name : ' requestedFeatures'
381
382
description : |
382
383
interconnects.list of features requested for this Interconnect connection
383
384
values :
384
385
- :MACSEC
386
+ - :IF_MACSEC
385
387
- !ruby/object:Api::Type::Array
386
388
name : ' availableFeatures'
387
389
description : |
@@ -390,9 +392,4 @@ properties:
390
392
ports. If not present then the Interconnect connection is provisioned on non-MACsec capable
391
393
ports and MACsec isn't supported and enabling MACsec fails).
392
394
output : true
393
- item_type : !ruby/object:Api::Type::Enum
394
- name : ' availableFeatures'
395
- description : |
396
- interconnects.list of features available for this Interconnect connection,
397
- values :
398
- - :MACSEC
395
+ item_type : Api::Type::String
0 commit comments