google-apis-compute_alpha 0.79.0 → 0.80.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: ed824aafaef70e7ca4443477e400b6dcef1a913d3b07918279ffbc2f046ad50d
4
- data.tar.gz: 76350cc80a9fbdba41c935f5be3c7031dbd435422bd706ccc2511d751a7d5e32
3
+ metadata.gz: d199ab71dfa515d0d95b911ef388d41d3f8f3425bcf2facf5f61189cc7bd9ab4
4
+ data.tar.gz: 64453face49cd3f048e07ea20c48bf0c2ffa2fb1881cee3f04515f2e09da048a
5
5
  SHA512:
6
- metadata.gz: 4275cae0023adfb91ddb5440e478a6f7ae5e51355a50453a7b99679576ef8a8f8d231be8f98702d6783243b8fab775746711799f6f8b35c9f9c24874aa13c90a
7
- data.tar.gz: 12d9ef858e063a141b9a8609b32f4895b460b19299547fafb928c8dc596cd21838ff7667de4a0866b8f74bdb26871b046b94e62e5c6b673e25f7322146081df8
6
+ metadata.gz: 53ca1f21aec88dd32b2f56645e9c2a68c75f2fae50e73d7b2751c88fe17364a261f870b67a1fc7a69308401171eb972f8bc575d05144e76fdd605ec6db2e4216
7
+ data.tar.gz: beb56045e18d427d7c3905403def1aae5e304d3239404afbd0f48acc06c88b6dafce01e8da89b2ab1aa84fde6beec629ab5bad40d9fc35104ee0c622b182918a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_alpha
2
2
 
3
+ ### v0.80.0 (2023-10-08)
4
+
5
+ * Regenerated from discovery document revision 20230923
6
+
3
7
  ### v0.79.0 (2023-10-01)
4
8
 
5
9
  * Regenerated from discovery document revision 20230920
@@ -2955,7 +2955,7 @@ module Google
2955
2955
 
2956
2956
  # The time zone to use when interpreting the schedule. The value of this field
2957
2957
  # must be a time zone name from the tz database: https://en.wikipedia.org/wiki/
2958
- # Tz_database. This field is assigned a default value of UTC if left empty.
2958
+ # Tz_database. This field is assigned a default value of "UTC" if left empty.
2959
2959
  # Corresponds to the JSON property `timeZone`
2960
2960
  # @return [String]
2961
2961
  attr_accessor :time_zone
@@ -25698,6 +25698,12 @@ module Google
25698
25698
  # @return [Google::Apis::ComputeAlpha::PreservedState]
25699
25699
  attr_accessor :preserved_state_from_policy
25700
25700
 
25701
+ # [Output Only] Instance properties selected for this instance resulting from
25702
+ # InstanceFlexibilityPolicy.
25703
+ # Corresponds to the JSON property `propertiesFromFlexibilityPolicy`
25704
+ # @return [Google::Apis::ComputeAlpha::ManagedInstancePropertiesFromFlexibilityPolicy]
25705
+ attr_accessor :properties_from_flexibility_policy
25706
+
25701
25707
  # [Output Only] Tag describing the version.
25702
25708
  # Corresponds to the JSON property `tag`
25703
25709
  # @return [String]
@@ -25733,6 +25739,7 @@ module Google
25733
25739
  @name = args[:name] if args.key?(:name)
25734
25740
  @preserved_state_from_config = args[:preserved_state_from_config] if args.key?(:preserved_state_from_config)
25735
25741
  @preserved_state_from_policy = args[:preserved_state_from_policy] if args.key?(:preserved_state_from_policy)
25742
+ @properties_from_flexibility_policy = args[:properties_from_flexibility_policy] if args.key?(:properties_from_flexibility_policy)
25736
25743
  @tag = args[:tag] if args.key?(:tag)
25737
25744
  @target_status = args[:target_status] if args.key?(:target_status)
25738
25745
  @version = args[:version] if args.key?(:version)
@@ -25947,6 +25954,25 @@ module Google
25947
25954
  end
25948
25955
  end
25949
25956
 
25957
+ #
25958
+ class ManagedInstancePropertiesFromFlexibilityPolicy
25959
+ include Google::Apis::Core::Hashable
25960
+
25961
+ # The machine type to be used for this instance.
25962
+ # Corresponds to the JSON property `machineType`
25963
+ # @return [String]
25964
+ attr_accessor :machine_type
25965
+
25966
+ def initialize(**args)
25967
+ update!(**args)
25968
+ end
25969
+
25970
+ # Update properties of this object
25971
+ def update!(**args)
25972
+ @machine_type = args[:machine_type] if args.key?(:machine_type)
25973
+ end
25974
+ end
25975
+
25950
25976
  #
