RosPremiumInstanceProps
Properties for defining a RosPremiumInstance.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ddospro-premiuminstance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ddospro;
new RosPremiumInstanceProps {
object BurstBandwidthMode = null,
object DomainCount = null,
object FunctionVersion = null,
object NormalBandwidth = null,
object NormalQps = null,
object Period = null,
object PeriodUnit = null,
object PortCount = null,
object ProductPlan = null,
TagsProperty[] Tags = null
};
Properties
| Name | Type | Description |
|---|---|---|
BurstBandwidthMode |
object |
No description. |
DomainCount |
object |
No description. |
FunctionVersion |
object |
No description. |
NormalBandwidth |
object |
No description. |
NormalQps |
object |
No description. |
Period |
object |
No description. |
PeriodUnit |
object |
No description. |
PortCount |
object |
No description. |
ProductPlan |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
BurstBandwidthModeOptional
public object BurstBandwidthMode { get; set; }
- Type: object
DomainCountOptional
public object DomainCount { get; set; }
- Type: object
FunctionVersionOptional
public object FunctionVersion { get; set; }
- Type: object
NormalBandwidthOptional
public object NormalBandwidth { get; set; }
- Type: object
NormalQpsOptional
public object NormalQps { get; set; }
- Type: object
PeriodOptional
public object Period { get; set; }
- Type: object
PeriodUnitOptional
public object PeriodUnit { get; set; }
- Type: object
PortCountOptional
public object PortCount { get; set; }
- Type: object
ProductPlanOptional
public object ProductPlan { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]