/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include Represents metadata about a patch.See Also:
AWS API
* Reference
The ID of the patch. Applies to Windows patches only.
This ID * isn't the same as the Microsoft Knowledge Base ID.
*/ inline const Aws::String& GetId() const{ return m_id; } /** *The ID of the patch. Applies to Windows patches only.
This ID * isn't the same as the Microsoft Knowledge Base ID.
*/ inline bool IdHasBeenSet() const { return m_idHasBeenSet; } /** *The ID of the patch. Applies to Windows patches only.
This ID * isn't the same as the Microsoft Knowledge Base ID.
*/ inline void SetId(const Aws::String& value) { m_idHasBeenSet = true; m_id = value; } /** *The ID of the patch. Applies to Windows patches only.
This ID * isn't the same as the Microsoft Knowledge Base ID.
*/ inline void SetId(Aws::String&& value) { m_idHasBeenSet = true; m_id = std::move(value); } /** *The ID of the patch. Applies to Windows patches only.
This ID * isn't the same as the Microsoft Knowledge Base ID.
*/ inline void SetId(const char* value) { m_idHasBeenSet = true; m_id.assign(value); } /** *The ID of the patch. Applies to Windows patches only.
This ID * isn't the same as the Microsoft Knowledge Base ID.
*/ inline Patch& WithId(const Aws::String& value) { SetId(value); return *this;} /** *The ID of the patch. Applies to Windows patches only.
This ID * isn't the same as the Microsoft Knowledge Base ID.
*/ inline Patch& WithId(Aws::String&& value) { SetId(std::move(value)); return *this;} /** *The ID of the patch. Applies to Windows patches only.
This ID * isn't the same as the Microsoft Knowledge Base ID.
*/ inline Patch& WithId(const char* value) { SetId(value); return *this;} /** *The date the patch was released.
*/ inline const Aws::Utils::DateTime& GetReleaseDate() const{ return m_releaseDate; } /** *The date the patch was released.
*/ inline bool ReleaseDateHasBeenSet() const { return m_releaseDateHasBeenSet; } /** *The date the patch was released.
*/ inline void SetReleaseDate(const Aws::Utils::DateTime& value) { m_releaseDateHasBeenSet = true; m_releaseDate = value; } /** *The date the patch was released.
*/ inline void SetReleaseDate(Aws::Utils::DateTime&& value) { m_releaseDateHasBeenSet = true; m_releaseDate = std::move(value); } /** *The date the patch was released.
*/ inline Patch& WithReleaseDate(const Aws::Utils::DateTime& value) { SetReleaseDate(value); return *this;} /** *The date the patch was released.
*/ inline Patch& WithReleaseDate(Aws::Utils::DateTime&& value) { SetReleaseDate(std::move(value)); return *this;} /** *The title of the patch.
*/ inline const Aws::String& GetTitle() const{ return m_title; } /** *The title of the patch.
*/ inline bool TitleHasBeenSet() const { return m_titleHasBeenSet; } /** *The title of the patch.
*/ inline void SetTitle(const Aws::String& value) { m_titleHasBeenSet = true; m_title = value; } /** *The title of the patch.
*/ inline void SetTitle(Aws::String&& value) { m_titleHasBeenSet = true; m_title = std::move(value); } /** *The title of the patch.
*/ inline void SetTitle(const char* value) { m_titleHasBeenSet = true; m_title.assign(value); } /** *The title of the patch.
*/ inline Patch& WithTitle(const Aws::String& value) { SetTitle(value); return *this;} /** *The title of the patch.
*/ inline Patch& WithTitle(Aws::String&& value) { SetTitle(std::move(value)); return *this;} /** *The title of the patch.
*/ inline Patch& WithTitle(const char* value) { SetTitle(value); return *this;} /** *The description of the patch.
*/ inline const Aws::String& GetDescription() const{ return m_description; } /** *The description of the patch.
*/ inline bool DescriptionHasBeenSet() const { return m_descriptionHasBeenSet; } /** *The description of the patch.
*/ inline void SetDescription(const Aws::String& value) { m_descriptionHasBeenSet = true; m_description = value; } /** *The description of the patch.
*/ inline void SetDescription(Aws::String&& value) { m_descriptionHasBeenSet = true; m_description = std::move(value); } /** *The description of the patch.
*/ inline void SetDescription(const char* value) { m_descriptionHasBeenSet = true; m_description.assign(value); } /** *The description of the patch.
*/ inline Patch& WithDescription(const Aws::String& value) { SetDescription(value); return *this;} /** *The description of the patch.
*/ inline Patch& WithDescription(Aws::String&& value) { SetDescription(std::move(value)); return *this;} /** *The description of the patch.
*/ inline Patch& WithDescription(const char* value) { SetDescription(value); return *this;} /** *The URL where more information can be obtained about the patch.
*/ inline const Aws::String& GetContentUrl() const{ return m_contentUrl; } /** *The URL where more information can be obtained about the patch.
*/ inline bool ContentUrlHasBeenSet() const { return m_contentUrlHasBeenSet; } /** *The URL where more information can be obtained about the patch.
*/ inline void SetContentUrl(const Aws::String& value) { m_contentUrlHasBeenSet = true; m_contentUrl = value; } /** *The URL where more information can be obtained about the patch.
*/ inline void SetContentUrl(Aws::String&& value) { m_contentUrlHasBeenSet = true; m_contentUrl = std::move(value); } /** *The URL where more information can be obtained about the patch.
*/ inline void SetContentUrl(const char* value) { m_contentUrlHasBeenSet = true; m_contentUrl.assign(value); } /** *The URL where more information can be obtained about the patch.
*/ inline Patch& WithContentUrl(const Aws::String& value) { SetContentUrl(value); return *this;} /** *The URL where more information can be obtained about the patch.
*/ inline Patch& WithContentUrl(Aws::String&& value) { SetContentUrl(std::move(value)); return *this;} /** *The URL where more information can be obtained about the patch.
*/ inline Patch& WithContentUrl(const char* value) { SetContentUrl(value); return *this;} /** *The name of the vendor providing the patch.
*/ inline const Aws::String& GetVendor() const{ return m_vendor; } /** *The name of the vendor providing the patch.
*/ inline bool VendorHasBeenSet() const { return m_vendorHasBeenSet; } /** *The name of the vendor providing the patch.
*/ inline void SetVendor(const Aws::String& value) { m_vendorHasBeenSet = true; m_vendor = value; } /** *The name of the vendor providing the patch.
*/ inline void SetVendor(Aws::String&& value) { m_vendorHasBeenSet = true; m_vendor = std::move(value); } /** *The name of the vendor providing the patch.
*/ inline void SetVendor(const char* value) { m_vendorHasBeenSet = true; m_vendor.assign(value); } /** *The name of the vendor providing the patch.
*/ inline Patch& WithVendor(const Aws::String& value) { SetVendor(value); return *this;} /** *The name of the vendor providing the patch.
*/ inline Patch& WithVendor(Aws::String&& value) { SetVendor(std::move(value)); return *this;} /** *The name of the vendor providing the patch.
*/ inline Patch& WithVendor(const char* value) { SetVendor(value); return *this;} /** *The product family the patch is applicable for. For example,
* Windows
or Amazon Linux 2
.
The product family the patch is applicable for. For example,
* Windows
or Amazon Linux 2
.
The product family the patch is applicable for. For example,
* Windows
or Amazon Linux 2
.
The product family the patch is applicable for. For example,
* Windows
or Amazon Linux 2
.
The product family the patch is applicable for. For example,
* Windows
or Amazon Linux 2
.
The product family the patch is applicable for. For example,
* Windows
or Amazon Linux 2
.
The product family the patch is applicable for. For example,
* Windows
or Amazon Linux 2
.
The product family the patch is applicable for. For example,
* Windows
or Amazon Linux 2
.
The specific product the patch is applicable for. For example,
* WindowsServer2016
or AmazonLinux2018.03
.
The specific product the patch is applicable for. For example,
* WindowsServer2016
or AmazonLinux2018.03
.
The specific product the patch is applicable for. For example,
* WindowsServer2016
or AmazonLinux2018.03
.
The specific product the patch is applicable for. For example,
* WindowsServer2016
or AmazonLinux2018.03
.
The specific product the patch is applicable for. For example,
* WindowsServer2016
or AmazonLinux2018.03
.
The specific product the patch is applicable for. For example,
* WindowsServer2016
or AmazonLinux2018.03
.
The specific product the patch is applicable for. For example,
* WindowsServer2016
or AmazonLinux2018.03
.
The specific product the patch is applicable for. For example,
* WindowsServer2016
or AmazonLinux2018.03
.
The classification of the patch. For example, SecurityUpdates
,
* Updates
, or CriticalUpdates
.
The classification of the patch. For example, SecurityUpdates
,
* Updates
, or CriticalUpdates
.
The classification of the patch. For example, SecurityUpdates
,
* Updates
, or CriticalUpdates
.
The classification of the patch. For example, SecurityUpdates
,
* Updates
, or CriticalUpdates
.
The classification of the patch. For example, SecurityUpdates
,
* Updates
, or CriticalUpdates
.
The classification of the patch. For example, SecurityUpdates
,
* Updates
, or CriticalUpdates
.
The classification of the patch. For example, SecurityUpdates
,
* Updates
, or CriticalUpdates
.
The classification of the patch. For example, SecurityUpdates
,
* Updates
, or CriticalUpdates
.
The severity of the patch, such as Critical
,
* Important
, or Moderate
. Applies to Windows patches
* only.
The severity of the patch, such as Critical
,
* Important
, or Moderate
. Applies to Windows patches
* only.
The severity of the patch, such as Critical
,
* Important
, or Moderate
. Applies to Windows patches
* only.
The severity of the patch, such as Critical
,
* Important
, or Moderate
. Applies to Windows patches
* only.
The severity of the patch, such as Critical
,
* Important
, or Moderate
. Applies to Windows patches
* only.
The severity of the patch, such as Critical
,
* Important
, or Moderate
. Applies to Windows patches
* only.
The severity of the patch, such as Critical
,
* Important
, or Moderate
. Applies to Windows patches
* only.
The severity of the patch, such as Critical
,
* Important
, or Moderate
. Applies to Windows patches
* only.
The Microsoft Knowledge Base ID of the patch. Applies to Windows patches * only.
*/ inline const Aws::String& GetKbNumber() const{ return m_kbNumber; } /** *The Microsoft Knowledge Base ID of the patch. Applies to Windows patches * only.
*/ inline bool KbNumberHasBeenSet() const { return m_kbNumberHasBeenSet; } /** *The Microsoft Knowledge Base ID of the patch. Applies to Windows patches * only.
*/ inline void SetKbNumber(const Aws::String& value) { m_kbNumberHasBeenSet = true; m_kbNumber = value; } /** *The Microsoft Knowledge Base ID of the patch. Applies to Windows patches * only.
*/ inline void SetKbNumber(Aws::String&& value) { m_kbNumberHasBeenSet = true; m_kbNumber = std::move(value); } /** *The Microsoft Knowledge Base ID of the patch. Applies to Windows patches * only.
*/ inline void SetKbNumber(const char* value) { m_kbNumberHasBeenSet = true; m_kbNumber.assign(value); } /** *The Microsoft Knowledge Base ID of the patch. Applies to Windows patches * only.
*/ inline Patch& WithKbNumber(const Aws::String& value) { SetKbNumber(value); return *this;} /** *The Microsoft Knowledge Base ID of the patch. Applies to Windows patches * only.
*/ inline Patch& WithKbNumber(Aws::String&& value) { SetKbNumber(std::move(value)); return *this;} /** *The Microsoft Knowledge Base ID of the patch. Applies to Windows patches * only.
*/ inline Patch& WithKbNumber(const char* value) { SetKbNumber(value); return *this;} /** *The ID of the Microsoft Security Response Center (MSRC) bulletin the patch is
* related to. For example, MS14-045
. Applies to Windows patches
* only.
The ID of the Microsoft Security Response Center (MSRC) bulletin the patch is
* related to. For example, MS14-045
. Applies to Windows patches
* only.
The ID of the Microsoft Security Response Center (MSRC) bulletin the patch is
* related to. For example, MS14-045
. Applies to Windows patches
* only.
The ID of the Microsoft Security Response Center (MSRC) bulletin the patch is
* related to. For example, MS14-045
. Applies to Windows patches
* only.
The ID of the Microsoft Security Response Center (MSRC) bulletin the patch is
* related to. For example, MS14-045
. Applies to Windows patches
* only.
The ID of the Microsoft Security Response Center (MSRC) bulletin the patch is
* related to. For example, MS14-045
. Applies to Windows patches
* only.
The ID of the Microsoft Security Response Center (MSRC) bulletin the patch is
* related to. For example, MS14-045
. Applies to Windows patches
* only.
The ID of the Microsoft Security Response Center (MSRC) bulletin the patch is
* related to. For example, MS14-045
. Applies to Windows patches
* only.
The language of the patch if it's language-specific.
*/ inline const Aws::String& GetLanguage() const{ return m_language; } /** *The language of the patch if it's language-specific.
*/ inline bool LanguageHasBeenSet() const { return m_languageHasBeenSet; } /** *The language of the patch if it's language-specific.
*/ inline void SetLanguage(const Aws::String& value) { m_languageHasBeenSet = true; m_language = value; } /** *The language of the patch if it's language-specific.
*/ inline void SetLanguage(Aws::String&& value) { m_languageHasBeenSet = true; m_language = std::move(value); } /** *The language of the patch if it's language-specific.
*/ inline void SetLanguage(const char* value) { m_languageHasBeenSet = true; m_language.assign(value); } /** *The language of the patch if it's language-specific.
*/ inline Patch& WithLanguage(const Aws::String& value) { SetLanguage(value); return *this;} /** *The language of the patch if it's language-specific.
*/ inline Patch& WithLanguage(Aws::String&& value) { SetLanguage(std::move(value)); return *this;} /** *The language of the patch if it's language-specific.
*/ inline Patch& WithLanguage(const char* value) { SetLanguage(value); return *this;} /** *The Advisory ID of the patch. For example, RHSA-2020:3779
.
* Applies to Linux-based managed nodes only.
The Advisory ID of the patch. For example, RHSA-2020:3779
.
* Applies to Linux-based managed nodes only.
The Advisory ID of the patch. For example, RHSA-2020:3779
.
* Applies to Linux-based managed nodes only.
The Advisory ID of the patch. For example, RHSA-2020:3779
.
* Applies to Linux-based managed nodes only.
The Advisory ID of the patch. For example, RHSA-2020:3779
.
* Applies to Linux-based managed nodes only.
The Advisory ID of the patch. For example, RHSA-2020:3779
.
* Applies to Linux-based managed nodes only.
The Advisory ID of the patch. For example, RHSA-2020:3779
.
* Applies to Linux-based managed nodes only.
The Advisory ID of the patch. For example, RHSA-2020:3779
.
* Applies to Linux-based managed nodes only.
The Advisory ID of the patch. For example, RHSA-2020:3779
.
* Applies to Linux-based managed nodes only.
The Bugzilla ID of the patch. For example, 1600646
. Applies to
* Linux-based managed nodes only.
The Bugzilla ID of the patch. For example, 1600646
. Applies to
* Linux-based managed nodes only.
The Bugzilla ID of the patch. For example, 1600646
. Applies to
* Linux-based managed nodes only.
The Bugzilla ID of the patch. For example, 1600646
. Applies to
* Linux-based managed nodes only.
The Bugzilla ID of the patch. For example, 1600646
. Applies to
* Linux-based managed nodes only.
The Bugzilla ID of the patch. For example, 1600646
. Applies to
* Linux-based managed nodes only.
The Bugzilla ID of the patch. For example, 1600646
. Applies to
* Linux-based managed nodes only.
The Bugzilla ID of the patch. For example, 1600646
. Applies to
* Linux-based managed nodes only.
The Bugzilla ID of the patch. For example, 1600646
. Applies to
* Linux-based managed nodes only.
The Common Vulnerabilities and Exposures (CVE) ID of the patch. For example,
* CVE-2011-3192
. Applies to Linux-based managed nodes only.
The Common Vulnerabilities and Exposures (CVE) ID of the patch. For example,
* CVE-2011-3192
. Applies to Linux-based managed nodes only.
The Common Vulnerabilities and Exposures (CVE) ID of the patch. For example,
* CVE-2011-3192
. Applies to Linux-based managed nodes only.
The Common Vulnerabilities and Exposures (CVE) ID of the patch. For example,
* CVE-2011-3192
. Applies to Linux-based managed nodes only.
The Common Vulnerabilities and Exposures (CVE) ID of the patch. For example,
* CVE-2011-3192
. Applies to Linux-based managed nodes only.
The Common Vulnerabilities and Exposures (CVE) ID of the patch. For example,
* CVE-2011-3192
. Applies to Linux-based managed nodes only.
The Common Vulnerabilities and Exposures (CVE) ID of the patch. For example,
* CVE-2011-3192
. Applies to Linux-based managed nodes only.
The Common Vulnerabilities and Exposures (CVE) ID of the patch. For example,
* CVE-2011-3192
. Applies to Linux-based managed nodes only.
The Common Vulnerabilities and Exposures (CVE) ID of the patch. For example,
* CVE-2011-3192
. Applies to Linux-based managed nodes only.
The name of the patch. Applies to Linux-based managed nodes only.
*/ inline const Aws::String& GetName() const{ return m_name; } /** *The name of the patch. Applies to Linux-based managed nodes only.
*/ inline bool NameHasBeenSet() const { return m_nameHasBeenSet; } /** *The name of the patch. Applies to Linux-based managed nodes only.
*/ inline void SetName(const Aws::String& value) { m_nameHasBeenSet = true; m_name = value; } /** *The name of the patch. Applies to Linux-based managed nodes only.
*/ inline void SetName(Aws::String&& value) { m_nameHasBeenSet = true; m_name = std::move(value); } /** *The name of the patch. Applies to Linux-based managed nodes only.
*/ inline void SetName(const char* value) { m_nameHasBeenSet = true; m_name.assign(value); } /** *The name of the patch. Applies to Linux-based managed nodes only.
*/ inline Patch& WithName(const Aws::String& value) { SetName(value); return *this;} /** *The name of the patch. Applies to Linux-based managed nodes only.
*/ inline Patch& WithName(Aws::String&& value) { SetName(std::move(value)); return *this;} /** *The name of the patch. Applies to Linux-based managed nodes only.
*/ inline Patch& WithName(const char* value) { SetName(value); return *this;} /** *The epoch of the patch. For example in
* pkg-example-EE-20180914-2.2.amzn1.noarch
, the epoch value is
* 20180914-2
. Applies to Linux-based managed nodes only.
The epoch of the patch. For example in
* pkg-example-EE-20180914-2.2.amzn1.noarch
, the epoch value is
* 20180914-2
. Applies to Linux-based managed nodes only.
The epoch of the patch. For example in
* pkg-example-EE-20180914-2.2.amzn1.noarch
, the epoch value is
* 20180914-2
. Applies to Linux-based managed nodes only.
The epoch of the patch. For example in
* pkg-example-EE-20180914-2.2.amzn1.noarch
, the epoch value is
* 20180914-2
. Applies to Linux-based managed nodes only.
The version number of the patch. For example, in
* example-pkg-1.710.10-2.7.abcd.x86_64
, the version number is
* indicated by -1
. Applies to Linux-based managed nodes only.
The version number of the patch. For example, in
* example-pkg-1.710.10-2.7.abcd.x86_64
, the version number is
* indicated by -1
. Applies to Linux-based managed nodes only.
The version number of the patch. For example, in
* example-pkg-1.710.10-2.7.abcd.x86_64
, the version number is
* indicated by -1
. Applies to Linux-based managed nodes only.
The version number of the patch. For example, in
* example-pkg-1.710.10-2.7.abcd.x86_64
, the version number is
* indicated by -1
. Applies to Linux-based managed nodes only.
The version number of the patch. For example, in
* example-pkg-1.710.10-2.7.abcd.x86_64
, the version number is
* indicated by -1
. Applies to Linux-based managed nodes only.
The version number of the patch. For example, in
* example-pkg-1.710.10-2.7.abcd.x86_64
, the version number is
* indicated by -1
. Applies to Linux-based managed nodes only.
The version number of the patch. For example, in
* example-pkg-1.710.10-2.7.abcd.x86_64
, the version number is
* indicated by -1
. Applies to Linux-based managed nodes only.
The version number of the patch. For example, in
* example-pkg-1.710.10-2.7.abcd.x86_64
, the version number is
* indicated by -1
. Applies to Linux-based managed nodes only.
The particular release of a patch. For example, in
* pkg-example-EE-20180914-2.2.amzn1.noarch
, the release is
* 2.amaz1
. Applies to Linux-based managed nodes only.
The particular release of a patch. For example, in
* pkg-example-EE-20180914-2.2.amzn1.noarch
, the release is
* 2.amaz1
. Applies to Linux-based managed nodes only.
The particular release of a patch. For example, in
* pkg-example-EE-20180914-2.2.amzn1.noarch
, the release is
* 2.amaz1
. Applies to Linux-based managed nodes only.
The particular release of a patch. For example, in
* pkg-example-EE-20180914-2.2.amzn1.noarch
, the release is
* 2.amaz1
. Applies to Linux-based managed nodes only.
The particular release of a patch. For example, in
* pkg-example-EE-20180914-2.2.amzn1.noarch
, the release is
* 2.amaz1
. Applies to Linux-based managed nodes only.
The particular release of a patch. For example, in
* pkg-example-EE-20180914-2.2.amzn1.noarch
, the release is
* 2.amaz1
. Applies to Linux-based managed nodes only.
The particular release of a patch. For example, in
* pkg-example-EE-20180914-2.2.amzn1.noarch
, the release is
* 2.amaz1
. Applies to Linux-based managed nodes only.
The particular release of a patch. For example, in
* pkg-example-EE-20180914-2.2.amzn1.noarch
, the release is
* 2.amaz1
. Applies to Linux-based managed nodes only.
The architecture of the patch. For example, in
* example-pkg-0.710.10-2.7.abcd.x86_64
, the architecture is indicated
* by x86_64
. Applies to Linux-based managed nodes only.
The architecture of the patch. For example, in
* example-pkg-0.710.10-2.7.abcd.x86_64
, the architecture is indicated
* by x86_64
. Applies to Linux-based managed nodes only.
The architecture of the patch. For example, in
* example-pkg-0.710.10-2.7.abcd.x86_64
, the architecture is indicated
* by x86_64
. Applies to Linux-based managed nodes only.
The architecture of the patch. For example, in
* example-pkg-0.710.10-2.7.abcd.x86_64
, the architecture is indicated
* by x86_64
. Applies to Linux-based managed nodes only.
The architecture of the patch. For example, in
* example-pkg-0.710.10-2.7.abcd.x86_64
, the architecture is indicated
* by x86_64
. Applies to Linux-based managed nodes only.
The architecture of the patch. For example, in
* example-pkg-0.710.10-2.7.abcd.x86_64
, the architecture is indicated
* by x86_64
. Applies to Linux-based managed nodes only.
The architecture of the patch. For example, in
* example-pkg-0.710.10-2.7.abcd.x86_64
, the architecture is indicated
* by x86_64
. Applies to Linux-based managed nodes only.
The architecture of the patch. For example, in
* example-pkg-0.710.10-2.7.abcd.x86_64
, the architecture is indicated
* by x86_64
. Applies to Linux-based managed nodes only.
The severity level of the patch. For example, CRITICAL
or
* MODERATE
.
The severity level of the patch. For example, CRITICAL
or
* MODERATE
.
The severity level of the patch. For example, CRITICAL
or
* MODERATE
.
The severity level of the patch. For example, CRITICAL
or
* MODERATE
.
The severity level of the patch. For example, CRITICAL
or
* MODERATE
.
The severity level of the patch. For example, CRITICAL
or
* MODERATE
.
The severity level of the patch. For example, CRITICAL
or
* MODERATE
.
The severity level of the patch. For example, CRITICAL
or
* MODERATE
.
The source patch repository for the operating system and version, such as
* trusty-security
for Ubuntu Server 14.04 LTE and
* focal-security
for Ubuntu Server 20.04 LTE. Applies to Linux-based
* managed nodes only.
The source patch repository for the operating system and version, such as
* trusty-security
for Ubuntu Server 14.04 LTE and
* focal-security
for Ubuntu Server 20.04 LTE. Applies to Linux-based
* managed nodes only.
The source patch repository for the operating system and version, such as
* trusty-security
for Ubuntu Server 14.04 LTE and
* focal-security
for Ubuntu Server 20.04 LTE. Applies to Linux-based
* managed nodes only.
The source patch repository for the operating system and version, such as
* trusty-security
for Ubuntu Server 14.04 LTE and
* focal-security
for Ubuntu Server 20.04 LTE. Applies to Linux-based
* managed nodes only.
The source patch repository for the operating system and version, such as
* trusty-security
for Ubuntu Server 14.04 LTE and
* focal-security
for Ubuntu Server 20.04 LTE. Applies to Linux-based
* managed nodes only.
The source patch repository for the operating system and version, such as
* trusty-security
for Ubuntu Server 14.04 LTE and
* focal-security
for Ubuntu Server 20.04 LTE. Applies to Linux-based
* managed nodes only.
The source patch repository for the operating system and version, such as
* trusty-security
for Ubuntu Server 14.04 LTE and
* focal-security
for Ubuntu Server 20.04 LTE. Applies to Linux-based
* managed nodes only.
The source patch repository for the operating system and version, such as
* trusty-security
for Ubuntu Server 14.04 LTE and
* focal-security
for Ubuntu Server 20.04 LTE. Applies to Linux-based
* managed nodes only.