alicloud.maxcompute.Quota
Explore with Pulumi AI
Import
Max Compute Quota can be imported using the id, e.g.
$ pulumi import alicloud:maxcompute/quota:Quota example <id>
Create Quota Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Quota(name: string, args: QuotaArgs, opts?: CustomResourceOptions);
@overload
def Quota(resource_name: str,
args: QuotaArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Quota(resource_name: str,
opts: Optional[ResourceOptions] = None,
commodity_code: Optional[str] = None,
payment_type: Optional[str] = None,
commodity_data: Optional[str] = None,
part_nick_name: Optional[str] = None,
sub_quota_info_lists: Optional[Sequence[QuotaSubQuotaInfoListArgs]] = None)
func NewQuota(ctx *Context, name string, args QuotaArgs, opts ...ResourceOption) (*Quota, error)
public Quota(string name, QuotaArgs args, CustomResourceOptions? opts = null)
type: alicloud:maxcompute:Quota
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args QuotaArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args QuotaArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args QuotaArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args QuotaArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args QuotaArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var quotaResource = new AliCloud.MaxCompute.Quota("quotaResource", new()
{
CommodityCode = "string",
PaymentType = "string",
CommodityData = "string",
PartNickName = "string",
SubQuotaInfoLists = new[]
{
new AliCloud.MaxCompute.Inputs.QuotaSubQuotaInfoListArgs
{
NickName = "string",
Parameter = new AliCloud.MaxCompute.Inputs.QuotaSubQuotaInfoListParameterArgs
{
MaxCu = 0,
MinCu = 0,
EnablePriority = false,
ForceReservedMin = false,
SchedulerType = "string",
SingleJobCuLimit = 0,
},
Type = "string",
},
},
});
example, err := maxcompute.NewQuota(ctx, "quotaResource", &maxcompute.QuotaArgs{
CommodityCode: pulumi.String("string"),
PaymentType: pulumi.String("string"),
CommodityData: pulumi.String("string"),
PartNickName: pulumi.String("string"),
SubQuotaInfoLists: maxcompute.QuotaSubQuotaInfoListArray{
&maxcompute.QuotaSubQuotaInfoListArgs{
NickName: pulumi.String("string"),
Parameter: &maxcompute.QuotaSubQuotaInfoListParameterArgs{
MaxCu: pulumi.Int(0),
MinCu: pulumi.Int(0),
EnablePriority: pulumi.Bool(false),
ForceReservedMin: pulumi.Bool(false),
SchedulerType: pulumi.String("string"),
SingleJobCuLimit: pulumi.Int(0),
},
Type: pulumi.String("string"),
},
},
})
var quotaResource = new Quota("quotaResource", QuotaArgs.builder()
.commodityCode("string")
.paymentType("string")
.commodityData("string")
.partNickName("string")
.subQuotaInfoLists(QuotaSubQuotaInfoListArgs.builder()
.nickName("string")
.parameter(QuotaSubQuotaInfoListParameterArgs.builder()
.maxCu(0)
.minCu(0)
.enablePriority(false)
.forceReservedMin(false)
.schedulerType("string")
.singleJobCuLimit(0)
.build())
.type("string")
.build())
.build());
quota_resource = alicloud.maxcompute.Quota("quotaResource",
commodity_code="string",
payment_type="string",
commodity_data="string",
part_nick_name="string",
sub_quota_info_lists=[{
"nick_name": "string",
"parameter": {
"max_cu": 0,
"min_cu": 0,
"enable_priority": False,
"force_reserved_min": False,
"scheduler_type": "string",
"single_job_cu_limit": 0,
},
"type": "string",
}])
const quotaResource = new alicloud.maxcompute.Quota("quotaResource", {
commodityCode: "string",
paymentType: "string",
commodityData: "string",
partNickName: "string",
subQuotaInfoLists: [{
nickName: "string",
parameter: {
maxCu: 0,
minCu: 0,
enablePriority: false,
forceReservedMin: false,
schedulerType: "string",
singleJobCuLimit: 0,
},
type: "string",
}],
});
type: alicloud:maxcompute:Quota
properties:
commodityCode: string
commodityData: string
partNickName: string
paymentType: string
subQuotaInfoLists:
- nickName: string
parameter:
enablePriority: false
forceReservedMin: false
maxCu: 0
minCu: 0
schedulerType: string
singleJobCuLimit: 0
type: string
Quota Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Quota resource accepts the following input properties:
- Commodity
Code string - Valid values: odps_intl/odpsplus_intl/odps/odpsplus
- NOTE:* --odps_intl: International Station standard post-payment -- odpsplus_intl: International Station standard pre-payment -- odps: China Station standard post-payment -- odpsplus: China Station standard pre-payment
- Payment
Type string Payment type. Valid values: Subscription/PayAsYouGo
NOTE: -- PayAsYouGo only needs to be opened once per region
- Commodity
Data string - Define quota rules when creating quotas, for example:{"CU":50,"ord_time":"1:Month","autoRenew":false}. CU (minimum quota resource size is 50) ord_time 1:Month/Year (1 means quantity: Month/Year is the unit) autoRenew (whether to enable automatic renewal) If PaymentType is PayAsYouGo, you do not need to fill in
- Part
Nick stringName Quota partial nickname, supports English letters and numbers, up to 24 characters
NOTE: If PaymentType is PayAsYouGo, you do not need to fill it in
- Sub
Quota List<Pulumi.Info Lists Ali Cloud. Max Compute. Inputs. Quota Sub Quota Info List> Secondary Quota list
NOTE: -- Add: If the configuration contains a second-level Quota that does not exist, a second-level Quota is added. -- Delete: If the configuration does not contain the existing secondary Quota, it will be deleted. -- Modify: If the configuration is inconsistent with the existing secondary Quota configuration parameters, the secondary Quota configuration will be updated. -- The default secondary Quota must be configured and cannot be deleted. See
sub_quota_info_list
below.
- Commodity
Code string - Valid values: odps_intl/odpsplus_intl/odps/odpsplus
- NOTE:* --odps_intl: International Station standard post-payment -- odpsplus_intl: International Station standard pre-payment -- odps: China Station standard post-payment -- odpsplus: China Station standard pre-payment
- Payment
Type string Payment type. Valid values: Subscription/PayAsYouGo
NOTE: -- PayAsYouGo only needs to be opened once per region
- Commodity
Data string - Define quota rules when creating quotas, for example:{"CU":50,"ord_time":"1:Month","autoRenew":false}. CU (minimum quota resource size is 50) ord_time 1:Month/Year (1 means quantity: Month/Year is the unit) autoRenew (whether to enable automatic renewal) If PaymentType is PayAsYouGo, you do not need to fill in
- Part
Nick stringName Quota partial nickname, supports English letters and numbers, up to 24 characters
NOTE: If PaymentType is PayAsYouGo, you do not need to fill it in
- Sub
Quota []QuotaInfo Lists Sub Quota Info List Args Secondary Quota list
NOTE: -- Add: If the configuration contains a second-level Quota that does not exist, a second-level Quota is added. -- Delete: If the configuration does not contain the existing secondary Quota, it will be deleted. -- Modify: If the configuration is inconsistent with the existing secondary Quota configuration parameters, the secondary Quota configuration will be updated. -- The default secondary Quota must be configured and cannot be deleted. See
sub_quota_info_list
below.
- commodity
Code String - Valid values: odps_intl/odpsplus_intl/odps/odpsplus
- NOTE:* --odps_intl: International Station standard post-payment -- odpsplus_intl: International Station standard pre-payment -- odps: China Station standard post-payment -- odpsplus: China Station standard pre-payment
- payment
Type String Payment type. Valid values: Subscription/PayAsYouGo
NOTE: -- PayAsYouGo only needs to be opened once per region
- commodity
Data String - Define quota rules when creating quotas, for example:{"CU":50,"ord_time":"1:Month","autoRenew":false}. CU (minimum quota resource size is 50) ord_time 1:Month/Year (1 means quantity: Month/Year is the unit) autoRenew (whether to enable automatic renewal) If PaymentType is PayAsYouGo, you do not need to fill in
- part
Nick StringName Quota partial nickname, supports English letters and numbers, up to 24 characters
NOTE: If PaymentType is PayAsYouGo, you do not need to fill it in
- sub
Quota List<QuotaInfo Lists Sub Quota Info List> Secondary Quota list
NOTE: -- Add: If the configuration contains a second-level Quota that does not exist, a second-level Quota is added. -- Delete: If the configuration does not contain the existing secondary Quota, it will be deleted. -- Modify: If the configuration is inconsistent with the existing secondary Quota configuration parameters, the secondary Quota configuration will be updated. -- The default secondary Quota must be configured and cannot be deleted. See
sub_quota_info_list
below.
- commodity
Code string - Valid values: odps_intl/odpsplus_intl/odps/odpsplus
- NOTE:* --odps_intl: International Station standard post-payment -- odpsplus_intl: International Station standard pre-payment -- odps: China Station standard post-payment -- odpsplus: China Station standard pre-payment
- payment
Type string Payment type. Valid values: Subscription/PayAsYouGo
NOTE: -- PayAsYouGo only needs to be opened once per region
- commodity
Data string - Define quota rules when creating quotas, for example:{"CU":50,"ord_time":"1:Month","autoRenew":false}. CU (minimum quota resource size is 50) ord_time 1:Month/Year (1 means quantity: Month/Year is the unit) autoRenew (whether to enable automatic renewal) If PaymentType is PayAsYouGo, you do not need to fill in
- part
Nick stringName Quota partial nickname, supports English letters and numbers, up to 24 characters
NOTE: If PaymentType is PayAsYouGo, you do not need to fill it in
- sub
Quota QuotaInfo Lists Sub Quota Info List[] Secondary Quota list
NOTE: -- Add: If the configuration contains a second-level Quota that does not exist, a second-level Quota is added. -- Delete: If the configuration does not contain the existing secondary Quota, it will be deleted. -- Modify: If the configuration is inconsistent with the existing secondary Quota configuration parameters, the secondary Quota configuration will be updated. -- The default secondary Quota must be configured and cannot be deleted. See
sub_quota_info_list
below.
- commodity_
code str - Valid values: odps_intl/odpsplus_intl/odps/odpsplus
- NOTE:* --odps_intl: International Station standard post-payment -- odpsplus_intl: International Station standard pre-payment -- odps: China Station standard post-payment -- odpsplus: China Station standard pre-payment
- payment_
type str Payment type. Valid values: Subscription/PayAsYouGo
NOTE: -- PayAsYouGo only needs to be opened once per region
- commodity_
data str - Define quota rules when creating quotas, for example:{"CU":50,"ord_time":"1:Month","autoRenew":false}. CU (minimum quota resource size is 50) ord_time 1:Month/Year (1 means quantity: Month/Year is the unit) autoRenew (whether to enable automatic renewal) If PaymentType is PayAsYouGo, you do not need to fill in
- part_
nick_ strname Quota partial nickname, supports English letters and numbers, up to 24 characters
NOTE: If PaymentType is PayAsYouGo, you do not need to fill it in
- sub_
quota_ Sequence[Quotainfo_ lists Sub Quota Info List Args] Secondary Quota list
NOTE: -- Add: If the configuration contains a second-level Quota that does not exist, a second-level Quota is added. -- Delete: If the configuration does not contain the existing secondary Quota, it will be deleted. -- Modify: If the configuration is inconsistent with the existing secondary Quota configuration parameters, the secondary Quota configuration will be updated. -- The default secondary Quota must be configured and cannot be deleted. See
sub_quota_info_list
below.
- commodity
Code String - Valid values: odps_intl/odpsplus_intl/odps/odpsplus
- NOTE:* --odps_intl: International Station standard post-payment -- odpsplus_intl: International Station standard pre-payment -- odps: China Station standard post-payment -- odpsplus: China Station standard pre-payment
- payment
Type String Payment type. Valid values: Subscription/PayAsYouGo
NOTE: -- PayAsYouGo only needs to be opened once per region
- commodity
Data String - Define quota rules when creating quotas, for example:{"CU":50,"ord_time":"1:Month","autoRenew":false}. CU (minimum quota resource size is 50) ord_time 1:Month/Year (1 means quantity: Month/Year is the unit) autoRenew (whether to enable automatic renewal) If PaymentType is PayAsYouGo, you do not need to fill in
- part
Nick StringName Quota partial nickname, supports English letters and numbers, up to 24 characters
NOTE: If PaymentType is PayAsYouGo, you do not need to fill it in
- sub
Quota List<Property Map>Info Lists Secondary Quota list
NOTE: -- Add: If the configuration contains a second-level Quota that does not exist, a second-level Quota is added. -- Delete: If the configuration does not contain the existing secondary Quota, it will be deleted. -- Modify: If the configuration is inconsistent with the existing secondary Quota configuration parameters, the secondary Quota configuration will be updated. -- The default secondary Quota must be configured and cannot be deleted. See
sub_quota_info_list
below.
Outputs
All input properties are implicitly available as output properties. Additionally, the Quota resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing Quota Resource
Get an existing Quota resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: QuotaState, opts?: CustomResourceOptions): Quota
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
commodity_code: Optional[str] = None,
commodity_data: Optional[str] = None,
part_nick_name: Optional[str] = None,
payment_type: Optional[str] = None,
sub_quota_info_lists: Optional[Sequence[QuotaSubQuotaInfoListArgs]] = None) -> Quota
func GetQuota(ctx *Context, name string, id IDInput, state *QuotaState, opts ...ResourceOption) (*Quota, error)
public static Quota Get(string name, Input<string> id, QuotaState? state, CustomResourceOptions? opts = null)
public static Quota get(String name, Output<String> id, QuotaState state, CustomResourceOptions options)
resources: _: type: alicloud:maxcompute:Quota get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Commodity
Code string - Valid values: odps_intl/odpsplus_intl/odps/odpsplus
- NOTE:* --odps_intl: International Station standard post-payment -- odpsplus_intl: International Station standard pre-payment -- odps: China Station standard post-payment -- odpsplus: China Station standard pre-payment
- Commodity
Data string - Define quota rules when creating quotas, for example:{"CU":50,"ord_time":"1:Month","autoRenew":false}. CU (minimum quota resource size is 50) ord_time 1:Month/Year (1 means quantity: Month/Year is the unit) autoRenew (whether to enable automatic renewal) If PaymentType is PayAsYouGo, you do not need to fill in
- Part
Nick stringName Quota partial nickname, supports English letters and numbers, up to 24 characters
NOTE: If PaymentType is PayAsYouGo, you do not need to fill it in
- Payment
Type string Payment type. Valid values: Subscription/PayAsYouGo
NOTE: -- PayAsYouGo only needs to be opened once per region
- Sub
Quota List<Pulumi.Info Lists Ali Cloud. Max Compute. Inputs. Quota Sub Quota Info List> Secondary Quota list
NOTE: -- Add: If the configuration contains a second-level Quota that does not exist, a second-level Quota is added. -- Delete: If the configuration does not contain the existing secondary Quota, it will be deleted. -- Modify: If the configuration is inconsistent with the existing secondary Quota configuration parameters, the secondary Quota configuration will be updated. -- The default secondary Quota must be configured and cannot be deleted. See
sub_quota_info_list
below.
- Commodity
Code string - Valid values: odps_intl/odpsplus_intl/odps/odpsplus
- NOTE:* --odps_intl: International Station standard post-payment -- odpsplus_intl: International Station standard pre-payment -- odps: China Station standard post-payment -- odpsplus: China Station standard pre-payment
- Commodity
Data string - Define quota rules when creating quotas, for example:{"CU":50,"ord_time":"1:Month","autoRenew":false}. CU (minimum quota resource size is 50) ord_time 1:Month/Year (1 means quantity: Month/Year is the unit) autoRenew (whether to enable automatic renewal) If PaymentType is PayAsYouGo, you do not need to fill in
- Part
Nick stringName Quota partial nickname, supports English letters and numbers, up to 24 characters
NOTE: If PaymentType is PayAsYouGo, you do not need to fill it in
- Payment
Type string Payment type. Valid values: Subscription/PayAsYouGo
NOTE: -- PayAsYouGo only needs to be opened once per region
- Sub
Quota []QuotaInfo Lists Sub Quota Info List Args Secondary Quota list
NOTE: -- Add: If the configuration contains a second-level Quota that does not exist, a second-level Quota is added. -- Delete: If the configuration does not contain the existing secondary Quota, it will be deleted. -- Modify: If the configuration is inconsistent with the existing secondary Quota configuration parameters, the secondary Quota configuration will be updated. -- The default secondary Quota must be configured and cannot be deleted. See
sub_quota_info_list
below.
- commodity
Code String - Valid values: odps_intl/odpsplus_intl/odps/odpsplus
- NOTE:* --odps_intl: International Station standard post-payment -- odpsplus_intl: International Station standard pre-payment -- odps: China Station standard post-payment -- odpsplus: China Station standard pre-payment
- commodity
Data String - Define quota rules when creating quotas, for example:{"CU":50,"ord_time":"1:Month","autoRenew":false}. CU (minimum quota resource size is 50) ord_time 1:Month/Year (1 means quantity: Month/Year is the unit) autoRenew (whether to enable automatic renewal) If PaymentType is PayAsYouGo, you do not need to fill in
- part
Nick StringName Quota partial nickname, supports English letters and numbers, up to 24 characters
NOTE: If PaymentType is PayAsYouGo, you do not need to fill it in
- payment
Type String Payment type. Valid values: Subscription/PayAsYouGo
NOTE: -- PayAsYouGo only needs to be opened once per region
- sub
Quota List<QuotaInfo Lists Sub Quota Info List> Secondary Quota list
NOTE: -- Add: If the configuration contains a second-level Quota that does not exist, a second-level Quota is added. -- Delete: If the configuration does not contain the existing secondary Quota, it will be deleted. -- Modify: If the configuration is inconsistent with the existing secondary Quota configuration parameters, the secondary Quota configuration will be updated. -- The default secondary Quota must be configured and cannot be deleted. See
sub_quota_info_list
below.
- commodity
Code string - Valid values: odps_intl/odpsplus_intl/odps/odpsplus
- NOTE:* --odps_intl: International Station standard post-payment -- odpsplus_intl: International Station standard pre-payment -- odps: China Station standard post-payment -- odpsplus: China Station standard pre-payment
- commodity
Data string - Define quota rules when creating quotas, for example:{"CU":50,"ord_time":"1:Month","autoRenew":false}. CU (minimum quota resource size is 50) ord_time 1:Month/Year (1 means quantity: Month/Year is the unit) autoRenew (whether to enable automatic renewal) If PaymentType is PayAsYouGo, you do not need to fill in
- part
Nick stringName Quota partial nickname, supports English letters and numbers, up to 24 characters
NOTE: If PaymentType is PayAsYouGo, you do not need to fill it in
- payment
Type string Payment type. Valid values: Subscription/PayAsYouGo
NOTE: -- PayAsYouGo only needs to be opened once per region
- sub
Quota QuotaInfo Lists Sub Quota Info List[] Secondary Quota list
NOTE: -- Add: If the configuration contains a second-level Quota that does not exist, a second-level Quota is added. -- Delete: If the configuration does not contain the existing secondary Quota, it will be deleted. -- Modify: If the configuration is inconsistent with the existing secondary Quota configuration parameters, the secondary Quota configuration will be updated. -- The default secondary Quota must be configured and cannot be deleted. See
sub_quota_info_list
below.
- commodity_
code str - Valid values: odps_intl/odpsplus_intl/odps/odpsplus
- NOTE:* --odps_intl: International Station standard post-payment -- odpsplus_intl: International Station standard pre-payment -- odps: China Station standard post-payment -- odpsplus: China Station standard pre-payment
- commodity_
data str - Define quota rules when creating quotas, for example:{"CU":50,"ord_time":"1:Month","autoRenew":false}. CU (minimum quota resource size is 50) ord_time 1:Month/Year (1 means quantity: Month/Year is the unit) autoRenew (whether to enable automatic renewal) If PaymentType is PayAsYouGo, you do not need to fill in
- part_
nick_ strname Quota partial nickname, supports English letters and numbers, up to 24 characters
NOTE: If PaymentType is PayAsYouGo, you do not need to fill it in
- payment_
type str Payment type. Valid values: Subscription/PayAsYouGo
NOTE: -- PayAsYouGo only needs to be opened once per region
- sub_
quota_ Sequence[Quotainfo_ lists Sub Quota Info List Args] Secondary Quota list
NOTE: -- Add: If the configuration contains a second-level Quota that does not exist, a second-level Quota is added. -- Delete: If the configuration does not contain the existing secondary Quota, it will be deleted. -- Modify: If the configuration is inconsistent with the existing secondary Quota configuration parameters, the secondary Quota configuration will be updated. -- The default secondary Quota must be configured and cannot be deleted. See
sub_quota_info_list
below.
- commodity
Code String - Valid values: odps_intl/odpsplus_intl/odps/odpsplus
- NOTE:* --odps_intl: International Station standard post-payment -- odpsplus_intl: International Station standard pre-payment -- odps: China Station standard post-payment -- odpsplus: China Station standard pre-payment
- commodity
Data String - Define quota rules when creating quotas, for example:{"CU":50,"ord_time":"1:Month","autoRenew":false}. CU (minimum quota resource size is 50) ord_time 1:Month/Year (1 means quantity: Month/Year is the unit) autoRenew (whether to enable automatic renewal) If PaymentType is PayAsYouGo, you do not need to fill in
- part
Nick StringName Quota partial nickname, supports English letters and numbers, up to 24 characters
NOTE: If PaymentType is PayAsYouGo, you do not need to fill it in
- payment
Type String Payment type. Valid values: Subscription/PayAsYouGo
NOTE: -- PayAsYouGo only needs to be opened once per region
- sub
Quota List<Property Map>Info Lists Secondary Quota list
NOTE: -- Add: If the configuration contains a second-level Quota that does not exist, a second-level Quota is added. -- Delete: If the configuration does not contain the existing secondary Quota, it will be deleted. -- Modify: If the configuration is inconsistent with the existing secondary Quota configuration parameters, the secondary Quota configuration will be updated. -- The default secondary Quota must be configured and cannot be deleted. See
sub_quota_info_list
below.
Supporting Types
QuotaSubQuotaInfoList, QuotaSubQuotaInfoListArgs
- Nick
Name string Secondary Quota nickname.
NOTE: -- Subscription: If you enter partNickName, the first-level QuotaNickName created is os_partNickName_p. Each first-level Quota has a default second-level Quota whose QuotaNickName is os_partNickName . -- The first-level quotanicname created by PayAsYouGo is os_PayAsYouGoQuota_p by default, the second-level quotanicname is os_PayAsYouGoQuota
- Parameter
Pulumi.
Ali Cloud. Max Compute. Inputs. Quota Sub Quota Info List Parameter - Parameter See
parameter
below. - Type string
- The secondary Quota type. The default value is: FUXI_OFFLINE
- Nick
Name string Secondary Quota nickname.
NOTE: -- Subscription: If you enter partNickName, the first-level QuotaNickName created is os_partNickName_p. Each first-level Quota has a default second-level Quota whose QuotaNickName is os_partNickName . -- The first-level quotanicname created by PayAsYouGo is os_PayAsYouGoQuota_p by default, the second-level quotanicname is os_PayAsYouGoQuota
- Parameter
Quota
Sub Quota Info List Parameter - Parameter See
parameter
below. - Type string
- The secondary Quota type. The default value is: FUXI_OFFLINE
- nick
Name String Secondary Quota nickname.
NOTE: -- Subscription: If you enter partNickName, the first-level QuotaNickName created is os_partNickName_p. Each first-level Quota has a default second-level Quota whose QuotaNickName is os_partNickName . -- The first-level quotanicname created by PayAsYouGo is os_PayAsYouGoQuota_p by default, the second-level quotanicname is os_PayAsYouGoQuota
- parameter
Quota
Sub Quota Info List Parameter - Parameter See
parameter
below. - type String
- The secondary Quota type. The default value is: FUXI_OFFLINE
- nick
Name string Secondary Quota nickname.
NOTE: -- Subscription: If you enter partNickName, the first-level QuotaNickName created is os_partNickName_p. Each first-level Quota has a default second-level Quota whose QuotaNickName is os_partNickName . -- The first-level quotanicname created by PayAsYouGo is os_PayAsYouGoQuota_p by default, the second-level quotanicname is os_PayAsYouGoQuota
- parameter
Quota
Sub Quota Info List Parameter - Parameter See
parameter
below. - type string
- The secondary Quota type. The default value is: FUXI_OFFLINE
- nick_
name str Secondary Quota nickname.
NOTE: -- Subscription: If you enter partNickName, the first-level QuotaNickName created is os_partNickName_p. Each first-level Quota has a default second-level Quota whose QuotaNickName is os_partNickName . -- The first-level quotanicname created by PayAsYouGo is os_PayAsYouGoQuota_p by default, the second-level quotanicname is os_PayAsYouGoQuota
- parameter
Quota
Sub Quota Info List Parameter - Parameter See
parameter
below. - type str
- The secondary Quota type. The default value is: FUXI_OFFLINE
- nick
Name String Secondary Quota nickname.
NOTE: -- Subscription: If you enter partNickName, the first-level QuotaNickName created is os_partNickName_p. Each first-level Quota has a default second-level Quota whose QuotaNickName is os_partNickName . -- The first-level quotanicname created by PayAsYouGo is os_PayAsYouGoQuota_p by default, the second-level quotanicname is os_PayAsYouGoQuota
- parameter Property Map
- Parameter See
parameter
below. - type String
- The secondary Quota type. The default value is: FUXI_OFFLINE
QuotaSubQuotaInfoListParameter, QuotaSubQuotaInfoListParameterArgs
- Max
Cu int The value of maxCU in Reserved CUs.
NOTE: The value of maxCU must be less than or equal to the value of maxCU in the level-1 quota that you purchased.
- Min
Cu int The value of minCU in Reserved CUs.
NOTE: -- The total value of minCU in all the level-2 quotas is equal to the value of minCU in the level-1 quota. -- The value of minCU must be less than or equal to the value of maxCU in the level-2 quota and less than or equal to the value of minCU in the level-1 quota that you purchased.
- Enable
Priority bool - Enable priority. Valid values: true/false, default: false
- Force
Reserved boolMin - Exclusive or not. Valid values: true/false, default: false
- Scheduler
Type string - Scheduling policy. Valid values: Fifo/Fair, default: Fifo
- Single
Job intCu Limit Single job CU upper limit. Valid value: greater than or equal to 1
NOTE: -- If you want to not restrict SingleJobCuLimit, please make sure that this parameter is not included in the configuration at all. That is, do not configure SingleJobCuLimit to "null" or any other invalid value
- Max
Cu int The value of maxCU in Reserved CUs.
NOTE: The value of maxCU must be less than or equal to the value of maxCU in the level-1 quota that you purchased.
- Min
Cu int The value of minCU in Reserved CUs.
NOTE: -- The total value of minCU in all the level-2 quotas is equal to the value of minCU in the level-1 quota. -- The value of minCU must be less than or equal to the value of maxCU in the level-2 quota and less than or equal to the value of minCU in the level-1 quota that you purchased.
- Enable
Priority bool - Enable priority. Valid values: true/false, default: false
- Force
Reserved boolMin - Exclusive or not. Valid values: true/false, default: false
- Scheduler
Type string - Scheduling policy. Valid values: Fifo/Fair, default: Fifo
- Single
Job intCu Limit Single job CU upper limit. Valid value: greater than or equal to 1
NOTE: -- If you want to not restrict SingleJobCuLimit, please make sure that this parameter is not included in the configuration at all. That is, do not configure SingleJobCuLimit to "null" or any other invalid value
- max
Cu Integer The value of maxCU in Reserved CUs.
NOTE: The value of maxCU must be less than or equal to the value of maxCU in the level-1 quota that you purchased.
- min
Cu Integer The value of minCU in Reserved CUs.
NOTE: -- The total value of minCU in all the level-2 quotas is equal to the value of minCU in the level-1 quota. -- The value of minCU must be less than or equal to the value of maxCU in the level-2 quota and less than or equal to the value of minCU in the level-1 quota that you purchased.
- enable
Priority Boolean - Enable priority. Valid values: true/false, default: false
- force
Reserved BooleanMin - Exclusive or not. Valid values: true/false, default: false
- scheduler
Type String - Scheduling policy. Valid values: Fifo/Fair, default: Fifo
- single
Job IntegerCu Limit Single job CU upper limit. Valid value: greater than or equal to 1
NOTE: -- If you want to not restrict SingleJobCuLimit, please make sure that this parameter is not included in the configuration at all. That is, do not configure SingleJobCuLimit to "null" or any other invalid value
- max
Cu number The value of maxCU in Reserved CUs.
NOTE: The value of maxCU must be less than or equal to the value of maxCU in the level-1 quota that you purchased.
- min
Cu number The value of minCU in Reserved CUs.
NOTE: -- The total value of minCU in all the level-2 quotas is equal to the value of minCU in the level-1 quota. -- The value of minCU must be less than or equal to the value of maxCU in the level-2 quota and less than or equal to the value of minCU in the level-1 quota that you purchased.
- enable
Priority boolean - Enable priority. Valid values: true/false, default: false
- force
Reserved booleanMin - Exclusive or not. Valid values: true/false, default: false
- scheduler
Type string - Scheduling policy. Valid values: Fifo/Fair, default: Fifo
- single
Job numberCu Limit Single job CU upper limit. Valid value: greater than or equal to 1
NOTE: -- If you want to not restrict SingleJobCuLimit, please make sure that this parameter is not included in the configuration at all. That is, do not configure SingleJobCuLimit to "null" or any other invalid value
- max_
cu int The value of maxCU in Reserved CUs.
NOTE: The value of maxCU must be less than or equal to the value of maxCU in the level-1 quota that you purchased.
- min_
cu int The value of minCU in Reserved CUs.
NOTE: -- The total value of minCU in all the level-2 quotas is equal to the value of minCU in the level-1 quota. -- The value of minCU must be less than or equal to the value of maxCU in the level-2 quota and less than or equal to the value of minCU in the level-1 quota that you purchased.
- enable_
priority bool - Enable priority. Valid values: true/false, default: false
- force_
reserved_ boolmin - Exclusive or not. Valid values: true/false, default: false
- scheduler_
type str - Scheduling policy. Valid values: Fifo/Fair, default: Fifo
- single_
job_ intcu_ limit Single job CU upper limit. Valid value: greater than or equal to 1
NOTE: -- If you want to not restrict SingleJobCuLimit, please make sure that this parameter is not included in the configuration at all. That is, do not configure SingleJobCuLimit to "null" or any other invalid value
- max
Cu Number The value of maxCU in Reserved CUs.
NOTE: The value of maxCU must be less than or equal to the value of maxCU in the level-1 quota that you purchased.
- min
Cu Number The value of minCU in Reserved CUs.
NOTE: -- The total value of minCU in all the level-2 quotas is equal to the value of minCU in the level-1 quota. -- The value of minCU must be less than or equal to the value of maxCU in the level-2 quota and less than or equal to the value of minCU in the level-1 quota that you purchased.
- enable
Priority Boolean - Enable priority. Valid values: true/false, default: false
- force
Reserved BooleanMin - Exclusive or not. Valid values: true/false, default: false
- scheduler
Type String - Scheduling policy. Valid values: Fifo/Fair, default: Fifo
- single
Job NumberCu Limit Single job CU upper limit. Valid value: greater than or equal to 1
NOTE: -- If you want to not restrict SingleJobCuLimit, please make sure that this parameter is not included in the configuration at all. That is, do not configure SingleJobCuLimit to "null" or any other invalid value
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloud
Terraform Provider.