Show / Hide Table of Contents

Class UnitCondition

UnitCondition describes the status of an Unit. UnitCondition is individual components that contribute to an overall state.

Inheritance
object
UnitCondition
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SaaSServiceManagement.v1beta1.Data
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.dll
Syntax
public class UnitCondition : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

LastTransitionTime

object representation of LastTransitionTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use LastTransitionTimeDateTimeOffset instead.")]
public virtual object LastTransitionTime { get; set; }
Property Value
Type Description
object

LastTransitionTimeDateTimeOffset

DateTimeOffset representation of LastTransitionTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? LastTransitionTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

LastTransitionTimeRaw

Required. Last time the condition transited from one status to another.

Declaration
[JsonProperty("lastTransitionTime")]
public virtual string LastTransitionTimeRaw { get; set; }
Property Value
Type Description
string

Message

Required. Human readable message indicating details about the last transition.

Declaration
[JsonProperty("message")]
public virtual string Message { get; set; }
Property Value
Type Description
string

Reason

Required. Brief reason for the condition's last transition.

Declaration
[JsonProperty("reason")]
public virtual string Reason { get; set; }
Property Value
Type Description
string

Status

Required. Status of the condition.

Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
Type Description
string

Type

Required. Type of the condition.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX