public static final class CreateResourceGroupRequest.Ranking extends Object
CreateResourceGroupRequest
parameter ranking
.
Indicates the relative ranking among existing resource groups where this new 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 |
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 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.