DomainRecordsProps
Properties for defining a DomainRecords.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-dns-domainrecords
Initializer
using AlibabaCloud.SDK.ROS.CDK.Dns;
new DomainRecordsProps {
object DomainName,
object Direction = null,
object GroupId = null,
object KeyWord = null,
object Lang = null,
object Line = null,
object OrderBy = null,
object RefreshOptions = null,
object RrKeyWord = null,
object SearchMode = null,
object Status = null,
object Type = null,
object TypeKeyWord = null,
object ValueKeyWord = null
};
Properties
| Name | Type | Description |
|---|---|---|
DomainName | object | Property domainName: The domain name for which you want to query DNS records. |
Direction | object | Property direction: The order in which the returned DNS records are sorted. |
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. |
Line | object | Property line: The line based on which the system queries DNS records. |
OrderBy | object | Property orderBy: The method that is used to sort the returned DNS records. |
RefreshOptions | object | Property refreshOptions: The refresh strategy for the datasource resource when the stack is updated. |
RrKeyWord | object | Property rrKeyWord: The resource record (RR) keyword based on which the system queries DNS records. |
SearchMode | object | Property searchMode: The search mode. |
Status | object | Property status: The status of the DNS records to query. |
Type | object | Property type: The type of the DNS records to query. |
TypeKeyWord | object | Property typeKeyWord: The type keyword based on which the system queries DNS records. |
ValueKeyWord | object | Property valueKeyWord: The record value keyword based on which the system queries DNS records. |
DomainNameRequired
public object DomainName { get; set; }
- Type: object
Property domainName: The domain name for which you want to query DNS records.
DirectionOptional
public object Direction { get; set; }
- Type: object
Property direction: The order in which the returned DNS records are sorted.
GroupIdOptional
public object GroupId { get; set; }
- Type: object
Property groupId: The ID of the domain name group.
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.
LineOptional
public object Line { get; set; }
- Type: object
Property line: The line based on which the system queries DNS records.
OrderByOptional
public object OrderBy { get; set; }
- Type: object
Property orderBy: The method that is used to sort the returned DNS records.
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.
RrKeyWordOptional
public object RrKeyWord { get; set; }
- Type: object
Property rrKeyWord: The resource record (RR) keyword based on which the system queries DNS records.
SearchModeOptional
public object SearchMode { get; set; }
- Type: object
Property searchMode: The search mode.
StatusOptional
public object Status { get; set; }
- Type: object
Property status: The status of the DNS records to query.
TypeOptional
public object Type { get; set; }
- Type: object
Property type: The type of the DNS records to query.
TypeKeyWordOptional
public object TypeKeyWord { get; set; }
- Type: object
Property typeKeyWord: The type keyword based on which the system queries DNS records.
ValueKeyWordOptional
public object ValueKeyWord { get; set; }
- Type: object
Property valueKeyWord: The record value keyword based on which the system queries DNS records.