Skip to content

RosQosPolicyProps

Properties for defining a RosQosPolicy.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdksag"
&alicloudroscdksag.RosQosPolicyProps {
    DestCidr: interface{},
    DestPortRange: interface{},
    IpProtocol: interface{},
    Priority: interface{},
    QosId: interface{},
    SourceCidr: interface{},
    SourcePortRange: interface{},
    Description: interface{},
    DpiGroupIds: interface{},
    DpiSignatureIds: interface{},
    EndTime: interface{},
    Name: interface{},
    StartTime: interface{},
}

Properties

Name Type Description
DestCidr interface{} No description.
DestPortRange interface{} No description.
IpProtocol interface{} No description.
Priority interface{} No description.
QosId interface{} No description.
SourceCidr interface{} No description.
SourcePortRange interface{} No description.
Description interface{} No description.
DpiGroupIds interface{} No description.
DpiSignatureIds interface{} No description.
EndTime interface{} No description.
Name interface{} No description.
StartTime interface{} No description.

DestCidrRequired

DestCidr interface{}
  • Type: interface{}

DestPortRangeRequired

DestPortRange interface{}
  • Type: interface{}

IpProtocolRequired

IpProtocol interface{}
  • Type: interface{}

PriorityRequired

Priority interface{}
  • Type: interface{}

QosIdRequired

QosId interface{}
  • Type: interface{}

SourceCidrRequired

SourceCidr interface{}
  • Type: interface{}

SourcePortRangeRequired

SourcePortRange interface{}
  • Type: interface{}

DescriptionOptional

Description interface{}
  • Type: interface{}

DpiGroupIdsOptional

DpiGroupIds interface{}
  • Type: interface{}

DpiSignatureIdsOptional

DpiSignatureIds interface{}
  • Type: interface{}

EndTimeOptional

EndTime interface{}
  • Type: interface{}

NameOptional

Name interface{}
  • Type: interface{}

StartTimeOptional

StartTime interface{}
  • Type: interface{}