RosTGWProps
Properties for defining a RosTGW
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-waf3-tgw
Initializer
using AlibabaCloud.SDK.ROS.CDK.Waf3;
new RosTGWProps {
object InstanceId,
object Listen,
object Redirect = null,
object ResourceGroupId = null
};
Properties
Name | Type | Description |
---|---|---|
InstanceId |
object |
No description. |
Listen |
object |
No description. |
Redirect |
object |
No description. |
ResourceGroupId |
object |
No description. |
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
Listen
Required
public object Listen { get; set; }
- Type: object
Redirect
Optional
public object Redirect { get; set; }
- Type: object
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object