SqlIpConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)
IP Management configuration.
Attributes | |
---|---|
Name | Description |
enable_ipv4 |
google.protobuf.wrappers_pb2.BoolValue
Whether the instance should be assigned an IPv4 address or not. |
private_network |
str
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.
|
require_ssl |
google.protobuf.wrappers_pb2.BoolValue
Whether SSL connections over IP should be enforced or not. |
authorized_networks |
Sequence[google.cloud.clouddms_v1.types.SqlAclEntry]
The list of external networks that are allowed to connect to the instance using the IP. See https://en.wikipedia.org/wiki/CIDR_notation#CIDR_notation, also known as 'slash' notation (e.g. 192.168.100.0/24 ).
|