Skip to content

VpcFirewallConfigureProps

Properties for defining a VpcFirewallConfigure.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcloudfw"
&alicloudroscdkcloudfw.VpcFirewallConfigureProps {
    FirewallSwitch: interface{},
    LocalVpcCidrTableList: interface{},
    LocalVpcId: interface{},
    LocalVpcRegion: interface{},
    PeerVpcCidrTableList: interface{},
    PeerVpcId: interface{},
    PeerVpcRegion: interface{},
    VpcFirewallName: interface{},
    MemberUid: interface{},
}

Properties

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

FirewallSwitchRequired

FirewallSwitch interface{}
  • Type: interface{}

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

LocalVpcCidrTableList interface{}
  • Type: interface{}

Property localVpcCidrTableList: The CIDR blocks of the local VPC.


LocalVpcIdRequired

LocalVpcId interface{}
  • Type: interface{}

Property localVpcId: The ID of the local VPC.


LocalVpcRegionRequired

LocalVpcRegion interface{}
  • Type: interface{}

Property localVpcRegion: The region ID of the local VPC.


PeerVpcCidrTableListRequired

PeerVpcCidrTableList interface{}
  • Type: interface{}

Property peerVpcCidrTableList: The CIDR blocks of the peer VPC.


PeerVpcIdRequired

PeerVpcId interface{}
  • Type: interface{}

Property peerVpcId: The ID of the peer VPC.


PeerVpcRegionRequired

PeerVpcRegion interface{}
  • Type: interface{}

Property peerVpcRegion: The region ID of the peer VPC.


VpcFirewallNameRequired

VpcFirewallName interface{}
  • Type: interface{}

Property vpcFirewallName: The instance name of the VPC firewall.


MemberUidOptional

MemberUid interface{}
  • Type: interface{}

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