google-apis-dns_v1 0.15.0 → 0.19.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,11 +679,13 @@ 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'
579
686
  property :networks_per_managed_zone, as: 'networksPerManagedZone'
580
687
  property :networks_per_policy, as: 'networksPerPolicy'
688
+ property :peering_zones_per_target_network, as: 'peeringZonesPerTargetNetwork'
581
689
  property :policies, as: 'policies'
582
690
  property :resource_records_per_rrset, as: 'resourceRecordsPerRrset'
583
691
  property :rrset_additions_per_change, as: 'rrsetAdditionsPerChange'
@@ -591,11 +699,62 @@ module Google
591
699
  end
592
700
  end
593
701
 
702
+ class RrSetRoutingPolicy
703
+ # @private
704
+ class Representation < Google::Apis::Core::JsonRepresentation
705
+ property :geo, as: 'geo', class: Google::Apis::DnsV1::RrSetRoutingPolicyGeoPolicy, decorator: Google::Apis::DnsV1::RrSetRoutingPolicyGeoPolicy::Representation
706
+
707
+ property :kind, as: 'kind'
708
+ property :wrr, as: 'wrr', class: Google::Apis::DnsV1::RrSetRoutingPolicyWrrPolicy, decorator: Google::Apis::DnsV1::RrSetRoutingPolicyWrrPolicy::Representation
709
+
710
+ end
711
+ end
712
+
713
+ class RrSetRoutingPolicyGeoPolicy
714
+ # @private
715
+ class Representation < Google::Apis::Core::JsonRepresentation
716
+ collection :items, as: 'items', class: Google::Apis::DnsV1::RrSetRoutingPolicyGeoPolicyGeoPolicyItem, decorator: Google::Apis::DnsV1::RrSetRoutingPolicyGeoPolicyGeoPolicyItem::Representation
717
+
718
+ property :kind, as: 'kind'
719
+ end
720
+ end
721
+
722
+ class RrSetRoutingPolicyGeoPolicyGeoPolicyItem
723
+ # @private
724
+ class Representation < Google::Apis::Core::JsonRepresentation
725
+ property :kind, as: 'kind'
726
+ property :location, as: 'location'
727
+ collection :rrdatas, as: 'rrdatas'
728
+ collection :signature_rrdatas, as: 'signatureRrdatas'
729
+ end
730
+ end
731
+
732
+ class RrSetRoutingPolicyWrrPolicy
733
+ # @private
734
+ class Representation < Google::Apis::Core::JsonRepresentation
735
+ collection :items, as: 'items', class: Google::Apis::DnsV1::RrSetRoutingPolicyWrrPolicyWrrPolicyItem, decorator: Google::Apis::DnsV1::RrSetRoutingPolicyWrrPolicyWrrPolicyItem::Representation
736
+
737
+ property :kind, as: 'kind'
738
+ end
739
+ end
740
+
741
+ class RrSetRoutingPolicyWrrPolicyWrrPolicyItem
742
+ # @private
743
+ class Representation < Google::Apis::Core::JsonRepresentation
744
+ property :kind, as: 'kind'
745
+ collection :rrdatas, as: 'rrdatas'
746
+ collection :signature_rrdatas, as: 'signatureRrdatas'
747
+ property :weight, as: 'weight'
748
+ end
749
+ end
750
+
594
751
  class ResourceRecordSet
595
752
  # @private
596
753
  class Representation < Google::Apis::Core::JsonRepresentation
597
754
  property :kind, as: 'kind'
598
755
  property :name, as: 'name'
756
+ property :routing_policy, as: 'routingPolicy', class: Google::Apis::DnsV1::RrSetRoutingPolicy, decorator: Google::Apis::DnsV1::RrSetRoutingPolicy::Representation
757
+
599
758
  collection :rrdatas, as: 'rrdatas'
600
759
  collection :signature_rrdatas, as: 'signatureRrdatas'
601
760
  property :ttl, as: 'ttl'
@@ -627,6 +786,108 @@ module Google
627
786
  property :operation_id, as: 'operationId'
628
787
  end
629
788
  end
