public static final class AlterResourceGroupRequest.Ranking extends Object
AlterResourceGroupRequest
parameter ranking.
If the resource group ranking is to be updated, this indicates the relative ranking among existing resource groups where this resource group will be placed.
| Modifier and Type | Field and Description |
|---|---|
static String |
AFTER
Place this resource group after the one specified by
adjoiningResourceGroup in the ordering |
static String |
BEFORE
Place this resource group before the one specified by
adjoiningResourceGroup in the ordering |
static String |
EMPTY_STRING
Don't change the ranking
|
static String |
FIRST
Make this resource group the new first one in the ordering
|
static String |
LAST
Make this resource group the new last one in the ordering
|
public static final String EMPTY_STRING
public static final String FIRST
public static final String LAST
public static final String BEFORE
adjoiningResourceGroup in the orderingpublic static final String AFTER
adjoiningResourceGroup in the orderingCopyright © 2025. All rights reserved.