Google Cloud OsConfig V1 Client - Class ZypperPatch (1.1.1)

Reference documentation and code samples for the Google Cloud OsConfig V1 Client class ZypperPatch.

Details related to a Zypper Patch.

Generated from protobuf message google.cloud.osconfig.v1.Inventory.ZypperPatch

Namespace

Google \ Cloud \ OsConfig \ V1 \ Inventory

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ patch_name string

The name of the patch.

↳ category string

The category of the patch.

↳ severity string

The severity specified for this patch

↳ summary string

Any summary information provided about this patch.

getPatchName

The name of the patch.

Returns
TypeDescription
string

setPatchName

The name of the patch.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCategory

The category of the patch.

Returns
TypeDescription
string

setCategory

The category of the patch.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSeverity

The severity specified for this patch

Returns
TypeDescription
string

setSeverity

The severity specified for this patch

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getSummary

Any summary information provided about this patch.

Returns
TypeDescription
string

setSummary

Any summary information provided about this patch.

Parameter
NameDescription
var string
Returns
TypeDescription
$this