Skip to content

VpcFirewallConfigureProps

Properties for defining a VpcFirewallConfigure.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cloudfw;
new VpcFirewallConfigureProps {
    object FirewallSwitch,
    object LocalVpcCidrTableList,
    object LocalVpcId,
    object LocalVpcRegion,
    object PeerVpcCidrTableList,
    object PeerVpcId,
    object PeerVpcRegion,
    object VpcFirewallName,
    object MemberUid = null
};

Properties

Name Type Description
FirewallSwitch object Property firewallSwitch: The status of the VPC firewall after you create the firewall.
LocalVpcCidrTableList object Property localVpcCidrTableList: The CIDR blocks of the local VPC.
LocalVpcId object Property localVpcId: The ID of the local VPC.
LocalVpcRegion object Property localVpcRegion: The region ID of the local VPC.
PeerVpcCidrTableList object Property peerVpcCidrTableList: The CIDR blocks of the peer VPC.
PeerVpcId object Property peerVpcId: The ID of the peer VPC.
PeerVpcRegion object Property peerVpcRegion: The region ID of the peer VPC.
VpcFirewallName object Property vpcFirewallName: The instance name of the VPC firewall.
MemberUid object Property memberUid: The UID of the member that is managed by your Alibaba Cloud account.

FirewallSwitchRequired

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

Property firewallSwitch: The status of the VPC firewall after you create the firewall.

Valid values: open: After you create the VPC firewall, the VPC firewall is automatically enabled. This is the default value. close: After you create the VPC firewall, the VPC firewall is disabled. To enable the firewall, you can call the ModifyVpcFirewallSwitchStatus operation.


LocalVpcCidrTableListRequired

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

Property localVpcCidrTableList: The CIDR blocks of the local VPC.


LocalVpcIdRequired

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

Property localVpcId: The ID of the local VPC.


LocalVpcRegionRequired

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

Property localVpcRegion: The region ID of the local VPC.


PeerVpcCidrTableListRequired

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

Property peerVpcCidrTableList: The CIDR blocks of the peer VPC.


PeerVpcIdRequired

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

Property peerVpcId: The ID of the peer VPC.


PeerVpcRegionRequired

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

Property peerVpcRegion: The region ID of the peer VPC.


VpcFirewallNameRequired

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

Property vpcFirewallName: The instance name of the VPC firewall.


MemberUidOptional

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

Property memberUid: The UID of the member that is managed by your Alibaba Cloud account.