google-apis-compute_v1 0.68.0 → 0.69.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: 6c8ed37f7f4ed231a552425feb0db1e5eef7ed2b5552f75d95ac4e22eed2aed6
|
4
|
+
data.tar.gz: bafda83ef73e58358d8c467727f05b981d081f6d52675e2049fd3d2a3c26e95c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 33bb622083003d1de13ab17776eb3a640743a12d809c8ebe3caad425263fe452b267425c6a2a4abf956efa1137a47ccc26393a56e6e5571881252362f9b48a02
|
7
|
+
data.tar.gz: 0da5d4da5f6336c07b1c4144199b8febdca3686eed59cf565bfb2cbeaf130b379d42039f4f7b343e76539f8d20e21dcedd114c951911c12d613848597027b469
|
data/CHANGELOG.md
CHANGED
@@ -1424,6 +1424,14 @@ module Google
|
|
1424
1424
|
# @return [String]
|
1425
1425
|
attr_accessor :mode
|
1426
1426
|
|
1427
|
+
# For LocalSSD disks on VM Instances in STOPPED or SUSPENDED state, this field
|
1428
|
+
# is set to PRESERVED if the LocalSSD data has been saved to a persistent
|
1429
|
+
# location by customer request. (see the discard_local_ssd option on Stop/
|
1430
|
+
# Suspend). Read-only in the api.
|
1431
|
+
# Corresponds to the JSON property `savedState`
|
1432
|
+
# @return [String]
|
1433
|
+
attr_accessor :saved_state
|
1434
|
+
|
1427
1435
|
# Initial State for shielded instance, these are public keys which are safe to
|
1428
1436
|
# store in public
|
1429
1437
|
# Corresponds to the JSON property `shieldedInstanceInitialState`
|
@@ -1467,6 +1475,7 @@ module Google
|
|
1467
1475
|
@kind = args[:kind] if args.key?(:kind)
|
1468
1476
|
@licenses = args[:licenses] if args.key?(:licenses)
|
1469
1477
|
@mode = args[:mode] if args.key?(:mode)
|
1478
|
+
@saved_state = args[:saved_state] if args.key?(:saved_state)
|
1470
1479
|
@shielded_instance_initial_state = args[:shielded_instance_initial_state] if args.key?(:shielded_instance_initial_state)
|
1471
1480
|
@source = args[:source] if args.key?(:source)
|
1472
1481
|
@type = args[:type] if args.key?(:type)
|
@@ -2267,13 +2276,16 @@ module Google
|
|
2267
2276
|
class AutoscalingPolicy
|
2268
2277
|
include Google::Apis::Core::Hashable
|
2269
2278
|
|
2270
|
-
# The number of seconds that
|
2271
|
-
#
|
2272
|
-
#
|
2273
|
-
#
|
2274
|
-
#
|
2275
|
-
#
|
2276
|
-
#
|
2279
|
+
# The number of seconds that your application takes to initialize on a VM
|
2280
|
+
# instance. This is referred to as the [initialization period](/compute/docs/
|
2281
|
+
# autoscaler#cool_down_period). Specifying an accurate initialization period
|
2282
|
+
# improves autoscaler decisions. For example, when scaling out, the autoscaler
|
2283
|
+
# ignores data from VMs that are still initializing because those VMs might not
|
2284
|
+
# yet represent normal usage of your application. The default initialization
|
2285
|
+
# period is 60 seconds. Initialization periods might vary because of numerous
|
2286
|
+
# factors. We recommend that you test how long your application takes to
|
2287
|
+
# initialize. To do this, create a VM and time your application's startup
|
2288
|
+
# process.
|
2277
2289
|
# Corresponds to the JSON property `coolDownPeriodSec`
|
2278
2290
|
# @return [Fixnum]
|
2279
2291
|
attr_accessor :cool_down_period_sec
|
@@ -2307,7 +2319,11 @@ module Google
|
|
2307
2319
|
# @return [Fixnum]
|
2308
2320
|
attr_accessor :min_num_replicas
|
2309
2321
|
|
2310
|
-
# Defines operating mode for this policy.
|
2322
|
+
# Defines the operating mode for this policy. The following modes are available:
|
2323
|
+
# - OFF: Disables the autoscaler but maintains its configuration. -
|
2324
|
+
# ONLY_SCALE_OUT: Restricts the autoscaler to add VM instances only. - ON:
|
2325
|
+
# Enables all autoscaler activities according to its policy. For more
|
2326
|
+
# information, see "Turning off or restricting an autoscaler"
|
2311
2327
|
# Corresponds to the JSON property `mode`
|
2312
2328
|
# @return [String]
|
2313
2329
|
attr_accessor :mode
|
@@ -10104,8 +10120,8 @@ module Google
|
|
10104
10120
|
# The ID of a supported feature. To add multiple values, use commas to separate
|
10105
10121
|
# values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE -
|
10106
10122
|
# WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE -
|
10107
|
-
# SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE - SEV_SNP_CAPABLE
|
10108
|
-
#
|
10123
|
+
# SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE - SEV_SNP_CAPABLE For more
|
10124
|
+
# information, see Enabling guest operating system features.
|
10109
10125
|
# Corresponds to the JSON property `type`
|
10110
10126
|
# @return [String]
|
10111
10127
|
attr_accessor :type
|
@@ -21279,8 +21295,8 @@ module Google
|
|
21279
21295
|
class NetworkAttachmentConnectedEndpoint
|
21280
21296
|
include Google::Apis::Core::Hashable
|
21281
21297
|
|
21282
|
-
# The
|
21283
|
-
# will be a range in case of Serverless.
|
21298
|
+
# The IPv4 address assigned to the producer instance network interface. This
|
21299
|
+
# value will be a range in case of Serverless.
|
21284
21300
|
# Corresponds to the JSON property `ipAddress`
|
21285
21301
|
# @return [String]
|
21286
21302
|
attr_accessor :ip_address
|
@@ -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.69.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230516"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -6233,6 +6233,7 @@ module Google
|
|
6233
6233
|
property :kind, as: 'kind'
|
6234
6234
|
collection :licenses, as: 'licenses'
|
6235
6235
|
property :mode, as: 'mode'
|
6236
|
+
property :saved_state, as: 'savedState'
|
6236
6237
|
property :shielded_instance_initial_state, as: 'shieldedInstanceInitialState', class: Google::Apis::ComputeV1::InitialStateConfig, decorator: Google::Apis::ComputeV1::InitialStateConfig::Representation
|
6237
6238
|
|
6238
6239
|
property :source, as: 'source'
|
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.69.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: 2023-05-
|
11
|
+
date: 2023-05-28 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.69.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: []
|