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 LookupQosMinimumBandwidthRule in the Go SDK.

public static class GetQosMinimumBandwidthRule {
    public static Task<GetQosMinimumBandwidthRuleResult> InvokeAsync(GetQosMinimumBandwidthRuleArgs args, InvokeOptions? opts = null)
}

The following arguments are supported:

QosPolicyId string

The QoS policy reference.

Direction string
MinKbps 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 region argument of the provider is used.

QosPolicyId string

The QoS policy reference.

Direction string
MinKbps 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 region argument of the provider is used.

qosPolicyId string

The QoS policy reference.

direction string
minKbps 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 region argument of the provider is used.

qos_policy_id str

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 region argument of the provider is used.

GetQosMinimumBandwidthRule Result

The following output properties are available:

Direction string
Id string

The provider-assigned unique ID for this managed resource.

MinKbps int

See Argument Reference above.

QosPolicyId string

See Argument Reference above.

Region string

See Argument Reference above.

Direction string
Id string

The provider-assigned unique ID for this managed resource.

MinKbps int

See Argument Reference above.

QosPolicyId string

See Argument Reference above.

Region string

See Argument Reference above.

direction string
id string

The provider-assigned unique ID for this managed resource.

minKbps number

See Argument Reference above.

qosPolicyId string

See Argument Reference above.

region string

See Argument Reference above.

direction str
id str

The provider-assigned unique ID for this managed resource.

min_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.