Package-level declarations

Types

Link copied to clipboard
enum AptRepositoryArchiveType : Enum<AptRepositoryArchiveType> , ConvertibleToJava<AptRepositoryArchiveType>

Type of archive files in this repository. The default behavior is DEB.

Link copied to clipboard
enum AptSettingsType : Enum<AptSettingsType> , ConvertibleToJava<AptSettingsType>

By changing the type to DIST, the patching is performed using apt-get dist-upgrade instead.

Link copied to clipboard
enum ExecStepConfigInterpreter : Enum<ExecStepConfigInterpreter> , ConvertibleToJava<ExecStepConfigInterpreter>

The script interpreter to use to run the script. If no interpreter is specified the script will be executed directly, which will likely only succeed for scripts with shebang lines (https://en.wikipedia.org/wiki/Shebang_\(Unix\)).

Link copied to clipboard
enum PackageDesiredState : Enum<PackageDesiredState> , ConvertibleToJava<PackageDesiredState>

The desired_state the agent should maintain for this package. The default is to ensure the package is installed.

Link copied to clipboard
enum PackageManager : Enum<PackageManager> , ConvertibleToJava<PackageManager>

Type of package manager that can be used to install this package. If a system does not have the package manager, the package is not installed or removed no error message is returned. By default, or if you specify ANY, the agent attempts to install and remove this package using the default package manager. This is useful when creating a policy that applies to different types of systems. The default behavior is ANY.

Link copied to clipboard
enum PatchConfigRebootConfig : Enum<PatchConfigRebootConfig> , ConvertibleToJava<PatchConfigRebootConfig>

Post-patch reboot settings.

Link copied to clipboard
enum PatchRolloutMode : Enum<PatchRolloutMode> , ConvertibleToJava<PatchRolloutMode>

Mode of the patch rollout.

Link copied to clipboard
enum RecurringScheduleFrequency : Enum<RecurringScheduleFrequency> , ConvertibleToJava<RecurringScheduleFrequency>

Required. The frequency unit of this recurring schedule.

Link copied to clipboard
enum SoftwareRecipeDesiredState : Enum<SoftwareRecipeDesiredState> , ConvertibleToJava<SoftwareRecipeDesiredState>

Default is INSTALLED. The desired state the agent should maintain for this recipe. INSTALLED: The software recipe is installed on the instance but won't be updated to new versions. UPDATED: The software recipe is installed on the instance. The recipe is updated to a higher version, if a higher version of the recipe is assigned to this instance. REMOVE: Remove is unsupported for software recipes and attempts to create or update a recipe to the REMOVE state is rejected.

Link copied to clipboard
enum SoftwareRecipeStepExtractArchiveType : Enum<SoftwareRecipeStepExtractArchiveType> , ConvertibleToJava<SoftwareRecipeStepExtractArchiveType>

Required. The type of the archive to extract.

Link copied to clipboard
enum SoftwareRecipeStepRunScriptInterpreter : Enum<SoftwareRecipeStepRunScriptInterpreter> , ConvertibleToJava<SoftwareRecipeStepRunScriptInterpreter>

The script interpreter to use to run the script. If no interpreter is specified the script is executed directly, which likely only succeed for scripts with shebang lines.

Link copied to clipboard
enum WeekDayOfMonthDayOfWeek : Enum<WeekDayOfMonthDayOfWeek> , ConvertibleToJava<WeekDayOfMonthDayOfWeek>

Required. A day of the week.

Link copied to clipboard
enum WeeklyScheduleDayOfWeek : Enum<WeeklyScheduleDayOfWeek> , ConvertibleToJava<WeeklyScheduleDayOfWeek>

Required. Day of the week.

Link copied to clipboard
enum WindowsUpdateSettingsClassificationsItem : Enum<WindowsUpdateSettingsClassificationsItem> , ConvertibleToJava<WindowsUpdateSettingsClassificationsItem>