RosProInstanceProps
Properties for defining a RosProInstance
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ddospro-proinstance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ddospro;
new RosProInstanceProps {
object AddressType = null,
object Bandwidth = null,
object BaseBandwidth = null,
object BurstBandwidthMode = null,
object DomainCount = null,
object Edition = null,
object FunctionVersion = null,
object NormalQps = null,
object Period = null,
object PeriodUnit = null,
object PortCount = null,
object ServiceBandwidth = null,
object ServicePartner = null,
TagsProperty[] Tags = null
};
Properties
Name | Type | Description |
---|---|---|
AddressType |
object |
No description. |
Bandwidth |
object |
No description. |
BaseBandwidth |
object |
No description. |
BurstBandwidthMode |
object |
No description. |
DomainCount |
object |
No description. |
Edition |
object |
No description. |
FunctionVersion |
object |
No description. |
NormalQps |
object |
No description. |
Period |
object |
No description. |
PeriodUnit |
object |
No description. |
PortCount |
object |
No description. |
ServiceBandwidth |
object |
No description. |
ServicePartner |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
AddressType
Optional
public object AddressType { get; set; }
- Type: object
Bandwidth
Optional
public object Bandwidth { get; set; }
- Type: object
BaseBandwidth
Optional
public object BaseBandwidth { get; set; }
- Type: object
BurstBandwidthMode
Optional
public object BurstBandwidthMode { get; set; }
- Type: object
DomainCount
Optional
public object DomainCount { get; set; }
- Type: object
Edition
Optional
public object Edition { get; set; }
- Type: object
FunctionVersion
Optional
public object FunctionVersion { 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
ServiceBandwidth
Optional
public object ServiceBandwidth { get; set; }
- Type: object
ServicePartner
Optional
public object ServicePartner { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]