Class OSPolicyResourceCompliance.Types.ExecResourceOutput (1.0.0-alpha04)

[Obsolete]
public sealed class ExecResourceOutput : IMessage<OSPolicyResourceCompliance.Types.ExecResourceOutput>, IEquatable<OSPolicyResourceCompliance.Types.ExecResourceOutput>, IDeepCloneable<OSPolicyResourceCompliance.Types.ExecResourceOutput>, IBufferMessage, IMessage

ExecResource specific output.

Inheritance

Object > OSPolicyResourceCompliance.Types.ExecResourceOutput

Namespace

Google.Cloud.OsConfig.V1Alpha

Assembly

Google.Cloud.OsConfig.V1Alpha.dll

Constructors

ExecResourceOutput()

public ExecResourceOutput()

ExecResourceOutput(OSPolicyResourceCompliance.Types.ExecResourceOutput)

public ExecResourceOutput(OSPolicyResourceCompliance.Types.ExecResourceOutput other)
Parameter
NameDescription
otherOSPolicyResourceCompliance.Types.ExecResourceOutput

Properties

EnforcementOutput

public ByteString EnforcementOutput { get; set; }

Output from Enforcement phase output file (if run). Output size is limited to 100K bytes.

Property Value
TypeDescription
ByteString