Skip to content

RosQosCarProps

Properties for defining a RosQosCar.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-sag-qoscar

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sag;
new RosQosCarProps {
    object LimitType,
    object Priority,
    object QosId,
    object Description = null,
    object MaxBandwidthAbs = null,
    object MaxBandwidthPercent = null,
    object MinBandwidthAbs = null,
    object MinBandwidthPercent = null,
    object Name = null,
    object PercentSourceType = null
};

Properties

Name Type Description
LimitType object No description.
Priority object No description.
QosId object No description.
Description object No description.
MaxBandwidthAbs object No description.
MaxBandwidthPercent object No description.
MinBandwidthAbs object No description.
MinBandwidthPercent object No description.
Name object No description.
PercentSourceType object No description.

LimitTypeRequired

public object LimitType { get; set; }
  • Type: object

PriorityRequired

public object Priority { get; set; }
  • Type: object

QosIdRequired

public object QosId { get; set; }
  • Type: object

DescriptionOptional

public object Description { get; set; }
  • Type: object

MaxBandwidthAbsOptional

public object MaxBandwidthAbs { get; set; }
  • Type: object

MaxBandwidthPercentOptional

public object MaxBandwidthPercent { get; set; }
  • Type: object

MinBandwidthAbsOptional

public object MinBandwidthAbs { get; set; }
  • Type: object

MinBandwidthPercentOptional

public object MinBandwidthPercent { get; set; }
  • Type: object

NameOptional

public object Name { get; set; }
  • Type: object

PercentSourceTypeOptional

public object PercentSourceType { get; set; }
  • Type: object