Reference documentation and code samples for the Cloud OS Config V1alpha API class Google::Cloud::OsConfig::V1alpha::OSPolicyResourceConfigStep.
Step performed by the OS Config agent for configuring an OSPolicyResource
to its desired state.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#error_message
def error_message() -> ::String
Returns
- (::String) — An error message recorded during the execution of this step. Only populated when outcome is FAILED.
#error_message=
def error_message=(value) -> ::String
Parameter
- value (::String) — An error message recorded during the execution of this step. Only populated when outcome is FAILED.
Returns
- (::String) — An error message recorded during the execution of this step. Only populated when outcome is FAILED.
#outcome
def outcome() -> ::Google::Cloud::OsConfig::V1alpha::OSPolicyResourceConfigStep::Outcome
Returns
- (::Google::Cloud::OsConfig::V1alpha::OSPolicyResourceConfigStep::Outcome) — Outcome of the configuration step.
#outcome=
def outcome=(value) -> ::Google::Cloud::OsConfig::V1alpha::OSPolicyResourceConfigStep::Outcome
Parameter
- value (::Google::Cloud::OsConfig::V1alpha::OSPolicyResourceConfigStep::Outcome) — Outcome of the configuration step.
Returns
- (::Google::Cloud::OsConfig::V1alpha::OSPolicyResourceConfigStep::Outcome) — Outcome of the configuration step.
#type
def type() -> ::Google::Cloud::OsConfig::V1alpha::OSPolicyResourceConfigStep::Type
Returns
- (::Google::Cloud::OsConfig::V1alpha::OSPolicyResourceConfigStep::Type) — Configuration step type.
#type=
def type=(value) -> ::Google::Cloud::OsConfig::V1alpha::OSPolicyResourceConfigStep::Type
Parameter
- value (::Google::Cloud::OsConfig::V1alpha::OSPolicyResourceConfigStep::Type) — Configuration step type.
Returns
- (::Google::Cloud::OsConfig::V1alpha::OSPolicyResourceConfigStep::Type) — Configuration step type.