public enum SubscriptionUpdateType extends Enum<SubscriptionUpdateType>
| Enum Constant and Description |
|---|
CHECK_EXISTENCE_AND_REFRESH
Set the subscription last known state to
VMEventType#UNKNOWN and refresh it if the
virtual machine exist in the hypervisor. |
DISABLE_MONITORING |
ENABLE_MONITORING |
FORCE_VM_DEF_SYNC
Forces the execution of a
VirtualMachineDefinitionSyncNoScheduleOp operation. |
REFRESH
Set the subscription last known state to
VMEventType#UNKNOWN and refresh it |
REFRESH_AND_FORCE_VM_DEF_SYNC
Performs a
REFRESH and forces the execution of a
VirtualMachineDefinitionSyncNoScheduleOp operation. |
RESET
Set the subscription last known state to
VMEventType#UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static SubscriptionUpdateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SubscriptionUpdateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SubscriptionUpdateType RESET
VMEventType#UNKNOWNpublic static final SubscriptionUpdateType REFRESH
VMEventType#UNKNOWN and refresh itpublic static final SubscriptionUpdateType CHECK_EXISTENCE_AND_REFRESH
VMEventType#UNKNOWN and refresh it if the
virtual machine exist in the hypervisor. If not exists a VMEventType#DESTROYED is
notified.public static final SubscriptionUpdateType REFRESH_AND_FORCE_VM_DEF_SYNC
REFRESH and forces the execution of a
VirtualMachineDefinitionSyncNoScheduleOp operation.public static final SubscriptionUpdateType FORCE_VM_DEF_SYNC
VirtualMachineDefinitionSyncNoScheduleOp operation.public static final SubscriptionUpdateType ENABLE_MONITORING
public static final SubscriptionUpdateType DISABLE_MONITORING
public static SubscriptionUpdateType[] values()
for (SubscriptionUpdateType c : SubscriptionUpdateType.values()) System.out.println(c);
public static SubscriptionUpdateType 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 nullCopyright © 2008-2015 Abiquo Holdings S.L.. All Rights Reserved.