Show / Hide Table of Contents

Class Evaluation

Message describing Evaluation object

Inheritance
object
Evaluation
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 Evaluation : IDirectResponseSchema

Properties

BigQueryDestination

Optional. BigQuery destination

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

CreateTime

object representation of CreateTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use CreateTimeDateTimeOffset instead.")]
public virtual object CreateTime { get; set; }
Property Value
Type Description
object

CreateTimeDateTimeOffset

DateTimeOffset representation of CreateTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? CreateTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

CreateTimeRaw

Output only. [Output only] Create time stamp

Declaration
[JsonProperty("createTime")]
public virtual string CreateTimeRaw { get; set; }
Property Value
Type Description
string

CustomRulesBucket

The Cloud Storage bucket name for custom rules.

Declaration
[JsonProperty("customRulesBucket")]
public virtual string CustomRulesBucket { get; set; }
Property Value
Type Description
string

Description

Description of the Evaluation

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EvaluationType

Evaluation type

Declaration
[JsonProperty("evaluationType")]
public virtual string EvaluationType { get; set; }
Property Value
Type Description
string

Labels

Labels as key value pairs

Declaration
[JsonProperty("labels")]
public virtual IDictionary<string, string> Labels { get; set; }
Property Value
Type Description
IDictionary<string, string>

Name

name of resource names have the form 'projects/{project_id}/locations/{location_id}/evaluations/{evaluation_id}'

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

ResourceFilter

annotations as key value pairs

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

ResourceStatus

Output only. [Output only] The updated rule ids if exist.

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

RuleNames

the name of the rule

Declaration
[JsonProperty("ruleNames")]
public virtual IList<string> RuleNames { get; set; }
Property Value
Type Description
IList<string>

RuleVersions

Output only. [Output only] The updated rule ids if exist.

Declaration
[JsonProperty("ruleVersions")]
public virtual IList<string> RuleVersions { get; set; }
Property Value
Type Description
IList<string>

Schedule

crontab format schedule for scheduled evaluation, currently only support the following schedule: "0 */1 * * *", "0 */6 * * *", "0 */12 * * *", "0 0 */1 * *", "0 0 */7 * *",

Declaration
[JsonProperty("schedule")]
public virtual string Schedule { get; set; }
Property Value
Type Description
string

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

Output only. [Output only] Update time stamp

Declaration
[JsonProperty("updateTime")]
public virtual string UpdateTimeRaw { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX