Skip to content

DomainGroupsProps

Properties for defining a DomainGroups.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-dns-domaingroups

Initializer

using AlibabaCloud.SDK.ROS.CDK.Dns;
new DomainGroupsProps {
    object KeyWord = null,
    object Lang = null,
    object RefreshOptions = null
};

Properties

Name Type Description
KeyWord object Property keyWord: The keyword for searches in "%KeyWord%" mode.
Lang object Property lang: The language type.
RefreshOptions object Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated.

KeyWordOptional

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

Property keyWord: The keyword for searches in "%KeyWord%" mode.

The value is not case-sensitive.


LangOptional

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

Property lang: The language type.


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.