[Obsolete]
public sealed class OSPolicyResourceConfigStep : IMessage<OSPolicyResourceConfigStep>, IEquatable<OSPolicyResourceConfigStep>, IDeepCloneable<OSPolicyResourceConfigStep>, IBufferMessage, IMessageStep performed by the OS Config agent for configuring an OSPolicyResource
to its desired state.
Implements
IMessage<OSPolicyResourceConfigStep>, IEquatable<OSPolicyResourceConfigStep>, IDeepCloneable<OSPolicyResourceConfigStep>, IBufferMessage, IMessageNamespace
Google.Cloud.OsConfig.V1AlphaAssembly
Google.Cloud.OsConfig.V1Alpha.dll
Constructors
OSPolicyResourceConfigStep()
public OSPolicyResourceConfigStep()OSPolicyResourceConfigStep(OSPolicyResourceConfigStep)
public OSPolicyResourceConfigStep(OSPolicyResourceConfigStep other)| Parameter | |
|---|---|
| Name | Description |
other |
OSPolicyResourceConfigStep |
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 | |
|---|---|
| Type | Description |
String |
|
Outcome
public OSPolicyResourceConfigStep.Types.Outcome Outcome { get; set; }Outcome of the configuration step.
| Property Value | |
|---|---|
| Type | Description |
OSPolicyResourceConfigStep.Types.Outcome |
|
Type
public OSPolicyResourceConfigStep.Types.Type Type { get; set; }Configuration step type.
| Property Value | |
|---|---|
| Type | Description |
OSPolicyResourceConfigStep.Types.Type |
|