Class QosCarArgs
Inherited Members
Namespace: Pulumi.AliCloud.RocketMQ
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class QosCarArgs : ResourceArgs
Constructors
View SourceQosCarArgs()
Declaration
public QosCarArgs()
Properties
View SourceDescription
The description of the QoS speed limiting rule.
Declaration
public Input<string> Description { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
LimitType
The speed limiting method. Valid values: Absolute, Percent.
Declaration
public Input<string> LimitType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MaxBandwidthAbs
The maximum bandwidth allowed for the stream specified in the quintuple rule. This parameter is required when the value of the LimitType is Absolute.
Declaration
public Input<int> MaxBandwidthAbs { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MaxBandwidthPercent
The maximum bandwidth percentage allowed for the stream specified in the quintuple rule. It is based on the maximum upstream bandwidth you set for the associated Smart Access Gateway (SAG) instance.This parameter is required when the value of the LimitType parameter is Percent.
Declaration
public Input<int> MaxBandwidthPercent { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MinBandwidthAbs
The minimum bandwidth allowed for the stream specified in the quintuple rule. This parameter is required when the value of the LimitType parameter is Absolute.
Declaration
public Input<int> MinBandwidthAbs { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MinBandwidthPercent
The minimum bandwidth percentage allowed for the stream specified in the quintuple rule. It is based on the maximum upstream bandwidth you set for the associated SAG instance.This parameter is required when the value of the LimitType parameter is Percent.
Declaration
public Input<int> MinBandwidthPercent { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
Name
The name of the QoS speed limiting rule..
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
PercentSourceType
The bandwidth type when the speed is limited based on percentage. Valid values: CcnBandwidth, InternetUpBandwidth.The default value is InternetUpBandwidth.
Declaration
public Input<string> PercentSourceType { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Priority
The priority of the specified stream.
Declaration
public Input<int> Priority { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
QosId
The instance ID of the QoS.
Declaration
public Input<string> QosId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |