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. |
BurstBandwidthMode
Optional
public object BurstBandwidthMode { get; set; }
- Type: object
DomainCount
Optional
public object DomainCount { get; set; }
- Type: object
FunctionVersion
Optional
public object FunctionVersion { get; set; }
- Type: object
NormalBandwidth
Optional
public object NormalBandwidth { get; set; }
- Type: object
NormalQps
Optional
public object NormalQps { get; set; }
- Type: object
Period
Optional
public object Period { get; set; }
- Type: object
PeriodUnit
Optional
public object PeriodUnit { get; set; }
- Type: object
PortCount
Optional
public object PortCount { get; set; }
- Type: object
ProductPlan
Optional
public object ProductPlan { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]