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. |
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.