public enum GuestPolicies.Package.Manager extends Enum<GuestPolicies.Package.Manager> implements ProtocolMessageEnumTypes of package managers that may be used to manage this package.
Protobuf enum google.cloud.osconfig.v1beta.Package.Manager
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| ANY | Apply this package config using the default system package manager. |
| ANY_VALUE | Apply this package config using the default system package manager. |
| APT | Apply this package config only if Apt is available on the system. |
| APT_VALUE | Apply this package config only if Apt is available on the system. |
| GOO | Apply this package config only if GooGet is available on the system. |
| GOO_VALUE | Apply this package config only if GooGet is available on the system. |
| MANAGER_UNSPECIFIED | The default behavior is ANY. |
| MANAGER_UNSPECIFIED_VALUE | The default behavior is ANY. |
| UNRECOGNIZED | |
| YUM | Apply this package config only if Yum is available on the system. |
| YUM_VALUE | Apply this package config only if Yum is available on the system. |
| ZYPPER | Apply this package config only if Zypper is available on the system. |
| ZYPPER_VALUE | Apply this package config only if Zypper is available on the system. |
Static Methods
| Name | Description |
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
| valueOf(String name) | |
| values() |
Methods
| Name | Description |
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() |