Class ResourceStatus (1.0.0)

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

Status of the resource referenced by an asset.

Attributes

NameDescription
state google.cloud.dataplex_v1.types.Asset.ResourceStatus.State
The current state of the managed resource.
message str
Additional information about the current state.
update_time google.protobuf.timestamp_pb2.Timestamp
Last update time of the status.

Inheritance

builtins.object > proto.message.Message > ResourceStatus

Classes

State

State(value)

The state of a resource.