Show / Hide Table of Contents

Class ServiceStatusConditionGetArgs

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

Constructors

View Source

ServiceStatusConditionGetArgs()

Declaration
public ServiceStatusConditionGetArgs()

Properties

View Source

Message

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

Reason

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

Status

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

Type

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