Skip to content

RosVpcFirewallControlPolicyProps

Properties for defining a RosVpcFirewallControlPolicy.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcloudfw"
&alicloudroscdkcloudfw.RosVpcFirewallControlPolicyProps {
    AclAction: interface{},
    Description: interface{},
    Destination: interface{},
    DestinationType: interface{},
    NewOrder: interface{},
    Proto: interface{},
    Source: interface{},
    SourceType: interface{},
    VpcFirewallId: interface{},
    ApplicationName: interface{},
    ApplicationNameList: interface{},
    DestPort: interface{},
    DestPortGroup: interface{},
    DestPortType: interface{},
    EndTime: interface{},
    Lang: interface{},
    MemberUid: interface{},
    RegionId: interface{},
    Release: interface{},
    RepeatDays: interface{},
    RepeatEndTime: interface{},
    RepeatStartTime: interface{},
    RepeatType: interface{},
    StartTime: interface{},
}

Properties

Name Type Description
AclAction interface{} No description.
Description interface{} No description.
Destination interface{} No description.
DestinationType interface{} No description.
NewOrder interface{} No description.
Proto interface{} No description.
Source interface{} No description.
SourceType interface{} No description.
VpcFirewallId interface{} No description.
ApplicationName interface{} No description.
ApplicationNameList interface{} No description.
DestPort interface{} No description.
DestPortGroup interface{} No description.
DestPortType interface{} No description.
EndTime interface{} No description.
Lang interface{} No description.
MemberUid interface{} No description.
RegionId interface{} No description.
Release interface{} No description.
RepeatDays interface{} No description.
RepeatEndTime interface{} No description.
RepeatStartTime interface{} No description.
RepeatType interface{} No description.
StartTime interface{} No description.

AclActionRequired

AclAction interface{}
  • Type: interface{}

DescriptionRequired

Description interface{}
  • Type: interface{}

DestinationRequired

Destination interface{}
  • Type: interface{}

DestinationTypeRequired

DestinationType interface{}
  • Type: interface{}

NewOrderRequired

NewOrder interface{}
  • Type: interface{}

ProtoRequired

Proto interface{}
  • Type: interface{}

SourceRequired

Source interface{}
  • Type: interface{}

SourceTypeRequired

SourceType interface{}
  • Type: interface{}

VpcFirewallIdRequired

VpcFirewallId interface{}
  • Type: interface{}

ApplicationNameOptional

ApplicationName interface{}
  • Type: interface{}

ApplicationNameListOptional

ApplicationNameList interface{}
  • Type: interface{}

DestPortOptional

DestPort interface{}
  • Type: interface{}

DestPortGroupOptional

DestPortGroup interface{}
  • Type: interface{}

DestPortTypeOptional

DestPortType interface{}
  • Type: interface{}

EndTimeOptional

EndTime interface{}
  • Type: interface{}

LangOptional

Lang interface{}
  • Type: interface{}

MemberUidOptional

MemberUid interface{}
  • Type: interface{}

RegionIdOptional

RegionId interface{}
  • Type: interface{}

ReleaseOptional

Release interface{}
  • Type: interface{}

RepeatDaysOptional

RepeatDays interface{}
  • Type: interface{}

RepeatEndTimeOptional

RepeatEndTime interface{}
  • Type: interface{}

RepeatStartTimeOptional

RepeatStartTime interface{}
  • Type: interface{}

RepeatTypeOptional

RepeatType interface{}
  • Type: interface{}

StartTimeOptional

StartTime interface{}
  • Type: interface{}