Skip to content

RosNetworkRuleProps

Properties for defining a RosNetworkRule.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-kms-networkrule

Initializer

using AlibabaCloud.SDK.ROS.CDK.Kms;
new RosNetworkRuleProps {
    object NetworkRuleName,
    object Description = null,
    object SourcePrivateIp = null
};

Properties

Name Type Description
NetworkRuleName object No description.
Description object No description.
SourcePrivateIp object No description.

NetworkRuleNameRequired

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

DescriptionOptional

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

SourcePrivateIpOptional

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