public enum VpgSubStatusResponse extends Enum<VpgSubStatusResponse>
| Modifier and Type | Method and Description | 
|---|---|
| static VpgSubStatusResponse | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static VpgSubStatusResponse[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final VpgSubStatusResponse NONE
public static final VpgSubStatusResponse INITIAL_SYNC
public static final VpgSubStatusResponse CREATING
public static final VpgSubStatusResponse VOLUME_INITIAL_SYNC
public static final VpgSubStatusResponse SYNC
public static final VpgSubStatusResponse RECOVERY_POSSIBLE
public static final VpgSubStatusResponse DELTA_SYNC
public static final VpgSubStatusResponse NEEDS_CONFIGURATION
public static final VpgSubStatusResponse ERROR
public static final VpgSubStatusResponse EMPTY_PROTECTION_GROUP
public static final VpgSubStatusResponse DISCONNECTED_FROM_PEER_NO_RECOVERY_POINTS
public static final VpgSubStatusResponse FULL_SYNC
public static final VpgSubStatusResponse VOLUME_DELTA_SYNC
public static final VpgSubStatusResponse VOLUME_FULL_SYNC
public static final VpgSubStatusResponse FAILING_OVER_COMMITTING
public static final VpgSubStatusResponse FAILING_OVER_BEFORE_COMMIT
public static final VpgSubStatusResponse FAILING_OVER_ROLLING_BACK
public static final VpgSubStatusResponse PROMOTING
public static final VpgSubStatusResponse MOVING_COMMITTING
public static final VpgSubStatusResponse MOVING_BEFORE_COMMIT
public static final VpgSubStatusResponse MOVING_ROLLING_BACK
public static final VpgSubStatusResponse DELETING
public static final VpgSubStatusResponse PENDING_REMOVE
public static final VpgSubStatusResponse BITMAP_SYNC
public static final VpgSubStatusResponse DISCONNECTED_FROM_PEER
public static final VpgSubStatusResponse REPLICATION_PAUSED_USER_INITIATED
public static final VpgSubStatusResponse REPLICATION_PAUSED_SYSTEM_INITIATED
public static final VpgSubStatusResponse RECOVERY_STORAGE_PROFILE_ERROR
public static final VpgSubStatusResponse BACKUP
public static final VpgSubStatusResponse ROLLING_BACK
public static final VpgSubStatusResponse RECOVERY_STORAGE_ERROR
public static final VpgSubStatusResponse JOURNAL_STORAGE_ERROR
public static final VpgSubStatusResponse VM_NOT_PROTECTED_ERROR
public static final VpgSubStatusResponse JOURNAL_OR_RECOVERY_MISSING_ERROR
public static final VpgSubStatusResponse ADDED_VMS_IN_INITIAL_SYNC
public static final VpgSubStatusResponse REPLICATION_PAUSED_FOR_MISSING_VOLUME
public static final VpgSubStatusResponse STOPPING_FOT_FAILURE
public static final VpgSubStatusResponse ROLLING_BACK_FAILOVER_LIVE_FAILURE
public static final VpgSubStatusResponse ROLLING_BACK_MOVE_FAILURE
public static final VpgSubStatusResponse SPLITTING_COMMITTING
public static final VpgSubStatusResponse PREPARE_PRESEED
public static final VpgSubStatusResponse UNKNOWN
public static VpgSubStatusResponse[] values()
for (VpgSubStatusResponse c : VpgSubStatusResponse.values()) System.out.println(c);
public static VpgSubStatusResponse 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 © 2020 iland Internet Solutions, Corp. All rights reserved.