Class UnitOperationCondition (0.2.0)

UnitOperationCondition(mapping=None, *, ignore_unknown_fields=False, **kwargs)

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

Attributes

Name Description
status google.cloud.saasplatform_saasservicemgmt_v1beta1.types.UnitOperationCondition.Status
Required. Status of the condition.
type_ google.cloud.saasplatform_saasservicemgmt_v1beta1.types.UnitOperationCondition.Type
Required. Type of the condition.
last_transition_time google.protobuf.timestamp_pb2.Timestamp
Required. Last time the condition transited from one status to another.
message str
Required. Human readable message indicating details about the last transition.
reason str
Required. Brief reason for the condition's last transition.

Classes

Status

Status(value)

Enumeration of condition statuses.

Type

Type(value)

Enumeration of condition types.