Documentation ¶
Index ¶
- func CreateBandwidthLimitRule(t *testing.T, client *gophercloud.ServiceClient, policyID string) (*rules.BandwidthLimitRule, error)
- func CreateDSCPMarkingRule(t *testing.T, client *gophercloud.ServiceClient, policyID string) (*rules.DSCPMarkingRule, error)
- func CreateMinimumBandwidthRule(t *testing.T, client *gophercloud.ServiceClient, policyID string) (*rules.MinimumBandwidthRule, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateBandwidthLimitRule ¶
func CreateBandwidthLimitRule(t *testing.T, client *gophercloud.ServiceClient, policyID string) (*rules.BandwidthLimitRule, error)
CreateBandwidthLimitRule will create a QoS BandwidthLimitRule associated with the provided QoS policy. An error will be returned if the QoS rule could not be created.
func CreateDSCPMarkingRule ¶
func CreateDSCPMarkingRule(t *testing.T, client *gophercloud.ServiceClient, policyID string) (*rules.DSCPMarkingRule, error)
CreateDSCPMarkingRule will create a QoS DSCPMarkingRule associated with the provided QoS policy. An error will be returned if the QoS rule could not be created.
func CreateMinimumBandwidthRule ¶
func CreateMinimumBandwidthRule(t *testing.T, client *gophercloud.ServiceClient, policyID string) (*rules.MinimumBandwidthRule, error)
CreateMinimumBandwidthRule will create a QoS MinimumBandwidthRule associated with the provided QoS policy. An error will be returned if the QoS rule could not be created.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.