Google Cloud OsConfig V1 Client - Class Type (1.0.5)

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

Apt patch type.

Protobuf type google.cloud.osconfig.v1.AptSettings.Type

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
name mixed

Constants

TYPE_UNSPECIFIED

Value: 0

By default, upgrade will be performed.

Generated from protobuf enum TYPE_UNSPECIFIED = 0;

DIST

Value: 1

Runs apt-get dist-upgrade.

Generated from protobuf enum DIST = 1;

UPGRADE

Value: 2

Runs apt-get upgrade.

Generated from protobuf enum UPGRADE = 2;