google-apis-compute_alpha 0.99.0 → 0.101.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: 5adc90310c792709913f87aa940ddd44065cfdaadb510263c33adab10ddf0903
|
4
|
+
data.tar.gz: ebd6e2c490bfb32a188597980592c0dd05469f1fbfe81bc472d29ae291cb7788
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 96ba25d2aeae5b3cca0eac53b6d9e4a62ba840b08055cc3b5f7d4ecce1f6fd39250ba6f4b7b0c4f4b8b9aacf27003cddbd3078db7963c2aebb2ddfba0c3e0973
|
7
|
+
data.tar.gz: d90608325e4603b6cac4b2831967a3fb9d197142cefc5156ef4ff5df572a90d33e10091b3e61e0cea0448f50e19ac09b3f571be15482063e34c3e344f21082a0
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,14 @@
|
|
1
1
|
# Release history for google-apis-compute_alpha
|
2
2
|
|
3
|
+
### v0.101.0 (2024-05-26)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240519
|
6
|
+
|
7
|
+
### v0.100.0 (2024-05-19)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20240507
|
10
|
+
* Regenerated using generator version 0.15.0
|
11
|
+
|
3
12
|
### v0.99.0 (2024-04-28)
|
4
13
|
|
5
14
|
* Regenerated from discovery document revision 20240421
|
@@ -572,7 +572,7 @@ module Google
|
|
572
572
|
|
573
573
|
# The DNS domain name for the public PTR record. You can set this field only if
|
574
574
|
# the `setPublicPtr` field is enabled in accessConfig. If this field is
|
575
|
-
# unspecified in ipv6AccessConfig, a default PTR record will be
|
575
|
+
# unspecified in ipv6AccessConfig, a default PTR record will be created for
|
576
576
|
# first IP in associated external IPv6 range.
|
577
577
|
# Corresponds to the JSON property `publicPtrDomainName`
|
578
578
|
# @return [String]
|
@@ -1552,8 +1552,10 @@ module Google
|
|
1552
1552
|
# the disk or when you attach the disk to a virtual machine instance. If you do
|
1553
1553
|
# not provide an encryption key, then the disk will be encrypted using an
|
1554
1554
|
# automatically generated key and you do not need to provide a key to use the
|
1555
|
-
# disk later. Instance templates do not store customer-supplied encryption
|
1556
|
-
# so you cannot use your own keys to encrypt disks in a managed instance
|
1555
|
+
# disk later. Note: Instance templates do not store customer-supplied encryption
|
1556
|
+
# keys, so you cannot use your own keys to encrypt disks in a managed instance
|
1557
|
+
# group. You cannot create VMs that have disks with customer-supplied keys using
|
1558
|
+
# the bulk insert method.
|
1557
1559
|
# Corresponds to the JSON property `diskEncryptionKey`
|
1558
1560
|
# @return [Google::Apis::ComputeAlpha::CustomerEncryptionKey]
|
1559
1561
|
attr_accessor :disk_encryption_key
|
@@ -2084,25 +2086,6 @@ module Google
|
|
2084
2086
|
end
|
2085
2087
|
end
|
2086
2088
|
|
2087
|
-
# This is deprecated and has no effect. Do not use.
|
2088
|
-
class AuthorizationLoggingOptions
|
2089
|
-
include Google::Apis::Core::Hashable
|
2090
|
-
|
2091
|
-
# This is deprecated and has no effect. Do not use.
|
2092
|
-
# Corresponds to the JSON property `permissionType`
|
2093
|
-
# @return [String]
|
2094
|
-
attr_accessor :permission_type
|
2095
|
-
|
2096
|
-
def initialize(**args)
|
2097
|
-
update!(**args)
|
2098
|
-
end
|
2099
|
-
|
2100
|
-
# Update properties of this object
|
2101
|
-
def update!(**args)
|
2102
|
-
@permission_type = args[:permission_type] if args.key?(:permission_type)
|
2103
|
-
end
|
2104
|
-
end
|
2105
|
-
|
2106
2089
|
# Represents an Autoscaler resource. Google Compute Engine has two Autoscaler
|
2107
2090
|
# resources: * [Zonal](/compute/docs/reference/rest/alpha/autoscalers) * [
|
2108
2091
|
# Regional](/compute/docs/reference/rest/alpha/regionAutoscalers) Use
|
@@ -3945,6 +3928,11 @@ module Google
|
|
3945
3928
|
# @return [String]
|
3946
3929
|
attr_accessor :session_affinity
|
3947
3930
|
|
3931
|
+
# The HTTP cookie used for stateful session affinity.
|
3932
|
+
# Corresponds to the JSON property `strongSessionAffinityCookie`
|
3933
|
+
# @return [Google::Apis::ComputeAlpha::BackendServiceHttpCookie]
|
3934
|
+
attr_accessor :strong_session_affinity_cookie
|
3935
|
+
|
3948
3936
|
# Subsetting configuration for this BackendService. Currently this is applicable
|
3949
3937
|
# only for Internal TCP/UDP load balancing, Internal HTTP(S) load balancing and
|
3950
3938
|
# Traffic Director.
|
@@ -4031,6 +4019,7 @@ module Google
|
|
4031
4019
|
@service_bindings = args[:service_bindings] if args.key?(:service_bindings)
|
4032
4020
|
@service_lb_policy = args[:service_lb_policy] if args.key?(:service_lb_policy)
|
4033
4021
|
@session_affinity = args[:session_affinity] if args.key?(:session_affinity)
|
4022
|
+
@strong_session_affinity_cookie = args[:strong_session_affinity_cookie] if args.key?(:strong_session_affinity_cookie)
|
4034
4023
|
@subsetting = args[:subsetting] if args.key?(:subsetting)
|
4035
4024
|
@timeout_sec = args[:timeout_sec] if args.key?(:timeout_sec)
|
4036
4025
|
@used_by = args[:used_by] if args.key?(:used_by)
|
@@ -4593,6 +4582,40 @@ module Google
|
|
4593
4582
|
end
|
4594
4583
|
end
|
4595
4584
|
|
4585
|
+
# The HTTP cookie used for stateful session affinity.
|
4586
|
+
class BackendServiceHttpCookie
|
4587
|
+
include Google::Apis::Core::Hashable
|
4588
|
+
|
4589
|
+
# Name of the cookie.
|
4590
|
+
# Corresponds to the JSON property `name`
|
4591
|
+
# @return [String]
|
4592
|
+
attr_accessor :name
|
4593
|
+
|
4594
|
+
# Path to set for the cookie.
|
4595
|
+
# Corresponds to the JSON property `path`
|
4596
|
+
# @return [String]
|
4597
|
+
attr_accessor :path
|
4598
|
+
|
4599
|
+
# A Duration represents a fixed-length span of time represented as a count of
|
4600
|
+
# seconds and fractions of seconds at nanosecond resolution. It is independent
|
4601
|
+
# of any calendar and concepts like "day" or "month". Range is approximately 10,
|
4602
|
+
# 000 years.
|
4603
|
+
# Corresponds to the JSON property `ttl`
|
4604
|
+
# @return [Google::Apis::ComputeAlpha::Duration]
|
4605
|
+
attr_accessor :ttl
|
4606
|
+
|
4607
|
+
def initialize(**args)
|
4608
|
+
update!(**args)
|
4609
|
+
end
|
4610
|
+
|
4611
|
+
# Update properties of this object
|
4612
|
+
def update!(**args)
|
4613
|
+
@name = args[:name] if args.key?(:name)
|
4614
|
+
@path = args[:path] if args.key?(:path)
|
4615
|
+
@ttl = args[:ttl] if args.key?(:ttl)
|
4616
|
+
end
|
4617
|
+
end
|
4618
|
+
|
4596
4619
|
# Identity-Aware Proxy
|
4597
4620
|
class BackendServiceIap
|
4598
4621
|
include Google::Apis::Core::Hashable
|
@@ -12825,6 +12848,7 @@ module Google
|
|
12825
12848
|
attr_accessor :proxy_header
|
12826
12849
|
|
12827
12850
|
# The request path of the HTTP/2 health check request. The default value is /.
|
12851
|
+
# Must comply with RFC3986.
|
12828
12852
|
# Corresponds to the JSON property `requestPath`
|
12829
12853
|
# @return [String]
|
12830
12854
|
attr_accessor :request_path
|
@@ -12913,6 +12937,7 @@ module Google
|
|
12913
12937
|
attr_accessor :proxy_header
|
12914
12938
|
|
12915
12939
|
# The request path of the HTTP health check request. The default value is /.
|
12940
|
+
# Must comply with RFC3986.
|
12916
12941
|
# Corresponds to the JSON property `requestPath`
|
12917
12942
|
# @return [String]
|
12918
12943
|
attr_accessor :request_path
|
@@ -13001,6 +13026,7 @@ module Google
|
|
13001
13026
|
attr_accessor :proxy_header
|
13002
13027
|
|
13003
13028
|
# The request path of the HTTPS health check request. The default value is /.
|
13029
|
+
# Must comply with RFC3986.
|
13004
13030
|
# Corresponds to the JSON property `requestPath`
|
13005
13031
|
# @return [String]
|
13006
13032
|
attr_accessor :request_path
|
@@ -13143,13 +13169,13 @@ module Google
|
|
13143
13169
|
|
13144
13170
|
# The list of cloud regions from which health checks are performed. If any
|
13145
13171
|
# regions are specified, then exactly 3 regions should be specified. The region
|
13146
|
-
# names must be valid names of
|
13147
|
-
# health check. If this list is non-empty, then there are restrictions on
|
13148
|
-
# other health check fields are supported and what other resources can use
|
13149
|
-
# health check: - SSL, HTTP2, and GRPC protocols are not supported. - The
|
13150
|
-
# request field is not supported. - The proxyHeader field for HTTP, HTTPS,
|
13151
|
-
# TCP is not supported. - The checkIntervalSec field must be at least 30. -
|
13152
|
-
# health check cannot be used with BackendService nor with managed instance
|
13172
|
+
# names must be valid names of Google Cloud regions. This can only be set for
|
13173
|
+
# global health check. If this list is non-empty, then there are restrictions on
|
13174
|
+
# what other health check fields are supported and what other resources can use
|
13175
|
+
# this health check: - SSL, HTTP2, and GRPC protocols are not supported. - The
|
13176
|
+
# TCP request field is not supported. - The proxyHeader field for HTTP, HTTPS,
|
13177
|
+
# and TCP is not supported. - The checkIntervalSec field must be at least 30. -
|
13178
|
+
# The health check cannot be used with BackendService nor with managed instance
|
13153
13179
|
# group auto-healing.
|
13154
13180
|
# Corresponds to the JSON property `sourceRegions`
|
13155
13181
|
# @return [Array<String>]
|
@@ -20243,6 +20269,9 @@ module Google
|
|
20243
20269
|
attr_accessor :labels
|
20244
20270
|
|
20245
20271
|
# The machine type to use for instances that are created from these properties.
|
20272
|
+
# This field only accept machine types name. e.g. n2-standard-4 and does not
|
20273
|
+
# accept machine type full or partial url. e.g. projects/my-l7ilb-project/zones/
|
20274
|
+
# us-central1-a/machineTypes/n2-standard-4 will throw INTERNAL_ERROR.
|
20246
20275
|
# Corresponds to the JSON property `machineType`
|
20247
20276
|
# @return [String]
|
20248
20277
|
attr_accessor :machine_type
|
@@ -25461,11 +25490,6 @@ module Google
|
|
25461
25490
|
class LogConfigCloudAuditOptions
|
25462
25491
|
include Google::Apis::Core::Hashable
|
25463
25492
|
|
25464
|
-
# This is deprecated and has no effect. Do not use.
|
25465
|
-
# Corresponds to the JSON property `authorizationLoggingOptions`
|
25466
|
-
# @return [Google::Apis::ComputeAlpha::AuthorizationLoggingOptions]
|
25467
|
-
attr_accessor :authorization_logging_options
|
25468
|
-
|
25469
25493
|
# This is deprecated and has no effect. Do not use.
|
25470
25494
|
# Corresponds to the JSON property `logName`
|
25471
25495
|
# @return [String]
|
@@ -25477,7 +25501,6 @@ module Google
|
|
25477
25501
|
|
25478
25502
|
# Update properties of this object
|
25479
25503
|
def update!(**args)
|
25480
|
-
@authorization_logging_options = args[:authorization_logging_options] if args.key?(:authorization_logging_options)
|
25481
25504
|
@log_name = args[:log_name] if args.key?(:log_name)
|
25482
25505
|
end
|
25483
25506
|
end
|
@@ -36119,18 +36142,16 @@ module Google
|
|
36119
36142
|
end
|
36120
36143
|
end
|
36121
36144
|
|
36122
|
-
#
|
36145
|
+
#
|
36123
36146
|
class QueuedResourceStatus
|
36124
36147
|
include Google::Apis::Core::Hashable
|
36125
36148
|
|
36126
|
-
#
|
36149
|
+
#
|
36127
36150
|
# Corresponds to the JSON property `failedData`
|
36128
36151
|
# @return [Google::Apis::ComputeAlpha::QueuedResourceStatusFailedData]
|
36129
36152
|
attr_accessor :failed_data
|
36130
36153
|
|
36131
|
-
#
|
36132
|
-
# the provisioning along with provisioning errors. The referenced operation may
|
36133
|
-
# not exist after having been deleted or expired.
|
36154
|
+
#
|
36134
36155
|
# Corresponds to the JSON property `provisioningOperations`
|
36135
36156
|
# @return [Array<String>]
|
36136
36157
|
attr_accessor :provisioning_operations
|
@@ -36152,11 +36173,11 @@ module Google
|
|
36152
36173
|
end
|
36153
36174
|
end
|
36154
36175
|
|
36155
|
-
#
|
36176
|
+
#
|
36156
36177
|
class QueuedResourceStatusFailedData
|
36157
36178
|
include Google::Apis::Core::Hashable
|
36158
36179
|
|
36159
|
-
#
|
36180
|
+
#
|
36160
36181
|
# Corresponds to the JSON property `error`
|
36161
36182
|
# @return [Google::Apis::ComputeAlpha::QueuedResourceStatusFailedData::Error]
|
36162
36183
|
attr_accessor :error
|
@@ -36170,7 +36191,7 @@ module Google
|
|
36170
36191
|
@error = args[:error] if args.key?(:error)
|
36171
36192
|
end
|
36172
36193
|
|
36173
|
-
#
|
36194
|
+
#
|
36174
36195
|
class Error
|
36175
36196
|
include Google::Apis::Core::Hashable
|
36176
36197
|
|
@@ -43519,6 +43540,12 @@ module Google
|
|
43519
43540
|
# @return [String]
|
43520
43541
|
attr_accessor :termination_time
|
43521
43542
|
|
43543
|
+
# Represents the Windows Server License Optimization Mode of the VM. If
|
43544
|
+
# unspecified, the default mode is `OFF`.
|
43545
|
+
# Corresponds to the JSON property `windowsLicenseOptimizationMode`
|
43546
|
+
# @return [String]
|
43547
|
+
attr_accessor :windows_license_optimization_mode
|
43548
|
+
|
43522
43549
|
def initialize(**args)
|
43523
43550
|
update!(**args)
|
43524
43551
|
end
|
@@ -43545,6 +43572,7 @@ module Google
|
|
43545
43572
|
@preemptible = args[:preemptible] if args.key?(:preemptible)
|
43546
43573
|
@provisioning_model = args[:provisioning_model] if args.key?(:provisioning_model)
|
43547
43574
|
@termination_time = args[:termination_time] if args.key?(:termination_time)
|
43575
|
+
@windows_license_optimization_mode = args[:windows_license_optimization_mode] if args.key?(:windows_license_optimization_mode)
|
43548
43576
|
end
|
43549
43577
|
end
|
43550
43578
|
|
@@ -44086,6 +44114,18 @@ module Google
|
|
44086
44114
|
# @return [String]
|
44087
44115
|
attr_accessor :self_link_with_id
|
44088
44116
|
|
44117
|
+
# User-provided name of the organization security policy. The name should be
|
44118
|
+
# unique in the organization in which the security policy is created. This
|
44119
|
+
# should only be used when SecurityPolicyType is CLOUD_ARMOR. The name must be 1-
|
44120
|
+
# 63 characters long, and comply with https://www.ietf.org/rfc/rfc1035.txt.
|
44121
|
+
# Specifically, the name must be 1-63 characters long and match the regular
|
44122
|
+
# expression `[a-z]([-a-z0-9]*[a-z0-9])?` which means the first character must
|
44123
|
+
# be a lowercase letter, and all following characters must be a dash, lowercase
|
44124
|
+
# letter, or digit, except the last character, which cannot be a dash.
|
44125
|
+
# Corresponds to the JSON property `shortName`
|
44126
|
+
# @return [String]
|
44127
|
+
attr_accessor :short_name
|
44128
|
+
|
44089
44129
|
# The type indicates the intended use of the security policy. - CLOUD_ARMOR:
|
44090
44130
|
# Cloud Armor backend security policies can be configured to filter incoming
|
44091
44131
|
# HTTP requests targeting backend services. They filter requests before they hit
|
@@ -44142,6 +44182,7 @@ module Google
|
|
44142
44182
|
@rules = args[:rules] if args.key?(:rules)
|
44143
44183
|
@self_link = args[:self_link] if args.key?(:self_link)
|
44144
44184
|
@self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
|
44185
|
+
@short_name = args[:short_name] if args.key?(:short_name)
|
44145
44186
|
@type = args[:type] if args.key?(:type)
|
44146
44187
|
@user_defined_fields = args[:user_defined_fields] if args.key?(:user_defined_fields)
|
44147
44188
|
end
|
@@ -44427,6 +44468,16 @@ module Google
|
|
44427
44468
|
# @return [String]
|
44428
44469
|
attr_accessor :display_name
|
44429
44470
|
|
44471
|
+
# A list of folders to exclude from the security policy.
|
44472
|
+
# Corresponds to the JSON property `excludedFolders`
|
44473
|
+
# @return [Array<String>]
|
44474
|
+
attr_accessor :excluded_folders
|
44475
|
+
|
44476
|
+
# A list of projects to exclude from the security policy.
|
44477
|
+
# Corresponds to the JSON property `excludedProjects`
|
44478
|
+
# @return [Array<String>]
|
44479
|
+
attr_accessor :excluded_projects
|
44480
|
+
|
44430
44481
|
# The name for an association.
|
44431
44482
|
# Corresponds to the JSON property `name`
|
44432
44483
|
# @return [String]
|
@@ -44437,6 +44488,11 @@ module Google
|
|
44437
44488
|
# @return [String]
|
44438
44489
|
attr_accessor :security_policy_id
|
44439
44490
|
|
44491
|
+
# [Output Only] The short name of the security policy of the association.
|
44492
|
+
# Corresponds to the JSON property `shortName`
|
44493
|
+
# @return [String]
|
44494
|
+
attr_accessor :short_name
|
44495
|
+
|
44440
44496
|
def initialize(**args)
|
44441
44497
|
update!(**args)
|
44442
44498
|
end
|
@@ -44445,8 +44501,11 @@ module Google
|
|
44445
44501
|
def update!(**args)
|
44446
44502
|
@attachment_id = args[:attachment_id] if args.key?(:attachment_id)
|
44447
44503
|
@display_name = args[:display_name] if args.key?(:display_name)
|
44504
|
+
@excluded_folders = args[:excluded_folders] if args.key?(:excluded_folders)
|
44505
|
+
@excluded_projects = args[:excluded_projects] if args.key?(:excluded_projects)
|
44448
44506
|
@name = args[:name] if args.key?(:name)
|
44449
44507
|
@security_policy_id = args[:security_policy_id] if args.key?(:security_policy_id)
|
44508
|
+
@short_name = args[:short_name] if args.key?(:short_name)
|
44450
44509
|
end
|
44451
44510
|
end
|
44452
44511
|
|
@@ -47534,7 +47593,8 @@ module Google
|
|
47534
47593
|
include Google::Apis::Core::Hashable
|
47535
47594
|
|
47536
47595
|
# When the policy is SPECIFIC_LOCATIONS, snapshots will be stored in the
|
47537
|
-
# locations listed in this field. Keys are
|
47596
|
+
# locations listed in this field. Keys are Cloud Storage bucket locations. Only
|
47597
|
+
# one location can be specified.
|
47538
47598
|
# Corresponds to the JSON property `locations`
|
47539
47599
|
# @return [Hash<String,Google::Apis::ComputeAlpha::SnapshotSettingsStorageLocationSettingsStorageLocationPreference>]
|
47540
47600
|
attr_accessor :locations
|
@@ -47559,7 +47619,8 @@ module Google
|
|
47559
47619
|
class SnapshotSettingsStorageLocationSettingsStorageLocationPreference
|
47560
47620
|
include Google::Apis::Core::Hashable
|
47561
47621
|
|
47562
|
-
# Name of the location. It should be one of the
|
47622
|
+
# Name of the location. It should be one of the Cloud Storage buckets. Only one
|
47623
|
+
# location can be specified.
|
47563
47624
|
# Corresponds to the JSON property `name`
|
47564
47625
|
# @return [String]
|
47565
47626
|
attr_accessor :name
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeAlpha
|
18
18
|
# Version of the google-apis-compute_alpha gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.101.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.15.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240519"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -256,12 +256,6 @@ module Google
|
|
256
256
|
include Google::Apis::Core::JsonObjectSupport
|
257
257
|
end
|
258
258
|
|
259
|
-
class AuthorizationLoggingOptions
|
260
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
261
|
-
|
262
|
-
include Google::Apis::Core::JsonObjectSupport
|
263
|
-
end
|
264
|
-
|
265
259
|
class Autoscaler
|
266
260
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
267
261
|
|
@@ -502,6 +496,12 @@ module Google
|
|
502
496
|
include Google::Apis::Core::JsonObjectSupport
|
503
497
|
end
|
504
498
|
|
499
|
+
class BackendServiceHttpCookie
|
500
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
501
|
+
|
502
|
+
include Google::Apis::Core::JsonObjectSupport
|
503
|
+
end
|
504
|
+
|
505
505
|
class BackendServiceIap
|
506
506
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
507
507
|
|
@@ -8152,13 +8152,6 @@ module Google
|
|
8152
8152
|
end
|
8153
8153
|
end
|
8154
8154
|
|
8155
|
-
class AuthorizationLoggingOptions
|
8156
|
-
# @private
|
8157
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
8158
|
-
property :permission_type, as: 'permissionType'
|
8159
|
-
end
|
8160
|
-
end
|
8161
|
-
|
8162
8155
|
class Autoscaler
|
8163
8156
|
# @private
|
8164
8157
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8540,6 +8533,8 @@ module Google
|
|
8540
8533
|
collection :service_bindings, as: 'serviceBindings'
|
8541
8534
|
property :service_lb_policy, as: 'serviceLbPolicy'
|
8542
8535
|
property :session_affinity, as: 'sessionAffinity'
|
8536
|
+
property :strong_session_affinity_cookie, as: 'strongSessionAffinityCookie', class: Google::Apis::ComputeAlpha::BackendServiceHttpCookie, decorator: Google::Apis::ComputeAlpha::BackendServiceHttpCookie::Representation
|
8537
|
+
|
8543
8538
|
property :subsetting, as: 'subsetting', class: Google::Apis::ComputeAlpha::Subsetting, decorator: Google::Apis::ComputeAlpha::Subsetting::Representation
|
8544
8539
|
|
8545
8540
|
property :timeout_sec, as: 'timeoutSec'
|
@@ -8672,6 +8667,16 @@ module Google
|
|
8672
8667
|
end
|
8673
8668
|
end
|
8674
8669
|
|
8670
|
+
class BackendServiceHttpCookie
|
8671
|
+
# @private
|
8672
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8673
|
+
property :name, as: 'name'
|
8674
|
+
property :path, as: 'path'
|
8675
|
+
property :ttl, as: 'ttl', class: Google::Apis::ComputeAlpha::Duration, decorator: Google::Apis::ComputeAlpha::Duration::Representation
|
8676
|
+
|
8677
|
+
end
|
8678
|
+
end
|
8679
|
+
|
8675
8680
|
class BackendServiceIap
|
8676
8681
|
# @private
|
8677
8682
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13737,8 +13742,6 @@ module Google
|
|
13737
13742
|
class LogConfigCloudAuditOptions
|
13738
13743
|
# @private
|
13739
13744
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13740
|
-
property :authorization_logging_options, as: 'authorizationLoggingOptions', class: Google::Apis::ComputeAlpha::AuthorizationLoggingOptions, decorator: Google::Apis::ComputeAlpha::AuthorizationLoggingOptions::Representation
|
13741
|
-
|
13742
13745
|
property :log_name, as: 'logName'
|
13743
13746
|
end
|
13744
13747
|
end
|
@@ -18337,6 +18340,7 @@ module Google
|
|
18337
18340
|
property :preemptible, as: 'preemptible'
|
18338
18341
|
property :provisioning_model, as: 'provisioningModel'
|
18339
18342
|
property :termination_time, as: 'terminationTime'
|
18343
|
+
property :windows_license_optimization_mode, as: 'windowsLicenseOptimizationMode'
|
18340
18344
|
end
|
18341
18345
|
end
|
18342
18346
|
|
@@ -18490,6 +18494,7 @@ module Google
|
|
18490
18494
|
|
18491
18495
|
property :self_link, as: 'selfLink'
|
18492
18496
|
property :self_link_with_id, as: 'selfLinkWithId'
|
18497
|
+
property :short_name, as: 'shortName'
|
18493
18498
|
property :type, as: 'type'
|
18494
18499
|
collection :user_defined_fields, as: 'userDefinedFields', class: Google::Apis::ComputeAlpha::SecurityPolicyUserDefinedField, decorator: Google::Apis::ComputeAlpha::SecurityPolicyUserDefinedField::Representation
|
18495
18500
|
|
@@ -18574,8 +18579,11 @@ module Google
|
|
18574
18579
|
class Representation < Google::Apis::Core::JsonRepresentation
|
18575
18580
|
property :attachment_id, as: 'attachmentId'
|
18576
18581
|
property :display_name, as: 'displayName'
|
18582
|
+
collection :excluded_folders, as: 'excludedFolders'
|
18583
|
+
collection :excluded_projects, as: 'excludedProjects'
|
18577
18584
|
property :name, as: 'name'
|
18578
18585
|
property :security_policy_id, as: 'securityPolicyId'
|
18586
|
+
property :short_name, as: 'shortName'
|
18579
18587
|
end
|
18580
18588
|
end
|
18581
18589
|
|
@@ -39424,7 +39424,13 @@ module Google
|
|
39424
39424
|
# To exclude one or more fields, set your request's `fields` query parameter to
|
39425
39425
|
# only include the fields you need. For example, to only include the `id` and `
|
39426
39426
|
# selfLink` fields, add the query parameter `?fields=id,selfLink` to your
|
39427
|
-
# request.
|
39427
|
+
# request. This method fails if the quota information is unavailable for the
|
39428
|
+
# region and if the organization policy constraint compute.
|
39429
|
+
# requireBasicQuotaInResponse is enforced. This constraint, when enforced,
|
39430
|
+
# disables the fail-open behaviour when quota information (the `items.quotas`
|
39431
|
+
# field) is unavailable for the region. It is recommended to use the default
|
39432
|
+
# setting for the constraint unless your application requires the fail-closed
|
39433
|
+
# behaviour for this method.
|
39428
39434
|
# @param [String] project
|
39429
39435
|
# Project ID for this request.
|
39430
39436
|
# @param [String] filter
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-compute_alpha
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.101.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-05-26 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -16,7 +16,7 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - ">="
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
19
|
+
version: 0.15.0
|
20
20
|
- - "<"
|
21
21
|
- !ruby/object:Gem::Version
|
22
22
|
version: 2.a
|
@@ -26,7 +26,7 @@ dependencies:
|
|
26
26
|
requirements:
|
27
27
|
- - ">="
|
28
28
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
29
|
+
version: 0.15.0
|
30
30
|
- - "<"
|
31
31
|
- !ruby/object:Gem::Version
|
32
32
|
version: 2.a
|
@@ -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_alpha/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.101.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_alpha
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|