google_api_os_config v0.2.0 GoogleApi.OSConfig.V1.Model.ExecutePatchJobRequest View Source
A request message to initiate patching across Google Compute Engine instances.
Attributes
description(type:String.t, default:nil) - Description of the patch job. Length of the description is limited to 1024 characters.displayName(type:String.t, default:nil) - Display name for this patch job. This does not have to be unique.dryRun(type:boolean(), default:nil) - If this patch is a dry-run only, instances are contacted but will do nothing.duration(type:String.t, default:nil) - Duration of the patch job. After the duration ends, the patch job times out.instanceFilter(type:GoogleApi.OSConfig.V1.Model.PatchInstanceFilter.t, default:nil) - Required. Instances to patch, either explicitly or filtered by some criteria such as zone or labels.patchConfig(type:GoogleApi.OSConfig.V1.Model.PatchConfig.t, default:nil) - Patch configuration being applied. If omitted, instances are patched using the default configurations.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Sourcet() :: %GoogleApi.OSConfig.V1.Model.ExecutePatchJobRequest{
description: String.t(),
displayName: String.t(),
dryRun: boolean(),
duration: String.t(),
instanceFilter: GoogleApi.OSConfig.V1.Model.PatchInstanceFilter.t(),
patchConfig: GoogleApi.OSConfig.V1.Model.PatchConfig.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.