@Deprecated public static enum OSPolicyResourceConfigStep.Type extends Enum<OSPolicyResourceConfigStep.Type> implements com.google.protobuf.ProtocolMessageEnum
Supported configuration step typesProtobuf enum
google.cloud.osconfig.v1alpha.OSPolicyResourceConfigStep.Type| Enum Constant and Description |
|---|
DESIRED_STATE_CHECK
Deprecated.
Check the current desired state status of the resource.
|
DESIRED_STATE_CHECK_POST_ENFORCEMENT
Deprecated.
Re-check desired state status for a resource after enforcement of all
resources in the current configuration run.
|
DESIRED_STATE_ENFORCEMENT
Deprecated.
Enforce the desired state for a resource that is not in desired state.
|
TYPE_UNSPECIFIED
Deprecated.
Default value.
|
UNRECOGNIZED
Deprecated.
|
VALIDATION
Deprecated.
Validation to detect resource conflicts, schema errors, etc.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DESIRED_STATE_CHECK_POST_ENFORCEMENT_VALUE
Deprecated.
Re-check desired state status for a resource after enforcement of all
resources in the current configuration run.
|
static int |
DESIRED_STATE_CHECK_VALUE
Deprecated.
Check the current desired state status of the resource.
|
static int |
DESIRED_STATE_ENFORCEMENT_VALUE
Deprecated.
Enforce the desired state for a resource that is not in desired state.
|
static int |
TYPE_UNSPECIFIED_VALUE
Deprecated.
Default value.
|
static int |
VALIDATION_VALUE
Deprecated.
Validation to detect resource conflicts, schema errors, etc.
|
| Modifier and Type | Method and Description |
|---|---|
static OSPolicyResourceConfigStep.Type |
forNumber(int value)
Deprecated.
|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor()
Deprecated.
|
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType()
Deprecated.
|
int |
getNumber()
Deprecated.
|
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor()
Deprecated.
|
static com.google.protobuf.Internal.EnumLiteMap<OSPolicyResourceConfigStep.Type> |
internalGetValueMap()
Deprecated.
|
static OSPolicyResourceConfigStep.Type |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Deprecated.
|
static OSPolicyResourceConfigStep.Type |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static OSPolicyResourceConfigStep.Type |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static OSPolicyResourceConfigStep.Type[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OSPolicyResourceConfigStep.Type TYPE_UNSPECIFIED
Default value. This value is unused.
TYPE_UNSPECIFIED = 0;public static final OSPolicyResourceConfigStep.Type VALIDATION
Validation to detect resource conflicts, schema errors, etc.
VALIDATION = 1;public static final OSPolicyResourceConfigStep.Type DESIRED_STATE_CHECK
Check the current desired state status of the resource.
DESIRED_STATE_CHECK = 2;public static final OSPolicyResourceConfigStep.Type DESIRED_STATE_ENFORCEMENT
Enforce the desired state for a resource that is not in desired state.
DESIRED_STATE_ENFORCEMENT = 3;public static final OSPolicyResourceConfigStep.Type 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;public static final OSPolicyResourceConfigStep.Type UNRECOGNIZED
public static final int TYPE_UNSPECIFIED_VALUE
Default value. This value is unused.
TYPE_UNSPECIFIED = 0;public static final int VALIDATION_VALUE
Validation to detect resource conflicts, schema errors, etc.
VALIDATION = 1;public static final int DESIRED_STATE_CHECK_VALUE
Check the current desired state status of the resource.
DESIRED_STATE_CHECK = 2;public static final int DESIRED_STATE_ENFORCEMENT_VALUE
Enforce the desired state for a resource that is not in desired state.
DESIRED_STATE_ENFORCEMENT = 3;public static final int 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;public static OSPolicyResourceConfigStep.Type[] values()
for (OSPolicyResourceConfigStep.Type c : OSPolicyResourceConfigStep.Type.values()) System.out.println(c);
public static OSPolicyResourceConfigStep.Type valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static OSPolicyResourceConfigStep.Type valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static OSPolicyResourceConfigStep.Type forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<OSPolicyResourceConfigStep.Type> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static OSPolicyResourceConfigStep.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.