Skip to content

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 RegionList = null,
    object ResourceTypeList = null
};

Properties

Name Type Description
IpaddrList object No description.
RegionList object No description.
ResourceTypeList object No description.

IpaddrListOptional

public object IpaddrList { get; set; }
  • Type: object

RegionListOptional

public object RegionList { get; set; }
  • Type: object

ResourceTypeListOptional

public object ResourceTypeList { get; set; }
  • Type: object