google_api_sql_admin v0.0.1 GoogleApi.SQLAdmin.V1beta4.Model.IpConfiguration View Source

IP Management configuration.

Attributes

  • authorizedNetworks (List[AclEntry]): The list of external networks that are allowed to connect to the instance using the IP. In CIDR notation, also known as 'slash' notation (e.g. 192.168.100.0/24). Defaults to: null.
  • ipv4Enabled (Boolean): Whether the instance should be assigned an IP address or not. Defaults to: null.
  • requireSsl (Boolean): Whether SSL connections over IP should be enforced or not. Defaults to: null.