Skip to content

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.

AclActionRequired

public object AclAction { 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

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

VpcFirewallIdRequired

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

ApplicationNameOptional

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

ApplicationNameListOptional

public object ApplicationNameList { 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

EndTimeOptional

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

LangOptional

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

MemberUidOptional

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

RegionIdOptional

public object RegionId { 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