Get Patch Deployment Result
data class GetPatchDeploymentResult(val createTime: String, val description: String, val duration: String, val instanceFilter: PatchInstanceFilterResponse, val lastExecuteTime: String, val name: String, val oneTimeSchedule: OneTimeScheduleResponse, val patchConfig: PatchConfigResponse, val recurringSchedule: RecurringScheduleResponse, val rollout: PatchRolloutResponse, val state: String, val updateTime: String)
Constructors
Link copied to clipboard
constructor(createTime: String, description: String, duration: String, instanceFilter: PatchInstanceFilterResponse, lastExecuteTime: String, name: String, oneTimeSchedule: OneTimeScheduleResponse, patchConfig: PatchConfigResponse, recurringSchedule: RecurringScheduleResponse, rollout: PatchRolloutResponse, state: String, updateTime: String)
Properties
Link copied to clipboard
Time the patch deployment was created. Timestamp is in RFC3339 text format.
Link copied to clipboard
Optional. Description of the patch deployment. Length of the description is limited to 1024 characters.
Link copied to clipboard
VM instances to patch.
Link copied to clipboard
The last time a patch job was started by this deployment. Timestamp is in RFC3339 text format.
Link copied to clipboard
Schedule a one-time execution.
Link copied to clipboard
Optional. Patch configuration that is applied.
Link copied to clipboard
Schedule recurring executions.
Link copied to clipboard
Optional. Rollout strategy of the patch job.
Link copied to clipboard
Time the patch deployment was last updated. Timestamp is in RFC3339 text format.