共用方式為


ProfileResourceState Class

public final class ProfileResourceState
extends ExpandableStringEnum<ProfileResourceState>

Resource status of the profile.

Field Summary

Modifier and Type Field and Description
static final ProfileResourceState ABORTING_MIGRATION

Static value AbortingMigration for ProfileResourceState.

static final ProfileResourceState ACTIVE

Static value Active for ProfileResourceState.

static final ProfileResourceState COMMITTING_MIGRATION

Static value CommittingMigration for ProfileResourceState.

static final ProfileResourceState CREATING

Static value Creating for ProfileResourceState.

static final ProfileResourceState DELETING

Static value Deleting for ProfileResourceState.

static final ProfileResourceState DISABLED

Static value Disabled for ProfileResourceState.

static final ProfileResourceState MIGRATED

Static value Migrated for ProfileResourceState.

static final ProfileResourceState MIGRATING

Static value Migrating for ProfileResourceState.

static final ProfileResourceState PENDING_MIGRATION_COMMIT

Static value PendingMigrationCommit for ProfileResourceState.

Constructor Summary

Constructor Description
ProfileResourceState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ProfileResourceState value.

Method Summary

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

Creates or finds a ProfileResourceState from its string representation.

static Collection<ProfileResourceState> values()

Gets known ProfileResourceState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ABORTING_MIGRATION

public static final ProfileResourceState ABORTING_MIGRATION

Static value AbortingMigration for ProfileResourceState.

ACTIVE

public static final ProfileResourceState ACTIVE

Static value Active for ProfileResourceState.

COMMITTING_MIGRATION

public static final ProfileResourceState COMMITTING_MIGRATION

Static value CommittingMigration for ProfileResourceState.

CREATING

public static final ProfileResourceState CREATING

Static value Creating for ProfileResourceState.

DELETING

public static final ProfileResourceState DELETING

Static value Deleting for ProfileResourceState.

DISABLED

public static final ProfileResourceState DISABLED

Static value Disabled for ProfileResourceState.

MIGRATED

public static final ProfileResourceState MIGRATED

Static value Migrated for ProfileResourceState.

MIGRATING

public static final ProfileResourceState MIGRATING

Static value Migrating for ProfileResourceState.

PENDING_MIGRATION_COMMIT

public static final ProfileResourceState PENDING_MIGRATION_COMMIT

Static value PendingMigrationCommit for ProfileResourceState.

Constructor Details

ProfileResourceState

@Deprecated
public ProfileResourceState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ProfileResourceState value.

Method Details

fromString

public static ProfileResourceState fromString(String name)

Creates or finds a ProfileResourceState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ProfileResourceState.

values

public static Collection values()

Gets known ProfileResourceState values.

Returns:

known ProfileResourceState values.

Applies to