Class RouterNatSubnetworkArgs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Compute.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class RouterNatSubnetworkArgs : ResourceArgs
Constructors
View SourceRouterNatSubnetworkArgs()
Declaration
public RouterNatSubnetworkArgs()
Properties
View SourceName
Self-link of subnetwork to NAT
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
SecondaryIpRangeNames
List of the secondary ranges of the subnetwork that are allowed
to use NAT. This can be populated only if
LIST_OF_SECONDARY_IP_RANGES is one of the values in
sourceIpRangesToNat
Declaration
public InputList<string> SecondaryIpRangeNames { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |
SourceIpRangesToNats
List of options for which source IPs in the subnetwork
should have NAT enabled. Supported values include:
ALL_IP_RANGES, LIST_OF_SECONDARY_IP_RANGES,
PRIMARY_IP_RANGE.
Declaration
public InputList<string> SourceIpRangesToNats { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<System.String> |