Workload Manager v1 API - Class RuleOutput (1.0.0-beta01)

public sealed class RuleOutput : IMessage<RuleOutput>, IEquatable<RuleOutput>, IDeepCloneable<RuleOutput>, IBufferMessage, IMessage

Reference documentation and code samples for the Workload Manager v1 API class RuleOutput.

The rule output of the violation.

Inheritance

object > RuleOutput

Namespace

Google.Cloud.WorkloadManager.V1

Assembly

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