Interface protos.google.cloud.osconfig.v1.IPatchJob (1.10.0)

Properties of a PatchJob.

Package

@google-cloud/os-config

Properties

createTime

createTime?: (google.protobuf.ITimestamp|null);

PatchJob createTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

description

description?: (string|null);

PatchJob description

Property Value
TypeDescription
(string|null)

displayName

displayName?: (string|null);

PatchJob displayName

Property Value
TypeDescription
(string|null)

dryRun

dryRun?: (boolean|null);

PatchJob dryRun

Property Value
TypeDescription
(boolean|null)

duration

duration?: (google.protobuf.IDuration|null);

PatchJob duration

Property Value
TypeDescription
(google.protobuf.IDuration|null)

errorMessage

errorMessage?: (string|null);

PatchJob errorMessage

Property Value
TypeDescription
(string|null)

instanceDetailsSummary

instanceDetailsSummary?: (google.cloud.osconfig.v1.PatchJob.IInstanceDetailsSummary|null);

PatchJob instanceDetailsSummary

Property Value
TypeDescription
(google.cloud.osconfig.v1.PatchJob.IInstanceDetailsSummary|null)

instanceFilter

instanceFilter?: (google.cloud.osconfig.v1.IPatchInstanceFilter|null);

PatchJob instanceFilter

Property Value
TypeDescription
(google.cloud.osconfig.v1.IPatchInstanceFilter|null)

name

name?: (string|null);

PatchJob name

Property Value
TypeDescription
(string|null)

patchConfig

patchConfig?: (google.cloud.osconfig.v1.IPatchConfig|null);

PatchJob patchConfig

Property Value
TypeDescription
(google.cloud.osconfig.v1.IPatchConfig|null)

patchDeployment

patchDeployment?: (string|null);

PatchJob patchDeployment

Property Value
TypeDescription
(string|null)

percentComplete

percentComplete?: (number|null);

PatchJob percentComplete

Property Value
TypeDescription
(number|null)

rollout

rollout?: (google.cloud.osconfig.v1.IPatchRollout|null);

PatchJob rollout

Property Value
TypeDescription
(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

Property Value
TypeDescription
(google.cloud.osconfig.v1.PatchJob.State|keyof typeof google.cloud.osconfig.v1.PatchJob.State|null)

updateTime

updateTime?: (google.protobuf.ITimestamp|null);

PatchJob updateTime

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)