Show / Hide Table of Contents

Class RegionHealthCheckLogConfigGetArgs

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

Constructors

View Source

RegionHealthCheckLogConfigGetArgs()

Declaration
public RegionHealthCheckLogConfigGetArgs()

Properties

View Source

Enable

Indicates whether or not to export logs. This is false by default, which means no health check logging will be done.

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