SyncMemberState Class

public final class SyncMemberState
extends ExpandableStringEnum<SyncMemberState>

Sync state of the sync member.

Field Summary

Modifier and Type Field and Description
static final SyncMemberState DE_PROVISIONED

DeProvisioned.

static final SyncMemberState DE_PROVISIONING

DeProvisioning.

static final SyncMemberState DE_PROVISION_FAILED

DeProvisionFailed.

static final SyncMemberState DISABLED_BACKUP_RESTORE

DisabledBackupRestore.

static final SyncMemberState DISABLED_TOMBSTONE_CLEANUP

DisabledTombstoneCleanup.

static final SyncMemberState PROVISIONED

Provisioned.

static final SyncMemberState PROVISIONING

Provisioning.

static final SyncMemberState PROVISION_FAILED

ProvisionFailed.

static final SyncMemberState REPROVISIONING

Reprovisioning.

static final SyncMemberState REPROVISION_FAILED

ReprovisionFailed.

static final SyncMemberState SYNC_CANCELLED

SyncCancelled.

static final SyncMemberState SYNC_CANCELLING

SyncCancelling.

static final SyncMemberState SYNC_FAILED

SyncFailed.

static final SyncMemberState SYNC_IN_PROGRESS

SyncInProgress.

static final SyncMemberState SYNC_SUCCEEDED

SyncSucceeded.

static final SyncMemberState SYNC_SUCCEEDED_WITH_WARNINGS

SyncSucceededWithWarnings.

static final SyncMemberState UN_PROVISIONED

UnProvisioned.

static final SyncMemberState UN_REPROVISIONED

UnReprovisioned.

Constructor Summary

Constructor Description
SyncMemberState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SyncMemberState value.

Method Summary

Modifier and Type Method and Description
static SyncMemberState fromString(String name)

Creates or finds a SyncMemberState from its string representation.

static Collection<SyncMemberState> values()

Gets known SyncMemberState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DE_PROVISIONED

public static final SyncMemberState DE_PROVISIONED

DeProvisioned.

DE_PROVISIONING

public static final SyncMemberState DE_PROVISIONING

DeProvisioning.

DE_PROVISION_FAILED

public static final SyncMemberState DE_PROVISION_FAILED

DeProvisionFailed.

DISABLED_BACKUP_RESTORE

public static final SyncMemberState DISABLED_BACKUP_RESTORE

DisabledBackupRestore.

DISABLED_TOMBSTONE_CLEANUP

public static final SyncMemberState DISABLED_TOMBSTONE_CLEANUP

DisabledTombstoneCleanup.

PROVISIONED

public static final SyncMemberState PROVISIONED

Provisioned.

PROVISIONING

public static final SyncMemberState PROVISIONING

Provisioning.

PROVISION_FAILED

public static final SyncMemberState PROVISION_FAILED

ProvisionFailed.

REPROVISIONING

public static final SyncMemberState REPROVISIONING

Reprovisioning.

REPROVISION_FAILED

public static final SyncMemberState REPROVISION_FAILED

ReprovisionFailed.

SYNC_CANCELLED

public static final SyncMemberState SYNC_CANCELLED

SyncCancelled.

SYNC_CANCELLING

public static final SyncMemberState SYNC_CANCELLING

SyncCancelling.

SYNC_FAILED

public static final SyncMemberState SYNC_FAILED

SyncFailed.

SYNC_IN_PROGRESS

public static final SyncMemberState SYNC_IN_PROGRESS

SyncInProgress.

SYNC_SUCCEEDED

public static final SyncMemberState SYNC_SUCCEEDED

SyncSucceeded.

SYNC_SUCCEEDED_WITH_WARNINGS

public static final SyncMemberState SYNC_SUCCEEDED_WITH_WARNINGS

SyncSucceededWithWarnings.

UN_PROVISIONED

public static final SyncMemberState UN_PROVISIONED

UnProvisioned.

UN_REPROVISIONED

public static final SyncMemberState UN_REPROVISIONED

UnReprovisioned.

Constructor Details

SyncMemberState

@Deprecated
public SyncMemberState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of SyncMemberState value.

Method Details

fromString

public static SyncMemberState fromString(String name)

Creates or finds a SyncMemberState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding SyncMemberState.

values

public static Collection<SyncMemberState> values()

Gets known SyncMemberState values.

Returns:

known SyncMemberState values.

Applies to