Class Google::Cloud::OsConfig::V1::WindowsUpdateSettings (v0.9.1)

Windows patching is performed using the Windows Update Agent.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#classifications

def classifications() -> ::Array<::Google::Cloud::OsConfig::V1::WindowsUpdateSettings::Classification>
Returns

#classifications=

def classifications=(value) -> ::Array<::Google::Cloud::OsConfig::V1::WindowsUpdateSettings::Classification>
Parameter
Returns

#excludes

def excludes() -> ::Array<::String>
Returns
  • (::Array<::String>) — List of KBs to exclude from update.

#excludes=

def excludes=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — List of KBs to exclude from update.
Returns
  • (::Array<::String>) — List of KBs to exclude from update.

#exclusive_patches

def exclusive_patches() -> ::Array<::String>
Returns
  • (::Array<::String>) — An exclusive list of kbs to be updated. These are the only patches that will be updated. This field must not be used with other patch configurations.

#exclusive_patches=

def exclusive_patches=(value) -> ::Array<::String>
Parameter
  • value (::Array<::String>) — An exclusive list of kbs to be updated. These are the only patches that will be updated. This field must not be used with other patch configurations.
Returns
  • (::Array<::String>) — An exclusive list of kbs to be updated. These are the only patches that will be updated. This field must not be used with other patch configurations.