RosDomainRecordsProps
Properties for defining a RosDomainRecords
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-dns-domainrecords
Initializer
using AlibabaCloud.SDK.ROS.CDK.Dns;
new RosDomainRecordsProps {
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 |
No description. |
Direction |
object |
No description. |
GroupId |
object |
No description. |
KeyWord |
object |
No description. |
Lang |
object |
No description. |
Line |
object |
No description. |
OrderBy |
object |
No description. |
RefreshOptions |
object |
No description. |
RrKeyWord |
object |
No description. |
SearchMode |
object |
No description. |
Status |
object |
No description. |
Type |
object |
No description. |
TypeKeyWord |
object |
No description. |
ValueKeyWord |
object |
No description. |
DomainName
Required
public object DomainName { get; set; }
- Type: object
Direction
Optional
public object Direction { get; set; }
- Type: object
GroupId
Optional
public object GroupId { get; set; }
- Type: object
KeyWord
Optional
public object KeyWord { get; set; }
- Type: object
Lang
Optional
public object Lang { get; set; }
- Type: object
Line
Optional
public object Line { get; set; }
- Type: object
OrderBy
Optional
public object OrderBy { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object
RrKeyWord
Optional
public object RrKeyWord { get; set; }
- Type: object
SearchMode
Optional
public object SearchMode { get; set; }
- Type: object
Status
Optional
public object Status { get; set; }
- Type: object
Type
Optional
public object Type { get; set; }
- Type: object
TypeKeyWord
Optional
public object TypeKeyWord { get; set; }
- Type: object
ValueKeyWord
Optional
public object ValueKeyWord { get; set; }
- Type: object