GlobalIPAddress

A global ip address resource.

Like all Resources, this class configures itself across multiple Environments.

For more information see the official documentation.

Example Usage

1
import launchflow as lf
2
3
ip = lf.gcp.GlobalIPAddress("ip-addres")

initialization

Create a new Global IP Address resource.

Args:

  • name (str): The name of the ip address.