public sealed class RuleOutput : IMessage<RuleOutput>, IEquatable<RuleOutput>, IDeepCloneable<RuleOutput>, IBufferMessage, IMessageReference documentation and code samples for the Workload Manager v1 API class RuleOutput.
The rule output of the violation.
Implements
IMessageRuleOutput, IEquatableRuleOutput, IDeepCloneableRuleOutput, IBufferMessage, IMessageNamespace
Google.Cloud.WorkloadManager.V1Assembly
Google.Cloud.WorkloadManager.V1.dll
Constructors
RuleOutput()
public RuleOutput()RuleOutput(RuleOutput)
public RuleOutput(RuleOutput other)| Parameter | |
|---|---|
| Name | Description |
other |
RuleOutput |
Properties
Details
public MapField<string, string> Details { get; }Output only. Violation details generated by rule.
| Property Value | |
|---|---|
| Type | Description |
MapFieldstringstring |
|
Message
public string Message { get; set; }Output only. The message generated by rule.
| Property Value | |
|---|---|
| Type | Description |
string |
|