[Obsolete]
public sealed class OSPolicyResourceCompliance.Types.ExecResourceOutput : IMessage<OSPolicyResourceCompliance.Types.ExecResourceOutput>, IEquatable<OSPolicyResourceCompliance.Types.ExecResourceOutput>, IDeepCloneable<OSPolicyResourceCompliance.Types.ExecResourceOutput>, IBufferMessage, IMessageReference documentation and code samples for the Google Cloud OS Config v1alpha API class OSPolicyResourceCompliance.Types.ExecResourceOutput.
ExecResource specific output.
Implements
IMessageOSPolicyResourceComplianceTypesExecResourceOutput, IEquatableOSPolicyResourceComplianceTypesExecResourceOutput, IDeepCloneableOSPolicyResourceComplianceTypesExecResourceOutput, IBufferMessage, IMessageNamespace
Google.Cloud.OsConfig.V1AlphaAssembly
Google.Cloud.OsConfig.V1Alpha.dll
Constructors
ExecResourceOutput()
public ExecResourceOutput()ExecResourceOutput(ExecResourceOutput)
public ExecResourceOutput(OSPolicyResourceCompliance.Types.ExecResourceOutput other)| Parameter | |
|---|---|
| Name | Description |
other |
OSPolicyResourceComplianceTypesExecResourceOutput |
Properties
EnforcementOutput
public ByteString EnforcementOutput { get; set; }Output from Enforcement phase output file (if run). Output size is limited to 100K bytes.
| Property Value | |
|---|---|
| Type | Description |
ByteString |
|