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 \ AptSettingsMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
TYPE_UNSPECIFIED
Value: 0By default, upgrade will be performed.
Generated from protobuf enum TYPE_UNSPECIFIED = 0;
DIST
Value: 1Runs apt-get dist-upgrade.
Generated from protobuf enum DIST = 1;
UPGRADE
Value: 2Runs apt-get upgrade.
Generated from protobuf enum UPGRADE = 2;