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. |
FirewallSwitch
Required
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.
LocalVpcCidrTableList
Required
LocalVpcCidrTableList interface{}
- Type: interface{}
Property localVpcCidrTableList: The CIDR blocks of the local VPC.
LocalVpcId
Required
LocalVpcId interface{}
- Type: interface{}
Property localVpcId: The ID of the local VPC.
LocalVpcRegion
Required
LocalVpcRegion interface{}
- Type: interface{}
Property localVpcRegion: The region ID of the local VPC.
PeerVpcCidrTableList
Required
PeerVpcCidrTableList interface{}
- Type: interface{}
Property peerVpcCidrTableList: The CIDR blocks of the peer VPC.
PeerVpcId
Required
PeerVpcId interface{}
- Type: interface{}
Property peerVpcId: The ID of the peer VPC.
PeerVpcRegion
Required
PeerVpcRegion interface{}
- Type: interface{}
Property peerVpcRegion: The region ID of the peer VPC.
VpcFirewallName
Required
VpcFirewallName interface{}
- Type: interface{}
Property vpcFirewallName: The instance name of the VPC firewall.
MemberUid
Optional
MemberUid interface{}
- Type: interface{}
Property memberUid: The UID of the member that is managed by your Alibaba Cloud account.