RosFwSwitchProps
Properties for defining a RosFwSwitch.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudfw-fwswitch
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cloudfw;
new RosFwSwitchProps {
object IpaddrList = null,
object IpVersion = null,
object MemberUid = null,
object RegionList = null,
object ResourceTypeList = null
};
Properties
| Name | Type | Description |
|---|---|---|
IpaddrList | object | No description. |
IpVersion | object | No description. |
MemberUid | object | No description. |
RegionList | object | No description. |
ResourceTypeList | object | No description. |
IpaddrListOptional
public object IpaddrList { get; set; }
- Type: object
IpVersionOptional
public object IpVersion { get; set; }
- Type: object
MemberUidOptional
public object MemberUid { get; set; }
- Type: object
RegionListOptional
public object RegionList { get; set; }
- Type: object
ResourceTypeListOptional
public object ResourceTypeList { get; set; }
- Type: object