publicIpAddressDisabled property

bool? publicIpAddressDisabled
getter/setter pair

Disable public IP on the primary network interface.

If true, workers are created without any public address, which prevents network egress to public IPs unless a network proxy is configured. If false, workers are created with a public address which allows for public internet egress. The public address only applies to traffic through the primary network interface. If route_all_traffic is set to true, all traffic will go through the non-primary network interface, this boolean has no effect.

Required. Immutable.

Implementation

core.bool? publicIpAddressDisabled;