Google Cloud OsConfig V1 Client - Class Type (1.3.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

Namespace

Google \ Cloud \ OsConfig \ V1 \ AptSettings

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
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;