Show / Hide Table of Contents

Class ServiceStatus

Inheritance
System.Object
ServiceStatus
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.CloudRun.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ServiceStatus

Fields

View Source

Conditions

Declaration
public readonly ImmutableArray<ServiceStatusCondition> Conditions
Field Value
Type Description
System.Collections.Immutable.ImmutableArray<ServiceStatusCondition>
View Source

LatestCreatedRevisionName

Declaration
public readonly string LatestCreatedRevisionName
Field Value
Type Description
System.String
View Source

LatestReadyRevisionName

Declaration
public readonly string LatestReadyRevisionName
Field Value
Type Description
System.String
View Source

ObservedGeneration

Declaration
public readonly int? ObservedGeneration
Field Value
Type Description
System.Nullable<System.Int32>
View Source

Url

Declaration
public readonly string Url
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.