Class OSPolicyResourceConfigStep (1.0.0-alpha04)

[Obsolete]
public sealed class OSPolicyResourceConfigStep : IMessage<OSPolicyResourceConfigStep>, IEquatable<OSPolicyResourceConfigStep>, IDeepCloneable<OSPolicyResourceConfigStep>, IBufferMessage, IMessage

Step performed by the OS Config agent for configuring an OSPolicyResource to its desired state.

Inheritance

Object > OSPolicyResourceConfigStep

Namespace

Google.Cloud.OsConfig.V1Alpha

Assembly

Google.Cloud.OsConfig.V1Alpha.dll

Constructors

OSPolicyResourceConfigStep()

public OSPolicyResourceConfigStep()

OSPolicyResourceConfigStep(OSPolicyResourceConfigStep)

public OSPolicyResourceConfigStep(OSPolicyResourceConfigStep other)
Parameter
NameDescription
otherOSPolicyResourceConfigStep

Properties

ErrorMessage

public string ErrorMessage { get; set; }

An error message recorded during the execution of this step. Only populated when outcome is FAILED.

Property Value
TypeDescription
String

Outcome

public OSPolicyResourceConfigStep.Types.Outcome Outcome { get; set; }

Outcome of the configuration step.

Property Value
TypeDescription
OSPolicyResourceConfigStep.Types.Outcome

Type

public OSPolicyResourceConfigStep.Types.Type Type { get; set; }

Configuration step type.

Property Value
TypeDescription
OSPolicyResourceConfigStep.Types.Type