Show / Hide Table of Contents

Class QosCarState

Inheritance
System.Object
InputArgs
ResourceArgs
QosCarState
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.RocketMQ
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class QosCarState : ResourceArgs

Constructors

View Source

QosCarState()

Declaration
public QosCarState()

Properties

View Source

Description

The description of the QoS speed limiting rule.

Declaration
public Input<string> Description { get; set; }
Property Value
Type Description
Input<System.String>
View Source

LimitType

The speed limiting method. Valid values: Absolute, Percent.

Declaration
public Input<string> LimitType { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

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>
View Source

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>
View Source

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>
View Source

Name

The name of the QoS speed limiting rule..

Declaration
public Input<string> Name { get; set; }
Property Value
Type Description
Input<System.String>
View Source

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>
View Source

Priority

The priority of the specified stream.

Declaration
public Input<int> Priority { get; set; }
Property Value
Type Description
Input<System.Int32>
View Source

QosId

The instance ID of the QoS.

Declaration
public Input<string> QosId { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.