Enum GuestPolicies.Package.Manager (2.4.3)

public enum GuestPolicies.Package.Manager extends Enum<GuestPolicies.Package.Manager> implements ProtocolMessageEnum

Types of package managers that may be used to manage this package.

Protobuf enum google.cloud.osconfig.v1beta.Package.Manager

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ANY

Apply this package config using the default system package manager.

ANY = 1;

ANY_VALUE

Apply this package config using the default system package manager.

ANY = 1;

APT

Apply this package config only if Apt is available on the system.

APT = 2;

APT_VALUE

Apply this package config only if Apt is available on the system.

APT = 2;

GOO

Apply this package config only if GooGet is available on the system.

GOO = 5;

GOO_VALUE

Apply this package config only if GooGet is available on the system.

GOO = 5;

MANAGER_UNSPECIFIED

The default behavior is ANY.

MANAGER_UNSPECIFIED = 0;

MANAGER_UNSPECIFIED_VALUE

The default behavior is ANY.

MANAGER_UNSPECIFIED = 0;

UNRECOGNIZED
YUM

Apply this package config only if Yum is available on the system.

YUM = 3;

YUM_VALUE

Apply this package config only if Yum is available on the system.

YUM = 3;

ZYPPER

Apply this package config only if Zypper is available on the system.

ZYPPER = 4;

ZYPPER_VALUE

Apply this package config only if Zypper is available on the system.

ZYPPER = 4;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()