google-apis-dns_v1 0.14.0 → 0.18.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.
@@ -64,6 +64,12 @@ module Google
64
64
  include Google::Apis::Core::JsonObjectSupport
65
65
  end
66
66
 
67
+ class ManagedZoneCloudLoggingConfig
68
+ class Representation < Google::Apis::Core::JsonRepresentation; end
69
+
70
+ include Google::Apis::Core::JsonObjectSupport
71
+ end
72
+
67
73
  class ManagedZoneDnsSecConfig
68
74
  class Representation < Google::Apis::Core::JsonRepresentation; end
69
75
 
@@ -208,6 +214,36 @@ module Google
208
214
  include Google::Apis::Core::JsonObjectSupport
209
215
  end
210
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
+
211
247
  class ResourceRecordSet
212
248
  class Representation < Google::Apis::Core::JsonRepresentation; end
213
249
 
@@ -232,6 +268,66 @@ module Google
232
268
  include Google::Apis::Core::JsonObjectSupport
233
269
  end
234
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
+
235
331
  class Change
236
332
  # @private
237
333
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -310,6 +406,8 @@ module Google
310
406
  class ManagedZone
311
407
  # @private
312
408
  class Representation < Google::Apis::Core::JsonRepresentation
409
+ property :cloud_logging_config, as: 'cloudLoggingConfig', class: Google::Apis::DnsV1::ManagedZoneCloudLoggingConfig, decorator: Google::Apis::DnsV1::ManagedZoneCloudLoggingConfig::Representation
410
+
313
411
  property :creation_time, as: 'creationTime'
314
412
  property :description, as: 'description'
315
413
  property :dns_name, as: 'dnsName'
@@ -335,6 +433,14 @@ module Google
335
433
  end
336
434
  end
337
435
 
436
+ class ManagedZoneCloudLoggingConfig
437
+ # @private
438
+ class Representation < Google::Apis::Core::JsonRepresentation
439
+ property :enable_logging, as: 'enableLogging'
440
+ property :kind, as: 'kind'
441
+ end
442
+ end
443
+
338
444
  class ManagedZoneDnsSecConfig
339
445
  # @private
340
446
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -573,6 +679,7 @@ module Google
573
679
  # @private
574
680
  class Representation < Google::Apis::Core::JsonRepresentation
575
681
  property :dns_keys_per_managed_zone, as: 'dnsKeysPerManagedZone'
682
+ property :items_per_routing_policy, as: 'itemsPerRoutingPolicy'
576
683
  property :kind, as: 'kind'
577
684
  property :managed_zones, as: 'managedZones'
578
685
  property :managed_zones_per_network, as: 'managedZonesPerNetwork'
@@ -591,11 +698,62 @@ module Google
591
698
  end
592
699
  end
593
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
+
594
750
  class ResourceRecordSet
595
751
  # @private
596
752
  class Representation < Google::Apis::Core::JsonRepresentation
597
753
  property :kind, as: 'kind'
598
754
  property :name, as: 'name'
755
+ property :routing_policy, as: 'routingPolicy', class: Google::Apis::DnsV1::RrSetRoutingPolicy, decorator: Google::Apis::DnsV1::RrSetRoutingPolicy::Representation
756
+
599
757
  collection :rrdatas, as: 'rrdatas'
600
758
  collection :signature_rrdatas, as: 'signatureRrdatas'
601
759
  property :ttl, as: 'ttl'
@@ -627,6 +785,108 @@ module Google
627
785
  property :operation_id, as: 'operationId'
628
786
  end
629
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
630
890
  end
631
891
  end
632
892
  end