accessConfigs property

List<AccessConfig>? accessConfigs
getter/setter pair

An array of configurations for this interface.

Currently, only one access config, ONE_TO_ONE_NAT, is supported. If there are no accessConfigs specified, then this instance will have no external internet access.

Implementation

core.List<AccessConfig>? accessConfigs;