Skip to content

RosVpcFirewallConfigureProps

Properties for defining a RosVpcFirewallConfigure.

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

Initializer

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

Properties

Name Type Description
FirewallSwitch interface{} No description.
LocalVpcCidrTableList interface{} No description.
LocalVpcId interface{} No description.
LocalVpcRegion interface{} No description.
PeerVpcCidrTableList interface{} No description.
PeerVpcId interface{} No description.
PeerVpcRegion interface{} No description.
VpcFirewallName interface{} No description.
MemberUid interface{} No description.

FirewallSwitchRequired

FirewallSwitch interface{}
  • Type: interface{}

LocalVpcCidrTableListRequired

LocalVpcCidrTableList interface{}
  • Type: interface{}

LocalVpcIdRequired

LocalVpcId interface{}
  • Type: interface{}

LocalVpcRegionRequired

LocalVpcRegion interface{}
  • Type: interface{}

PeerVpcCidrTableListRequired

PeerVpcCidrTableList interface{}
  • Type: interface{}

PeerVpcIdRequired

PeerVpcId interface{}
  • Type: interface{}

PeerVpcRegionRequired

PeerVpcRegion interface{}
  • Type: interface{}

VpcFirewallNameRequired

VpcFirewallName interface{}
  • Type: interface{}

MemberUidOptional

MemberUid interface{}
  • Type: interface{}