public interface RouterNatRuleActionOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getSourceNatActiveIps(int index)
A list of URLs of the IP resources used for this NAT rule.
|
com.google.protobuf.ByteString |
getSourceNatActiveIpsBytes(int index)
A list of URLs of the IP resources used for this NAT rule.
|
int |
getSourceNatActiveIpsCount()
A list of URLs of the IP resources used for this NAT rule.
|
List<String> |
getSourceNatActiveIpsList()
A list of URLs of the IP resources used for this NAT rule.
|
String |
getSourceNatDrainIps(int index)
A list of URLs of the IP resources to be drained.
|
com.google.protobuf.ByteString |
getSourceNatDrainIpsBytes(int index)
A list of URLs of the IP resources to be drained.
|
int |
getSourceNatDrainIpsCount()
A list of URLs of the IP resources to be drained.
|
List<String> |
getSourceNatDrainIpsList()
A list of URLs of the IP resources to be drained.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getSourceNatActiveIpsList()
A list of URLs of the IP resources used for this NAT rule. These IP addresses must be valid static external IP addresses assigned to the project. This field is used for public NAT.
repeated string source_nat_active_ips = 210378229;int getSourceNatActiveIpsCount()
A list of URLs of the IP resources used for this NAT rule. These IP addresses must be valid static external IP addresses assigned to the project. This field is used for public NAT.
repeated string source_nat_active_ips = 210378229;String getSourceNatActiveIps(int index)
A list of URLs of the IP resources used for this NAT rule. These IP addresses must be valid static external IP addresses assigned to the project. This field is used for public NAT.
repeated string source_nat_active_ips = 210378229;index - The index of the element to return.com.google.protobuf.ByteString getSourceNatActiveIpsBytes(int index)
A list of URLs of the IP resources used for this NAT rule. These IP addresses must be valid static external IP addresses assigned to the project. This field is used for public NAT.
repeated string source_nat_active_ips = 210378229;index - The index of the value to return.List<String> getSourceNatDrainIpsList()
A list of URLs of the IP resources to be drained. These IPs must be valid static external IPs that have been assigned to the NAT. These IPs should be used for updating/patching a NAT rule only. This field is used for public NAT.
repeated string source_nat_drain_ips = 340812451;int getSourceNatDrainIpsCount()
A list of URLs of the IP resources to be drained. These IPs must be valid static external IPs that have been assigned to the NAT. These IPs should be used for updating/patching a NAT rule only. This field is used for public NAT.
repeated string source_nat_drain_ips = 340812451;String getSourceNatDrainIps(int index)
A list of URLs of the IP resources to be drained. These IPs must be valid static external IPs that have been assigned to the NAT. These IPs should be used for updating/patching a NAT rule only. This field is used for public NAT.
repeated string source_nat_drain_ips = 340812451;index - The index of the element to return.com.google.protobuf.ByteString getSourceNatDrainIpsBytes(int index)
A list of URLs of the IP resources to be drained. These IPs must be valid static external IPs that have been assigned to the NAT. These IPs should be used for updating/patching a NAT rule only. This field is used for public NAT.
repeated string source_nat_drain_ips = 340812451;index - The index of the value to return.Copyright © 2023 Google LLC. All rights reserved.