ipAddress property

String? ipAddress
getter/setter pair

The public IP address that can be used to connect to the container.

This field is only populated when at least one port mapping is present. If the instance was created with a private address, this field will be empty even if port mappings exist.

Implementation

core.String? ipAddress;