Class UnitOperationCondition
UnitOperationCondition describes the status of an Unit Operation. UnitOperationCondition is individual components that contribute to an overall state.
Implements
Inherited Members
Namespace: Google.Apis.SaaSServiceManagement.v1beta1.Data
Assembly: Google.Apis.SaaSServiceManagement.v1beta1.dll
Syntax
public class UnitOperationCondition : 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 |