google-apis-compute_v1 0.129.0 → 0.131.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: 67c13d8222e6ee4144e61472104fd52c6f386d1c9011b0a1b2055b8216ac7872
|
4
|
+
data.tar.gz: bbd4b4b12c88270aa333dc2cee00c30809e05b155e536171c32cae383b1a130b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0aef167a5ebdf0e263c0eb6a8136b580b3db8d43a9fbf11ce37c606910f47b40bfae2f0ed42d711cfd5040ba0819d939ca2a54db348d4121d624eff8f163c2be
|
7
|
+
data.tar.gz: 1df891afe22d9cd663d2d956e6f2b9879bf267e56bce8781efa14b02c717c2ccc458d813e03f67a79ee63ae3768edb49173852f19f06cab9538cbf24cf287272
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-compute_v1
|
2
2
|
|
3
|
+
### v0.131.0 (2025-09-21)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250909
|
6
|
+
|
7
|
+
### v0.130.0 (2025-09-14)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250902
|
10
|
+
|
3
11
|
### v0.129.0 (2025-08-24)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250810
|
@@ -3143,8 +3143,8 @@ module Google
|
|
3143
3143
|
# CDN will apply the following default TTLs to these status codes: HTTP 300 (
|
3144
3144
|
# Multiple Choice), 301, 308 (Permanent Redirects): 10m HTTP 404 (Not Found),
|
3145
3145
|
# 410 (Gone), 451 (Unavailable For Legal Reasons): 120s HTTP 405 (Method Not
|
3146
|
-
# Found),
|
3147
|
-
#
|
3146
|
+
# Found), 501 (Not Implemented): 60s. These defaults can be overridden in
|
3147
|
+
# negative_caching_policy.
|
3148
3148
|
# Corresponds to the JSON property `negativeCaching`
|
3149
3149
|
# @return [Boolean]
|
3150
3150
|
attr_accessor :negative_caching
|
@@ -4205,8 +4205,8 @@ module Google
|
|
4205
4205
|
# CDN will apply the following default TTLs to these status codes: HTTP 300 (
|
4206
4206
|
# Multiple Choice), 301, 308 (Permanent Redirects): 10m HTTP 404 (Not Found),
|
4207
4207
|
# 410 (Gone), 451 (Unavailable For Legal Reasons): 120s HTTP 405 (Method Not
|
4208
|
-
# Found),
|
4209
|
-
#
|
4208
|
+
# Found), 501 (Not Implemented): 60s. These defaults can be overridden in
|
4209
|
+
# negative_caching_policy.
|
4210
4210
|
# Corresponds to the JSON property `negativeCaching`
|
4211
4211
|
# @return [Boolean]
|
4212
4212
|
attr_accessor :negative_caching
|
@@ -18503,6 +18503,14 @@ module Google
|
|
18503
18503
|
class InstanceParams
|
18504
18504
|
include Google::Apis::Core::Hashable
|
18505
18505
|
|
18506
|
+
# A Duration represents a fixed-length span of time represented as a count of
|
18507
|
+
# seconds and fractions of seconds at nanosecond resolution. It is independent
|
18508
|
+
# of any calendar and concepts like "day" or "month". Range is approximately 10,
|
18509
|
+
# 000 years.
|
18510
|
+
# Corresponds to the JSON property `requestValidForDuration`
|
18511
|
+
# @return [Google::Apis::ComputeV1::Duration]
|
18512
|
+
attr_accessor :request_valid_for_duration
|
18513
|
+
|
18506
18514
|
# Resource manager tags to be bound to the instance. Tag keys and values have
|
18507
18515
|
# the same definition as resource manager tags. Keys must be in the format `
|
18508
18516
|
# tagKeys/`tag_key_id``, and values are in the format `tagValues/456`. The field
|
@@ -18517,6 +18525,7 @@ module Google
|
|
18517
18525
|
|
18518
18526
|
# Update properties of this object
|
18519
18527
|
def update!(**args)
|
18528
|
+
@request_valid_for_duration = args[:request_valid_for_duration] if args.key?(:request_valid_for_duration)
|
18520
18529
|
@resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
|
18521
18530
|
end
|
18522
18531
|
end
|
@@ -21835,9 +21844,7 @@ module Google
|
|
21835
21844
|
# @return [String]
|
21836
21845
|
attr_accessor :is_active
|
21837
21846
|
|
21838
|
-
# Whether this Attachment is active, and if so, whether BGP is up.
|
21839
|
-
# on the statuses available in the Pantheon UI here: http://google3/java/com/
|
21840
|
-
# google/cloud/boq/clientapi/gce/hybrid/api/interconnect_models.proto
|
21847
|
+
# Whether this Attachment is active, and if so, whether BGP is up.
|
21841
21848
|
# Corresponds to the JSON property `status`
|
21842
21849
|
# @return [String]
|
21843
21850
|
attr_accessor :status
|
@@ -23362,6 +23369,13 @@ module Google
|
|
23362
23369
|
# @return [String]
|
23363
23370
|
attr_accessor :self_link
|
23364
23371
|
|
23372
|
+
# [Output Only] URLs of the other locations that can pair up with this location
|
23373
|
+
# to support Single-Region 99.99% SLA. E.g. iad-zone1-1 and iad-zone2-5467 are
|
23374
|
+
# Single-Region 99.99% peer locations of each other.
|
23375
|
+
# Corresponds to the JSON property `singleRegionProductionCriticalPeerLocations`
|
23376
|
+
# @return [Array<String>]
|
23377
|
+
attr_accessor :single_region_production_critical_peer_locations
|
23378
|
+
|
23365
23379
|
# [Output Only] The status of this InterconnectLocation, which can take one of
|
23366
23380
|
# the following values: - CLOSED: The InterconnectLocation is closed and is
|
23367
23381
|
# unavailable for provisioning new Interconnects. - AVAILABLE: The
|
@@ -23398,6 +23412,7 @@ module Google
|
|
23398
23412
|
@peeringdb_facility_id = args[:peeringdb_facility_id] if args.key?(:peeringdb_facility_id)
|
23399
23413
|
@region_infos = args[:region_infos] if args.key?(:region_infos)
|
23400
23414
|
@self_link = args[:self_link] if args.key?(:self_link)
|
23415
|
+
@single_region_production_critical_peer_locations = args[:single_region_production_critical_peer_locations] if args.key?(:single_region_production_critical_peer_locations)
|
23401
23416
|
@status = args[:status] if args.key?(:status)
|
23402
23417
|
@supports_pzs = args[:supports_pzs] if args.key?(:supports_pzs)
|
23403
23418
|
end
|
@@ -23851,6 +23866,13 @@ module Google
|
|
23851
23866
|
# @return [Fixnum]
|
23852
23867
|
attr_accessor :max_lag_size10_gbps
|
23853
23868
|
|
23869
|
+
# [Output Only] The maximum number of 400 Gbps ports supported in a link
|
23870
|
+
# aggregation group (LAG). When linkType is 400 Gbps, requestedLinkCount cannot
|
23871
|
+
# exceed max_lag_size_400_gbps.
|
23872
|
+
# Corresponds to the JSON property `maxLagSize400Gbps`
|
23873
|
+
# @return [Fixnum]
|
23874
|
+
attr_accessor :max_lag_size400_gbps
|
23875
|
+
|
23854
23876
|
# [Output Only] Name of the resource.
|
23855
23877
|
# Corresponds to the JSON property `name`
|
23856
23878
|
# @return [String]
|
@@ -23907,6 +23929,7 @@ module Google
|
|
23907
23929
|
@lacp = args[:lacp] if args.key?(:lacp)
|
23908
23930
|
@max_lag_size100_gbps = args[:max_lag_size100_gbps] if args.key?(:max_lag_size100_gbps)
|
23909
23931
|
@max_lag_size10_gbps = args[:max_lag_size10_gbps] if args.key?(:max_lag_size10_gbps)
|
23932
|
+
@max_lag_size400_gbps = args[:max_lag_size400_gbps] if args.key?(:max_lag_size400_gbps)
|
23910
23933
|
@name = args[:name] if args.key?(:name)
|
23911
23934
|
@peeringdb_facility_id = args[:peeringdb_facility_id] if args.key?(:peeringdb_facility_id)
|
23912
23935
|
@permitted_connections = args[:permitted_connections] if args.key?(:permitted_connections)
|
@@ -28192,6 +28215,11 @@ module Google
|
|
28192
28215
|
# @return [String]
|
28193
28216
|
attr_accessor :nic_type
|
28194
28217
|
|
28218
|
+
# Name of the parent network interface of a dynamic network interface.
|
28219
|
+
# Corresponds to the JSON property `parentNicName`
|
28220
|
+
# @return [String]
|
28221
|
+
attr_accessor :parent_nic_name
|
28222
|
+
|
28195
28223
|
# The networking queue count that's specified by users for the network interface.
|
28196
28224
|
# Both Rx and Tx queues will be set to this number. It'll be empty if not
|
28197
28225
|
# specified by the users.
|
@@ -28219,6 +28247,12 @@ module Google
|
|
28219
28247
|
# @return [String]
|
28220
28248
|
attr_accessor :subnetwork
|
28221
28249
|
|
28250
|
+
# VLAN tag of a dynamic network interface, must be an integer in the range from
|
28251
|
+
# 2 to 255 inclusively.
|
28252
|
+
# Corresponds to the JSON property `vlan`
|
28253
|
+
# @return [Fixnum]
|
28254
|
+
attr_accessor :vlan
|
28255
|
+
|
28222
28256
|
def initialize(**args)
|
28223
28257
|
update!(**args)
|
28224
28258
|
end
|
@@ -28238,9 +28272,11 @@ module Google
|
|
28238
28272
|
@network_attachment = args[:network_attachment] if args.key?(:network_attachment)
|
28239
28273
|
@network_ip = args[:network_ip] if args.key?(:network_ip)
|
28240
28274
|
@nic_type = args[:nic_type] if args.key?(:nic_type)
|
28275
|
+
@parent_nic_name = args[:parent_nic_name] if args.key?(:parent_nic_name)
|
28241
28276
|
@queue_count = args[:queue_count] if args.key?(:queue_count)
|
28242
28277
|
@stack_type = args[:stack_type] if args.key?(:stack_type)
|
28243
28278
|
@subnetwork = args[:subnetwork] if args.key?(:subnetwork)
|
28279
|
+
@vlan = args[:vlan] if args.key?(:vlan)
|
28244
28280
|
end
|
28245
28281
|
end
|
28246
28282
|
|
@@ -28695,6 +28731,11 @@ module Google
|
|
28695
28731
|
# @return [String]
|
28696
28732
|
attr_accessor :name
|
28697
28733
|
|
28734
|
+
# [Output Only] Type of the network profile.
|
28735
|
+
# Corresponds to the JSON property `profileType`
|
28736
|
+
# @return [Google::Apis::ComputeV1::NetworkProfileProfileType]
|
28737
|
+
attr_accessor :profile_type
|
28738
|
+
|
28698
28739
|
# [Output Only] Server-defined URL for the resource.
|
28699
28740
|
# Corresponds to the JSON property `selfLink`
|
28700
28741
|
# @return [String]
|
@@ -28718,6 +28759,7 @@ module Google
|
|
28718
28759
|
@kind = args[:kind] if args.key?(:kind)
|
28719
28760
|
@location = args[:location] if args.key?(:location)
|
28720
28761
|
@name = args[:name] if args.key?(:name)
|
28762
|
+
@profile_type = args[:profile_type] if args.key?(:profile_type)
|
28721
28763
|
@self_link = args[:self_link] if args.key?(:self_link)
|
28722
28764
|
@self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
|
28723
28765
|
end
|
@@ -28932,6 +28974,43 @@ module Google
|
|
28932
28974
|
end
|
28933
28975
|
end
|
28934
28976
|
|
28977
|
+
#
|
28978
|
+
class NetworkProfileProfileType
|
28979
|
+
include Google::Apis::Core::Hashable
|
28980
|
+
|
28981
|
+
#
|
28982
|
+
# Corresponds to the JSON property `networkType`
|
28983
|
+
# @return [String]
|
28984
|
+
attr_accessor :network_type
|
28985
|
+
|
28986
|
+
#
|
28987
|
+
# Corresponds to the JSON property `rdmaSubtype`
|
28988
|
+
# @return [String]
|
28989
|
+
attr_accessor :rdma_subtype
|
28990
|
+
|
28991
|
+
#
|
28992
|
+
# Corresponds to the JSON property `ullSubtype`
|
28993
|
+
# @return [String]
|
28994
|
+
attr_accessor :ull_subtype
|
28995
|
+
|
28996
|
+
#
|
28997
|
+
# Corresponds to the JSON property `vpcSubtype`
|
28998
|
+
# @return [String]
|
28999
|
+
attr_accessor :vpc_subtype
|
29000
|
+
|
29001
|
+
def initialize(**args)
|
29002
|
+
update!(**args)
|
29003
|
+
end
|
29004
|
+
|
29005
|
+
# Update properties of this object
|
29006
|
+
def update!(**args)
|
29007
|
+
@network_type = args[:network_type] if args.key?(:network_type)
|
29008
|
+
@rdma_subtype = args[:rdma_subtype] if args.key?(:rdma_subtype)
|
29009
|
+
@ull_subtype = args[:ull_subtype] if args.key?(:ull_subtype)
|
29010
|
+
@vpc_subtype = args[:vpc_subtype] if args.key?(:vpc_subtype)
|
29011
|
+
end
|
29012
|
+
end
|
29013
|
+
|
28935
29014
|
# Contains a list of network profiles.
|
28936
29015
|
class NetworkProfilesListResponse
|
28937
29016
|
include Google::Apis::Core::Hashable
|
@@ -36311,6 +36390,11 @@ module Google
|
|
36311
36390
|
# @return [String]
|
36312
36391
|
attr_accessor :backend_service
|
36313
36392
|
|
36393
|
+
# The percentage of requests to be mirrored to `backend_service`.
|
36394
|
+
# Corresponds to the JSON property `mirrorPercent`
|
36395
|
+
# @return [Float]
|
36396
|
+
attr_accessor :mirror_percent
|
36397
|
+
|
36314
36398
|
def initialize(**args)
|
36315
36399
|
update!(**args)
|
36316
36400
|
end
|
@@ -36318,6 +36402,7 @@ module Google
|
|
36318
36402
|
# Update properties of this object
|
36319
36403
|
def update!(**args)
|
36320
36404
|
@backend_service = args[:backend_service] if args.key?(:backend_service)
|
36405
|
+
@mirror_percent = args[:mirror_percent] if args.key?(:mirror_percent)
|
36321
36406
|
end
|
36322
36407
|
end
|
36323
36408
|
|
@@ -39418,6 +39503,11 @@ module Google
|
|
39418
39503
|
# @return [String]
|
39419
39504
|
attr_accessor :network
|
39420
39505
|
|
39506
|
+
# Additional router parameters.
|
39507
|
+
# Corresponds to the JSON property `params`
|
39508
|
+
# @return [Google::Apis::ComputeV1::RouterParams]
|
39509
|
+
attr_accessor :params
|
39510
|
+
|
39421
39511
|
# [Output Only] URI of the region where the router resides. You must specify
|
39422
39512
|
# this field as part of the HTTP request URL. It is not settable as a field in
|
39423
39513
|
# the request body.
|
@@ -39448,6 +39538,7 @@ module Google
|
|
39448
39538
|
@name = args[:name] if args.key?(:name)
|
39449
39539
|
@nats = args[:nats] if args.key?(:nats)
|
39450
39540
|
@network = args[:network] if args.key?(:network)
|
39541
|
+
@params = args[:params] if args.key?(:params)
|
39451
39542
|
@region = args[:region] if args.key?(:region)
|
39452
39543
|
@self_link = args[:self_link] if args.key?(:self_link)
|
39453
39544
|
end
|
@@ -40564,6 +40655,33 @@ module Google
|
|
40564
40655
|
end
|
40565
40656
|
end
|
40566
40657
|
|
40658
|
+
# Additional router parameters.
|
40659
|
+
class RouterParams
|
40660
|
+
include Google::Apis::Core::Hashable
|
40661
|
+
|
40662
|
+
# Tag keys/values directly bound to this resource. The field is allowed for
|
40663
|
+
# INSERT only. The keys/values to set on the resource should be specified in
|
40664
|
+
# either ID ` : ` or Namespaced format ` : `. For example the following are
|
40665
|
+
# valid inputs: * `"tagKeys/333" : "tagValues/444", "tagKeys/123" : "tagValues/
|
40666
|
+
# 456"` * `"123/environment" : "production", "345/abc" : "xyz"` Note: * Invalid
|
40667
|
+
# combinations of ID & namespaced format is not supported. For instance: `"123/
|
40668
|
+
# environment" : "tagValues/444"` is invalid. * Inconsistent format is not
|
40669
|
+
# supported. For instance: `"tagKeys/333" : "tagValues/444", "123/env" : "prod"`
|
40670
|
+
# is invalid.
|
40671
|
+
# Corresponds to the JSON property `resourceManagerTags`
|
40672
|
+
# @return [Hash<String,String>]
|
40673
|
+
attr_accessor :resource_manager_tags
|
40674
|
+
|
40675
|
+
def initialize(**args)
|
40676
|
+
update!(**args)
|
40677
|
+
end
|
40678
|
+
|
40679
|
+
# Update properties of this object
|
40680
|
+
def update!(**args)
|
40681
|
+
@resource_manager_tags = args[:resource_manager_tags] if args.key?(:resource_manager_tags)
|
40682
|
+
end
|
40683
|
+
end
|
40684
|
+
|
40567
40685
|
#
|
40568
40686
|
class RouterStatus
|
40569
40687
|
include Google::Apis::Core::Hashable
|
@@ -41664,6 +41782,13 @@ module Google
|
|
41664
41782
|
# @return [String]
|
41665
41783
|
attr_accessor :provisioning_model
|
41666
41784
|
|
41785
|
+
# Default is false and there will be 120 seconds between GCE ACPI G2 Soft Off
|
41786
|
+
# and ACPI G3 Mechanical Off for Standard VMs and 30 seconds for Spot VMs.
|
41787
|
+
# Corresponds to the JSON property `skipGuestOsShutdown`
|
41788
|
+
# @return [Boolean]
|
41789
|
+
attr_accessor :skip_guest_os_shutdown
|
41790
|
+
alias_method :skip_guest_os_shutdown?, :skip_guest_os_shutdown
|
41791
|
+
|
41667
41792
|
# Specifies the timestamp, when the instance will be terminated, in RFC3339 text
|
41668
41793
|
# format. If specified, the instance termination action will be performed at the
|
41669
41794
|
# termination time.
|
@@ -41690,6 +41815,7 @@ module Google
|
|
41690
41815
|
@on_instance_stop_action = args[:on_instance_stop_action] if args.key?(:on_instance_stop_action)
|
41691
41816
|
@preemptible = args[:preemptible] if args.key?(:preemptible)
|
41692
41817
|
@provisioning_model = args[:provisioning_model] if args.key?(:provisioning_model)
|
41818
|
+
@skip_guest_os_shutdown = args[:skip_guest_os_shutdown] if args.key?(:skip_guest_os_shutdown)
|
41693
41819
|
@termination_time = args[:termination_time] if args.key?(:termination_time)
|
41694
41820
|
end
|
41695
41821
|
end
|
@@ -43820,6 +43946,12 @@ module Google
|
|
43820
43946
|
# @return [String]
|
43821
43947
|
attr_accessor :endpoint
|
43822
43948
|
|
43949
|
+
# NAT IPs of the connected PSC endpoint and those of other endpoints propagated
|
43950
|
+
# from it.
|
43951
|
+
# Corresponds to the JSON property `natIps`
|
43952
|
+
# @return [Array<String>]
|
43953
|
+
attr_accessor :nat_ips
|
43954
|
+
|
43823
43955
|
# The number of consumer Network Connectivity Center spokes that the connected
|
43824
43956
|
# Private Service Connect endpoint has propagated to.
|
43825
43957
|
# Corresponds to the JSON property `propagatedConnectionCount`
|
@@ -43844,6 +43976,7 @@ module Google
|
|
43844
43976
|
def update!(**args)
|
43845
43977
|
@consumer_network = args[:consumer_network] if args.key?(:consumer_network)
|
43846
43978
|
@endpoint = args[:endpoint] if args.key?(:endpoint)
|
43979
|
+
@nat_ips = args[:nat_ips] if args.key?(:nat_ips)
|
43847
43980
|
@propagated_connection_count = args[:propagated_connection_count] if args.key?(:propagated_connection_count)
|
43848
43981
|
@psc_connection_id = args[:psc_connection_id] if args.key?(:psc_connection_id)
|
43849
43982
|
@status = args[:status] if args.key?(:status)
|
@@ -47669,6 +47802,12 @@ module Google
|
|
47669
47802
|
# @return [Array<String>]
|
47670
47803
|
attr_accessor :system_reserved_internal_ipv6_ranges
|
47671
47804
|
|
47805
|
+
# The current IP utilization of all subnetwork ranges. Contains the total number
|
47806
|
+
# of allocated and free IPs in each range.
|
47807
|
+
# Corresponds to the JSON property `utilizationDetails`
|
47808
|
+
# @return [Google::Apis::ComputeV1::SubnetworkUtilizationDetails]
|
47809
|
+
attr_accessor :utilization_details
|
47810
|
+
|
47672
47811
|
def initialize(**args)
|
47673
47812
|
update!(**args)
|
47674
47813
|
end
|
@@ -47705,6 +47844,7 @@ module Google
|
|
47705
47844
|
@state = args[:state] if args.key?(:state)
|
47706
47845
|
@system_reserved_external_ipv6_ranges = args[:system_reserved_external_ipv6_ranges] if args.key?(:system_reserved_external_ipv6_ranges)
|
47707
47846
|
@system_reserved_internal_ipv6_ranges = args[:system_reserved_internal_ipv6_ranges] if args.key?(:system_reserved_internal_ipv6_ranges)
|
47847
|
+
@utilization_details = args[:utilization_details] if args.key?(:utilization_details)
|
47708
47848
|
end
|
47709
47849
|
end
|
47710
47850
|
|
@@ -48079,6 +48219,101 @@ module Google
|
|
48079
48219
|
end
|
48080
48220
|
end
|
48081
48221
|
|
48222
|
+
# The current IP utilization of all subnetwork ranges. Contains the total number
|
48223
|
+
# of allocated and free IPs in each range.
|
48224
|
+
class SubnetworkUtilizationDetails
|
48225
|
+
include Google::Apis::Core::Hashable
|
48226
|
+
|
48227
|
+
# The IPV6 utilization of a single IP range.
|
48228
|
+
# Corresponds to the JSON property `externalIpv6InstanceUtilization`
|
48229
|
+
# @return [Google::Apis::ComputeV1::SubnetworkUtilizationDetailsIpv6Utilization]
|
48230
|
+
attr_accessor :external_ipv6_instance_utilization
|
48231
|
+
|
48232
|
+
# The IPV6 utilization of a single IP range.
|
48233
|
+
# Corresponds to the JSON property `externalIpv6LbUtilization`
|
48234
|
+
# @return [Google::Apis::ComputeV1::SubnetworkUtilizationDetailsIpv6Utilization]
|
48235
|
+
attr_accessor :external_ipv6_lb_utilization
|
48236
|
+
|
48237
|
+
# The IPV6 utilization of a single IP range.
|
48238
|
+
# Corresponds to the JSON property `internalIpv6Utilization`
|
48239
|
+
# @return [Google::Apis::ComputeV1::SubnetworkUtilizationDetailsIpv6Utilization]
|
48240
|
+
attr_accessor :internal_ipv6_utilization
|
48241
|
+
|
48242
|
+
# Utilizations of all IPV4 IP ranges. For primary ranges, the range name will be
|
48243
|
+
# empty.
|
48244
|
+
# Corresponds to the JSON property `ipv4Utilizations`
|
48245
|
+
# @return [Array<Google::Apis::ComputeV1::SubnetworkUtilizationDetailsIpv4Utilization>]
|
48246
|
+
attr_accessor :ipv4_utilizations
|
48247
|
+
|
48248
|
+
def initialize(**args)
|
48249
|
+
update!(**args)
|
48250
|
+
end
|
48251
|
+
|
48252
|
+
# Update properties of this object
|
48253
|
+
def update!(**args)
|
48254
|
+
@external_ipv6_instance_utilization = args[:external_ipv6_instance_utilization] if args.key?(:external_ipv6_instance_utilization)
|
48255
|
+
@external_ipv6_lb_utilization = args[:external_ipv6_lb_utilization] if args.key?(:external_ipv6_lb_utilization)
|
48256
|
+
@internal_ipv6_utilization = args[:internal_ipv6_utilization] if args.key?(:internal_ipv6_utilization)
|
48257
|
+
@ipv4_utilizations = args[:ipv4_utilizations] if args.key?(:ipv4_utilizations)
|
48258
|
+
end
|
48259
|
+
end
|
48260
|
+
|
48261
|
+
# The IPV4 utilization of a single IP range.
|
48262
|
+
class SubnetworkUtilizationDetailsIpv4Utilization
|
48263
|
+
include Google::Apis::Core::Hashable
|
48264
|
+
|
48265
|
+
# Will be set for secondary range. Empty for primary IPv4 range.
|
48266
|
+
# Corresponds to the JSON property `rangeName`
|
48267
|
+
# @return [String]
|
48268
|
+
attr_accessor :range_name
|
48269
|
+
|
48270
|
+
#
|
48271
|
+
# Corresponds to the JSON property `totalAllocatedIp`
|
48272
|
+
# @return [Fixnum]
|
48273
|
+
attr_accessor :total_allocated_ip
|
48274
|
+
|
48275
|
+
#
|
48276
|
+
# Corresponds to the JSON property `totalFreeIp`
|
48277
|
+
# @return [Fixnum]
|
48278
|
+
attr_accessor :total_free_ip
|
48279
|
+
|
48280
|
+
def initialize(**args)
|
48281
|
+
update!(**args)
|
48282
|
+
end
|
48283
|
+
|
48284
|
+
# Update properties of this object
|
48285
|
+
def update!(**args)
|
48286
|
+
@range_name = args[:range_name] if args.key?(:range_name)
|
48287
|
+
@total_allocated_ip = args[:total_allocated_ip] if args.key?(:total_allocated_ip)
|
48288
|
+
@total_free_ip = args[:total_free_ip] if args.key?(:total_free_ip)
|
48289
|
+
end
|
48290
|
+
end
|
48291
|
+
|
48292
|
+
# The IPV6 utilization of a single IP range.
|
48293
|
+
class SubnetworkUtilizationDetailsIpv6Utilization
|
48294
|
+
include Google::Apis::Core::Hashable
|
48295
|
+
|
48296
|
+
#
|
48297
|
+
# Corresponds to the JSON property `totalAllocatedIp`
|
48298
|
+
# @return [Google::Apis::ComputeV1::Uint128]
|
48299
|
+
attr_accessor :total_allocated_ip
|
48300
|
+
|
48301
|
+
#
|
48302
|
+
# Corresponds to the JSON property `totalFreeIp`
|
48303
|
+
# @return [Google::Apis::ComputeV1::Uint128]
|
48304
|
+
attr_accessor :total_free_ip
|
48305
|
+
|
48306
|
+
def initialize(**args)
|
48307
|
+
update!(**args)
|
48308
|
+
end
|
48309
|
+
|
48310
|
+
# Update properties of this object
|
48311
|
+
def update!(**args)
|
48312
|
+
@total_allocated_ip = args[:total_allocated_ip] if args.key?(:total_allocated_ip)
|
48313
|
+
@total_free_ip = args[:total_free_ip] if args.key?(:total_free_ip)
|
48314
|
+
end
|
48315
|
+
end
|
48316
|
+
|
48082
48317
|
#
|
48083
48318
|
class SubnetworksExpandIpCidrRangeRequest
|
48084
48319
|
include Google::Apis::Core::Hashable
|
@@ -54022,6 +54257,12 @@ module Google
|
|
54022
54257
|
class VpnTunnel
|
54023
54258
|
include Google::Apis::Core::Hashable
|
54024
54259
|
|
54260
|
+
# User specified list of ciphers to use for the phase 1 and phase 2 of the IKE
|
54261
|
+
# protocol.
|
54262
|
+
# Corresponds to the JSON property `cipherSuite`
|
54263
|
+
# @return [Google::Apis::ComputeV1::VpnTunnelCipherSuite]
|
54264
|
+
attr_accessor :cipher_suite
|
54265
|
+
|
54025
54266
|
# [Output Only] Creation timestamp in RFC3339 text format.
|
54026
54267
|
# Corresponds to the JSON property `creationTimestamp`
|
54027
54268
|
# @return [String]
|
@@ -54207,6 +54448,7 @@ module Google
|
|
54207
54448
|
|
54208
54449
|
# Update properties of this object
|
54209
54450
|
def update!(**args)
|
54451
|
+
@cipher_suite = args[:cipher_suite] if args.key?(:cipher_suite)
|
54210
54452
|
@creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
|
54211
54453
|
@description = args[:description] if args.key?(:description)
|
54212
54454
|
@detailed_status = args[:detailed_status] if args.key?(:detailed_status)
|
@@ -54357,6 +54599,31 @@ module Google
|
|
54357
54599
|
end
|
54358
54600
|
end
|
54359
54601
|
|
54602
|
+
#
|
54603
|
+
class VpnTunnelCipherSuite
|
54604
|
+
include Google::Apis::Core::Hashable
|
54605
|
+
|
54606
|
+
#
|
54607
|
+
# Corresponds to the JSON property `phase1`
|
54608
|
+
# @return [Google::Apis::ComputeV1::VpnTunnelPhase1Algorithms]
|
54609
|
+
attr_accessor :phase1
|
54610
|
+
|
54611
|
+
#
|
54612
|
+
# Corresponds to the JSON property `phase2`
|
54613
|
+
# @return [Google::Apis::ComputeV1::VpnTunnelPhase2Algorithms]
|
54614
|
+
attr_accessor :phase2
|
54615
|
+
|
54616
|
+
def initialize(**args)
|
54617
|
+
update!(**args)
|
54618
|
+
end
|
54619
|
+
|
54620
|
+
# Update properties of this object
|
54621
|
+
def update!(**args)
|
54622
|
+
@phase1 = args[:phase1] if args.key?(:phase1)
|
54623
|
+
@phase2 = args[:phase2] if args.key?(:phase2)
|
54624
|
+
end
|
54625
|
+
end
|
54626
|
+
|
54360
54627
|
# Contains a list of VpnTunnel resources.
|
54361
54628
|
class VpnTunnelList
|
54362
54629
|
include Google::Apis::Core::Hashable
|
@@ -54474,6 +54741,74 @@ module Google
|
|
54474
54741
|
end
|
54475
54742
|
end
|
54476
54743
|
|
54744
|
+
#
|
54745
|
+
class VpnTunnelPhase1Algorithms
|
54746
|
+
include Google::Apis::Core::Hashable
|
54747
|
+
|
54748
|
+
#
|
54749
|
+
# Corresponds to the JSON property `dh`
|
54750
|
+
# @return [Array<String>]
|
54751
|
+
attr_accessor :dh
|
54752
|
+
|
54753
|
+
#
|
54754
|
+
# Corresponds to the JSON property `encryption`
|
54755
|
+
# @return [Array<String>]
|
54756
|
+
attr_accessor :encryption
|
54757
|
+
|
54758
|
+
#
|
54759
|
+
# Corresponds to the JSON property `integrity`
|
54760
|
+
# @return [Array<String>]
|
54761
|
+
attr_accessor :integrity
|
54762
|
+
|
54763
|
+
#
|
54764
|
+
# Corresponds to the JSON property `prf`
|
54765
|
+
# @return [Array<String>]
|
54766
|
+
attr_accessor :prf
|
54767
|
+
|
54768
|
+
def initialize(**args)
|
54769
|
+
update!(**args)
|
54770
|
+
end
|
54771
|
+
|
54772
|
+
# Update properties of this object
|
54773
|
+
def update!(**args)
|
54774
|
+
@dh = args[:dh] if args.key?(:dh)
|
54775
|
+
@encryption = args[:encryption] if args.key?(:encryption)
|
54776
|
+
@integrity = args[:integrity] if args.key?(:integrity)
|
54777
|
+
@prf = args[:prf] if args.key?(:prf)
|
54778
|
+
end
|
54779
|
+
end
|
54780
|
+
|
54781
|
+
#
|
54782
|
+
class VpnTunnelPhase2Algorithms
|
54783
|
+
include Google::Apis::Core::Hashable
|
54784
|
+
|
54785
|
+
#
|
54786
|
+
# Corresponds to the JSON property `encryption`
|
54787
|
+
# @return [Array<String>]
|
54788
|
+
attr_accessor :encryption
|
54789
|
+
|
54790
|
+
#
|
54791
|
+
# Corresponds to the JSON property `integrity`
|
54792
|
+
# @return [Array<String>]
|
54793
|
+
attr_accessor :integrity
|
54794
|
+
|
54795
|
+
#
|
54796
|
+
# Corresponds to the JSON property `pfs`
|
54797
|
+
# @return [Array<String>]
|
54798
|
+
attr_accessor :pfs
|
54799
|
+
|
54800
|
+
def initialize(**args)
|
54801
|
+
update!(**args)
|
54802
|
+
end
|
54803
|
+
|
54804
|
+
# Update properties of this object
|
54805
|
+
def update!(**args)
|
54806
|
+
@encryption = args[:encryption] if args.key?(:encryption)
|
54807
|
+
@integrity = args[:integrity] if args.key?(:integrity)
|
54808
|
+
@pfs = args[:pfs] if args.key?(:pfs)
|
54809
|
+
end
|
54810
|
+
end
|
54811
|
+
|
54477
54812
|
#
|
54478
54813
|
class VpnTunnelsScopedList
|
54479
54814
|
include Google::Apis::Core::Hashable
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeV1
|
18
18
|
# Version of the google-apis-compute_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.131.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 = "20250909"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|