{
"operation-name" : "add",
"description" : "Add the AddressResolverOptions",
"request-properties" : {
"cache-max-time-to-live" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The cache maximum TTL value in seconds. After successful resolution IP addresses are cached with their DNS response TTL,",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default"
},
"cache-min-time-to-live" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The cache minimum TTL value in seconds. After successful resolution IP addresses are cached with their DNS response TTL,",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default"
},
"cache-negative-time-to-live" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The negative cache TTL value in seconds. After a failed hostname resolution, DNS queries won't be retried for a period of time equals to the negative TTL.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default"
},
"hosts-refresh-period" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The hosts configuration refresh period in millis",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default"
},
"hosts-value" : {
"type" : {
"TYPE_MODEL_VALUE" : "STRING"
},
"description" : "The alternate hosts configuration file to use instead of the one provided by the os.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 1,
"max-length" : 2147483647,
"stability" : "default"
},
"max-queries" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The maximum number of queries when an hostname is resolved.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default"
},
"n-dots" : {
"type" : {
"TYPE_MODEL_VALUE" : "INT"
},
"description" : "The ndots value used when resolving using search domains, the default value is -1 which determines the value from the OS on Linux or uses the value 1.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default"
},
"opt-resource-enabled" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "The option to enable the automatic inclusion in DNS queries of an optional record that hints the remote DNS server about how much data the resolver can read per response.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default"
},
"query-time-out" : {
"type" : {
"TYPE_MODEL_VALUE" : "LONG"
},
"description" : "The query timeout in milliseconds, i.e the amount of time after a query is considered to be failed.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default"
},
"rd-flag" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "The DNS queries Recursion Desired flag value, defaults is true.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default"
},
"rotate-servers" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "The option to enable round-robin selection of the dns server to use. It spreads the query load among the servers and avoids all lookup to hit the first server of the list.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default"
},
"round-robin-inet-address" : {
"type" : {
"TYPE_MODEL_VALUE" : "BOOLEAN"
},
"description" : "The option to enable round-robin inet address selection of the ip address to use.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"stability" : "default"
},
"search-domains" : {
"type" : {
"TYPE_MODEL_VALUE" : "LIST"
},
"description" : "The lists of DNS search domains. When the search domain list is null, the effective search domain list will be populated using the system DNS search domains.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 0,
"max-length" : 2147483647,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
},
"servers" : {
"type" : {
"TYPE_MODEL_VALUE" : "LIST"
},
"description" : "The list of DNS server addresses, an address is the IP of the dns server, followed by an optional colon and a port.",
"expressions-allowed" : true,
"required" : false,
"nillable" : true,
"min-length" : 0,
"max-length" : 2147483647,
"stability" : "default",
"value-type" : {
"TYPE_MODEL_VALUE" : "STRING"
}
}
},
"reply-properties" : {},
"stability" : "preview",
"read-only" : false,
"runtime-only" : false
}