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 no accessConfigs specified, the instance will have an external internet access through an ephemeral external IP address.

Optional.

Implementation

core.List<AccessConfig>? accessConfigs;