Skip to content

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.

LimitTypeRequired

LimitType interface{}
  • Type: interface{}

PriorityRequired

Priority interface{}
  • Type: interface{}

QosIdRequired

QosId interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

MaxBandwidthAbsOptional

MaxBandwidthAbs interface{}
  • Type: interface{}

MaxBandwidthPercentOptional

MaxBandwidthPercent interface{}
  • Type: interface{}

MinBandwidthAbsOptional

MinBandwidthAbs interface{}
  • Type: interface{}

MinBandwidthPercentOptional

MinBandwidthPercent interface{}
  • Type: interface{}

NameOptional

Name interface{}
  • Type: interface{}

PercentSourceTypeOptional

PercentSourceType interface{}
  • Type: interface{}