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. |
Domain
Required
public object Domain { get; set; }
- Type: object
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
ServiceOn
Required
public object ServiceOn { get; set; }
- Type: object
Region
Optional
public object Region { get; set; }
- Type: object