public sealed class ResourceStatus : IMessage<Asset.Types.ResourceStatus>, IEquatable<Asset.Types.ResourceStatus>, IDeepCloneable<Asset.Types.ResourceStatus>, IBufferMessage, IMessage
Status of the resource referenced by an asset.
Implements
IMessage<Asset.Types.ResourceStatus>, IEquatable<Asset.Types.ResourceStatus>, IDeepCloneable<Asset.Types.ResourceStatus>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ResourceStatus()
public ResourceStatus()
ResourceStatus(Asset.Types.ResourceStatus)
public ResourceStatus(Asset.Types.ResourceStatus other)
Parameter | |
---|---|
Name | Description |
other | Asset.Types.ResourceStatus |
Properties
Message
public string Message { get; set; }
Additional information about the current state.
Property Value | |
---|---|
Type | Description |
String |
State
public Asset.Types.ResourceStatus.Types.State State { get; set; }
The current state of the managed resource.
Property Value | |
---|---|
Type | Description |
Asset.Types.ResourceStatus.Types.State |
UpdateTime
public Timestamp UpdateTime { get; set; }
Last update time of the status.
Property Value | |
---|---|
Type | Description |
Timestamp |