Show / Hide Table of Contents

Class ClusterTemplateTemplateRevisionClusterConfigScheduledClusterScanScanConfigCisScanConfigGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterTemplateTemplateRevisionClusterConfigScheduledClusterScanScanConfigCisScanConfigGetArgs
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.Rancher2.Inputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ClusterTemplateTemplateRevisionClusterConfigScheduledClusterScanScanConfigCisScanConfigGetArgs : ResourceArgs

Constructors

View Source

ClusterTemplateTemplateRevisionClusterConfigScheduledClusterScanScanConfigCisScanConfigGetArgs()

Declaration
public ClusterTemplateTemplateRevisionClusterConfigScheduledClusterScanScanConfigCisScanConfigGetArgs()

Properties

View Source

DebugMaster

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

DebugWorker

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

OverrideBenchmarkVersion

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

OverrideSkips

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

Profile

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