Class JobStatusArgs
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.Gcp.Dataproc.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class JobStatusArgs : ResourceArgs
Constructors
View SourceJobStatusArgs()
Declaration
public JobStatusArgs()
Properties
View SourceDetails
Declaration
public Input<string> Details { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
State
Declaration
public Input<string> State { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
StateStartTime
Declaration
public Input<string> StateStartTime { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Substate
Declaration
public Input<string> Substate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |