adminEnabled property

bool? adminEnabled
getter/setter pair

Administrative status of the interconnect.

When this is set to true, the Interconnect is functional and can carry traffic. When set to false, no packets can be carried over the interconnect and no BGP routes are exchanged over it. By default, the status is set to true.

Implementation

core.bool? adminEnabled;