25951
25977
  class ManagedInstanceVersion
25952
25978
  include Google::Apis::Core::Hashable
@@ -49560,14 +49586,14 @@ module Google
49560
49586
  # Represents a Target HTTP Proxy resource. Google Compute Engine has two Target
49561
49587
  # HTTP Proxy resources: * [Global](/compute/docs/reference/rest/alpha/
49562
49588
  # targetHttpProxies) * [Regional](/compute/docs/reference/rest/alpha/
49563
- # regionTargetHttpProxies) A target HTTP proxy is a component of GCP HTTP load
49564
- # balancers. * targetHttpProxies are used by global external Application Load
49565
- # Balancers, classic Application Load Balancers, cross-region internal
49566
- # Application Load Balancers, and Traffic Director. * regionTargetHttpProxies
49567
- # are used by regional internal Application Load Balancers and regional external
49568
- # Application Load Balancers. Forwarding rules reference a target HTTP proxy,
49569
- # and the target proxy then references a URL map. For more information, read
49570
- # Using Target Proxies and Forwarding rule concepts.
49589
+ # regionTargetHttpProxies) A target HTTP proxy is a component of Google Cloud
49590
+ # HTTP load balancers. * targetHttpProxies are used by global external
49591
+ # Application Load Balancers, classic Application Load Balancers, cross-region
49592
+ # internal Application Load Balancers, and Traffic Director. *
49593
+ # regionTargetHttpProxies are used by regional internal Application Load
49594
+ # Balancers and regional external Application Load Balancers. Forwarding rules
49595
+ # reference a target HTTP proxy, and the target proxy then references a URL map.
49596
+ # For more information, read Using Target Proxies and Forwarding rule concepts.
49571
49597
  class TargetHttpProxy
49572
49598
  include Google::Apis::Core::Hashable
49573
49599
 
@@ -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.79.0"
19
+ GEM_VERSION = "0.80.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 = "20230920"
25
+ REVISION = "20230923"
26
26
  end
27
27
  end
28
28
  end
@@ -3232,6 +3232,12 @@ module Google
3232
3232
  include Google::Apis::Core::JsonObjectSupport
3233
3233
  end
3234
3234
 
3235
+ class ManagedInstancePropertiesFromFlexibilityPolicy
3236
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3237
+
3238
+ include Google::Apis::Core::JsonObjectSupport
3239
+ end
3240
+
3235
3241
  class ManagedInstanceVersion
3236
3242
  class Representation < Google::Apis::Core::JsonRepresentation; end
3237
3243
 
@@ -13529,6 +13535,8 @@ module Google
13529
13535
 
13530
13536
  property :preserved_state_from_policy, as: 'preservedStateFromPolicy', class: Google::Apis::ComputeAlpha::PreservedState, decorator: Google::Apis::ComputeAlpha::PreservedState::Representation
13531
13537
 
13538
+ property :properties_from_flexibility_policy, as: 'propertiesFromFlexibilityPolicy', class: Google::Apis::ComputeAlpha::ManagedInstancePropertiesFromFlexibilityPolicy, decorator: Google::Apis::ComputeAlpha::ManagedInstancePropertiesFromFlexibilityPolicy::Representation
13539
+
13532
13540
  property :tag, as: 'tag'
13533
13541
  property :target_status, as: 'targetStatus'
13534
13542
  property :version, as: 'version', class: Google::Apis::ComputeAlpha::ManagedInstanceVersion, decorator: Google::Apis::ComputeAlpha::ManagedInstanceVersion::Representation
@@ -13601,6 +13609,13 @@ module Google
13601
13609
  end
13602
13610
  end
13603
13611
 
13612
+ class ManagedInstancePropertiesFromFlexibilityPolicy
13613
+ # @private
13614
+ class Representation < Google::Apis::Core::JsonRepresentation
13615
+ property :machine_type, as: 'machineType'
13616
+ end
13617
+ end
13618
+
13604
13619
  class ManagedInstanceVersion
13605
13620
  # @private
13606
13621
  class Representation < Google::Apis::Core::JsonRepresentation
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.79.0
4
+ version: 0.80.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-10-01 00:00:00.000000000 Z
11
+ date: 2023-10-08 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_alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.79.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-compute_alpha/v0.80.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: []