[Obsolete]
public sealed class OSPolicyResourceConfigStep : IMessage<OSPolicyResourceConfigStep>, IEquatable<OSPolicyResourceConfigStep>, IDeepCloneable<OSPolicyResourceConfigStep>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud OS Config v1alpha API class OSPolicyResourceConfigStep.
Step performed by the OS Config agent for configuring an OSPolicyResource
to its desired state.
Implements
IMessageOSPolicyResourceConfigStep, IEquatableOSPolicyResourceConfigStep, IDeepCloneableOSPolicyResourceConfigStep, 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 |
OSPolicyResourceConfigStepTypesOutcome |
Type
public OSPolicyResourceConfigStep.Types.Type Type { get; set; }
Configuration step type.
Property Value | |
---|---|
Type | Description |
OSPolicyResourceConfigStepTypesType |