google_api_sql_admin v0.6.0 GoogleApi.SQLAdmin.V1beta4.Model.IpConfiguration View Source
IP Management configuration.
Attributes
- authorizedNetworks ([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
. - privateNetwork (String.t): 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. Defaults to:
null
. - requireSsl (boolean()): Whether SSL connections over IP should be enforced or not. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.SQLAdmin.V1beta4.Model.IpConfiguration{
authorizedNetworks: [GoogleApi.SQLAdmin.V1beta4.Model.AclEntry.t()],
ipv4Enabled: any(),
privateNetwork: any(),
requireSsl: any()
}
t() :: %GoogleApi.SQLAdmin.V1beta4.Model.IpConfiguration{ authorizedNetworks: [GoogleApi.SQLAdmin.V1beta4.Model.AclEntry.t()], ipv4Enabled: any(), privateNetwork: any(), requireSsl: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.