Skip to content

RosNatFirewallControlPolicyProps

Properties for defining a RosNatFirewallControlPolicy.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Cloudfw;
new RosNatFirewallControlPolicyProps {
    object AclAction,
    object ApplicationNameList,
    object Description,
    object Destination,
    object DestinationType,
    object Direction,
    object NatGatewayId,
    object NewOrder,
    object Proto,
    object Source,
    object SourceType,
    object DestPort = null,
    object DestPortGroup = null,
    object DestPortType = null,
    object DomainResolveType = null,
    object EndTime = null,
    object IpVersion = null,
    object Release = null,
    object RepeatDays = null,
    object RepeatEndTime = null,
    object RepeatStartTime = null,
    object RepeatType = null,
    object StartTime = null
};

Properties

Name Type Description
AclAction object No description.
ApplicationNameList object No description.
Description object No description.
Destination object No description.
DestinationType object No description.
Direction object No description.
NatGatewayId object No description.
NewOrder object No description.
Proto object No description.
Source object No description.
SourceType object No description.
DestPort object No description.
DestPortGroup object No description.
DestPortType object No description.
DomainResolveType object No description.
EndTime object No description.
IpVersion object No description.
Release object No description.
RepeatDays object No description.
RepeatEndTime object No description.
RepeatStartTime object No description.
RepeatType object No description.
StartTime object No description.

AclActionRequired

public object AclAction { get; set; }
  • Type: object

ApplicationNameListRequired

public object ApplicationNameList { get; set; }
  • Type: object

DescriptionRequired

public object Description { get; set; }
  • Type: object

DestinationRequired

public object Destination { get; set; }
  • Type: object

DestinationTypeRequired

public object DestinationType { get; set; }
  • Type: object

DirectionRequired

public object Direction { get; set; }
  • Type: object

NatGatewayIdRequired

public object NatGatewayId { get; set; }
  • Type: object

NewOrderRequired

public object NewOrder { get; set; }
  • Type: object

ProtoRequired

public object Proto { get; set; }
  • Type: object

SourceRequired

public object Source { get; set; }
  • Type: object

SourceTypeRequired

public object SourceType { get; set; }
  • Type: object

DestPortOptional

public object DestPort { get; set; }
  • Type: object

DestPortGroupOptional

public object DestPortGroup { get; set; }
  • Type: object

DestPortTypeOptional

public object DestPortType { get; set; }
  • Type: object

DomainResolveTypeOptional

public object DomainResolveType { get; set; }
  • Type: object

EndTimeOptional

public object EndTime { get; set; }
  • Type: object

IpVersionOptional

public object IpVersion { get; set; }
  • Type: object

ReleaseOptional

public object Release { get; set; }
  • Type: object

RepeatDaysOptional

public object RepeatDays { get; set; }
  • Type: object

RepeatEndTimeOptional

public object RepeatEndTime { get; set; }
  • Type: object

RepeatStartTimeOptional

public object RepeatStartTime { get; set; }
  • Type: object

RepeatTypeOptional

public object RepeatType { get; set; }
  • Type: object

StartTimeOptional

public object StartTime { get; set; }
  • Type: object