GetQosBandwidthLimitRule

Use this data source to get the ID of an available OpenStack QoS bandwidth limit rule.

Using GetQosBandwidthLimitRule

function getQosBandwidthLimitRule(args: GetQosBandwidthLimitRuleArgs, opts?: InvokeOptions): Promise<GetQosBandwidthLimitRuleResult>
function  get_qos_bandwidth_limit_rule(max_burst_kbps=None, max_kbps=None, qos_policy_id=None, region=None, opts=None)
func LookupQosBandwidthLimitRule(ctx *Context, args *LookupQosBandwidthLimitRuleArgs, opts ...InvokeOption) (*LookupQosBandwidthLimitRuleResult, error)

Note: This function is named LookupQosBandwidthLimitRule in the Go SDK.

public static class GetQosBandwidthLimitRule {
    public static Task<GetQosBandwidthLimitRuleResult> InvokeAsync(GetQosBandwidthLimitRuleArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

QosPolicyId string

The QoS policy reference.

MaxBurstKbps int

The maximum burst size in kilobits of a QoS bandwidth limit rule.

MaxKbps int

The maximum kilobits per second of a QoS bandwidth limit rule.

Region string

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.

QosPolicyId string

The QoS policy reference.

MaxBurstKbps int

The maximum burst size in kilobits of a QoS bandwidth limit rule.

MaxKbps int

The maximum kilobits per second of a QoS bandwidth limit rule.

Region string

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.

qosPolicyId string

The QoS policy reference.

maxBurstKbps number

The maximum burst size in kilobits of a QoS bandwidth limit rule.

maxKbps number

The maximum kilobits per second of a QoS bandwidth limit rule.

region string

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.

qos_policy_id str

The QoS policy reference.

max_burst_kbps float

The maximum burst size in kilobits of a QoS bandwidth limit rule.

max_kbps float

The maximum kilobits per second of a QoS bandwidth limit rule.

region str

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.

GetQosBandwidthLimitRule Result

The following output properties are available:

Direction string

See Argument Reference above.

Id string

The provider-assigned unique ID for this managed resource.

MaxBurstKbps int

See Argument Reference above.

MaxKbps int

See Argument Reference above.

QosPolicyId string

See Argument Reference above.

Region string

See Argument Reference above.

Direction string

See Argument Reference above.

Id string

The provider-assigned unique ID for this managed resource.

MaxBurstKbps int

See Argument Reference above.

MaxKbps int

See Argument Reference above.

QosPolicyId string

See Argument Reference above.

Region string

See Argument Reference above.

direction string

See Argument Reference above.

id string

The provider-assigned unique ID for this managed resource.

maxBurstKbps number

See Argument Reference above.

maxKbps number

See Argument Reference above.

qosPolicyId string

See Argument Reference above.

region string

See Argument Reference above.

direction str

See Argument Reference above.

id str

The provider-assigned unique ID for this managed resource.

max_burst_kbps float

See Argument Reference above.

max_kbps float

See Argument Reference above.

qos_policy_id str

See Argument Reference above.

region str

See Argument Reference above.

Package Details

Repository
https://github.com/pulumi/pulumi-openstack
License
Apache-2.0
Notes
This Pulumi package is based on the openstack Terraform Provider.