google-apis-compute_v1 0.98.0 → 0.100.0
Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8d3c070d3584b58584491ec30d0d0a07397aa3c18bd40ebc44d25817a8128563
|
4
|
+
data.tar.gz: b4976ccfb0a1c0e73b99e105a5d67d6dfbaefff45c3ba90e77fad0243836a184
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c6822e0177dcc93b77d9eb74a0cb55d415112bfc5d0752b1e2b858f81d3c113a11cd7a93e2df76f73bad0f1754eda5c6dc4166e7148c5b218185d9419799b83
|
7
|
+
data.tar.gz: 6cda078d45d8a288cc09514fd0acb26509ef8d5c635f2ab32fefa42dbe9e010fe746c8ccc0a6fe7070b6e9131a524e2a7a790919c324f1db590f9da6367d1059
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-compute_v1
|
2
2
|
|
3
|
+
### v0.100.0 (2024-06-16)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240604
|
6
|
+
|
7
|
+
### v0.99.0 (2024-06-02)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240526
|
10
|
+
|
3
11
|
### v0.98.0 (2024-05-26)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20240519
|
@@ -1145,6 +1145,11 @@ module Google
|
|
1145
1145
|
attr_accessor :enable_uefi_networking
|
1146
1146
|
alias_method :enable_uefi_networking?, :enable_uefi_networking
|
1147
1147
|
|
1148
|
+
# Type of Performance Monitoring Unit requested on instance.
|
1149
|
+
# Corresponds to the JSON property `performanceMonitoringUnit`
|
1150
|
+
# @return [String]
|
1151
|
+
attr_accessor :performance_monitoring_unit
|
1152
|
+
|
1148
1153
|
# The number of threads per physical core. To disable simultaneous
|
1149
1154
|
# multithreading (SMT) set this to 1. If unset, the maximum number of threads
|
1150
1155
|
# supported per core by the underlying processor is assumed.
|
@@ -1168,6 +1173,7 @@ module Google
|
|
1168
1173
|
def update!(**args)
|
1169
1174
|
@enable_nested_virtualization = args[:enable_nested_virtualization] if args.key?(:enable_nested_virtualization)
|
1170
1175
|
@enable_uefi_networking = args[:enable_uefi_networking] if args.key?(:enable_uefi_networking)
|
1176
|
+
@performance_monitoring_unit = args[:performance_monitoring_unit] if args.key?(:performance_monitoring_unit)
|
1171
1177
|
@threads_per_core = args[:threads_per_core] if args.key?(:threads_per_core)
|
1172
1178
|
@visible_core_count = args[:visible_core_count] if args.key?(:visible_core_count)
|
1173
1179
|
end
|
@@ -1578,12 +1584,11 @@ module Google
|
|
1578
1584
|
attr_accessor :shielded_instance_initial_state
|
1579
1585
|
|
1580
1586
|
# Specifies a valid partial or full URL to an existing Persistent Disk resource.
|
1581
|
-
# When creating a new instance, one of initializeParams.sourceImage or
|
1582
|
-
# initializeParams.sourceSnapshot or disks.source is required
|
1583
|
-
#
|
1584
|
-
#
|
1585
|
-
#
|
1586
|
-
# regional disk.
|
1587
|
+
# When creating a new instance boot disk, one of initializeParams.sourceImage or
|
1588
|
+
# initializeParams.sourceSnapshot or disks.source is required. If desired, you
|
1589
|
+
# can also attach existing non-root persistent disks using this property. This
|
1590
|
+
# field is only applicable for persistent disks. Note that for InstanceTemplate,
|
1591
|
+
# specify the disk name for zonal disk, and the URL for regional disk.
|
1587
1592
|
# Corresponds to the JSON property `source`
|
1588
1593
|
# @return [String]
|
1589
1594
|
attr_accessor :source
|
@@ -1730,19 +1735,19 @@ module Google
|
|
1730
1735
|
# @return [Array<String>]
|
1731
1736
|
attr_accessor :resource_policies
|
1732
1737
|
|
1733
|
-
# The source image to create this disk. When creating a new instance
|
1734
|
-
# initializeParams.sourceImage or initializeParams.sourceSnapshot or
|
1735
|
-
# source is required
|
1736
|
-
#
|
1737
|
-
#
|
1738
|
-
#
|
1739
|
-
#
|
1740
|
-
#
|
1741
|
-
#
|
1742
|
-
#
|
1743
|
-
#
|
1744
|
-
#
|
1745
|
-
#
|
1738
|
+
# The source image to create this disk. When creating a new instance boot disk,
|
1739
|
+
# one of initializeParams.sourceImage or initializeParams.sourceSnapshot or
|
1740
|
+
# disks.source is required. To create a disk with one of the public operating
|
1741
|
+
# system images, specify the image by its family name. For example, specify
|
1742
|
+
# family/debian-9 to use the latest Debian 9 image: projects/debian-cloud/global/
|
1743
|
+
# images/family/debian-9 Alternatively, use a specific version of a public
|
1744
|
+
# operating system image: projects/debian-cloud/global/images/debian-9-stretch-
|
1745
|
+
# vYYYYMMDD To create a disk with a custom image that you created, specify the
|
1746
|
+
# image name in the following format: global/images/my-custom-image You can also
|
1747
|
+
# specify a custom image by its image family, which returns the latest version
|
1748
|
+
# of the image in that family. Replace the image name with family/family-name:
|
1749
|
+
# global/images/family/my-image-family If the source image is deleted later,
|
1750
|
+
# this field will not be set.
|
1746
1751
|
# Corresponds to the JSON property `sourceImage`
|
1747
1752
|
# @return [String]
|
1748
1753
|
attr_accessor :source_image
|
@@ -1756,12 +1761,11 @@ module Google
|
|
1756
1761
|
# @return [Google::Apis::ComputeV1::CustomerEncryptionKey]
|
1757
1762
|
attr_accessor :source_image_encryption_key
|
1758
1763
|
|
1759
|
-
# The source snapshot to create this disk. When creating a new instance
|
1760
|
-
# initializeParams.sourceSnapshot or initializeParams.sourceImage
|
1761
|
-
# source is required
|
1762
|
-
#
|
1763
|
-
#
|
1764
|
-
# not be set.
|
1764
|
+
# The source snapshot to create this disk. When creating a new instance boot
|
1765
|
+
# disk, one of initializeParams.sourceSnapshot or initializeParams.sourceImage
|
1766
|
+
# or disks.source is required. To create a disk with a snapshot that you created,
|
1767
|
+
# specify the snapshot name in the following format: global/snapshots/my-backup
|
1768
|
+
# If the source snapshot is deleted later, this field will not be set.
|
1765
1769
|
# Corresponds to the JSON property `sourceSnapshot`
|
1766
1770
|
# @return [String]
|
1767
1771
|
attr_accessor :source_snapshot
|
@@ -5956,6 +5960,11 @@ module Google
|
|
5956
5960
|
class ConfidentialInstanceConfig
|
5957
5961
|
include Google::Apis::Core::Hashable
|
5958
5962
|
|
5963
|
+
# Defines the type of technology used by the confidential instance.
|
5964
|
+
# Corresponds to the JSON property `confidentialInstanceType`
|
5965
|
+
# @return [String]
|
5966
|
+
attr_accessor :confidential_instance_type
|
5967
|
+
|
5959
5968
|
# Defines whether the instance should have confidential compute enabled.
|
5960
5969
|
# Corresponds to the JSON property `enableConfidentialCompute`
|
5961
5970
|
# @return [Boolean]
|
@@ -5968,6 +5977,7 @@ module Google
|
|
5968
5977
|
|
5969
5978
|
# Update properties of this object
|
5970
5979
|
def update!(**args)
|
5980
|
+
@confidential_instance_type = args[:confidential_instance_type] if args.key?(:confidential_instance_type)
|
5971
5981
|
@enable_confidential_compute = args[:enable_confidential_compute] if args.key?(:enable_confidential_compute)
|
5972
5982
|
end
|
5973
5983
|
end
|
@@ -14631,6 +14641,18 @@ module Google
|
|
14631
14641
|
# @return [String]
|
14632
14642
|
attr_accessor :region
|
14633
14643
|
|
14644
|
+
# [Output Only] Reserved for future use.
|
14645
|
+
# Corresponds to the JSON property `satisfiesPzi`
|
14646
|
+
# @return [Boolean]
|
14647
|
+
attr_accessor :satisfies_pzi
|
14648
|
+
alias_method :satisfies_pzi?, :satisfies_pzi
|
14649
|
+
|
14650
|
+
# [Output Only] Reserved for future use.
|
14651
|
+
# Corresponds to the JSON property `satisfiesPzs`
|
14652
|
+
# @return [Boolean]
|
14653
|
+
attr_accessor :satisfies_pzs
|
14654
|
+
alias_method :satisfies_pzs?, :satisfies_pzs
|
14655
|
+
|
14634
14656
|
# [Output Only] The URL for this managed instance group. The server defines this
|
14635
14657
|
# URL.
|
14636
14658
|
# Corresponds to the JSON property `selfLink`
|
@@ -14706,6 +14728,8 @@ module Google
|
|
14706
14728
|
@name = args[:name] if args.key?(:name)
|
14707
14729
|
@named_ports = args[:named_ports] if args.key?(:named_ports)
|
14708
14730
|
@region = args[:region] if args.key?(:region)
|
14731
|
+
@satisfies_pzi = args[:satisfies_pzi] if args.key?(:satisfies_pzi)
|
14732
|
+
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
14709
14733
|
@self_link = args[:self_link] if args.key?(:self_link)
|
14710
14734
|
@stateful_policy = args[:stateful_policy] if args.key?(:stateful_policy)
|
14711
14735
|
@status = args[:status] if args.key?(:status)
|
@@ -36297,6 +36321,14 @@ module Google
|
|
36297
36321
|
# @return [String]
|
36298
36322
|
attr_accessor :location_hint
|
36299
36323
|
|
36324
|
+
# A Duration represents a fixed-length span of time represented as a count of
|
36325
|
+
# seconds and fractions of seconds at nanosecond resolution. It is independent
|
36326
|
+
# of any calendar and concepts like "day" or "month". Range is approximately 10,
|
36327
|
+
# 000 years.
|
36328
|
+
# Corresponds to the JSON property `maxRunDuration`
|
36329
|
+
# @return [Google::Apis::ComputeV1::Duration]
|
36330
|
+
attr_accessor :max_run_duration
|
36331
|
+
|
36300
36332
|
# The minimum number of virtual CPUs this instance will consume when running on
|
36301
36333
|
# a sole-tenant node.
|
36302
36334
|
# Corresponds to the JSON property `minNodeCpus`
|
@@ -36317,6 +36349,11 @@ module Google
|
|
36317
36349
|
# @return [String]
|
36318
36350
|
attr_accessor :on_host_maintenance
|
36319
36351
|
|
36352
|
+
# Defines the behaviour for instances with the instance_termination_action STOP.
|
36353
|
+
# Corresponds to the JSON property `onInstanceStopAction`
|
36354
|
+
# @return [Google::Apis::ComputeV1::SchedulingOnInstanceStopAction]
|
36355
|
+
attr_accessor :on_instance_stop_action
|
36356
|
+
|
36320
36357
|
# Defines whether the instance is preemptible. This can only be set during
|
36321
36358
|
# instance creation or while the instance is stopped and therefore, in a `
|
36322
36359
|
# TERMINATED` state. See Instance Life Cycle for more information on the
|
@@ -36331,6 +36368,13 @@ module Google
|
|
36331
36368
|
# @return [String]
|
36332
36369
|
attr_accessor :provisioning_model
|
36333
36370
|
|
36371
|
+
# Specifies the timestamp, when the instance will be terminated, in RFC3339 text
|
36372
|
+
# format. If specified, the instance termination action will be performed at the
|
36373
|
+
# termination time.
|
36374
|
+
# Corresponds to the JSON property `terminationTime`
|
36375
|
+
# @return [String]
|
36376
|
+
attr_accessor :termination_time
|
36377
|
+
|
36334
36378
|
def initialize(**args)
|
36335
36379
|
update!(**args)
|
36336
36380
|
end
|
@@ -36341,11 +36385,14 @@ module Google
|
|
36341
36385
|
@instance_termination_action = args[:instance_termination_action] if args.key?(:instance_termination_action)
|
36342
36386
|
@local_ssd_recovery_timeout = args[:local_ssd_recovery_timeout] if args.key?(:local_ssd_recovery_timeout)
|
36343
36387
|
@location_hint = args[:location_hint] if args.key?(:location_hint)
|
36388
|
+
@max_run_duration = args[:max_run_duration] if args.key?(:max_run_duration)
|
36344
36389
|
@min_node_cpus = args[:min_node_cpus] if args.key?(:min_node_cpus)
|
36345
36390
|
@node_affinities = args[:node_affinities] if args.key?(:node_affinities)
|
36346
36391
|
@on_host_maintenance = args[:on_host_maintenance] if args.key?(:on_host_maintenance)
|
36392
|
+
@on_instance_stop_action = args[:on_instance_stop_action] if args.key?(:on_instance_stop_action)
|
36347
36393
|
@preemptible = args[:preemptible] if args.key?(:preemptible)
|
36348
36394
|
@provisioning_model = args[:provisioning_model] if args.key?(:provisioning_model)
|
36395
|
+
@termination_time = args[:termination_time] if args.key?(:termination_time)
|
36349
36396
|
end
|
36350
36397
|
end
|
36351
36398
|
|
@@ -36382,6 +36429,28 @@ module Google
|
|
36382
36429
|
end
|
36383
36430
|
end
|
36384
36431
|
|
36432
|
+
# Defines the behaviour for instances with the instance_termination_action STOP.
|
36433
|
+
class SchedulingOnInstanceStopAction
|
36434
|
+
include Google::Apis::Core::Hashable
|
36435
|
+
|
36436
|
+
# If true, the contents of any attached Local SSD disks will be discarded else,
|
36437
|
+
# the Local SSD data will be preserved when the instance is stopped at the end
|
36438
|
+
# of the run duration/termination time.
|
36439
|
+
# Corresponds to the JSON property `discardLocalSsd`
|
36440
|
+
# @return [Boolean]
|
36441
|
+
attr_accessor :discard_local_ssd
|
36442
|
+
alias_method :discard_local_ssd?, :discard_local_ssd
|
36443
|
+
|
36444
|
+
def initialize(**args)
|
36445
|
+
update!(**args)
|
36446
|
+
end
|
36447
|
+
|
36448
|
+
# Update properties of this object
|
36449
|
+
def update!(**args)
|
36450
|
+
@discard_local_ssd = args[:discard_local_ssd] if args.key?(:discard_local_ssd)
|
36451
|
+
end
|
36452
|
+
end
|
36453
|
+
|
36385
36454
|
# An instance's screenshot.
|
36386
36455
|
class Screenshot
|
36387
36456
|
include Google::Apis::Core::Hashable
|
@@ -43701,6 +43770,25 @@ module Google
|
|
43701
43770
|
# @return [String]
|
43702
43771
|
attr_accessor :ssl_policy
|
43703
43772
|
|
43773
|
+
# Specifies whether TLS 1.3 0-RTT Data ("Early Data") should be accepted for
|
43774
|
+
# this service. Early Data allows a TLS resumption handshake to include the
|
43775
|
+
# initial application payload (a HTTP request) alongside the handshake, reducing
|
43776
|
+
# the effective round trips to "zero". This applies to TLS 1.3 connections over
|
43777
|
+
# TCP (HTTP/2) as well as over UDP (QUIC/h3). This can improve application
|
43778
|
+
# performance, especially on networks where interruptions may be common, such as
|
43779
|
+
# on mobile. Requests with Early Data will have the "Early-Data" HTTP header set
|
43780
|
+
# on the request, with a value of "1", to allow the backend to determine whether
|
43781
|
+
# Early Data was included. Note: TLS Early Data may allow requests to be
|
43782
|
+
# replayed, as the data is sent to the backend before the handshake has fully
|
43783
|
+
# completed. Applications that allow idempotent HTTP methods to make non-
|
43784
|
+
# idempotent changes, such as a GET request updating a database, should not
|
43785
|
+
# accept Early Data on those requests, and reject requests with the "Early-Data:
|
43786
|
+
# 1" HTTP header by returning a HTTP 425 (Too Early) status code, in order to
|
43787
|
+
# remain RFC compliant. The default value is DISABLED.
|
43788
|
+
# Corresponds to the JSON property `tlsEarlyData`
|
43789
|
+
# @return [String]
|
43790
|
+
attr_accessor :tls_early_data
|
43791
|
+
|
43704
43792
|
# A fully-qualified or valid partial URL to the UrlMap resource that defines the
|
43705
43793
|
# mapping from URL to the BackendService. For example, the following are all
|
43706
43794
|
# valid URLs for specifying a URL map: - https://www.googleapis.compute/v1/
|
@@ -43732,6 +43820,7 @@ module Google
|
|
43732
43820
|
@server_tls_policy = args[:server_tls_policy] if args.key?(:server_tls_policy)
|
43733
43821
|
@ssl_certificates = args[:ssl_certificates] if args.key?(:ssl_certificates)
|
43734
43822
|
@ssl_policy = args[:ssl_policy] if args.key?(:ssl_policy)
|
43823
|
+
@tls_early_data = args[:tls_early_data] if args.key?(:tls_early_data)
|
43735
43824
|
@url_map = args[:url_map] if args.key?(:url_map)
|
43736
43825
|
end
|
43737
43826
|
end
|
@@ -48972,7 +49061,9 @@ module Google
|
|
48972
49061
|
# selection of a backend service is determined only for new traffic. Once a user'
|
48973
49062
|
# s request has been directed to a backend service, subsequent requests are sent
|
48974
49063
|
# to the same backend service as determined by the backend service's session
|
48975
|
-
# affinity policy.
|
49064
|
+
# affinity policy. Don't configure session affinity if you're using weighted
|
49065
|
+
# traffic splitting. If you do, the weighted traffic splitting configuration
|
49066
|
+
# takes precedence. The value must be from 0 to 1000.
|
48976
49067
|
# Corresponds to the JSON property `weight`
|
48977
49068
|
# @return [Fixnum]
|
48978
49069
|
attr_accessor :weight
|
@@ -49134,7 +49225,7 @@ module Google
|
|
49134
49225
|
end
|
49135
49226
|
|
49136
49227
|
# Represents a Zone resource. A zone is a deployment area. These deployment
|
49137
|
-
# areas are subsets of a region. For example the zone us-east1-
|
49228
|
+
# areas are subsets of a region. For example the zone us-east1-b is located in
|
49138
49229
|
# the us-east1 region. For more information, read Regions and Zones.
|
49139
49230
|
class Zone
|
49140
49231
|
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.100.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240604"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -4702,6 +4702,12 @@ module Google
|
|
4702
4702
|
include Google::Apis::Core::JsonObjectSupport
|
4703
4703
|
end
|
4704
4704
|
|
4705
|
+
class SchedulingOnInstanceStopAction
|
4706
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4707
|
+
|
4708
|
+
include Google::Apis::Core::JsonObjectSupport
|
4709
|
+
end
|
4710
|
+
|
4705
4711
|
class Screenshot
|
4706
4712
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4707
4713
|
|
@@ -6769,6 +6775,7 @@ module Google
|
|
6769
6775
|
class Representation < Google::Apis::Core::JsonRepresentation
|
6770
6776
|
property :enable_nested_virtualization, as: 'enableNestedVirtualization'
|
6771
6777
|
property :enable_uefi_networking, as: 'enableUefiNetworking'
|
6778
|
+
property :performance_monitoring_unit, as: 'performanceMonitoringUnit'
|
6772
6779
|
property :threads_per_core, as: 'threadsPerCore'
|
6773
6780
|
property :visible_core_count, as: 'visibleCoreCount'
|
6774
6781
|
end
|
@@ -7823,6 +7830,7 @@ module Google
|
|
7823
7830
|
class ConfidentialInstanceConfig
|
7824
7831
|
# @private
|
7825
7832
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7833
|
+
property :confidential_instance_type, as: 'confidentialInstanceType'
|
7826
7834
|
property :enable_confidential_compute, as: 'enableConfidentialCompute'
|
7827
7835
|
end
|
7828
7836
|
end
|
@@ -9788,6 +9796,8 @@ module Google
|
|
9788
9796
|
collection :named_ports, as: 'namedPorts', class: Google::Apis::ComputeV1::NamedPort, decorator: Google::Apis::ComputeV1::NamedPort::Representation
|
9789
9797
|
|
9790
9798
|
property :region, as: 'region'
|
9799
|
+
property :satisfies_pzi, as: 'satisfiesPzi'
|
9800
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
9791
9801
|
property :self_link, as: 'selfLink'
|
9792
9802
|
property :stateful_policy, as: 'statefulPolicy', class: Google::Apis::ComputeV1::StatefulPolicy, decorator: Google::Apis::ComputeV1::StatefulPolicy::Representation
|
9793
9803
|
|
@@ -15323,12 +15333,17 @@ module Google
|
|
15323
15333
|
property :local_ssd_recovery_timeout, as: 'localSsdRecoveryTimeout', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
|
15324
15334
|
|
15325
15335
|
property :location_hint, as: 'locationHint'
|
15336
|
+
property :max_run_duration, as: 'maxRunDuration', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
|
15337
|
+
|
15326
15338
|
property :min_node_cpus, as: 'minNodeCpus'
|
15327
15339
|
collection :node_affinities, as: 'nodeAffinities', class: Google::Apis::ComputeV1::SchedulingNodeAffinity, decorator: Google::Apis::ComputeV1::SchedulingNodeAffinity::Representation
|
15328
15340
|
|
15329
15341
|
property :on_host_maintenance, as: 'onHostMaintenance'
|
15342
|
+
property :on_instance_stop_action, as: 'onInstanceStopAction', class: Google::Apis::ComputeV1::SchedulingOnInstanceStopAction, decorator: Google::Apis::ComputeV1::SchedulingOnInstanceStopAction::Representation
|
15343
|
+
|
15330
15344
|
property :preemptible, as: 'preemptible'
|
15331
15345
|
property :provisioning_model, as: 'provisioningModel'
|
15346
|
+
property :termination_time, as: 'terminationTime'
|
15332
15347
|
end
|
15333
15348
|
end
|
15334
15349
|
|
@@ -15341,6 +15356,13 @@ module Google
|
|
15341
15356
|
end
|
15342
15357
|
end
|
15343
15358
|
|
15359
|
+
class SchedulingOnInstanceStopAction
|
15360
|
+
# @private
|
15361
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15362
|
+
property :discard_local_ssd, as: 'discardLocalSsd'
|
15363
|
+
end
|
15364
|
+
end
|
15365
|
+
|
15344
15366
|
class Screenshot
|
15345
15367
|
# @private
|
15346
15368
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -17159,6 +17181,7 @@ module Google
|
|
17159
17181
|
property :server_tls_policy, as: 'serverTlsPolicy'
|
17160
17182
|
collection :ssl_certificates, as: 'sslCertificates'
|
17161
17183
|
property :ssl_policy, as: 'sslPolicy'
|
17184
|
+
property :tls_early_data, as: 'tlsEarlyData'
|
17162
17185
|
property :url_map, as: 'urlMap'
|
17163
17186
|
end
|
17164
17187
|
end
|
@@ -20121,8 +20121,8 @@ module Google
|
|
20121
20121
|
execute_or_queue_command(command, &block)
|
20122
20122
|
end
|
20123
20123
|
|
20124
|
-
# Patches the specified network with the data included in the request. Only
|
20125
|
-
#
|
20124
|
+
# Patches the specified network with the data included in the request. Only
|
20125
|
+
# routingConfig can be modified.
|
20126
20126
|
# @param [String] project
|
20127
20127
|
# Project ID for this request.
|
20128
20128
|
# @param [String] network
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-compute_v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.100.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: 2024-
|
11
|
+
date: 2024-06-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -58,7 +58,7 @@ licenses:
|
|
58
58
|
metadata:
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_v1/v0.100.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_v1
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|