Class QosBandwidthLimitRuleState
Inherited Members
Namespace: Pulumi.OpenStack.Networking
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class QosBandwidthLimitRuleState : ResourceArgs
Constructors
View SourceQosBandwidthLimitRuleState()
Declaration
public QosBandwidthLimitRuleState()
Properties
View SourceDirection
The direction of traffic. Defaults to "egress". Changing this updates the direction of the existing QoS bandwidth limit rule.
Declaration
public Input<string> Direction { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
MaxBurstKbps
The maximum burst size in kilobits of a QoS bandwidth limit rule. Changing this updates the maximum burst size in kilobits of the existing QoS bandwidth limit rule.
Declaration
public Input<int> MaxBurstKbps { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
MaxKbps
The maximum kilobits per second of a QoS bandwidth limit rule. Changing this updates the maximum kilobits per second of the existing QoS bandwidth limit rule.
Declaration
public Input<int> MaxKbps { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Int32> |
QosPolicyId
The QoS policy reference. Changing this creates a new QoS bandwidth limit rule.
Declaration
public Input<string> QosPolicyId { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Region
The region in which to obtain the V2 Networking client.
A Networking client is needed to create a Neutron QoS bandwidth limit rule. If omitted, the
region argument of the provider is used. Changing this creates a new QoS bandwidth limit rule.
Declaration
public Input<string> Region { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |