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. |
AclAction
Required
public object AclAction { get; set; }
- Type: object
ApplicationNameList
Required
public object ApplicationNameList { get; set; }
- Type: object
Description
Required
public object Description { get; set; }
- Type: object
Destination
Required
public object Destination { get; set; }
- Type: object
DestinationType
Required
public object DestinationType { get; set; }
- Type: object
Direction
Required
public object Direction { get; set; }
- Type: object
NatGatewayId
Required
public object NatGatewayId { get; set; }
- Type: object
NewOrder
Required
public object NewOrder { get; set; }
- Type: object
Proto
Required
public object Proto { get; set; }
- Type: object
Source
Required
public object Source { get; set; }
- Type: object
SourceType
Required
public object SourceType { get; set; }
- Type: object
DestPort
Optional
public object DestPort { get; set; }
- Type: object
DestPortGroup
Optional
public object DestPortGroup { get; set; }
- Type: object
DestPortType
Optional
public object DestPortType { get; set; }
- Type: object
DomainResolveType
Optional
public object DomainResolveType { get; set; }
- Type: object
EndTime
Optional
public object EndTime { get; set; }
- Type: object
IpVersion
Optional
public object IpVersion { get; set; }
- Type: object
Release
Optional
public object Release { get; set; }
- Type: object
RepeatDays
Optional
public object RepeatDays { get; set; }
- Type: object
RepeatEndTime
Optional
public object RepeatEndTime { get; set; }
- Type: object
RepeatStartTime
Optional
public object RepeatStartTime { get; set; }
- Type: object
RepeatType
Optional
public object RepeatType { get; set; }
- Type: object
StartTime
Optional
public object StartTime { get; set; }
- Type: object