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 |
getSourceNatActiveRanges(int index)
A list of URLs of the subnetworks used as source ranges for this NAT Rule.
|
com.google.protobuf.ByteString |
getSourceNatActiveRangesBytes(int index)
A list of URLs of the subnetworks used as source ranges for this NAT Rule.
|
int |
getSourceNatActiveRangesCount()
A list of URLs of the subnetworks used as source ranges for this NAT Rule.
|
List<String> |
getSourceNatActiveRangesList()
A list of URLs of the subnetworks used as source ranges 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.
|
String |
getSourceNatDrainRanges(int index)
A list of URLs of subnetworks representing source ranges to be drained.
|
com.google.protobuf.ByteString |
getSourceNatDrainRangesBytes(int index)
A list of URLs of subnetworks representing source ranges to be drained.
|
int |
getSourceNatDrainRangesCount()
A list of URLs of subnetworks representing source ranges to be drained.
|
List<String> |
getSourceNatDrainRangesList()
A list of URLs of subnetworks representing source ranges 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> getSourceNatActiveRangesList()
A list of URLs of the subnetworks used as source ranges for this NAT Rule. These subnetworks must have purpose set to PRIVATE_NAT. This field is used for private NAT.
repeated string source_nat_active_ranges = 190556269;int getSourceNatActiveRangesCount()
A list of URLs of the subnetworks used as source ranges for this NAT Rule. These subnetworks must have purpose set to PRIVATE_NAT. This field is used for private NAT.
repeated string source_nat_active_ranges = 190556269;String getSourceNatActiveRanges(int index)
A list of URLs of the subnetworks used as source ranges for this NAT Rule. These subnetworks must have purpose set to PRIVATE_NAT. This field is used for private NAT.
repeated string source_nat_active_ranges = 190556269;index - The index of the element to return.com.google.protobuf.ByteString getSourceNatActiveRangesBytes(int index)
A list of URLs of the subnetworks used as source ranges for this NAT Rule. These subnetworks must have purpose set to PRIVATE_NAT. This field is used for private NAT.
repeated string source_nat_active_ranges = 190556269;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.List<String> getSourceNatDrainRangesList()
A list of URLs of subnetworks representing source ranges to be drained. This is only supported on patch/update, and these subnetworks must have previously been used as active ranges in this NAT Rule. This field is used for private NAT.
repeated string source_nat_drain_ranges = 84802815;int getSourceNatDrainRangesCount()
A list of URLs of subnetworks representing source ranges to be drained. This is only supported on patch/update, and these subnetworks must have previously been used as active ranges in this NAT Rule. This field is used for private NAT.
repeated string source_nat_drain_ranges = 84802815;String getSourceNatDrainRanges(int index)
A list of URLs of subnetworks representing source ranges to be drained. This is only supported on patch/update, and these subnetworks must have previously been used as active ranges in this NAT Rule. This field is used for private NAT.
repeated string source_nat_drain_ranges = 84802815;index - The index of the element to return.com.google.protobuf.ByteString getSourceNatDrainRangesBytes(int index)
A list of URLs of subnetworks representing source ranges to be drained. This is only supported on patch/update, and these subnetworks must have previously been used as active ranges in this NAT Rule. This field is used for private NAT.
repeated string source_nat_drain_ranges = 84802815;index - The index of the value to return.Copyright © 2025 Google LLC. All rights reserved.