Class GoogleCloudDataplexV1AssetStatus
Aggregated status of the underlying assets of a lake or zone.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1AssetStatus : IDirectResponseSchema
Properties
ActiveAssets
Number of active assets.
Declaration
[JsonProperty("activeAssets")]
public virtual int? ActiveAssets { get; set; }
Property Value
Type | Description |
---|---|
int? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SecurityPolicyApplyingAssets
Number of assets that are in process of updating the security policy on attached resources.
Declaration
[JsonProperty("securityPolicyApplyingAssets")]
public virtual int? SecurityPolicyApplyingAssets { get; set; }
Property Value
Type | Description |
---|---|
int? |
UpdateTime
object representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use UpdateTimeDateTimeOffset instead.")]
public virtual object UpdateTime { get; set; }
Property Value
Type | Description |
---|---|
object |
UpdateTimeDateTimeOffset
DateTimeOffset representation of UpdateTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? UpdateTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
UpdateTimeRaw
Last update time of the status.
Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |