public sealed class Source : IMessage<Source>, IEquatable<Source>, IDeepCloneable<Source>, IBufferMessage, IMessage
Reference documentation and code samples for the Migration Center v1 API class Source.
Source represents an object from which asset information is streamed to Migration Center.
Namespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Constructors
Source()
public Source()
Source(Source)
public Source(Source other)
Parameter | |
---|---|
Name | Description |
other | Source |
Properties
CreateTime
public Timestamp CreateTime { get; set; }
Output only. The timestamp when the source was created.
Property Value | |
---|---|
Type | Description |
Timestamp |
Description
public string Description { get; set; }
Free-text description.
Property Value | |
---|---|
Type | Description |
string |
DisplayName
public string DisplayName { get; set; }
User-friendly display name.
Property Value | |
---|---|
Type | Description |
string |
ErrorFrameCount
public int ErrorFrameCount { get; set; }
Output only. The number of frames that were reported by the source and contained errors.
Property Value | |
---|---|
Type | Description |
int |
Managed
public bool Managed { get; set; }
If true
, the source is managed by other service(s).
Property Value | |
---|---|
Type | Description |
bool |
Name
public string Name { get; set; }
Output only. The full name of the source.
Property Value | |
---|---|
Type | Description |
string |
PendingFrameCount
public int PendingFrameCount { get; set; }
Output only. Number of frames that are still being processed.
Property Value | |
---|---|
Type | Description |
int |
Priority
public int Priority { get; set; }
The information confidence of the source. The higher the value, the higher the confidence.
Property Value | |
---|---|
Type | Description |
int |
SourceName
public SourceName SourceName { get; set; }
SourceName-typed view over the Name resource name property.
Property Value | |
---|---|
Type | Description |
SourceName |
State
public Source.Types.State State { get; set; }
Output only. The state of the source.
Property Value | |
---|---|
Type | Description |
SourceTypesState |
Type
public Source.Types.SourceType Type { get; set; }
Data source type.
Property Value | |
---|---|
Type | Description |
SourceTypesSourceType |
UpdateTime
public Timestamp UpdateTime { get; set; }
Output only. The timestamp when the source was last updated.
Property Value | |
---|---|
Type | Description |
Timestamp |