Class ProjectAlertRulePodRule
Inheritance
System.Object
ProjectAlertRulePodRule
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.Outputs
Assembly: Pulumi.Rancher2.dll
Syntax
public sealed class ProjectAlertRulePodRule
Fields
View SourceCondition
Pod rule condition. Supported values : "notrunning" | "notscheduled" | "restarts". Default: notrunning (string)
Declaration
public readonly string Condition
Field Value
| Type | Description |
|---|---|
| System.String |
PodId
Pod ID (string)
Declaration
public readonly string PodId
Field Value
| Type | Description |
|---|---|
| System.String |
RestartIntervalSeconds
Pod rule restart interval seconds. Default: 300 (int)
Declaration
public readonly int? RestartIntervalSeconds
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
RestartTimes
Pod rule restart times. Default: 3 (int)
Declaration
public readonly int? RestartTimes
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |