Show / Hide Table of Contents

Class RouterNatLogConfigArgs

Inheritance
System.Object
InputArgs
ResourceArgs
RouterNatLogConfigArgs
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 RouterNatLogConfigArgs : ResourceArgs

Constructors

View Source

RouterNatLogConfigArgs()

Declaration
public RouterNatLogConfigArgs()

Properties

View Source

Enable

Indicates whether or not to export logs.

Declaration
public Input<bool> Enable { get; set; }
Property Value
Type Description
Input<System.Boolean>
View Source

Filter

Specifies the desired filtering of logs on this NAT.

Declaration
public Input<string> Filter { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.