GetQosMinimumBandwidthRule
Use this data source to get the ID of an available OpenStack QoS minimum bandwidth rule.
Using GetQosMinimumBandwidthRule
function getQosMinimumBandwidthRule(args: GetQosMinimumBandwidthRuleArgs, opts?: InvokeOptions): Promise<GetQosMinimumBandwidthRuleResult>function get_qos_minimum_bandwidth_rule(direction=None, min_kbps=None, qos_policy_id=None, region=None, opts=None)func LookupQosMinimumBandwidthRule(ctx *Context, args *LookupQosMinimumBandwidthRuleArgs, opts ...InvokeOption) (*LookupQosMinimumBandwidthRuleResult, error)Note: This function is named
LookupQosMinimumBandwidthRulein the Go SDK.
public static class GetQosMinimumBandwidthRule {
public static Task<GetQosMinimumBandwidthRuleResult> InvokeAsync(GetQosMinimumBandwidthRuleArgs args, InvokeOptions? opts = null)
}The following arguments are supported:
- Qos
Policy stringId The QoS policy reference.
- Direction string
- Min
Kbps int The value of a minimum kbps bandwidth.
- Region string
The region in which to obtain the V2 Networking client. A Networking client is needed to create a Neutron QoS minimum bandwidth rule. If omitted, the
regionargument of the provider is used.
- Qos
Policy stringId The QoS policy reference.
- Direction string
- Min
Kbps int The value of a minimum kbps bandwidth.
- Region string
The region in which to obtain the V2 Networking client. A Networking client is needed to create a Neutron QoS minimum bandwidth rule. If omitted, the
regionargument of the provider is used.
- qos
Policy stringId The QoS policy reference.
- direction string
- min
Kbps number The value of a minimum kbps bandwidth.
- region string
The region in which to obtain the V2 Networking client. A Networking client is needed to create a Neutron QoS minimum bandwidth rule. If omitted, the
regionargument of the provider is used.
- qos_
policy_ strid The QoS policy reference.
- direction str
- min_
kbps float The value of a minimum kbps bandwidth.
- region str
The region in which to obtain the V2 Networking client. A Networking client is needed to create a Neutron QoS minimum bandwidth rule. If omitted, the
regionargument of the provider is used.
GetQosMinimumBandwidthRule Result
The following output properties are available:
Package Details
- Repository
- https://github.com/pulumi/pulumi-openstack
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
openstackTerraform Provider.