public static enum PatchJobs.Instance.PatchState extends Enum<PatchJobs.Instance.PatchState> implements com.google.protobuf.ProtocolMessageEnum
Patch state of an instance.Protobuf enum
google.cloud.osconfig.v1.Instance.PatchState| Enum Constant and Description |
|---|
ACKED
The instance acked the notification and will start shortly.
|
APPLYING_PATCHES
The instance is applying patches.
|
DOWNLOADING_PATCHES
The instance is downloading patches.
|
FAILED
The instance has failed to apply the patch.
|
INACTIVE
Instance is inactive and cannot be patched.
|
NO_AGENT_DETECTED
The service could not detect the presence of the agent.
|
NOTIFIED
The instance is notified that it should be patched.
|
PATCH_STATE_UNSPECIFIED
Unspecified.
|
PENDING
The instance is not yet notified.
|
REBOOTING
The instance is rebooting.
|
RUNNING_POST_PATCH_STEP
The instance is running the post-patch step.
|
RUNNING_PRE_PATCH_STEP
The instance is running the pre-patch step.
|
STARTED
The instance has started the patching process.
|
SUCCEEDED
The instance has completed applying patches.
|
SUCCEEDED_REBOOT_REQUIRED
The instance has completed applying patches but a reboot is required.
|
TIMED_OUT
The instance exceeded the time out while applying the patch.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
ACKED_VALUE
The instance acked the notification and will start shortly.
|
static int |
APPLYING_PATCHES_VALUE
The instance is applying patches.
|
static int |
DOWNLOADING_PATCHES_VALUE
The instance is downloading patches.
|
static int |
FAILED_VALUE
The instance has failed to apply the patch.
|
static int |
INACTIVE_VALUE
Instance is inactive and cannot be patched.
|
static int |
NO_AGENT_DETECTED_VALUE
The service could not detect the presence of the agent.
|
static int |
NOTIFIED_VALUE
The instance is notified that it should be patched.
|
static int |
PATCH_STATE_UNSPECIFIED_VALUE
Unspecified.
|
static int |
PENDING_VALUE
The instance is not yet notified.
|
static int |
REBOOTING_VALUE
The instance is rebooting.
|
static int |
RUNNING_POST_PATCH_STEP_VALUE
The instance is running the post-patch step.
|
static int |
RUNNING_PRE_PATCH_STEP_VALUE
The instance is running the pre-patch step.
|
static int |
STARTED_VALUE
The instance has started the patching process.
|
static int |
SUCCEEDED_REBOOT_REQUIRED_VALUE
The instance has completed applying patches but a reboot is required.
|
static int |
SUCCEEDED_VALUE
The instance has completed applying patches.
|
static int |
TIMED_OUT_VALUE
The instance exceeded the time out while applying the patch.
|
| Modifier and Type | Method and Description |
|---|---|
static PatchJobs.Instance.PatchState |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<PatchJobs.Instance.PatchState> |
internalGetValueMap() |
static PatchJobs.Instance.PatchState |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static PatchJobs.Instance.PatchState |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static PatchJobs.Instance.PatchState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PatchJobs.Instance.PatchState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PatchJobs.Instance.PatchState PATCH_STATE_UNSPECIFIED
Unspecified.
PATCH_STATE_UNSPECIFIED = 0;public static final PatchJobs.Instance.PatchState PENDING
The instance is not yet notified.
PENDING = 1;public static final PatchJobs.Instance.PatchState INACTIVE
Instance is inactive and cannot be patched.
INACTIVE = 2;public static final PatchJobs.Instance.PatchState NOTIFIED
The instance is notified that it should be patched.
NOTIFIED = 3;public static final PatchJobs.Instance.PatchState STARTED
The instance has started the patching process.
STARTED = 4;public static final PatchJobs.Instance.PatchState DOWNLOADING_PATCHES
The instance is downloading patches.
DOWNLOADING_PATCHES = 5;public static final PatchJobs.Instance.PatchState APPLYING_PATCHES
The instance is applying patches.
APPLYING_PATCHES = 6;public static final PatchJobs.Instance.PatchState REBOOTING
The instance is rebooting.
REBOOTING = 7;public static final PatchJobs.Instance.PatchState SUCCEEDED
The instance has completed applying patches.
SUCCEEDED = 8;public static final PatchJobs.Instance.PatchState SUCCEEDED_REBOOT_REQUIRED
The instance has completed applying patches but a reboot is required.
SUCCEEDED_REBOOT_REQUIRED = 9;public static final PatchJobs.Instance.PatchState FAILED
The instance has failed to apply the patch.
FAILED = 10;public static final PatchJobs.Instance.PatchState ACKED
The instance acked the notification and will start shortly.
ACKED = 11;public static final PatchJobs.Instance.PatchState TIMED_OUT
The instance exceeded the time out while applying the patch.
TIMED_OUT = 12;public static final PatchJobs.Instance.PatchState RUNNING_PRE_PATCH_STEP
The instance is running the pre-patch step.
RUNNING_PRE_PATCH_STEP = 13;public static final PatchJobs.Instance.PatchState RUNNING_POST_PATCH_STEP
The instance is running the post-patch step.
RUNNING_POST_PATCH_STEP = 14;public static final PatchJobs.Instance.PatchState NO_AGENT_DETECTED
The service could not detect the presence of the agent. Check to ensure that the agent is installed, running, and able to communicate with the service.
NO_AGENT_DETECTED = 15;public static final PatchJobs.Instance.PatchState UNRECOGNIZED
public static final int PATCH_STATE_UNSPECIFIED_VALUE
Unspecified.
PATCH_STATE_UNSPECIFIED = 0;public static final int PENDING_VALUE
The instance is not yet notified.
PENDING = 1;public static final int INACTIVE_VALUE
Instance is inactive and cannot be patched.
INACTIVE = 2;public static final int NOTIFIED_VALUE
The instance is notified that it should be patched.
NOTIFIED = 3;public static final int STARTED_VALUE
The instance has started the patching process.
STARTED = 4;public static final int DOWNLOADING_PATCHES_VALUE
The instance is downloading patches.
DOWNLOADING_PATCHES = 5;public static final int APPLYING_PATCHES_VALUE
The instance is applying patches.
APPLYING_PATCHES = 6;public static final int REBOOTING_VALUE
The instance is rebooting.
REBOOTING = 7;public static final int SUCCEEDED_VALUE
The instance has completed applying patches.
SUCCEEDED = 8;public static final int SUCCEEDED_REBOOT_REQUIRED_VALUE
The instance has completed applying patches but a reboot is required.
SUCCEEDED_REBOOT_REQUIRED = 9;public static final int FAILED_VALUE
The instance has failed to apply the patch.
FAILED = 10;public static final int ACKED_VALUE
The instance acked the notification and will start shortly.
ACKED = 11;public static final int TIMED_OUT_VALUE
The instance exceeded the time out while applying the patch.
TIMED_OUT = 12;public static final int RUNNING_PRE_PATCH_STEP_VALUE
The instance is running the pre-patch step.
RUNNING_PRE_PATCH_STEP = 13;public static final int RUNNING_POST_PATCH_STEP_VALUE
The instance is running the post-patch step.
RUNNING_POST_PATCH_STEP = 14;public static final int NO_AGENT_DETECTED_VALUE
The service could not detect the presence of the agent. Check to ensure that the agent is installed, running, and able to communicate with the service.
NO_AGENT_DETECTED = 15;public static PatchJobs.Instance.PatchState[] values()
for (PatchJobs.Instance.PatchState c : PatchJobs.Instance.PatchState.values()) System.out.println(c);
public static PatchJobs.Instance.PatchState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static PatchJobs.Instance.PatchState valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static PatchJobs.Instance.PatchState forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<PatchJobs.Instance.PatchState> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static PatchJobs.Instance.PatchState valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.