Show / Hide Table of Contents

Class Evaluation

Represents a Workload Manager Evaluation configuration. An Evaluation defines a set of rules to be validated against a scope of Cloud resources.

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. The BigQuery destination for detailed evaluation results. If this field is specified, the results of each evaluation execution are exported to BigQuery.

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

KmsKey

Optional. Immutable. Customer-managed encryption key name, in the format projects//locations//keyRings//cryptoKeys/. The key will be used for CMEK encryption of the evaluation resource.

Declaration
[JsonProperty("kmsKey")]
public virtual string KmsKey { 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 that has 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

Resource filter for an evaluation defining the scope of resources to be evaluated.

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

ResourceStatus

Output only. [Output only] The current lifecycle state of the evaluation resource.

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

RuleNames

The names of the rules used for this evaluation.

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

Schedule

Crontab format schedule for scheduled evaluation, currently only supports the following fixed schedules: * 0 */1 * * * # Hourly * 0 */6 * * * # Every 6 hours * 0 */12 * * * # Every 12 hours * 0 0 */1 * * # Daily * 0 0 */7 * * # Weekly * 0 0 */14 * * # Every 14 days * 0 0 1 */1 * # Monthly

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