CustomDnsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Fc3;
new CustomDnsProperty {
object DnsOptions = null,
object NameServers = null,
object Searches = null
};
Properties
Name | Type | Description |
---|---|---|
DnsOptions |
object |
No description. |
NameServers |
object |
No description. |
Searches |
object |
No description. |
DnsOptions
Optional
public object DnsOptions { get; set; }
- Type: object
NameServers
Optional
public object NameServers { get; set; }
- Type: object
Searches
Optional
public object Searches { get; set; }
- Type: object