Class: Google::Apis::DnsV1beta2::ResponsePolicyRuleLocalData
- Inherits:
-
Object
- Object
- Google::Apis::DnsV1beta2::ResponsePolicyRuleLocalData
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/dns_v1beta2/classes.rb,
lib/google/apis/dns_v1beta2/representations.rb,
lib/google/apis/dns_v1beta2/representations.rb
Instance Attribute Summary collapse
-
#local_datas ⇒ Array<Google::Apis::DnsV1beta2::ResourceRecordSet>
All resource record sets for this selector, one per resource record type.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ResponsePolicyRuleLocalData
constructor
A new instance of ResponsePolicyRuleLocalData.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ResponsePolicyRuleLocalData
Returns a new instance of ResponsePolicyRuleLocalData.
2629 2630 2631 |
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 2629 def initialize(**args) update!(**args) end |
Instance Attribute Details
#local_datas ⇒ Array<Google::Apis::DnsV1beta2::ResourceRecordSet>
All resource record sets for this selector, one per resource record type. The
name must match the dns_name.
Corresponds to the JSON property localDatas
2627 2628 2629 |
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 2627 def local_datas @local_datas end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2634 2635 2636 |
# File 'lib/google/apis/dns_v1beta2/classes.rb', line 2634 def update!(**args) @local_datas = args[:local_datas] if args.key?(:local_datas) end |