google-apis-compute_alpha 0.137.0 → 0.138.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: 0dbb33121a7fac1e01c25b3257cb0406d9d9e0958d1e3b0130b3f76f42c5d7d2
|
|
4
|
+
data.tar.gz: cd1c5cee574a81fbb29ddf25b31372c0a2655084834e7b3e1a30841f35e05bbf
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 94f295dad08de761338d44eedc9b7315b16a594614eb5e34ef1c540a5b829817456e7adbf49bc19cf0181d67497fbdb9f5c8ac73b380fb269344a776077a0baa
|
|
7
|
+
data.tar.gz: 5d5aeab52e586ebca15163c9080779c462b76306294acbdf155ee137cb40444c479b77857ce4259e785a839d577fa99a62953c43fbd833cfcd3b7dfafe86567c
|
data/CHANGELOG.md
CHANGED
|
@@ -2083,24 +2083,7 @@ module Google
|
|
|
2083
2083
|
# @return [Fixnum]
|
|
2084
2084
|
attr_accessor :disk_size_gb
|
|
2085
2085
|
|
|
2086
|
-
# Specifies the disk type to use to create the instance. If not specified,
|
|
2087
|
-
# the default is pd-standard, specified using the full URL.
|
|
2088
|
-
# For example:
|
|
2089
|
-
# https://www.googleapis.com/compute/v1/projects/project/zones/zone/diskTypes/pd-
|
|
2090
|
-
# standard
|
|
2091
|
-
# For a full list of acceptable values, seePersistent disk
|
|
2092
|
-
# types. If you specify this field when creating a VM, you can provide
|
|
2093
|
-
# either the full or partial URL. For example, the following values are
|
|
2094
|
-
# valid:
|
|
2095
|
-
#
|
|
2096
2086
|
#
|
|
2097
|
-
# - https://www.googleapis.com/compute/v1/projects/project/zones/zone/
|
|
2098
|
-
# diskTypes/diskType
|
|
2099
|
-
# - projects/project/zones/zone/diskTypes/diskType
|
|
2100
|
-
# - zones/zone/diskTypes/diskType
|
|
2101
|
-
# If you specify this field when creating or updating an instance template
|
|
2102
|
-
# or all-instances configuration, specify the type of the disk, not the
|
|
2103
|
-
# URL. For example: pd-standard.
|
|
2104
2087
|
# Corresponds to the JSON property `diskType`
|
|
2105
2088
|
# @return [String]
|
|
2106
2089
|
attr_accessor :disk_type
|
|
@@ -26227,6 +26210,12 @@ module Google
|
|
|
26227
26210
|
# @return [Array<String>]
|
|
26228
26211
|
attr_accessor :machine_types
|
|
26229
26212
|
|
|
26213
|
+
# Name of the minimum CPU platform to be used by this instance selection.
|
|
26214
|
+
# e.g. 'Intel Ice Lake'.
|
|
26215
|
+
# Corresponds to the JSON property `minCpuPlatform`
|
|
26216
|
+
# @return [String]
|
|
26217
|
+
attr_accessor :min_cpu_platform
|
|
26218
|
+
|
|
26230
26219
|
# Rank when prioritizing the shape flexibilities.
|
|
26231
26220
|
# The instance selections with rank are considered
|
|
26232
26221
|
# first, in the ascending order of the rank.
|
|
@@ -26243,6 +26232,7 @@ module Google
|
|
|
26243
26232
|
def update!(**args)
|
|
26244
26233
|
@disks = args[:disks] if args.key?(:disks)
|
|
26245
26234
|
@machine_types = args[:machine_types] if args.key?(:machine_types)
|
|
26235
|
+
@min_cpu_platform = args[:min_cpu_platform] if args.key?(:min_cpu_platform)
|
|
26246
26236
|
@rank = args[:rank] if args.key?(:rank)
|
|
26247
26237
|
end
|
|
26248
26238
|
end
|
|
@@ -43698,7 +43688,13 @@ module Google
|
|
|
43698
43688
|
attr_accessor :name
|
|
43699
43689
|
|
|
43700
43690
|
# The URL of the network to which all network endpoints in the NEG belong.
|
|
43701
|
-
#
|
|
43691
|
+
# For networkEndpointType GCE_VM_IP_PORT,GCE_VM_IP_PORTMAP or
|
|
43692
|
+
# NON_GCP_PRIVATE_IP_PORT,
|
|
43693
|
+
# if this field is not specified, a default network will be used.
|
|
43694
|
+
# This field cannot be set for NEGs with networkEndpointType set toSERVERLESS or
|
|
43695
|
+
# PRIVATE_SERVICE_CONNECT and for
|
|
43696
|
+
# global NEGs.
|
|
43697
|
+
# For all other network endpoint types, this field is required.
|
|
43702
43698
|
# Corresponds to the JSON property `network`
|
|
43703
43699
|
# @return [String]
|
|
43704
43700
|
attr_accessor :network
|
|
@@ -44097,7 +44093,13 @@ module Google
|
|
|
44097
44093
|
attr_accessor :default_port
|
|
44098
44094
|
|
|
44099
44095
|
# The URL of the network to which all network endpoints in the NEG belong.
|
|
44100
|
-
#
|
|
44096
|
+
# For networkEndpointType GCE_VM_IP_PORT,GCE_VM_IP_PORTMAP or
|
|
44097
|
+
# NON_GCP_PRIVATE_IP_PORT,
|
|
44098
|
+
# if this field is not specified, a default network will be used.
|
|
44099
|
+
# This field cannot be set for NEGs with networkEndpointType set toSERVERLESS or
|
|
44100
|
+
# PRIVATE_SERVICE_CONNECT and for
|
|
44101
|
+
# global NEGs.
|
|
44102
|
+
# For all other network endpoint types, this field is required.
|
|
44101
44103
|
# [Deprecated] This field is deprecated.
|
|
44102
44104
|
# Corresponds to the JSON property `network`
|
|
44103
44105
|
# @return [String]
|
|
@@ -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.138.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 = "20260501"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -16335,6 +16335,7 @@ module Google
|
|
|
16335
16335
|
collection :disks, as: 'disks', class: Google::Apis::ComputeAlpha::AttachedDisk, decorator: Google::Apis::ComputeAlpha::AttachedDisk::Representation
|
|
16336
16336
|
|
|
16337
16337
|
collection :machine_types, as: 'machineTypes'
|
|
16338
|
+
property :min_cpu_platform, as: 'minCpuPlatform'
|
|
16338
16339
|
property :rank, :numeric_string => true, as: 'rank'
|
|
16339
16340
|
end
|
|
16340
16341
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.138.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-compute_alpha/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.138.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-compute_alpha
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|