Skip to content

DomainsProps

Properties for defining a Domains.

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

Initializer

using AlibabaCloud.SDK.ROS.CDK.Dns;
new DomainsProps {
    object GroupId = null,
    object KeyWord = null,
    object Lang = null,
    object RefreshOptions = null,
    object ResourceGroupId = null,
    object SearchMode = null,
    object Starmark = null
};

Properties

Name Type Description
GroupId object Property groupId: The ID of the domain name group.
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.
ResourceGroupId object Property resourceGroupId: The ID of the resource group.
SearchMode object Property searchMode: The search mode.
Starmark object Property starmark: Specifies whether to query the starmark of the domain name.

GroupIdOptional

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

Property groupId: The ID of the domain name group.

If you do not specify this parameter, all domain names are queried by default.


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.

ResourceGroupIdOptional

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

Property resourceGroupId: The ID of the resource group.


SearchModeOptional

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

Property searchMode: The search mode.


StarmarkOptional

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

Property starmark: Specifies whether to query the starmark of the domain name.