Show / Hide Table of Contents

Class ProjectAlertRulePodRuleArgs

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

Constructors

View Source

ProjectAlertRulePodRuleArgs()

Declaration
public ProjectAlertRulePodRuleArgs()

Properties

View Source

Condition

Pod rule condition. Supported values : "notrunning" | "notscheduled" | "restarts". Default: notrunning (string)

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

PodId

Pod ID (string)

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

RestartIntervalSeconds

Pod rule restart interval seconds. Default: 300 (int)

Declaration
public Input<int> RestartIntervalSeconds { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

RestartTimes

Pod rule restart times. Default: 3 (int)

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