Cloud OS Config V1 API - Class Google::Cloud::OsConfig::V1::PatchConfig (v0.10.0)

Reference documentation and code samples for the Cloud OS Config V1 API class Google::Cloud::OsConfig::V1::PatchConfig.

Patch configuration specifications. Contains details on how to apply the patch(es) to a VM instance.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#apt

def apt() -> ::Google::Cloud::OsConfig::V1::AptSettings
Returns

#apt=

def apt=(value) -> ::Google::Cloud::OsConfig::V1::AptSettings
Parameter
Returns

#goo

def goo() -> ::Google::Cloud::OsConfig::V1::GooSettings
Returns

#goo=

def goo=(value) -> ::Google::Cloud::OsConfig::V1::GooSettings
Parameter
Returns

#mig_instances_allowed

def mig_instances_allowed() -> ::Boolean
Returns
  • (::Boolean) — Allows the patch job to run on Managed instance groups (MIGs).

#mig_instances_allowed=

def mig_instances_allowed=(value) -> ::Boolean
Parameter
  • value (::Boolean) — Allows the patch job to run on Managed instance groups (MIGs).
Returns
  • (::Boolean) — Allows the patch job to run on Managed instance groups (MIGs).

#post_step

def post_step() -> ::Google::Cloud::OsConfig::V1::ExecStep
Returns

#post_step=

def post_step=(value) -> ::Google::Cloud::OsConfig::V1::ExecStep
Parameter
Returns

#pre_step

def pre_step() -> ::Google::Cloud::OsConfig::V1::ExecStep
Returns

#pre_step=

def pre_step=(value) -> ::Google::Cloud::OsConfig::V1::ExecStep
Parameter
Returns

#reboot_config

def reboot_config() -> ::Google::Cloud::OsConfig::V1::PatchConfig::RebootConfig
Returns

#reboot_config=

def reboot_config=(value) -> ::Google::Cloud::OsConfig::V1::PatchConfig::RebootConfig
Parameter
Returns

#windows_update

def windows_update() -> ::Google::Cloud::OsConfig::V1::WindowsUpdateSettings
Returns

#windows_update=

def windows_update=(value) -> ::Google::Cloud::OsConfig::V1::WindowsUpdateSettings
Parameter
Returns

#yum

def yum() -> ::Google::Cloud::OsConfig::V1::YumSettings
Returns

#yum=

def yum=(value) -> ::Google::Cloud::OsConfig::V1::YumSettings
Parameter
Returns

#zypper

def zypper() -> ::Google::Cloud::OsConfig::V1::ZypperSettings
Returns

#zypper=

def zypper=(value) -> ::Google::Cloud::OsConfig::V1::ZypperSettings
Parameter
Returns