- 2.52.0 (latest)
- 2.51.0
- 2.50.0
- 2.48.0
- 2.47.0
- 2.46.0
- 2.45.0
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.0
- 2.38.0
- 2.36.0
- 2.35.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.31.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.23.0
- 2.22.0
- 2.21.0
- 2.20.0
- 2.19.0
- 2.18.0
- 2.17.0
- 2.16.0
- 2.15.0
- 2.14.0
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.8.0
- 2.7.0
- 2.6.0
- 2.5.0
- 2.4.0
- 2.3.0
- 2.2.8
- 2.1.9
public interface SqlIpConfigOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getAuthorizedNetworks(int index)
public abstract SqlAclEntry getAuthorizedNetworks(int index)
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
).
repeated .google.cloud.clouddms.v1.SqlAclEntry authorized_networks = 4;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SqlAclEntry |
getAuthorizedNetworksCount()
public abstract int getAuthorizedNetworksCount()
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
).
repeated .google.cloud.clouddms.v1.SqlAclEntry authorized_networks = 4;
Returns | |
---|---|
Type | Description |
int |
getAuthorizedNetworksList()
public abstract List<SqlAclEntry> getAuthorizedNetworksList()
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
).
repeated .google.cloud.clouddms.v1.SqlAclEntry authorized_networks = 4;
Returns | |
---|---|
Type | Description |
List<SqlAclEntry> |
getAuthorizedNetworksOrBuilder(int index)
public abstract SqlAclEntryOrBuilder getAuthorizedNetworksOrBuilder(int index)
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
).
repeated .google.cloud.clouddms.v1.SqlAclEntry authorized_networks = 4;
Parameter | |
---|---|
Name | Description |
index | int |
Returns | |
---|---|
Type | Description |
SqlAclEntryOrBuilder |
getAuthorizedNetworksOrBuilderList()
public abstract List<? extends SqlAclEntryOrBuilder> getAuthorizedNetworksOrBuilderList()
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
).
repeated .google.cloud.clouddms.v1.SqlAclEntry authorized_networks = 4;
Returns | |
---|---|
Type | Description |
List<? extends com.google.cloud.clouddms.v1.SqlAclEntryOrBuilder> |
getEnableIpv4()
public abstract BoolValue getEnableIpv4()
Whether the instance should be assigned an IPv4 address or not.
.google.protobuf.BoolValue enable_ipv4 = 1;
Returns | |
---|---|
Type | Description |
BoolValue | The enableIpv4. |
getEnableIpv4OrBuilder()
public abstract BoolValueOrBuilder getEnableIpv4OrBuilder()
Whether the instance should be assigned an IPv4 address or not.
.google.protobuf.BoolValue enable_ipv4 = 1;
Returns | |
---|---|
Type | Description |
BoolValueOrBuilder |
getPrivateNetwork()
public abstract String 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 private_network = 2;
Returns | |
---|---|
Type | Description |
String | The privateNetwork. |
getPrivateNetworkBytes()
public abstract ByteString getPrivateNetworkBytes()
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 private_network = 2;
Returns | |
---|---|
Type | Description |
ByteString | The bytes for privateNetwork. |
getRequireSsl()
public abstract BoolValue getRequireSsl()
Whether SSL connections over IP should be enforced or not.
.google.protobuf.BoolValue require_ssl = 3;
Returns | |
---|---|
Type | Description |
BoolValue | The requireSsl. |
getRequireSslOrBuilder()
public abstract BoolValueOrBuilder getRequireSslOrBuilder()
Whether SSL connections over IP should be enforced or not.
.google.protobuf.BoolValue require_ssl = 3;
Returns | |
---|---|
Type | Description |
BoolValueOrBuilder |
hasEnableIpv4()
public abstract boolean hasEnableIpv4()
Whether the instance should be assigned an IPv4 address or not.
.google.protobuf.BoolValue enable_ipv4 = 1;
Returns | |
---|---|
Type | Description |
boolean | Whether the enableIpv4 field is set. |
hasRequireSsl()
public abstract boolean hasRequireSsl()
Whether SSL connections over IP should be enforced or not.
.google.protobuf.BoolValue require_ssl = 3;
Returns | |
---|---|
Type | Description |
boolean | Whether the requireSsl field is set. |