Class ProjectAlertRulePodRuleArgs
Inherited Members
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 SourceProjectAlertRulePodRuleArgs()
Declaration
public ProjectAlertRulePodRuleArgs()
Properties
View SourceCondition
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> |
PodId
Pod ID (string)
Declaration
public Input<string> PodId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
RestartIntervalSeconds
Pod rule restart interval seconds. Default: 300 (int)
Declaration
public Input<int> RestartIntervalSeconds { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
RestartTimes
Pod rule restart times. Default: 3 (int)
Declaration
public Input<int> RestartTimes { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |