Class Source (0.1.9)

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

Source represents an object from which asset information is streamed to Migration Center.

Attributes

Name Description
name str
Output only. The full name of the source.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp when the source was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The timestamp when the source was last updated.
display_name str
User-friendly display name.
description str
Free-text description.
type_ google.cloud.migrationcenter_v1.types.Source.SourceType
Data source type.
priority int
The information confidence of the source. The higher the value, the higher the confidence.
managed bool
If true, the source is managed by other service(s).
pending_frame_count int
Output only. Number of frames that are still being processed.
error_frame_count int
Output only. The number of frames that were reported by the source and contained errors.
state google.cloud.migrationcenter_v1.types.Source.State
Output only. The state of the source.

Classes

SourceType

SourceType(value)

State

State(value)

Enumerates possible states of a source.