| Package | Description |
|---|---|
| com.google.api.services.sql.model |
| Modifier and Type | Method and Description |
|---|---|
AclEntry |
AclEntry.clone() |
AclEntry |
AclEntry.set(String fieldName,
Object value) |
AclEntry |
AclEntry.setExpirationTime(String expirationTime)
The time when this access control entry expires in RFC 3339 format, for example
2012-11-15T16:19:00.094Z.
|
AclEntry |
AclEntry.setKind(String kind)
This is always sql#aclEntry.
|
AclEntry |
AclEntry.setName(String name)
An optional label to identify this entry.
|
AclEntry |
AclEntry.setValue(String value)
The whitelisted value for the access control list.
|
| Modifier and Type | Method and Description |
|---|---|
List<AclEntry> |
IpConfiguration.getAuthorizedNetworks()
The list of external networks that are allowed to connect to the instance using the IP.
|
| Modifier and Type | Method and Description |
|---|---|
IpConfiguration |
IpConfiguration.setAuthorizedNetworks(List<AclEntry> authorizedNetworks)
The list of external networks that are allowed to connect to the instance using the IP.
|
Copyright © 2011–2019 Google. All rights reserved.