Interface protos.google.cloud.osconfig.v1.IPatchConfig (1.8.0)

Properties of a PatchConfig.

Package

@google-cloud/os-config!

Properties

apt

apt?: (google.cloud.osconfig.v1.IAptSettings|null);

PatchConfig apt

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

goo

goo?: (google.cloud.osconfig.v1.IGooSettings|null);

PatchConfig goo

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

postStep

postStep?: (google.cloud.osconfig.v1.IExecStep|null);

PatchConfig postStep

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

preStep

preStep?: (google.cloud.osconfig.v1.IExecStep|null);

PatchConfig preStep

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

rebootConfig

rebootConfig?: (google.cloud.osconfig.v1.PatchConfig.RebootConfig|keyof typeof google.cloud.osconfig.v1.PatchConfig.RebootConfig|null);

PatchConfig rebootConfig

Property Value
TypeDescription
(google.cloud.osconfig.v1.PatchConfig.RebootConfig|keyof typeof google.cloud.osconfig.v1.PatchConfig.RebootConfig|null)

windowsUpdate

windowsUpdate?: (google.cloud.osconfig.v1.IWindowsUpdateSettings|null);

PatchConfig windowsUpdate

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

yum

yum?: (google.cloud.osconfig.v1.IYumSettings|null);

PatchConfig yum

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

zypper

zypper?: (google.cloud.osconfig.v1.IZypperSettings|null);

PatchConfig zypper

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