Properties of a PatchJob.
Package
@google-cloud/os-configProperties
createTime
createTime?: (google.protobuf.ITimestamp|null);
PatchJob createTime
Type | Description |
(google.protobuf.ITimestamp|null) |
description
description?: (string|null);
PatchJob description
Type | Description |
(string|null) |
displayName
displayName?: (string|null);
PatchJob displayName
Type | Description |
(string|null) |
dryRun
dryRun?: (boolean|null);
PatchJob dryRun
Type | Description |
(boolean|null) |
duration
duration?: (google.protobuf.IDuration|null);
PatchJob duration
Type | Description |
(google.protobuf.IDuration|null) |
errorMessage
errorMessage?: (string|null);
PatchJob errorMessage
Type | Description |
(string|null) |
instanceDetailsSummary
instanceDetailsSummary?: (google.cloud.osconfig.v1.PatchJob.IInstanceDetailsSummary|null);
PatchJob instanceDetailsSummary
Type | Description |
(google.cloud.osconfig.v1.PatchJob.IInstanceDetailsSummary|null) |
instanceFilter
instanceFilter?: (google.cloud.osconfig.v1.IPatchInstanceFilter|null);
PatchJob instanceFilter
Type | Description |
(google.cloud.osconfig.v1.IPatchInstanceFilter|null) |
name
name?: (string|null);
PatchJob name
Type | Description |
(string|null) |
patchConfig
patchConfig?: (google.cloud.osconfig.v1.IPatchConfig|null);
PatchJob patchConfig
Type | Description |
(google.cloud.osconfig.v1.IPatchConfig|null) |
patchDeployment
patchDeployment?: (string|null);
PatchJob patchDeployment
Type | Description |
(string|null) |
percentComplete
percentComplete?: (number|null);
PatchJob percentComplete
Type | Description |
(number|null) |
rollout
rollout?: (google.cloud.osconfig.v1.IPatchRollout|null);
PatchJob rollout
Type | Description |
(google.cloud.osconfig.v1.IPatchRollout|null) |
state
state?: (google.cloud.osconfig.v1.PatchJob.State|keyof typeof google.cloud.osconfig.v1.PatchJob.State|null);
PatchJob state
Type | Description |
(google.cloud.osconfig.v1.PatchJob.State|keyof typeof google.cloud.osconfig.v1.PatchJob.State|null) |
updateTime
updateTime?: (google.protobuf.ITimestamp|null);
PatchJob updateTime
Type | Description |
(google.protobuf.ITimestamp|null) |