Skip to content

CustomDNSProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Fc;
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.

DnsOptionsOptional

public object DnsOptions { get; set; }
  • Type: object

NameServersOptional

public object NameServers { get; set; }
  • Type: object

SearchesOptional

public object Searches { get; set; }
  • Type: object