RosVpcFirewallControlPolicyProps
Properties for defining a RosVpcFirewallControlPolicy
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-cloudfw-vpcfirewallcontrolpolicy
Initializer
using AlibabaCloud.SDK.ROS.CDK.Cloudfw;
new RosVpcFirewallControlPolicyProps {
object AclAction,
object Description,
object Destination,
object DestinationType,
object NewOrder,
object Proto,
object Source,
object SourceType,
object VpcFirewallId,
object ApplicationName = null,
object ApplicationNameList = null,
object DestPort = null,
object DestPortGroup = null,
object DestPortType = null,
object EndTime = null,
object Lang = null,
object MemberUid = null,
object RegionId = 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. |
Description |
object |
No description. |
Destination |
object |
No description. |
DestinationType |
object |
No description. |
NewOrder |
object |
No description. |
Proto |
object |
No description. |
Source |
object |
No description. |
SourceType |
object |
No description. |
VpcFirewallId |
object |
No description. |
ApplicationName |
object |
No description. |
ApplicationNameList |
object |
No description. |
DestPort |
object |
No description. |
DestPortGroup |
object |
No description. |
DestPortType |
object |
No description. |
EndTime |
object |
No description. |
Lang |
object |
No description. |
MemberUid |
object |
No description. |
RegionId |
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
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
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
VpcFirewallId
Required
public object VpcFirewallId { get; set; }
- Type: object
ApplicationName
Optional
public object ApplicationName { get; set; }
- Type: object
ApplicationNameList
Optional
public object ApplicationNameList { 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
EndTime
Optional
public object EndTime { get; set; }
- Type: object
Lang
Optional
public object Lang { get; set; }
- Type: object
MemberUid
Optional
public object MemberUid { get; set; }
- Type: object
RegionId
Optional
public object RegionId { 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