public final class SyncMemberState extends ExpandableStringEnum<SyncMemberState>
Modifier and Type | Field and Description |
---|---|
static SyncMemberState |
DE_PROVISION_FAILED
Static value DeProvisionFailed for SyncMemberState.
|
static SyncMemberState |
DE_PROVISIONED
Static value DeProvisioned for SyncMemberState.
|
static SyncMemberState |
DE_PROVISIONING
Static value DeProvisioning for SyncMemberState.
|
static SyncMemberState |
DISABLED_BACKUP_RESTORE
Static value DisabledBackupRestore for SyncMemberState.
|
static SyncMemberState |
DISABLED_TOMBSTONE_CLEANUP
Static value DisabledTombstoneCleanup for SyncMemberState.
|
static SyncMemberState |
PROVISION_FAILED
Static value ProvisionFailed for SyncMemberState.
|
static SyncMemberState |
PROVISIONED
Static value Provisioned for SyncMemberState.
|
static SyncMemberState |
PROVISIONING
Static value Provisioning for SyncMemberState.
|
static SyncMemberState |
REPROVISION_FAILED
Static value ReprovisionFailed for SyncMemberState.
|
static SyncMemberState |
REPROVISIONING
Static value Reprovisioning for SyncMemberState.
|
static SyncMemberState |
SYNC_CANCELLED
Static value SyncCancelled for SyncMemberState.
|
static SyncMemberState |
SYNC_CANCELLING
Static value SyncCancelling for SyncMemberState.
|
static SyncMemberState |
SYNC_FAILED
Static value SyncFailed for SyncMemberState.
|
static SyncMemberState |
SYNC_IN_PROGRESS
Static value SyncInProgress for SyncMemberState.
|
static SyncMemberState |
SYNC_SUCCEEDED
Static value SyncSucceeded for SyncMemberState.
|
static SyncMemberState |
SYNC_SUCCEEDED_WITH_WARNINGS
Static value SyncSucceededWithWarnings for SyncMemberState.
|
static SyncMemberState |
UN_PROVISIONED
Static value UnProvisioned for SyncMemberState.
|
static SyncMemberState |
UN_REPROVISIONED
Static value UnReprovisioned for SyncMemberState.
|
Constructor and Description |
---|
SyncMemberState() |
Modifier and Type | Method and Description |
---|---|
static SyncMemberState |
fromString(String name)
Creates or finds a SyncMemberState from its string representation.
|
static Collection<SyncMemberState> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final SyncMemberState SYNC_IN_PROGRESS
public static final SyncMemberState SYNC_SUCCEEDED
public static final SyncMemberState SYNC_FAILED
public static final SyncMemberState DISABLED_TOMBSTONE_CLEANUP
public static final SyncMemberState DISABLED_BACKUP_RESTORE
public static final SyncMemberState SYNC_SUCCEEDED_WITH_WARNINGS
public static final SyncMemberState SYNC_CANCELLING
public static final SyncMemberState SYNC_CANCELLED
public static final SyncMemberState UN_PROVISIONED
public static final SyncMemberState PROVISIONING
public static final SyncMemberState PROVISIONED
public static final SyncMemberState PROVISION_FAILED
public static final SyncMemberState DE_PROVISIONING
public static final SyncMemberState DE_PROVISIONED
public static final SyncMemberState DE_PROVISION_FAILED
public static final SyncMemberState REPROVISIONING
public static final SyncMemberState REPROVISION_FAILED
public static final SyncMemberState UN_REPROVISIONED
public static SyncMemberState fromString(String name)
name
- a name to look forpublic static Collection<SyncMemberState> values()
Copyright © 2019. All rights reserved.