Reference documentation and code samples for the Cloud OS Config V1 API class Google::Cloud::OsConfig::V1::WindowsUpdateSettings.
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
- (::Array<::Google::Cloud::OsConfig::V1::WindowsUpdateSettings::Classification>) — Only apply updates of these windows update classifications. If empty, all updates are applied.
#classifications=
def classifications=(value) -> ::Array<::Google::Cloud::OsConfig::V1::WindowsUpdateSettings::Classification>
Parameter
- value (::Array<::Google::Cloud::OsConfig::V1::WindowsUpdateSettings::Classification>) — Only apply updates of these windows update classifications. If empty, all updates are applied.
Returns
- (::Array<::Google::Cloud::OsConfig::V1::WindowsUpdateSettings::Classification>) — Only apply updates of these windows update classifications. If empty, all updates are applied.
#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.