| Package | Description |
|---|---|
| com.google.api.services.sqladmin.model |
| Modifier and Type | Method and Description |
|---|---|
IpMapping |
IpMapping.clone() |
IpMapping |
IpMapping.set(String fieldName,
Object value) |
IpMapping |
IpMapping.setIpAddress(String ipAddress)
The IP address assigned.
|
IpMapping |
IpMapping.setTimeToRetire(String timeToRetire)
The due time for this IP to be retired in [RFC 3339](https://tools.ietf.org/html/rfc3339)
format, for example `2012-11-15T16:19:00.094Z`.
|
IpMapping |
IpMapping.setType(String type)
The type of this IP address.
|
| Modifier and Type | Method and Description |
|---|---|
List<IpMapping> |
DatabaseInstance.getIpAddresses()
The assigned IP addresses for the instance.
|
List<IpMapping> |
ConnectPoolNodeConfig.getIpAddresses()
Output only.
|
List<IpMapping> |
ConnectSettings.getIpAddresses()
The assigned IP addresses for the instance.
|
List<IpMapping> |
PoolNodeConfig.getIpAddresses()
Output only.
|
| Modifier and Type | Method and Description |
|---|---|
DatabaseInstance |
DatabaseInstance.setIpAddresses(List<IpMapping> ipAddresses)
The assigned IP addresses for the instance.
|
ConnectPoolNodeConfig |
ConnectPoolNodeConfig.setIpAddresses(List<IpMapping> ipAddresses)
Output only.
|
ConnectSettings |
ConnectSettings.setIpAddresses(List<IpMapping> ipAddresses)
The assigned IP addresses for the instance.
|
PoolNodeConfig |
PoolNodeConfig.setIpAddresses(List<IpMapping> ipAddresses)
Output only.
|
Copyright © 2011–2025 Google. All rights reserved.