Enum OSPolicyResourceConfigStep.Type

    • Enum Constant Detail

      • TYPE_UNSPECIFIED

        public static final OSPolicyResourceConfigStep.Type TYPE_UNSPECIFIED
        Deprecated.
         Default value. This value is unused.
         
        TYPE_UNSPECIFIED = 0;
      • VALIDATION

        public static final OSPolicyResourceConfigStep.Type VALIDATION
        Deprecated.
         Validation to detect resource conflicts, schema errors, etc.
         
        VALIDATION = 1;
      • DESIRED_STATE_CHECK

        public static final OSPolicyResourceConfigStep.Type DESIRED_STATE_CHECK
        Deprecated.
         Check the current desired state status of the resource.
         
        DESIRED_STATE_CHECK = 2;
      • DESIRED_STATE_ENFORCEMENT

        public static final OSPolicyResourceConfigStep.Type DESIRED_STATE_ENFORCEMENT
        Deprecated.
         Enforce the desired state for a resource that is not in desired state.
         
        DESIRED_STATE_ENFORCEMENT = 3;
      • DESIRED_STATE_CHECK_POST_ENFORCEMENT

        public static final OSPolicyResourceConfigStep.Type DESIRED_STATE_CHECK_POST_ENFORCEMENT
        Deprecated.
         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;
    • Field Detail

      • TYPE_UNSPECIFIED_VALUE

        public static final int TYPE_UNSPECIFIED_VALUE
        Deprecated.
         Default value. This value is unused.
         
        TYPE_UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • VALIDATION_VALUE

        public static final int VALIDATION_VALUE
        Deprecated.
         Validation to detect resource conflicts, schema errors, etc.
         
        VALIDATION = 1;
        See Also:
        Constant Field Values
      • DESIRED_STATE_CHECK_VALUE

        public static final int DESIRED_STATE_CHECK_VALUE
        Deprecated.
         Check the current desired state status of the resource.
         
        DESIRED_STATE_CHECK = 2;
        See Also:
        Constant Field Values
      • DESIRED_STATE_ENFORCEMENT_VALUE

        public static final int DESIRED_STATE_ENFORCEMENT_VALUE
        Deprecated.
         Enforce the desired state for a resource that is not in desired state.
         
        DESIRED_STATE_ENFORCEMENT = 3;
        See Also:
        Constant Field Values
      • DESIRED_STATE_CHECK_POST_ENFORCEMENT_VALUE

        public static final 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.
        
         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;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static OSPolicyResourceConfigStep.Type[] values()
        Deprecated.
        Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
        for (OSPolicyResourceConfigStep.Type c : OSPolicyResourceConfigStep.Type.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static OSPolicyResourceConfigStep.Type valueOf​(String name)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        name - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Deprecated.
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static OSPolicyResourceConfigStep.Type valueOf​(int value)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        value - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • forNumber

        public static OSPolicyResourceConfigStep.Type forNumber​(int value)
        Deprecated.
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Deprecated.
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Deprecated.
        Specified by:
        getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptor

        public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
        Deprecated.
      • valueOf

        public static OSPolicyResourceConfigStep.Type valueOf​(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
        Deprecated.
        Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
        Parameters:
        desc - the name of the enum constant to be returned.
        Returns:
        the enum constant with the specified name
        Throws:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null