Show / Hide Table of Contents

Class RouterNatSubnetworkArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RouterNatSubnetworkArgs
Inherited Members
ResourceArgs.Empty
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 Source

RouterNatSubnetworkArgs()

Declaration
public RouterNatSubnetworkArgs()

Properties

View Source

Name

Self-link of subnetwork to NAT

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.