RosWafSwitchProps
Properties for defining a RosWafSwitch.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-waf-wafswitch
Initializer
using AlibabaCloud.SDK.ROS.CDK.Waf;
new RosWafSwitchProps {
object Domain,
object InstanceId,
object ServiceOn,
object Region = null
};
Properties
| Name | Type | Description |
|---|---|---|
Domain |
object |
No description. |
InstanceId |
object |
No description. |
ServiceOn |
object |
No description. |
Region |
object |
No description. |
DomainRequired
public object Domain { get; set; }
- Type: object
InstanceIdRequired
public object InstanceId { get; set; }
- Type: object
ServiceOnRequired
public object ServiceOn { get; set; }
- Type: object
RegionOptional
public object Region { get; set; }
- Type: object