Skip to content

FwSwitchProps

Properties for defining a FwSwitch.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudfw-fwswitch

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cloudfw;
new FwSwitchProps {
    object IpaddrList = null,
    object RegionList = null,
    object ResourceTypeList = null
};

Properties

Name Type Description
IpaddrList object Property ipaddrList: The IP address list.
RegionList object Property regionList: The region list.
ResourceTypeList object Property resourceTypeList: The asset type list.

IpaddrListOptional

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

Property ipaddrList: The IP address list.

Note: The IpaddrList, RegionList, and ResourceTypeList arguments are not allowed to be empty at the same time. A value must be set for one of the three arguments.


RegionListOptional

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

Property regionList: The region list.

Note: The IpaddrList, RegionList, and ResourceTypeList arguments are not allowed to be empty at the same time. A value must be set for one of the three arguments.


ResourceTypeListOptional

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

Property resourceTypeList: The asset type list.

Valid values:

  • BastionHostIP: Bastion machine exit IP.
  • BastionHostIngressIP: The entrance IP of the fortress machine.
  • EcsEIP: ECS EIP.
  • EcsPublicIP: ECS public network IP.
  • EIP: Elastic Public IP.
  • EniEIP: Elastic Network card EIP.
  • NatEIP: NAT EIP.
  • SlbEIP: SLB EIP.
  • SlbPublicIP: SLB public network IP.
  • NatPublicIP: NAT public IP
  • HAVIP: High Availability Virtual IP. Note: The IpaddrList, RegionList, and ResourceTypeList arguments are not allowed to be empty at the same time. A value must be set for one of the three arguments.