GetPatchDeploymentResult

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
fun GetPatchDeploymentResult(createTime: String, description: String, duration: String, instanceFilter: PatchInstanceFilterResponse, lastExecuteTime: String, name: String, oneTimeSchedule: OneTimeScheduleResponse, patchConfig: PatchConfigResponse, recurringSchedule: RecurringScheduleResponse, rollout: PatchRolloutResponse, state: String, updateTime: String)

Types

Link copied to clipboard
object Companion

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

Optional. Duration of the patch. After the duration ends, the patch times out.

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

Unique name for the patch deployment resource in a project. The patch deployment name is in the form: projects/{project_id}/patchDeployments/{patch_deployment_id}. This field is ignored when you create a new patch deployment.

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

Current state of the patch deployment.

Link copied to clipboard

Time the patch deployment was last updated. Timestamp is in RFC3339 text format.