google-apis-networkmanagement_v1 0.68.0 → 0.69.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: c778aeb178702dd102848eda45ab649fad5507c141e5a30217e6056fe718a4fc
|
4
|
+
data.tar.gz: fe7805ba4ed067ced92b59405539041df60b24394a3646b19c44b9e8be57ea6f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 05b411e40cb849eaa8ebc33246d0017c39af38cf9c2bae47142ebc896dc414d8208b5c210b185382a08a0f4d58e1d8af4f96428ad7ea6e850959b85ffe7c1c63
|
7
|
+
data.tar.gz: 838d625f1fc5aa0d48eb0d944a1b945f46c785b8d99b7de9ef43af1a15b8574a0b65257126124ddf7f810d29662de1fe3165c9f4202bb2d185bd49f0924b6c96
|
data/CHANGELOG.md
CHANGED
@@ -1394,6 +1394,37 @@ module Google
|
|
1394
1394
|
end
|
1395
1395
|
end
|
1396
1396
|
|
1397
|
+
# For display only. Metadata associated with a hybrid subnet.
|
1398
|
+
class HybridSubnetInfo
|
1399
|
+
include Google::Apis::Core::Hashable
|
1400
|
+
|
1401
|
+
# Name of a hybrid subnet.
|
1402
|
+
# Corresponds to the JSON property `displayName`
|
1403
|
+
# @return [String]
|
1404
|
+
attr_accessor :display_name
|
1405
|
+
|
1406
|
+
# Name of a Google Cloud region where the hybrid subnet is configured.
|
1407
|
+
# Corresponds to the JSON property `region`
|
1408
|
+
# @return [String]
|
1409
|
+
attr_accessor :region
|
1410
|
+
|
1411
|
+
# URI of a hybrid subnet.
|
1412
|
+
# Corresponds to the JSON property `uri`
|
1413
|
+
# @return [String]
|
1414
|
+
attr_accessor :uri
|
1415
|
+
|
1416
|
+
def initialize(**args)
|
1417
|
+
update!(**args)
|
1418
|
+
end
|
1419
|
+
|
1420
|
+
# Update properties of this object
|
1421
|
+
def update!(**args)
|
1422
|
+
@display_name = args[:display_name] if args.key?(:display_name)
|
1423
|
+
@region = args[:region] if args.key?(:region)
|
1424
|
+
@uri = args[:uri] if args.key?(:uri)
|
1425
|
+
end
|
1426
|
+
end
|
1427
|
+
|
1397
1428
|
# For display only. Metadata associated with a Compute Engine instance.
|
1398
1429
|
class InstanceInfo
|
1399
1430
|
include Google::Apis::Core::Hashable
|
@@ -1494,11 +1525,21 @@ module Google
|
|
1494
1525
|
# @return [String]
|
1495
1526
|
attr_accessor :interconnect_uri
|
1496
1527
|
|
1528
|
+
# Appliance IP address that was matched for L2_DEDICATED attachments.
|
1529
|
+
# Corresponds to the JSON property `l2AttachmentMatchedIpAddress`
|
1530
|
+
# @return [String]
|
1531
|
+
attr_accessor :l2_attachment_matched_ip_address
|
1532
|
+
|
1497
1533
|
# Name of a Google Cloud region where the Interconnect attachment is configured.
|
1498
1534
|
# Corresponds to the JSON property `region`
|
1499
1535
|
# @return [String]
|
1500
1536
|
attr_accessor :region
|
1501
1537
|
|
1538
|
+
# The type of interconnect attachment this is.
|
1539
|
+
# Corresponds to the JSON property `type`
|
1540
|
+
# @return [String]
|
1541
|
+
attr_accessor :type
|
1542
|
+
|
1502
1543
|
# URI of an Interconnect attachment.
|
1503
1544
|
# Corresponds to the JSON property `uri`
|
1504
1545
|
# @return [String]
|
@@ -1513,7 +1554,9 @@ module Google
|
|
1513
1554
|
@cloud_router_uri = args[:cloud_router_uri] if args.key?(:cloud_router_uri)
|
1514
1555
|
@display_name = args[:display_name] if args.key?(:display_name)
|
1515
1556
|
@interconnect_uri = args[:interconnect_uri] if args.key?(:interconnect_uri)
|
1557
|
+
@l2_attachment_matched_ip_address = args[:l2_attachment_matched_ip_address] if args.key?(:l2_attachment_matched_ip_address)
|
1516
1558
|
@region = args[:region] if args.key?(:region)
|
1559
|
+
@type = args[:type] if args.key?(:type)
|
1517
1560
|
@uri = args[:uri] if args.key?(:uri)
|
1518
1561
|
end
|
1519
1562
|
end
|
@@ -3490,6 +3533,11 @@ module Google
|
|
3490
3533
|
# @return [Google::Apis::NetworkmanagementV1::GoogleServiceInfo]
|
3491
3534
|
attr_accessor :google_service
|
3492
3535
|
|
3536
|
+
# For display only. Metadata associated with a hybrid subnet.
|
3537
|
+
# Corresponds to the JSON property `hybridSubnet`
|
3538
|
+
# @return [Google::Apis::NetworkmanagementV1::HybridSubnetInfo]
|
3539
|
+
attr_accessor :hybrid_subnet
|
3540
|
+
|
3493
3541
|
# For display only. Metadata associated with a Compute Engine instance.
|
3494
3542
|
# Corresponds to the JSON property `instance`
|
3495
3543
|
# @return [Google::Apis::NetworkmanagementV1::InstanceInfo]
|
@@ -3603,6 +3651,7 @@ module Google
|
|
3603
3651
|
@forwarding_rule = args[:forwarding_rule] if args.key?(:forwarding_rule)
|
3604
3652
|
@gke_master = args[:gke_master] if args.key?(:gke_master)
|
3605
3653
|
@google_service = args[:google_service] if args.key?(:google_service)
|
3654
|
+
@hybrid_subnet = args[:hybrid_subnet] if args.key?(:hybrid_subnet)
|
3606
3655
|
@instance = args[:instance] if args.key?(:instance)
|
3607
3656
|
@interconnect_attachment = args[:interconnect_attachment] if args.key?(:interconnect_attachment)
|
3608
3657
|
@load_balancer = args[:load_balancer] if args.key?(:load_balancer)
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module NetworkmanagementV1
|
18
18
|
# Version of the google-apis-networkmanagement_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.69.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250901"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -190,6 +190,12 @@ module Google
|
|
190
190
|
include Google::Apis::Core::JsonObjectSupport
|
191
191
|
end
|
192
192
|
|
193
|
+
class HybridSubnetInfo
|
194
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
|
+
|
196
|
+
include Google::Apis::Core::JsonObjectSupport
|
197
|
+
end
|
198
|
+
|
193
199
|
class InstanceInfo
|
194
200
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
195
201
|
|
@@ -797,6 +803,15 @@ module Google
|
|
797
803
|
end
|
798
804
|
end
|
799
805
|
|
806
|
+
class HybridSubnetInfo
|
807
|
+
# @private
|
808
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
809
|
+
property :display_name, as: 'displayName'
|
810
|
+
property :region, as: 'region'
|
811
|
+
property :uri, as: 'uri'
|
812
|
+
end
|
813
|
+
end
|
814
|
+
|
800
815
|
class InstanceInfo
|
801
816
|
# @private
|
802
817
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -820,7 +835,9 @@ module Google
|
|
820
835
|
property :cloud_router_uri, as: 'cloudRouterUri'
|
821
836
|
property :display_name, as: 'displayName'
|
822
837
|
property :interconnect_uri, as: 'interconnectUri'
|
838
|
+
property :l2_attachment_matched_ip_address, as: 'l2AttachmentMatchedIpAddress'
|
823
839
|
property :region, as: 'region'
|
840
|
+
property :type, as: 'type'
|
824
841
|
property :uri, as: 'uri'
|
825
842
|
end
|
826
843
|
end
|
@@ -1307,6 +1324,8 @@ module Google
|
|
1307
1324
|
|
1308
1325
|
property :google_service, as: 'googleService', class: Google::Apis::NetworkmanagementV1::GoogleServiceInfo, decorator: Google::Apis::NetworkmanagementV1::GoogleServiceInfo::Representation
|
1309
1326
|
|
1327
|
+
property :hybrid_subnet, as: 'hybridSubnet', class: Google::Apis::NetworkmanagementV1::HybridSubnetInfo, decorator: Google::Apis::NetworkmanagementV1::HybridSubnetInfo::Representation
|
1328
|
+
|
1310
1329
|
property :instance, as: 'instance', class: Google::Apis::NetworkmanagementV1::InstanceInfo, decorator: Google::Apis::NetworkmanagementV1::InstanceInfo::Representation
|
1311
1330
|
|
1312
1331
|
property :interconnect_attachment, as: 'interconnectAttachment', class: Google::Apis::NetworkmanagementV1::InterconnectAttachmentInfo, decorator: Google::Apis::NetworkmanagementV1::InterconnectAttachmentInfo::Representation
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-networkmanagement_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.69.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-networkmanagement_v1/v0.69.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-networkmanagement_v1
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|