Enum OSPolicyResourceConfigStep.Type (2.3.2)

public enum OSPolicyResourceConfigStep.Type extends Enum<OSPolicyResourceConfigStep.Type> implements ProtocolMessageEnum

Supported configuration step types

Protobuf enum google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep.Type

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DESIRED_STATE_CHECK

Check the current desired state status of the resource.

DESIRED_STATE_CHECK = 2;

DESIRED_STATE_CHECK_POST_ENFORCEMENT

Re-check desired state status for a resource after enforcement of all resources in the current configuration run. 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 configuring other resources during the current configuration run.

DESIRED_STATE_CHECK_POST_ENFORCEMENT = 4;

DESIRED_STATE_CHECK_POST_ENFORCEMENT_VALUE

Re-check desired state status for a resource after enforcement of all resources in the current configuration run. 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 configuring other resources during the current configuration run.

DESIRED_STATE_CHECK_POST_ENFORCEMENT = 4;

DESIRED_STATE_CHECK_VALUE

Check the current desired state status of the resource.

DESIRED_STATE_CHECK = 2;

DESIRED_STATE_ENFORCEMENT

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

DESIRED_STATE_ENFORCEMENT = 3;

DESIRED_STATE_ENFORCEMENT_VALUE

Enforce 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

Validation to detect resource conflicts, schema errors, etc.

VALIDATION = 1;

VALIDATION_VALUE

Validation to detect resource conflicts, schema errors, etc.

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()