public static class RouterNatSubnetworkToNat.Builder extends Object
Modifier and Type | Method and Description |
---|---|
RouterNatSubnetworkToNat.Builder |
addAllSecondaryIpRangeNames(List<String> secondaryIpRangeNames)
A list of the secondary ranges of the Subnetwork that are allowed to use NAT.
|
RouterNatSubnetworkToNat.Builder |
addAllSourceIpRangesToNat(List<String> sourceIpRangesToNat)
Specify the options for NAT ranges in the Subnetwork.
|
RouterNatSubnetworkToNat.Builder |
addSecondaryIpRangeNames(String secondaryIpRangeNames)
A list of the secondary ranges of the Subnetwork that are allowed to use NAT.
|
RouterNatSubnetworkToNat.Builder |
addSourceIpRangesToNat(String sourceIpRangesToNat)
Specify the options for NAT ranges in the Subnetwork.
|
RouterNatSubnetworkToNat |
build() |
RouterNatSubnetworkToNat.Builder |
clone() |
String |
getName()
URL for the subnetwork resource to use NAT.
|
List<String> |
getSecondaryIpRangeNamesList()
A list of the secondary ranges of the Subnetwork that are allowed to use NAT.
|
List<String> |
getSourceIpRangesToNatList()
Specify the options for NAT ranges in the Subnetwork.
|
RouterNatSubnetworkToNat.Builder |
mergeFrom(RouterNatSubnetworkToNat other) |
RouterNatSubnetworkToNat.Builder |
setName(String name)
URL for the subnetwork resource to use NAT.
|
public RouterNatSubnetworkToNat.Builder mergeFrom(RouterNatSubnetworkToNat other)
public String getName()
public RouterNatSubnetworkToNat.Builder setName(String name)
public List<String> getSecondaryIpRangeNamesList()
public RouterNatSubnetworkToNat.Builder addAllSecondaryIpRangeNames(List<String> secondaryIpRangeNames)
public RouterNatSubnetworkToNat.Builder addSecondaryIpRangeNames(String secondaryIpRangeNames)
public List<String> getSourceIpRangesToNatList()
public RouterNatSubnetworkToNat.Builder addAllSourceIpRangesToNat(List<String> sourceIpRangesToNat)
public RouterNatSubnetworkToNat.Builder addSourceIpRangesToNat(String sourceIpRangesToNat)
public RouterNatSubnetworkToNat build()
public RouterNatSubnetworkToNat.Builder clone()
Copyright © 2019 Google LLC. All rights reserved.