| Package | Description |
|---|---|
| com.google.api.services.sqladmin.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](https://tools.ietf.org/html/rfc3339) format, for example `2012-11-15T16:19:00.094Z`.
|
AclEntry |
AclEntry.setKind(String kind)
This is always `sql#aclEntry`.
|
AclEntry |
AclEntry.setName(String name)
Optional.
|
AclEntry |
AclEntry.setValue(String value)
The allowlisted 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–2023 Google. All rights reserved.