Interface protos.google.cloud.osconfig.v1beta.IPatchDeployment (2.2.2)

Properties of a PatchDeployment.

Package

@google-cloud/os-config

Properties

createTime

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

PatchDeployment createTime

description

description?: (string|null);

PatchDeployment description

duration

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

PatchDeployment duration

instanceFilter

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

PatchDeployment instanceFilter

lastExecuteTime

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

PatchDeployment lastExecuteTime

name

name?: (string|null);

PatchDeployment name

oneTimeSchedule

oneTimeSchedule?: (google.cloud.osconfig.v1beta.IOneTimeSchedule|null);

PatchDeployment oneTimeSchedule

patchConfig

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

PatchDeployment patchConfig

recurringSchedule

recurringSchedule?: (google.cloud.osconfig.v1beta.IRecurringSchedule|null);

PatchDeployment recurringSchedule

rollout

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

PatchDeployment rollout

state

state?: (google.cloud.osconfig.v1beta.PatchDeployment.State|keyof typeof google.cloud.osconfig.v1beta.PatchDeployment.State|null);

PatchDeployment state

updateTime

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

PatchDeployment updateTime