RosQosCarProps
Properties for defining a RosQosCar
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-qoscar
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksag"
&alicloudroscdksag.RosQosCarProps {
LimitType: interface{},
Priority: interface{},
QosId: interface{},
Description: interface{},
MaxBandwidthAbs: interface{},
MaxBandwidthPercent: interface{},
MinBandwidthAbs: interface{},
MinBandwidthPercent: interface{},
Name: interface{},
PercentSourceType: interface{},
}
Properties
Name | Type | Description |
---|---|---|
LimitType |
interface{} |
No description. |
Priority |
interface{} |
No description. |
QosId |
interface{} |
No description. |
Description |
interface{} |
No description. |
MaxBandwidthAbs |
interface{} |
No description. |
MaxBandwidthPercent |
interface{} |
No description. |
MinBandwidthAbs |
interface{} |
No description. |
MinBandwidthPercent |
interface{} |
No description. |
Name |
interface{} |
No description. |
PercentSourceType |
interface{} |
No description. |
LimitType
Required
LimitType interface{}
- Type: interface{}
Priority
Required
Priority interface{}
- Type: interface{}
QosId
Required
QosId interface{}
- Type: interface{}
Description
Optional
Description interface{}
- Type: interface{}
MaxBandwidthAbs
Optional
MaxBandwidthAbs interface{}
- Type: interface{}
MaxBandwidthPercent
Optional
MaxBandwidthPercent interface{}
- Type: interface{}
MinBandwidthAbs
Optional
MinBandwidthAbs interface{}
- Type: interface{}
MinBandwidthPercent
Optional
MinBandwidthPercent interface{}
- Type: interface{}
Name
Optional
Name interface{}
- Type: interface{}
PercentSourceType
Optional
PercentSourceType interface{}
- Type: interface{}