GetResponsePolicyRuleResult

data class GetResponsePolicyRuleResult(val behavior: String, val dnsName: String, val kind: String, val localData: ResponsePolicyRuleLocalDataResponse, val ruleName: String)

Constructors

Link copied to clipboard
fun GetResponsePolicyRuleResult(behavior: String, dnsName: String, kind: String, localData: ResponsePolicyRuleLocalDataResponse, ruleName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Answer this query with a behavior rather than DNS data.

Link copied to clipboard

The DNS name (wildcard or exact) to apply this rule to. Must be unique within the Response Policy Rule.

Link copied to clipboard
Link copied to clipboard

Answer this query directly with DNS data. These ResourceRecordSets override any other DNS behavior for the matched name; in particular they override private zones, the public internet, and GCP internal DNS. No SOA nor NS types are allowed.

Link copied to clipboard

An identifier for this rule. Must be unique with the ResponsePolicy.