789
+
790
+ class ResponsePoliciesListResponse
791
+ # @private
792
+ class Representation < Google::Apis::Core::JsonRepresentation
793
+ property :header, as: 'header', class: Google::Apis::DnsV1::ResponseHeader, decorator: Google::Apis::DnsV1::ResponseHeader::Representation
794
+
795
+ property :next_page_token, as: 'nextPageToken'
796
+ collection :response_policies, as: 'responsePolicies', class: Google::Apis::DnsV1::ResponsePolicy, decorator: Google::Apis::DnsV1::ResponsePolicy::Representation
797
+
798
+ end
799
+ end
800
+
801
+ class ResponsePoliciesPatchResponse
802
+ # @private
803
+ class Representation < Google::Apis::Core::JsonRepresentation
804
+ property :header, as: 'header', class: Google::Apis::DnsV1::ResponseHeader, decorator: Google::Apis::DnsV1::ResponseHeader::Representation
805
+
806
+ property :response_policy, as: 'responsePolicy', class: Google::Apis::DnsV1::ResponsePolicy, decorator: Google::Apis::DnsV1::ResponsePolicy::Representation
807
+
808
+ end
809
+ end
810
+
811
+ class ResponsePoliciesUpdateResponse
812
+ # @private
813
+ class Representation < Google::Apis::Core::JsonRepresentation
814
+ property :header, as: 'header', class: Google::Apis::DnsV1::ResponseHeader, decorator: Google::Apis::DnsV1::ResponseHeader::Representation
815
+
816
+ property :response_policy, as: 'responsePolicy', class: Google::Apis::DnsV1::ResponsePolicy, decorator: Google::Apis::DnsV1::ResponsePolicy::Representation
817
+
818
+ end
819
+ end
820
+
821
+ class ResponsePolicy
822
+ # @private
823
+ class Representation < Google::Apis::Core::JsonRepresentation
824
+ property :description, as: 'description'
825
+ property :id, :numeric_string => true, as: 'id'
826
+ property :kind, as: 'kind'
827
+ collection :networks, as: 'networks', class: Google::Apis::DnsV1::ResponsePolicyNetwork, decorator: Google::Apis::DnsV1::ResponsePolicyNetwork::Representation
828
+
829
+ property :response_policy_name, as: 'responsePolicyName'
830
+ end
831
+ end
832
+
833
+ class ResponsePolicyNetwork
834
+ # @private
835
+ class Representation < Google::Apis::Core::JsonRepresentation
836
+ property :kind, as: 'kind'
837
+ property :network_url, as: 'networkUrl'
838
+ end
839
+ end
840
+
841
+ class ResponsePolicyRule
842
+ # @private
843
+ class Representation < Google::Apis::Core::JsonRepresentation
844
+ property :behavior, as: 'behavior'
845
+ property :dns_name, as: 'dnsName'
846
+ property :kind, as: 'kind'
847
+ property :local_data, as: 'localData', class: Google::Apis::DnsV1::ResponsePolicyRuleLocalData, decorator: Google::Apis::DnsV1::ResponsePolicyRuleLocalData::Representation
848
+
849
+ property :rule_name, as: 'ruleName'
850
+ end
851
+ end
852
+
853
+ class ResponsePolicyRuleLocalData
854
+ # @private
855
+ class Representation < Google::Apis::Core::JsonRepresentation
856
+ collection :local_datas, as: 'localDatas', class: Google::Apis::DnsV1::ResourceRecordSet, decorator: Google::Apis::DnsV1::ResourceRecordSet::Representation
857
+
858
+ end
859
+ end
860
+
861
+ class ResponsePolicyRulesListResponse
862
+ # @private
863
+ class Representation < Google::Apis::Core::JsonRepresentation
864
+ property :header, as: 'header', class: Google::Apis::DnsV1::ResponseHeader, decorator: Google::Apis::DnsV1::ResponseHeader::Representation
865
+
866
+ property :next_page_token, as: 'nextPageToken'
867
+ collection :response_policy_rules, as: 'responsePolicyRules', class: Google::Apis::DnsV1::ResponsePolicyRule, decorator: Google::Apis::DnsV1::ResponsePolicyRule::Representation
868
+
869
+ end
870
+ end
871
+
872
+ class ResponsePolicyRulesPatchResponse
873
+ # @private
874
+ class Representation < Google::Apis::Core::JsonRepresentation
875
+ property :header, as: 'header', class: Google::Apis::DnsV1::ResponseHeader, decorator: Google::Apis::DnsV1::ResponseHeader::Representation
876
+
877
+ property :response_policy_rule, as: 'responsePolicyRule', class: Google::Apis::DnsV1::ResponsePolicyRule, decorator: Google::Apis::DnsV1::ResponsePolicyRule::Representation
878
+
879
+ end
880
+ end
881
+
882
+ class ResponsePolicyRulesUpdateResponse
883
+ # @private
884
+ class Representation < Google::Apis::Core::JsonRepresentation
885
+ property :header, as: 'header', class: Google::Apis::DnsV1::ResponseHeader, decorator: Google::Apis::DnsV1::ResponseHeader::Representation
886
+
887
+ property :response_policy_rule, as: 'responsePolicyRule', class: Google::Apis::DnsV1::ResponsePolicyRule, decorator: Google::Apis::DnsV1::ResponsePolicyRule::Representation
888
+
889
+ end
890
+ end
630
891
  end
631
892
  end
632
893
  end