Patch Deployment Args
data class PatchDeploymentArgs(val description: Output<String>? = null, val duration: Output<String>? = null, val instanceFilter: Output<PatchInstanceFilterArgs>? = null, val name: Output<String>? = null, val oneTimeSchedule: Output<OneTimeScheduleArgs>? = null, val patchConfig: Output<PatchConfigArgs>? = null, val patchDeploymentId: Output<String>? = null, val project: Output<String>? = null, val recurringSchedule: Output<RecurringScheduleArgs>? = null, val rollout: Output<PatchRolloutArgs>? = null) : ConvertibleToJava<PatchDeploymentArgs>
Create an OS Config patch deployment.
Constructors
Link copied to clipboard
fun PatchDeploymentArgs(description: Output<String>? = null, duration: Output<String>? = null, instanceFilter: Output<PatchInstanceFilterArgs>? = null, name: Output<String>? = null, oneTimeSchedule: Output<OneTimeScheduleArgs>? = null, patchConfig: Output<PatchConfigArgs>? = null, patchDeploymentId: Output<String>? = null, project: Output<String>? = null, recurringSchedule: Output<RecurringScheduleArgs>? = null, rollout: Output<PatchRolloutArgs>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Required. A name for the patch deployment in the project. When creating a name the following rules apply: * Must contain only lowercase letters, numbers, and hyphens. * Must start with a letter. * Must be between 1-63 characters. * Must end with a number or a letter. * Must be unique within the project.
Link copied to clipboard
Link copied to clipboard