Skip to content

NetworkRuleProps

Properties for defining a NetworkRule.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Kms;
new NetworkRuleProps {
    object NetworkRuleName,
    object RefreshOptions = null
};

Properties

Name Type Description
NetworkRuleName object Property networkRuleName: The name of the access control rule.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

NetworkRuleNameRequired

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

Property networkRuleName: The name of the access control rule.


RefreshOptionsOptional

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

Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

Valid values:

  • Never: Never refresh the datasource resource when the stack is updated.
  • Always: Always refresh the datasource resource when the stack is updated. Default is Never.