Reference documentation and code samples for the Google Cloud Sql Admin V1beta4 Client class IpConfiguration.
IP Management configuration.
Generated from protobuf message google.cloud.sql.v1beta4.IpConfiguration
Namespace
Google \ Cloud \ Sql \ V1beta4Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ ipv4_enabled
↳ private_network
string
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
↳ authorized_networks
array< Google\Cloud\Sql\V1beta4\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 (for example: 157.197.200.0/24
).
↳ allocated_ip_range
string
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])?.
getIpv4Enabled
Whether the instance is assigned a public IP address or not.
hasIpv4Enabled
clearIpv4Enabled
getIpv4EnabledValue
Returns the unboxed value from getIpv4Enabled()
Whether the instance is assigned a public IP address or not.
bool|null
setIpv4Enabled
Whether the instance is assigned a public IP address or not.
$this
setIpv4EnabledValue
Sets the field by wrapping a primitive type in a Google\Protobuf\BoolValue object.
Whether the instance is assigned a public IP address or not.
var
bool|null
$this
getPrivateNetwork
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.
string
setPrivateNetwork
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.
var
string
$this
getRequireSsl
Whether SSL connections over IP are enforced or not.
hasRequireSsl
clearRequireSsl
getRequireSslValue
Returns the unboxed value from getRequireSsl()
Whether SSL connections over IP are enforced or not.
bool|null
setRequireSsl
Whether SSL connections over IP are enforced or not.
$this
setRequireSslValue
Sets the field by wrapping a primitive type in a Google\Protobuf\BoolValue object.
Whether SSL connections over IP are enforced or not.
var
bool|null
$this
getAuthorizedNetworks
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: 157.197.200.0/24
).
setAuthorizedNetworks
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: 157.197.200.0/24
).
$this
getAllocatedIpRange
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])?.
string
setAllocatedIpRange
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])?.
var
string
$this