Enum OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStep.Type (2.39.0)

public enum OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStep.Type extends Enum<OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStep.Type> implements ProtocolMessageEnum

Supported configuration step types

Protobuf enum google.cloud.osconfig.v1.OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStep.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DESIRED_STATE_CHECK

Checks the current status of the desired state for a resource.

DESIRED_STATE_CHECK = 2;

DESIRED_STATE_CHECK_POST_ENFORCEMENT

Re-checks the status of the desired state. This check is done for a resource after the enforcement of all OS policies.

This step is used to determine the final desired state status for the resource. It accounts for any resources that might have drifted from their desired state due to side effects from executing other resources.

DESIRED_STATE_CHECK_POST_ENFORCEMENT = 4;

DESIRED_STATE_CHECK_POST_ENFORCEMENT_VALUE

Re-checks the status of the desired state. This check is done for a resource after the enforcement of all OS policies.

This step is used to determine the final desired state status for the resource. It accounts for any resources that might have drifted from their desired state due to side effects from executing other resources.

DESIRED_STATE_CHECK_POST_ENFORCEMENT = 4;

DESIRED_STATE_CHECK_VALUE

Checks the current status of the desired state for a resource.

DESIRED_STATE_CHECK = 2;

DESIRED_STATE_ENFORCEMENT

Enforces the desired state for a resource that is not in desired state.

DESIRED_STATE_ENFORCEMENT = 3;

DESIRED_STATE_ENFORCEMENT_VALUE

Enforces the desired state for a resource that is not in desired state.

DESIRED_STATE_ENFORCEMENT = 3;

TYPE_UNSPECIFIED

Default value. This value is unused.

TYPE_UNSPECIFIED = 0;

TYPE_UNSPECIFIED_VALUE

Default value. This value is unused.

TYPE_UNSPECIFIED = 0;

UNRECOGNIZED
VALIDATION

Checks for resource conflicts such as schema errors.

VALIDATION = 1;

VALIDATION_VALUE

Checks for resource conflicts such as schema errors.

VALIDATION = 1;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()