RosInstanceProps
Properties for defining a RosInstance
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-waf3-instance
Initializer
using AlibabaCloud.SDK.ROS.CDK.Waf3;
new RosInstanceProps {
object PayType,
object Region,
object AdditionalProtectionNodes = null,
object ApiSecurity = null,
object AutoPay = null,
object AutoRenew = null,
object BotAppProtection = null,
object BotWebProtection = null,
object DomainsExtension = null,
object ElasticQps = null,
object ExclusiveIpAddress = null,
object FraudDetection = null,
object IgnoreExisting = null,
object IntelligentLoadBalancing = null,
object LogService = null,
object LogStorage = null,
object Period = null,
object PeriodUnit = null,
object QpsExtension = null,
object TrafficBillingProtectionThreshold = null,
object WafVersion = null
};
Properties
Name | Type | Description |
---|---|---|
PayType |
object |
No description. |
Region |
object |
No description. |
AdditionalProtectionNodes |
object |
No description. |
ApiSecurity |
object |
No description. |
AutoPay |
object |
No description. |
AutoRenew |
object |
No description. |
BotAppProtection |
object |
No description. |
BotWebProtection |
object |
No description. |
DomainsExtension |
object |
No description. |
ElasticQps |
object |
No description. |
ExclusiveIpAddress |
object |
No description. |
FraudDetection |
object |
No description. |
IgnoreExisting |
object |
No description. |
IntelligentLoadBalancing |
object |
No description. |
LogService |
object |
No description. |
LogStorage |
object |
No description. |
Period |
object |
No description. |
PeriodUnit |
object |
No description. |
QpsExtension |
object |
No description. |
TrafficBillingProtectionThreshold |
object |
No description. |
WafVersion |
object |
No description. |
PayType
Required
public object PayType { get; set; }
- Type: object
Region
Required
public object Region { get; set; }
- Type: object
AdditionalProtectionNodes
Optional
public object AdditionalProtectionNodes { get; set; }
- Type: object
ApiSecurity
Optional
public object ApiSecurity { get; set; }
- Type: object
AutoPay
Optional
public object AutoPay { get; set; }
- Type: object
AutoRenew
Optional
public object AutoRenew { get; set; }
- Type: object
BotAppProtection
Optional
public object BotAppProtection { get; set; }
- Type: object
BotWebProtection
Optional
public object BotWebProtection { get; set; }
- Type: object
DomainsExtension
Optional
public object DomainsExtension { get; set; }
- Type: object
ElasticQps
Optional
public object ElasticQps { get; set; }
- Type: object
ExclusiveIpAddress
Optional
public object ExclusiveIpAddress { get; set; }
- Type: object
FraudDetection
Optional
public object FraudDetection { get; set; }
- Type: object
IgnoreExisting
Optional
public object IgnoreExisting { get; set; }
- Type: object
IntelligentLoadBalancing
Optional
public object IntelligentLoadBalancing { get; set; }
- Type: object
LogService
Optional
public object LogService { get; set; }
- Type: object
LogStorage
Optional
public object LogStorage { get; set; }
- Type: object
Period
Optional
public object Period { get; set; }
- Type: object
PeriodUnit
Optional
public object PeriodUnit { get; set; }
- Type: object
QpsExtension
Optional
public object QpsExtension { get; set; }
- Type: object
TrafficBillingProtectionThreshold
Optional
public object TrafficBillingProtectionThreshold { get; set; }
- Type: object
WafVersion
Optional
public object WafVersion { get; set; }
- Type: object