google-apis-dns_v1beta2 0.8.0 → 0.9.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
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b6fbfe1f9586896b64f1ca70daa1db0acc00fdbdf96002a73280bab9625a2f8c
|
4
|
+
data.tar.gz: 771e3c081c8151e7fdaf81ecf0d1977716917d1ba6b09a074d1f19168954b35f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 605a193381ded0c857c49485204530ed31ae433a0824be2dc7817cb5c38a26e89f09ddf1b66ac5e3fc72b6f2e2d45fb98360d4a6e0fdbc7dc298756f8186d6b2
|
7
|
+
data.tar.gz: a732eabcb907cf09d1462aa3b9c4ff723bf56d9bda075466242ce12904213e496e5a81223dac9289e8bbeb23726479263cd42c972f189654a6bd2ef2887a9ab5
|
data/CHANGELOG.md
CHANGED
@@ -583,7 +583,7 @@ module Google
|
|
583
583
|
# @return [Google::Apis::DnsV1beta2::ResponseHeader]
|
584
584
|
attr_accessor :header
|
585
585
|
|
586
|
-
#
|
586
|
+
# Type of resource.
|
587
587
|
# Corresponds to the JSON property `kind`
|
588
588
|
# @return [String]
|
589
589
|
attr_accessor :kind
|
@@ -683,6 +683,11 @@ module Google
|
|
683
683
|
class ManagedZonePrivateVisibilityConfig
|
684
684
|
include Google::Apis::Core::Hashable
|
685
685
|
|
686
|
+
# The list of Google Kubernetes Engine clusters that can see this zone.
|
687
|
+
# Corresponds to the JSON property `gkeClusters`
|
688
|
+
# @return [Array<Google::Apis::DnsV1beta2::ManagedZonePrivateVisibilityConfigGkeCluster>]
|
689
|
+
attr_accessor :gke_clusters
|
690
|
+
|
686
691
|
#
|
687
692
|
# Corresponds to the JSON property `kind`
|
688
693
|
# @return [String]
|
@@ -699,11 +704,40 @@ module Google
|
|
699
704
|
|
700
705
|
# Update properties of this object
|
701
706
|
def update!(**args)
|
707
|
+
@gke_clusters = args[:gke_clusters] if args.key?(:gke_clusters)
|
702
708
|
@kind = args[:kind] if args.key?(:kind)
|
703
709
|
@networks = args[:networks] if args.key?(:networks)
|
704
710
|
end
|
705
711
|
end
|
706
712
|
|
713
|
+
#
|
714
|
+
class ManagedZonePrivateVisibilityConfigGkeCluster
|
715
|
+
include Google::Apis::Core::Hashable
|
716
|
+
|
717
|
+
# The resource name of the cluster to bind this ManagedZone to. This should be
|
718
|
+
# specified in the format like: projects/*/locations/*/clusters/*. This is
|
719
|
+
# referenced from GKE projects.locations.clusters.get API: https://cloud.google.
|
720
|
+
# com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get
|
721
|
+
# Corresponds to the JSON property `gkeClusterName`
|
722
|
+
# @return [String]
|
723
|
+
attr_accessor :gke_cluster_name
|
724
|
+
|
725
|
+
#
|
726
|
+
# Corresponds to the JSON property `kind`
|
727
|
+
# @return [String]
|
728
|
+
attr_accessor :kind
|
729
|
+
|
730
|
+
def initialize(**args)
|
731
|
+
update!(**args)
|
732
|
+
end
|
733
|
+
|
734
|
+
# Update properties of this object
|
735
|
+
def update!(**args)
|
736
|
+
@gke_cluster_name = args[:gke_cluster_name] if args.key?(:gke_cluster_name)
|
737
|
+
@kind = args[:kind] if args.key?(:kind)
|
738
|
+
end
|
739
|
+
end
|
740
|
+
|
707
741
|
#
|
708
742
|
class ManagedZonePrivateVisibilityConfigNetwork
|
709
743
|
include Google::Apis::Core::Hashable
|
@@ -1290,6 +1324,17 @@ module Google
|
|
1290
1324
|
# @return [Fixnum]
|
1291
1325
|
attr_accessor :dns_keys_per_managed_zone
|
1292
1326
|
|
1327
|
+
# Maximum allowed number of GKE clusters to which a privately scoped zone can be
|
1328
|
+
# attached.
|
1329
|
+
# Corresponds to the JSON property `gkeClustersPerManagedZone`
|
1330
|
+
# @return [Fixnum]
|
1331
|
+
attr_accessor :gke_clusters_per_managed_zone
|
1332
|
+
|
1333
|
+
# Maximum allowed number of GKE clusters per response policy.
|
1334
|
+
# Corresponds to the JSON property `gkeClustersPerResponsePolicy`
|
1335
|
+
# @return [Fixnum]
|
1336
|
+
attr_accessor :gke_clusters_per_response_policy
|
1337
|
+
|
1293
1338
|
#
|
1294
1339
|
# Corresponds to the JSON property `kind`
|
1295
1340
|
# @return [String]
|
@@ -1300,6 +1345,11 @@ module Google
|
|
1300
1345
|
# @return [Fixnum]
|
1301
1346
|
attr_accessor :managed_zones
|
1302
1347
|
|
1348
|
+
# Maximum allowed number of managed zones which can be attached to a GKE cluster.
|
1349
|
+
# Corresponds to the JSON property `managedZonesPerGkeCluster`
|
1350
|
+
# @return [Fixnum]
|
1351
|
+
attr_accessor :managed_zones_per_gke_cluster
|
1352
|
+
|
1303
1353
|
# Maximum allowed number of managed zones which can be attached to a network.
|
1304
1354
|
# Corresponds to the JSON property `managedZonesPerNetwork`
|
1305
1355
|
# @return [Fixnum]
|
@@ -1374,8 +1424,11 @@ module Google
|
|
1374
1424
|
# Update properties of this object
|
1375
1425
|
def update!(**args)
|
1376
1426
|
@dns_keys_per_managed_zone = args[:dns_keys_per_managed_zone] if args.key?(:dns_keys_per_managed_zone)
|
1427
|
+
@gke_clusters_per_managed_zone = args[:gke_clusters_per_managed_zone] if args.key?(:gke_clusters_per_managed_zone)
|
1428
|
+
@gke_clusters_per_response_policy = args[:gke_clusters_per_response_policy] if args.key?(:gke_clusters_per_response_policy)
|
1377
1429
|
@kind = args[:kind] if args.key?(:kind)
|
1378
1430
|
@managed_zones = args[:managed_zones] if args.key?(:managed_zones)
|
1431
|
+
@managed_zones_per_gke_cluster = args[:managed_zones_per_gke_cluster] if args.key?(:managed_zones_per_gke_cluster)
|
1379
1432
|
@managed_zones_per_network = args[:managed_zones_per_network] if args.key?(:managed_zones_per_network)
|
1380
1433
|
@networks_per_managed_zone = args[:networks_per_managed_zone] if args.key?(:networks_per_managed_zone)
|
1381
1434
|
@networks_per_policy = args[:networks_per_policy] if args.key?(:networks_per_policy)
|
@@ -1608,6 +1661,12 @@ module Google
|
|
1608
1661
|
# @return [String]
|
1609
1662
|
attr_accessor :description
|
1610
1663
|
|
1664
|
+
# The list of Google Kubernetes Engine clusters to which this response policy is
|
1665
|
+
# applied.
|
1666
|
+
# Corresponds to the JSON property `gkeClusters`
|
1667
|
+
# @return [Array<Google::Apis::DnsV1beta2::ResponsePolicyGkeCluster>]
|
1668
|
+
attr_accessor :gke_clusters
|
1669
|
+
|
1611
1670
|
# Unique identifier for the resource; defined by the server (output only).
|
1612
1671
|
# Corresponds to the JSON property `id`
|
1613
1672
|
# @return [Fixnum]
|
@@ -1635,6 +1694,7 @@ module Google
|
|
1635
1694
|
# Update properties of this object
|
1636
1695
|
def update!(**args)
|
1637
1696
|
@description = args[:description] if args.key?(:description)
|
1697
|
+
@gke_clusters = args[:gke_clusters] if args.key?(:gke_clusters)
|
1638
1698
|
@id = args[:id] if args.key?(:id)
|
1639
1699
|
@kind = args[:kind] if args.key?(:kind)
|
1640
1700
|
@networks = args[:networks] if args.key?(:networks)
|
@@ -1642,6 +1702,34 @@ module Google
|
|
1642
1702
|
end
|
1643
1703
|
end
|
1644
1704
|
|
1705
|
+
#
|
1706
|
+
class ResponsePolicyGkeCluster
|
1707
|
+
include Google::Apis::Core::Hashable
|
1708
|
+
|
1709
|
+
# The resource name of the cluster to bind this response policy to. This should
|
1710
|
+
# be specified in the format like: projects/*/locations/*/clusters/*. This is
|
1711
|
+
# referenced from GKE projects.locations.clusters.get API: https://cloud.google.
|
1712
|
+
# com/kubernetes-engine/docs/reference/rest/v1/projects.locations.clusters/get
|
1713
|
+
# Corresponds to the JSON property `gkeClusterName`
|
1714
|
+
# @return [String]
|
1715
|
+
attr_accessor :gke_cluster_name
|
1716
|
+
|
1717
|
+
#
|
1718
|
+
# Corresponds to the JSON property `kind`
|
1719
|
+
# @return [String]
|
1720
|
+
attr_accessor :kind
|
1721
|
+
|
1722
|
+
def initialize(**args)
|
1723
|
+
update!(**args)
|
1724
|
+
end
|
1725
|
+
|
1726
|
+
# Update properties of this object
|
1727
|
+
def update!(**args)
|
1728
|
+
@gke_cluster_name = args[:gke_cluster_name] if args.key?(:gke_cluster_name)
|
1729
|
+
@kind = args[:kind] if args.key?(:kind)
|
1730
|
+
end
|
1731
|
+
end
|
1732
|
+
|
1645
1733
|
#
|
1646
1734
|
class ResponsePolicyNetwork
|
1647
1735
|
include Google::Apis::Core::Hashable
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module DnsV1beta2
|
18
18
|
# Version of the google-apis-dns_v1beta2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.9.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210430"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -106,6 +106,12 @@ module Google
|
|
106
106
|
include Google::Apis::Core::JsonObjectSupport
|
107
107
|
end
|
108
108
|
|
109
|
+
class ManagedZonePrivateVisibilityConfigGkeCluster
|
110
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
|
+
|
112
|
+
include Google::Apis::Core::JsonObjectSupport
|
113
|
+
end
|
114
|
+
|
109
115
|
class ManagedZonePrivateVisibilityConfigNetwork
|
110
116
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
111
117
|
|
@@ -250,6 +256,12 @@ module Google
|
|
250
256
|
include Google::Apis::Core::JsonObjectSupport
|
251
257
|
end
|
252
258
|
|
259
|
+
class ResponsePolicyGkeCluster
|
260
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
+
|
262
|
+
include Google::Apis::Core::JsonObjectSupport
|
263
|
+
end
|
264
|
+
|
253
265
|
class ResponsePolicyNetwork
|
254
266
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
255
267
|
|
@@ -452,12 +464,22 @@ module Google
|
|
452
464
|
class ManagedZonePrivateVisibilityConfig
|
453
465
|
# @private
|
454
466
|
class Representation < Google::Apis::Core::JsonRepresentation
|
467
|
+
collection :gke_clusters, as: 'gkeClusters', class: Google::Apis::DnsV1beta2::ManagedZonePrivateVisibilityConfigGkeCluster, decorator: Google::Apis::DnsV1beta2::ManagedZonePrivateVisibilityConfigGkeCluster::Representation
|
468
|
+
|
455
469
|
property :kind, as: 'kind'
|
456
470
|
collection :networks, as: 'networks', class: Google::Apis::DnsV1beta2::ManagedZonePrivateVisibilityConfigNetwork, decorator: Google::Apis::DnsV1beta2::ManagedZonePrivateVisibilityConfigNetwork::Representation
|
457
471
|
|
458
472
|
end
|
459
473
|
end
|
460
474
|
|
475
|
+
class ManagedZonePrivateVisibilityConfigGkeCluster
|
476
|
+
# @private
|
477
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
478
|
+
property :gke_cluster_name, as: 'gkeClusterName'
|
479
|
+
property :kind, as: 'kind'
|
480
|
+
end
|
481
|
+
end
|
482
|
+
|
461
483
|
class ManagedZonePrivateVisibilityConfigNetwork
|
462
484
|
# @private
|
463
485
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -629,8 +651,11 @@ module Google
|
|
629
651
|
# @private
|
630
652
|
class Representation < Google::Apis::Core::JsonRepresentation
|
631
653
|
property :dns_keys_per_managed_zone, as: 'dnsKeysPerManagedZone'
|
654
|
+
property :gke_clusters_per_managed_zone, as: 'gkeClustersPerManagedZone'
|
655
|
+
property :gke_clusters_per_response_policy, as: 'gkeClustersPerResponsePolicy'
|
632
656
|
property :kind, as: 'kind'
|
633
657
|
property :managed_zones, as: 'managedZones'
|
658
|
+
property :managed_zones_per_gke_cluster, as: 'managedZonesPerGkeCluster'
|
634
659
|
property :managed_zones_per_network, as: 'managedZonesPerNetwork'
|
635
660
|
property :networks_per_managed_zone, as: 'networksPerManagedZone'
|
636
661
|
property :networks_per_policy, as: 'networksPerPolicy'
|
@@ -714,6 +739,8 @@ module Google
|
|
714
739
|
# @private
|
715
740
|
class Representation < Google::Apis::Core::JsonRepresentation
|
716
741
|
property :description, as: 'description'
|
742
|
+
collection :gke_clusters, as: 'gkeClusters', class: Google::Apis::DnsV1beta2::ResponsePolicyGkeCluster, decorator: Google::Apis::DnsV1beta2::ResponsePolicyGkeCluster::Representation
|
743
|
+
|
717
744
|
property :id, :numeric_string => true, as: 'id'
|
718
745
|
property :kind, as: 'kind'
|
719
746
|
collection :networks, as: 'networks', class: Google::Apis::DnsV1beta2::ResponsePolicyNetwork, decorator: Google::Apis::DnsV1beta2::ResponsePolicyNetwork::Representation
|
@@ -722,6 +749,14 @@ module Google
|
|
722
749
|
end
|
723
750
|
end
|
724
751
|
|
752
|
+
class ResponsePolicyGkeCluster
|
753
|
+
# @private
|
754
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
755
|
+
property :gke_cluster_name, as: 'gkeClusterName'
|
756
|
+
property :kind, as: 'kind'
|
757
|
+
end
|
758
|
+
end
|
759
|
+
|
725
760
|
class ResponsePolicyNetwork
|
726
761
|
# @private
|
727
762
|
class Representation < Google::Apis::Core::JsonRepresentation
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-dns_v1beta2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.9.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-05-18 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -52,7 +52,7 @@ licenses:
|
|
52
52
|
metadata:
|
53
53
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
54
54
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dns_v1beta2/CHANGELOG.md
|
55
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.
|
55
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dns_v1beta2/v0.9.0
|
56
56
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/master/generated/google-apis-dns_v1beta2
|
57
57
|
post_install_message:
|
58
58
|
rdoc_options: []
|
@@ -69,7 +69,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
69
69
|
- !ruby/object:Gem::Version
|
70
70
|
version: '0'
|
71
71
|
requirements: []
|
72
|
-
rubygems_version: 3.2.
|
72
|
+
rubygems_version: 3.2.17
|
73
73
|
signing_key:
|
74
74
|
specification_version: 4
|
75
75
|
summary: Simple REST client for Cloud DNS API V1beta2
|