Skip to content

RosRuleProps

Properties for defining a RosRule.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-pvtz-rule

Initializer

using AlibabaCloud.SDK.ROS.CDK.Pvtz;
new RosRuleProps {
    object EndpointId,
    object ForwardIp,
    object RuleName,
    object Type,
    object ZoneName
};

Properties

Name Type Description
EndpointId object No description.
ForwardIp object No description.
RuleName object No description.
Type object No description.
ZoneName object No description.

EndpointIdRequired

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

ForwardIpRequired

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

RuleNameRequired

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

TypeRequired

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

ZoneNameRequired

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