Skip to content

RosNatFirewallControlPolicyProps

Properties for defining a RosNatFirewallControlPolicy.

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

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkcloudfw"
&alicloudroscdkcloudfw.RosNatFirewallControlPolicyProps {
    AclAction: interface{},
    ApplicationNameList: interface{},
    Description: interface{},
    Destination: interface{},
    DestinationType: interface{},
    Direction: interface{},
    NatGatewayId: interface{},
    NewOrder: interface{},
    Proto: interface{},
    Source: interface{},
    SourceType: interface{},
    DestPort: interface{},
    DestPortGroup: interface{},
    DestPortType: interface{},
    DomainResolveType: interface{},
    EndTime: interface{},
    IpVersion: interface{},
    Release: interface{},
    RepeatDays: interface{},
    RepeatEndTime: interface{},
    RepeatStartTime: interface{},
    RepeatType: interface{},
    StartTime: interface{},
}

Properties

Name Type Description
AclAction interface{} No description.
ApplicationNameList interface{} No description.
Description interface{} No description.
Destination interface{} No description.
DestinationType interface{} No description.
Direction interface{} No description.
NatGatewayId interface{} No description.
NewOrder interface{} No description.
Proto interface{} No description.
Source interface{} No description.
SourceType interface{} No description.
DestPort interface{} No description.
DestPortGroup interface{} No description.
DestPortType interface{} No description.
DomainResolveType interface{} No description.
EndTime interface{} No description.
IpVersion 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{}

ApplicationNameListRequired

ApplicationNameList interface{}
  • Type: interface{}

DescriptionRequired

Description interface{}
  • Type: interface{}

DestinationRequired

Destination interface{}
  • Type: interface{}

DestinationTypeRequired

DestinationType interface{}
  • Type: interface{}

DirectionRequired

Direction interface{}
  • Type: interface{}

NatGatewayIdRequired

NatGatewayId interface{}
  • Type: interface{}

NewOrderRequired

NewOrder interface{}
  • Type: interface{}

ProtoRequired

Proto interface{}
  • Type: interface{}

SourceRequired

Source interface{}
  • Type: interface{}

SourceTypeRequired

SourceType interface{}
  • Type: interface{}

DestPortOptional

DestPort interface{}
  • Type: interface{}

DestPortGroupOptional

DestPortGroup interface{}
  • Type: interface{}

DestPortTypeOptional

DestPortType interface{}
  • Type: interface{}

DomainResolveTypeOptional

DomainResolveType interface{}
  • Type: interface{}

EndTimeOptional

EndTime interface{}
  • Type: interface{}

IpVersionOptional

IpVersion 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{}