Package | Description |
---|---|
com.google.api.services.compute.model |
Modifier and Type | Method and Description |
---|---|
NatIpInfo |
NatIpInfo.clone() |
NatIpInfo |
NatIpInfo.set(String fieldName,
Object value) |
NatIpInfo |
NatIpInfo.setNatIpInfoMappings(List<NatIpInfoNatIpInfoMapping> natIpInfoMappings)
A list of all NAT IPs assigned to this NAT config.
|
NatIpInfo |
NatIpInfo.setNatName(String natName)
Name of the NAT config which the NAT IP belongs to.
|
Modifier and Type | Method and Description |
---|---|
List<NatIpInfo> |
NatIpInfoResponse.getResult()
[Output Only] A list of NAT IP information.
|
Modifier and Type | Method and Description |
---|---|
NatIpInfoResponse |
NatIpInfoResponse.setResult(List<NatIpInfo> result)
[Output Only] A list of NAT IP information.
|
Copyright © 2011–2025 Google. All rights reserved.