google-apis-dns_v1 0.16.0 → 0.17.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/dns_v1/classes.rb +505 -0
- data/lib/google/apis/dns_v1/gem_version.rb +2 -2
- data/lib/google/apis/dns_v1/representations.rb +244 -0
- data/lib/google/apis/dns_v1/service.rb +473 -0
- metadata +4 -4
@@ -214,6 +214,36 @@ module Google
|
|
214
214
|
include Google::Apis::Core::JsonObjectSupport
|
215
215
|
end
|
216
216
|
|
217
|
+
class RrSetRoutingPolicy
|
218
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
|
+
|
220
|
+
include Google::Apis::Core::JsonObjectSupport
|
221
|
+
end
|
222
|
+
|
223
|
+
class RrSetRoutingPolicyGeoPolicy
|
224
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
225
|
+
|
226
|
+
include Google::Apis::Core::JsonObjectSupport
|
227
|
+
end
|
228
|
+
|
229
|
+
class RrSetRoutingPolicyGeoPolicyGeoPolicyItem
|
230
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
231
|
+
|
232
|
+
include Google::Apis::Core::JsonObjectSupport
|
233
|
+
end
|
234
|
+
|
235
|
+
class RrSetRoutingPolicyWrrPolicy
|
236
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
237
|
+
|
238
|
+
include Google::Apis::Core::JsonObjectSupport
|
239
|
+
end
|
240
|
+
|
241
|
+
class RrSetRoutingPolicyWrrPolicyWrrPolicyItem
|
242
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
243
|
+
|
244
|
+
include Google::Apis::Core::JsonObjectSupport
|
245
|
+
end
|
246
|
+
|
217
247
|
class ResourceRecordSet
|
218
248
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
219
249
|
|
@@ -238,6 +268,66 @@ module Google
|
|
238
268
|
include Google::Apis::Core::JsonObjectSupport
|
239
269
|
end
|
240
270
|
|
271
|
+
class ResponsePoliciesListResponse
|
272
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
273
|
+
|
274
|
+
include Google::Apis::Core::JsonObjectSupport
|
275
|
+
end
|
276
|
+
|
277
|
+
class ResponsePoliciesPatchResponse
|
278
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
279
|
+
|
280
|
+
include Google::Apis::Core::JsonObjectSupport
|
281
|
+
end
|
282
|
+
|
283
|
+
class ResponsePoliciesUpdateResponse
|
284
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
285
|
+
|
286
|
+
include Google::Apis::Core::JsonObjectSupport
|
287
|
+
end
|
288
|
+
|
289
|
+
class ResponsePolicy
|
290
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
291
|
+
|
292
|
+
include Google::Apis::Core::JsonObjectSupport
|
293
|
+
end
|
294
|
+
|
295
|
+
class ResponsePolicyNetwork
|
296
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
297
|
+
|
298
|
+
include Google::Apis::Core::JsonObjectSupport
|
299
|
+
end
|
300
|
+
|
301
|
+
class ResponsePolicyRule
|
302
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
303
|
+
|
304
|
+
include Google::Apis::Core::JsonObjectSupport
|
305
|
+
end
|
306
|
+
|
307
|
+
class ResponsePolicyRuleLocalData
|
308
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
309
|
+
|
310
|
+
include Google::Apis::Core::JsonObjectSupport
|
311
|
+
end
|
312
|
+
|
313
|
+
class ResponsePolicyRulesListResponse
|
314
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
315
|
+
|
316
|
+
include Google::Apis::Core::JsonObjectSupport
|
317
|
+
end
|
318
|
+
|
319
|
+
class ResponsePolicyRulesPatchResponse
|
320
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
321
|
+
|
322
|
+
include Google::Apis::Core::JsonObjectSupport
|
323
|
+
end
|
324
|
+
|
325
|
+
class ResponsePolicyRulesUpdateResponse
|
326
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
327
|
+
|
328
|
+
include Google::Apis::Core::JsonObjectSupport
|
329
|
+
end
|
330
|
+
|
241
331
|
class Change
|
242
332
|
# @private
|
243
333
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -589,6 +679,7 @@ module Google
|
|
589
679
|
# @private
|
590
680
|
class Representation < Google::Apis::Core::JsonRepresentation
|
591
681
|
property :dns_keys_per_managed_zone, as: 'dnsKeysPerManagedZone'
|
682
|
+
property :items_per_routing_policy, as: 'itemsPerRoutingPolicy'
|
592
683
|
property :kind, as: 'kind'
|
593
684
|
property :managed_zones, as: 'managedZones'
|
594
685
|
property :managed_zones_per_network, as: 'managedZonesPerNetwork'
|
@@ -607,11 +698,62 @@ module Google
|
|
607
698
|
end
|
608
699
|
end
|
609
700
|
|
701
|
+
class RrSetRoutingPolicy
|
702
|
+
# @private
|
703
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
704
|
+
property :geo, as: 'geo', class: Google::Apis::DnsV1::RrSetRoutingPolicyGeoPolicy, decorator: Google::Apis::DnsV1::RrSetRoutingPolicyGeoPolicy::Representation
|
705
|
+
|
706
|
+
property :kind, as: 'kind'
|
707
|
+
property :wrr, as: 'wrr', class: Google::Apis::DnsV1::RrSetRoutingPolicyWrrPolicy, decorator: Google::Apis::DnsV1::RrSetRoutingPolicyWrrPolicy::Representation
|
708
|
+
|
709
|
+
end
|
710
|
+
end
|
711
|
+
|
712
|
+
class RrSetRoutingPolicyGeoPolicy
|
713
|
+
# @private
|
714
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
715
|
+
collection :items, as: 'items', class: Google::Apis::DnsV1::RrSetRoutingPolicyGeoPolicyGeoPolicyItem, decorator: Google::Apis::DnsV1::RrSetRoutingPolicyGeoPolicyGeoPolicyItem::Representation
|
716
|
+
|
717
|
+
property :kind, as: 'kind'
|
718
|
+
end
|
719
|
+
end
|
720
|
+
|
721
|
+
class RrSetRoutingPolicyGeoPolicyGeoPolicyItem
|
722
|
+
# @private
|
723
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
724
|
+
property :kind, as: 'kind'
|
725
|
+
property :location, as: 'location'
|
726
|
+
collection :rrdatas, as: 'rrdatas'
|
727
|
+
collection :signature_rrdatas, as: 'signatureRrdatas'
|
728
|
+
end
|
729
|
+
end
|
730
|
+
|
731
|
+
class RrSetRoutingPolicyWrrPolicy
|
732
|
+
# @private
|
733
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
734
|
+
collection :items, as: 'items', class: Google::Apis::DnsV1::RrSetRoutingPolicyWrrPolicyWrrPolicyItem, decorator: Google::Apis::DnsV1::RrSetRoutingPolicyWrrPolicyWrrPolicyItem::Representation
|
735
|
+
|
736
|
+
property :kind, as: 'kind'
|
737
|
+
end
|
738
|
+
end
|
739
|
+
|
740
|
+
class RrSetRoutingPolicyWrrPolicyWrrPolicyItem
|
741
|
+
# @private
|
742
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
743
|
+
property :kind, as: 'kind'
|
744
|
+
collection :rrdatas, as: 'rrdatas'
|
745
|
+
collection :signature_rrdatas, as: 'signatureRrdatas'
|
746
|
+
property :weight, as: 'weight'
|
747
|
+
end
|
748
|
+
end
|
749
|
+
|
610
750
|
class ResourceRecordSet
|
611
751
|
# @private
|
612
752
|
class Representation < Google::Apis::Core::JsonRepresentation
|
613
753
|
property :kind, as: 'kind'
|
614
754
|
property :name, as: 'name'
|
755
|
+
property :routing_policy, as: 'routingPolicy', class: Google::Apis::DnsV1::RrSetRoutingPolicy, decorator: Google::Apis::DnsV1::RrSetRoutingPolicy::Representation
|
756
|
+
|
615
757
|
collection :rrdatas, as: 'rrdatas'
|
616
758
|
collection :signature_rrdatas, as: 'signatureRrdatas'
|
617
759
|
property :ttl, as: 'ttl'
|
@@ -643,6 +785,108 @@ module Google
|
|
643
785
|
property :operation_id, as: 'operationId'
|
644
786
|
end
|
645
787
|
end
|
788
|
+
|
789
|
+
class ResponsePoliciesListResponse
|
790
|
+
# @private
|
791
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
792
|
+
property :header, as: 'header', class: Google::Apis::DnsV1::ResponseHeader, decorator: Google::Apis::DnsV1::ResponseHeader::Representation
|
793
|
+
|
794
|
+
property :next_page_token, as: 'nextPageToken'
|
795
|
+
collection :response_policies, as: 'responsePolicies', class: Google::Apis::DnsV1::ResponsePolicy, decorator: Google::Apis::DnsV1::ResponsePolicy::Representation
|
796
|
+
|
797
|
+
end
|
798
|
+
end
|
799
|
+
|
800
|
+
class ResponsePoliciesPatchResponse
|
801
|
+
# @private
|
802
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
803
|
+
property :header, as: 'header', class: Google::Apis::DnsV1::ResponseHeader, decorator: Google::Apis::DnsV1::ResponseHeader::Representation
|
804
|
+
|
805
|
+
property :response_policy, as: 'responsePolicy', class: Google::Apis::DnsV1::ResponsePolicy, decorator: Google::Apis::DnsV1::ResponsePolicy::Representation
|
806
|
+
|
807
|
+
end
|
808
|
+
end
|
809
|
+
|
810
|
+
class ResponsePoliciesUpdateResponse
|
811
|
+
# @private
|
812
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
813
|
+
property :header, as: 'header', class: Google::Apis::DnsV1::ResponseHeader, decorator: Google::Apis::DnsV1::ResponseHeader::Representation
|
814
|
+
|
815
|
+
property :response_policy, as: 'responsePolicy', class: Google::Apis::DnsV1::ResponsePolicy, decorator: Google::Apis::DnsV1::ResponsePolicy::Representation
|
816
|
+
|
817
|
+
end
|
818
|
+
end
|
819
|
+
|
820
|
+
class ResponsePolicy
|
821
|
+
# @private
|
822
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
823
|
+
property :description, as: 'description'
|
824
|
+
property :id, :numeric_string => true, as: 'id'
|
825
|
+
property :kind, as: 'kind'
|
826
|
+
collection :networks, as: 'networks', class: Google::Apis::DnsV1::ResponsePolicyNetwork, decorator: Google::Apis::DnsV1::ResponsePolicyNetwork::Representation
|
827
|
+
|
828
|
+
property :response_policy_name, as: 'responsePolicyName'
|
829
|
+
end
|
830
|
+
end
|
831
|
+
|
832
|
+
class ResponsePolicyNetwork
|
833
|
+
# @private
|
834
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
835
|
+
property :kind, as: 'kind'
|
836
|
+
property :network_url, as: 'networkUrl'
|
837
|
+
end
|
838
|
+
end
|
839
|
+
|
840
|
+
class ResponsePolicyRule
|
841
|
+
# @private
|
842
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
843
|
+
property :behavior, as: 'behavior'
|
844
|
+
property :dns_name, as: 'dnsName'
|
845
|
+
property :kind, as: 'kind'
|
846
|
+
property :local_data, as: 'localData', class: Google::Apis::DnsV1::ResponsePolicyRuleLocalData, decorator: Google::Apis::DnsV1::ResponsePolicyRuleLocalData::Representation
|
847
|
+
|
848
|
+
property :rule_name, as: 'ruleName'
|
849
|
+
end
|
850
|
+
end
|
851
|
+
|
852
|
+
class ResponsePolicyRuleLocalData
|
853
|
+
# @private
|
854
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
855
|
+
collection :local_datas, as: 'localDatas', class: Google::Apis::DnsV1::ResourceRecordSet, decorator: Google::Apis::DnsV1::ResourceRecordSet::Representation
|
856
|
+
|
857
|
+
end
|
858
|
+
end
|
859
|
+
|
860
|
+
class ResponsePolicyRulesListResponse
|
861
|
+
# @private
|
862
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
863
|
+
property :header, as: 'header', class: Google::Apis::DnsV1::ResponseHeader, decorator: Google::Apis::DnsV1::ResponseHeader::Representation
|
864
|
+
|
865
|
+
property :next_page_token, as: 'nextPageToken'
|
866
|
+
collection :response_policy_rules, as: 'responsePolicyRules', class: Google::Apis::DnsV1::ResponsePolicyRule, decorator: Google::Apis::DnsV1::ResponsePolicyRule::Representation
|
867
|
+
|
868
|
+
end
|
869
|
+
end
|
870
|
+
|
871
|
+
class ResponsePolicyRulesPatchResponse
|
872
|
+
# @private
|
873
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
874
|
+
property :header, as: 'header', class: Google::Apis::DnsV1::ResponseHeader, decorator: Google::Apis::DnsV1::ResponseHeader::Representation
|
875
|
+
|
876
|
+
property :response_policy_rule, as: 'responsePolicyRule', class: Google::Apis::DnsV1::ResponsePolicyRule, decorator: Google::Apis::DnsV1::ResponsePolicyRule::Representation
|
877
|
+
|
878
|
+
end
|
879
|
+
end
|
880
|
+
|
881
|
+
class ResponsePolicyRulesUpdateResponse
|
882
|
+
# @private
|
883
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
884
|
+
property :header, as: 'header', class: Google::Apis::DnsV1::ResponseHeader, decorator: Google::Apis::DnsV1::ResponseHeader::Representation
|
885
|
+
|
886
|
+
property :response_policy_rule, as: 'responsePolicyRule', class: Google::Apis::DnsV1::ResponsePolicyRule, decorator: Google::Apis::DnsV1::ResponsePolicyRule::Representation
|
887
|
+
|
888
|
+
end
|
889
|
+
end
|
646
890
|
end
|
647
891
|
end
|
648
892
|
end
|