Show / Hide Table of Contents

Class JobStatusGetArgs

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

Constructors

View Source

JobStatusGetArgs()

Declaration
public JobStatusGetArgs()

Properties

View Source

Details

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

State

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

StateStartTime

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

Substate

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