Show / Hide Table of Contents

Class Insight

A presentation of host resource usage where the workload runs.

Inheritance
object
Insight
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

TorsoValidation

The insights data for workload validation of torso workloads.

Declaration
[JsonProperty("torsoValidation")]
public virtual TorsoValidation TorsoValidation { get; set; }
Property Value
Type Description
TorsoValidation

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX