TGWProps
Properties for defining a TGW
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-waf3-tgw
Initializer
using AlibabaCloud.SDK.ROS.CDK.Waf3;
new TGWProps {
object InstanceId,
object Listen,
object Redirect = null,
object ResourceGroupId = null
};
Properties
Name | Type | Description |
---|---|---|
InstanceId |
object |
Property instanceId: The ID of the WAF instance. |
Listen |
object |
Property listen: Listening information. |
Redirect |
object |
Property redirect: Forwarding information. |
ResourceGroupId |
object |
Property resourceGroupId: The ID of the resource group. |
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
Property instanceId: The ID of the WAF instance.
Listen
Required
public object Listen { get; set; }
- Type: object
Property listen: Listening information.
Redirect
Optional
public object Redirect { get; set; }
- Type: object
Property redirect: Forwarding information.
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: The ID of the resource group.