Class Insight
A presentation of host resource usage where the workload runs.
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class Insight : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InstanceId
Required. The instance id where the insight is generated from
Declaration
[JsonProperty("instanceId")]
public virtual string InstanceId { get; set; }
Property Value
Type | Description |
---|---|
string |
SapDiscovery
The insights data for SAP system discovery. This is a copy of SAP System proto and should get updated whenever that one changes.
Declaration
[JsonProperty("sapDiscovery")]
public virtual SapDiscovery SapDiscovery { get; set; }
Property Value
Type | Description |
---|---|
SapDiscovery |
SapValidation
The insights data for the SAP workload validation.
Declaration
[JsonProperty("sapValidation")]
public virtual SapValidation SapValidation { get; set; }
Property Value
Type | Description |
---|---|
SapValidation |
SentTime
object representation of SentTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use SentTimeDateTimeOffset instead.")]
public virtual object SentTime { get; set; }
Property Value
Type | Description |
---|---|
object |
SentTimeDateTimeOffset
DateTimeOffset representation of SentTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? SentTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
SentTimeRaw
Output only. [Output only] Create time stamp
Declaration
[JsonProperty("sentTime")]
public virtual string SentTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
SqlserverValidation
The insights data for the sqlserver workload validation.
Declaration
[JsonProperty("sqlserverValidation")]
public virtual SqlserverValidation SqlserverValidation { get; set; }
Property Value
Type | Description |
---|---|
SqlserverValidation |