Class SqlIpConfig
IP Management configuration.
Implements
Inherited Members
Namespace: Google.Apis.DatabaseMigrationService.v1beta1.Data
Assembly: Google.Apis.DatabaseMigrationService.v1beta1.dll
Syntax
public class SqlIpConfig : IDirectResponseSchema
Properties
AuthorizedNetworks
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
).
Declaration
[JsonProperty("authorizedNetworks")]
public virtual IList<SqlAclEntry> AuthorizedNetworks { get; set; }
Property Value
Type | Description |
---|---|
IList<SqlAclEntry> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
EnableIpv4
Whether the instance is assigned a public IP address or not.
Declaration
[JsonProperty("enableIpv4")]
public virtual bool? EnableIpv4 { get; set; }
Property Value
Type | Description |
---|---|
bool? |
PrivateNetwork
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.
Declaration
[JsonProperty("privateNetwork")]
public virtual string PrivateNetwork { get; set; }
Property Value
Type | Description |
---|---|
string |
RequireSsl
Whether SSL connections over IP should be enforced or not.
Declaration
[JsonProperty("requireSsl")]
public virtual bool? RequireSsl { get; set; }
Property Value
Type | Description |
---|---|
bool? |