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. |
GroupId
Optional
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.
KeyWord
Optional
public object KeyWord { get; set; }
- Type: object
Property keyWord: The keyword for searches in "%KeyWord%" mode.
The value is not case-sensitive.
Lang
Optional
public object Lang { get; set; }
- Type: object
Property lang: The language type.
RefreshOptions
Optional
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.
ResourceGroupId
Optional
public object ResourceGroupId { get; set; }
- Type: object
Property resourceGroupId: The ID of the resource group.
SearchMode
Optional
public object SearchMode { get; set; }
- Type: object
Property searchMode: The search mode.
Starmark
Optional
public object Starmark { get; set; }
- Type: object
Property starmark: Specifies whether to query the starmark of the domain name.