public static enum OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStep.Type extends Enum<OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStep.Type> implements com.google.protobuf.ProtocolMessageEnum
Supported configuration step typesProtobuf enum
google.cloud.osconfig.v1.OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStep.Type| Enum Constant and Description |
|---|
DESIRED_STATE_CHECK
Checks the current status of the desired state for a resource.
|
DESIRED_STATE_CHECK_POST_ENFORCEMENT
Re-checks the status of the desired state.
|
DESIRED_STATE_ENFORCEMENT
Enforces the desired state for a resource that is not in desired
state.
|
TYPE_UNSPECIFIED
Default value.
|
UNRECOGNIZED |
VALIDATION
Checks for resource conflicts such as schema errors.
|
| Modifier and Type | Field and Description |
|---|---|
static int |
DESIRED_STATE_CHECK_POST_ENFORCEMENT_VALUE
Re-checks the status of the desired state.
|
static int |
DESIRED_STATE_CHECK_VALUE
Checks the current status of the desired state for a resource.
|
static int |
DESIRED_STATE_ENFORCEMENT_VALUE
Enforces the desired state for a resource that is not in desired
state.
|
static int |
TYPE_UNSPECIFIED_VALUE
Default value.
|
static int |
VALIDATION_VALUE
Checks for resource conflicts such as schema errors.
|
public static final OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStep.Type TYPE_UNSPECIFIED
Default value. This value is unused.
TYPE_UNSPECIFIED = 0;public static final OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStep.Type VALIDATION
Checks for resource conflicts such as schema errors.
VALIDATION = 1;public static final OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStep.Type DESIRED_STATE_CHECK
Checks the current status of the desired state for a resource.
DESIRED_STATE_CHECK = 2;public static final OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStep.Type DESIRED_STATE_ENFORCEMENT
Enforces the desired state for a resource that is not in desired state.
DESIRED_STATE_ENFORCEMENT = 3;public static final OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStep.Type 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;public static final OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.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
Checks for resource conflicts such as schema errors.
VALIDATION = 1;public static final int DESIRED_STATE_CHECK_VALUE
Checks the current status of the desired state for a resource.
DESIRED_STATE_CHECK = 2;public static final int DESIRED_STATE_ENFORCEMENT_VALUE
Enforces 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-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;public static OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStep.Type[] values()
for (OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStep.Type c : OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStep.Type.values()) System.out.println(c);
public static OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.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 OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStep.Type valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStep.Type forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.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 OSPolicyAssignmentReport.OSPolicyCompliance.OSPolicyResourceCompliance.OSPolicyResourceConfigStep.Type valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2023 Google LLC. All rights reserved.