GoogleApi.SQLAdmin.V1beta4.Model.IpConfiguration (google_api_sql_admin v0.48.0) View Source

IP Management configuration.

Attributes

  • allocatedIpRange (type: String.t, default: nil) - The name of the allocated ip range for the private ip CloudSQL instance. For example: "google-managed-services-default". If set, the instance ip will be created in the allocated range. The range name must comply with RFC 1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])?. Reserved for future use.
  • authorizedNetworks (type: list(GoogleApi.SQLAdmin.V1beta4.Model.AclEntry.t), default: nil) - The list of external networks that are allowed to connect to the instance using the IP. In 'CIDR' notation, also known as 'slash' notation (for example: 192.168.100.0/24).
  • ipv4Enabled (type: boolean(), default: nil) - Whether the instance is assigned a public IP address or not.
  • privateNetwork (type: String.t, default: nil) - The resource link for the VPC network from which the Cloud SQL instance is accessible for private IP. For example, /projects/myProject/global/networks/default. This setting can be updated, but it cannot be removed after it is set.
  • requireSsl (type: boolean(), default: nil) - Whether SSL connections over IP are enforced or not.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.SQLAdmin.V1beta4.Model.IpConfiguration{
  allocatedIpRange: String.t() | nil,
  authorizedNetworks: [GoogleApi.SQLAdmin.V1beta4.Model.AclEntry.t()] | nil,
  ipv4Enabled: boolean() | nil,
  privateNetwork: String.t() | nil,
  requireSsl: boolean() | nil
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.