public sealed class AssetStatus : IMessage<AssetStatus>, IEquatable<AssetStatus>, IDeepCloneable<AssetStatus>, IBufferMessage, IMessage
Aggregated status of the underlying assets of a lake or zone.
Implements
IMessage<AssetStatus>, IEquatable<AssetStatus>, IDeepCloneable<AssetStatus>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
AssetStatus()
public AssetStatus()
AssetStatus(AssetStatus)
public AssetStatus(AssetStatus other)
Parameter | |
---|---|
Name | Description |
other | AssetStatus |
Properties
ActiveAssets
public int ActiveAssets { get; set; }
Number of active assets.
Property Value | |
---|---|
Type | Description |
Int32 |
SecurityPolicyApplyingAssets
public int SecurityPolicyApplyingAssets { get; set; }
Number of assets that are in process of updating the security policy on attached resources.
Property Value | |
---|---|
Type | Description |
Int32 |
UpdateTime
public Timestamp UpdateTime { get; set; }
Last update time of the status.
Property Value | |
---|---|
Type | Description |
Timestamp |