google-apis-compute_alpha 0.78.0 → 0.80.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: 895d2b4c43f90302c303293d773aa76ccc68efcb3c6bb42b1cd084228a75e7c7
4
- data.tar.gz: fbcac11a77f064fe1f186afee6ba405155e38b138d363c43bfdd9751dec018ea
3
+ metadata.gz: d199ab71dfa515d0d95b911ef388d41d3f8f3425bcf2facf5f61189cc7bd9ab4
4
+ data.tar.gz: 64453face49cd3f048e07ea20c48bf0c2ffa2fb1881cee3f04515f2e09da048a
5
5
  SHA512:
6
- metadata.gz: 02c8a9f6b46d24202ea6fadb2e7e10470ddfab6b030a79089e9a66069cf177bbb5ea644abe57eabe3d2405dc29a450b619ca60c1f24f1c1e96aee925732d1ae4
7
- data.tar.gz: 2fe3bd3df12ceb77186157e88ade7e970894ad64ab33002074d1b82f02bdcf5354c57f3ef04c39ec77d8c70f6e277f83b97d501421efa0fdf9a90f49b4a03e9c
6
+ metadata.gz: 53ca1f21aec88dd32b2f56645e9c2a68c75f2fae50e73d7b2751c88fe17364a261f870b67a1fc7a69308401171eb972f8bc575d05144e76fdd605ec6db2e4216
7
+ data.tar.gz: beb56045e18d427d7c3905403def1aae5e304d3239404afbd0f48acc06c88b6dafce01e8da89b2ab1aa84fde6beec629ab5bad40d9fc35104ee0c622b182918a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
7
+ ### v0.79.0 (2023-10-01)
8
+
9
+ * Regenerated from discovery document revision 20230920
10
+
3
11
  ### v0.78.0 (2023-09-24)
4
12
 
5
13
  * Regenerated from discovery document revision 20230912
@@ -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
@@ -3771,11 +3771,11 @@ module Google
3771
3771
  # applicable to either: - A regional backend service with the service_protocol
3772
3772
  # set to HTTP, HTTPS, or HTTP2, and load_balancing_scheme set to
3773
3773
  # INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme
3774
- # set to INTERNAL_SELF_MANAGED. If sessionAffinity is not NONE, and this field
3775
- # is not set to MAGLEV or RING_HASH, session affinity settings will not take
3776
- # effect. Only ROUND_ROBIN and RING_HASH are supported when the backend service
3777
- # is referenced by a URL map that is bound to target gRPC proxy that has
3778
- # validateForProxyless field set to true.
3774
+ # set to INTERNAL_SELF_MANAGED, INTERNAL_MANAGED, or EXTERNAL_MANAGED. If
3775
+ # sessionAffinity is not NONE, and this field is not set to MAGLEV or RING_HASH,
3776
+ # session affinity settings will not take effect. Only ROUND_ROBIN and RING_HASH
3777
+ # are supported when the backend service is referenced by a URL map that is
3778
+ # bound to target gRPC proxy that has validateForProxyless field set to true.
3779
3779
  # Corresponds to the JSON property `localityLbPolicy`
3780
3780
  # @return [String]
3781
3781
  attr_accessor :locality_lb_policy
@@ -11232,9 +11232,9 @@ module Google
11232
11232
  attr_accessor :auto_created_reservations_duration
11233
11233
 
11234
11234
  # Setting for enabling or disabling automatic deletion for auto-created
11235
- # reservation. If omitted or set to true, auto-created reservations will be
11236
- # deleted at Future Reservation's end time (default) or at user's defined
11237
- # timestamp if any of the [auto_created_reservations_delete_time,
11235
+ # reservation. If set to true, auto-created reservations will be deleted at
11236
+ # Future Reservation's end time (default) or at user's defined timestamp if any
11237
+ # of the [auto_created_reservations_delete_time,
11238
11238
  # auto_created_reservations_duration] values is specified. For keeping auto-
11239
11239
  # created reservation indefinitely, this value should be set to false.
11240
11240
  # Corresponds to the JSON property `autoDeleteAutoCreatedReservations`
@@ -12653,19 +12653,22 @@ module Google
12653
12653
  end
12654
12654
  end
12655
12655
 
12656
- # Represents a Health Check resource. Google Compute Engine has two Health Check
12657
- # resources: * [Global](/compute/docs/reference/rest/alpha/healthChecks) * [
12658
- # Regional](/compute/docs/reference/rest/alpha/regionHealthChecks) Internal HTTP(
12659
- # S) load balancers must use regional health checks (`compute.v1.
12660
- # regionHealthChecks`). Traffic Director must use global health checks (`compute.
12661
- # v1.healthChecks`). Internal TCP/UDP load balancers can use either regional or
12662
- # global health checks (`compute.v1.regionHealthChecks` or `compute.v1.
12663
- # healthChecks`). External HTTP(S), TCP proxy, and SSL proxy load balancers as
12664
- # well as managed instance group auto-healing must use global health checks (`
12665
- # compute.v1.healthChecks`). Backend service-based network load balancers must
12666
- # use regional health checks (`compute.v1.regionHealthChecks`). Target pool-
12667
- # based network load balancers must use legacy HTTP health checks (`compute.v1.
12668
- # httpHealthChecks`). For more information, see Health checks overview.
12656
+ # Represents a health check resource. Google Compute Engine has two health check
12657
+ # resources: * [Regional](/compute/docs/reference/rest/alpha/regionHealthChecks)
12658
+ # * [Global](/compute/docs/reference/rest/alpha/healthChecks) These health check
12659
+ # resources can be used for load balancing and for autohealing VMs in a managed
12660
+ # instance group (MIG). **Load balancing** The following load balancer can use
12661
+ # either regional or global health check: * Internal TCP/UDP load balancer The
12662
+ # following load balancers require regional health check: * Internal HTTP(S)
12663
+ # load balancer * Backend service-based network load balancer Traffic Director
12664
+ # and the following load balancers require global health check: * External HTTP(
12665
+ # S) load balancer * TCP proxy load balancer * SSL proxy load balancer The
12666
+ # following load balancer require [legacy HTTP health checks](/compute/docs/
12667
+ # reference/rest/v1/httpHealthChecks): * Target pool-based network load balancer
12668
+ # **Autohealing in MIGs** The health checks that you use for autohealing VMs in
12669
+ # a MIG can be either regional or global. For more information, see Set up an
12670
+ # application health check and autohealing. For more information, see Health
12671
+ # checks overview.
12669
12672
  class HealthCheck
12670
12673
  include Google::Apis::Core::Hashable
12671
12674
 
@@ -19869,9 +19872,15 @@ module Google
19869
19872
  end
19870
19873
  end
19871
19874
 
19872
- # Represents an Instance Template resource. You can use instance templates to
19873
- # create VM instances and managed instance groups. For more information, read
19874
- # Instance Templates.
19875
+ # Represents an Instance Template resource. Google Compute Engine has two
19876
+ # Instance Template resources: * [Global](/compute/docs/reference/rest/alpha/
19877
+ # instanceTemplates) * [Regional](/compute/docs/reference/rest/alpha/
19878
+ # regionInstanceTemplates) You can reuse a global instance template in different
19879
+ # regions whereas you can use a regional instance template in a specified region
19880
+ # only. If you want to reduce cross-region dependency or achieve data residency,
19881
+ # use a regional instance template. To create VMs, managed instance groups, and
19882
+ # reservations, you can use either global or regional instance templates. For
19883
+ # more information, read Instance Templates.
19875
19884
  class InstanceTemplate
19876
19885
  include Google::Apis::Core::Hashable
19877
19886
 
@@ -21425,9 +21434,9 @@ module Google
21425
21434
 
21426
21435
  # [Output only] List of features available for this Interconnect connection,
21427
21436
  # which can take one of the following values: - MACSEC If present then the
21428
- # interconnect was created on MACsec capable hardware ports. If not present then
21429
- # the interconnect is provisioned on non-MACsec capable ports and MACsec
21430
- # enablement will fail.
21437
+ # Interconnect connection is provisioned on MACsec capable hardware ports. If
21438
+ # not present then the Interconnect connection is provisioned on non-MACsec
21439
+ # capable ports and MACsec isn't supported and enabling MACsec fails.
21431
21440
  # Corresponds to the JSON property `availableFeatures`
21432
21441
  # @return [Array<String>]
21433
21442
  attr_accessor :available_features
@@ -21533,7 +21542,8 @@ module Google
21533
21542
  attr_accessor :location
21534
21543
 
21535
21544
  # Configuration information for enabling Media Access Control security (MACsec)
21536
- # on this Interconnect connection between Google and your on-premises router.
21545
+ # on this Cloud Interconnect connection between Google and your on-premises
21546
+ # router.
21537
21547
  # Corresponds to the JSON property `macsec`
21538
21548
  # @return [Google::Apis::ComputeAlpha::InterconnectMacsec]
21539
21549
  attr_accessor :macsec
@@ -21595,10 +21605,10 @@ module Google
21595
21605
 
21596
21606
  # Optional. List of features requested for this Interconnect connection, which
21597
21607
  # can take one of the following values: - MACSEC If specified then the
21598
- # interconnect will be created on MACsec capable hardware ports. If not
21599
- # specified, the default value is false, which will allocate non-MACsec capable
21600
- # ports first if available. This parameter can only be provided during
21601
- # interconnect INSERT and cannot be changed using interconnect PATCH.
21608
+ # connection is created on MACsec capable hardware ports. If not specified, the
21609
+ # default value is false, which allocates non-MACsec capable ports first if
21610
+ # available. This parameter can be provided only with Interconnect INSERT. It
21611
+ # isn't valid for Interconnect PATCH.
21602
21612
  # Corresponds to the JSON property `requestedFeatures`
21603
21613
  # @return [Array<String>]
21604
21614
  attr_accessor :requested_features
@@ -23196,7 +23206,8 @@ module Google
23196
23206
  end
23197
23207
 
23198
23208
  # Configuration information for enabling Media Access Control security (MACsec)
23199
- # on this Interconnect connection between Google and your on-premises router.
23209
+ # on this Cloud Interconnect connection between Google and your on-premises
23210
+ # router.
23200
23211
  class InterconnectMacsec
23201
23212
  include Google::Apis::Core::Hashable
23202
23213
 
@@ -23211,8 +23222,8 @@ module Google
23211
23222
  alias_method :fail_open?, :fail_open
23212
23223
 
23213
23224
  # Required. A keychain placeholder describing a set of named key objects along
23214
- # with their start times. A MACsec CKN/CAK will be generated for each key in the
23215
- # key chain. Google router will automatically pick the key with the most recent
23225
+ # with their start times. A MACsec CKN/CAK is generated for each key in the key
23226
+ # chain. Google router automatically picks the key with the most recent
23216
23227
  # startTime when establishing or re-establishing a MACsec secure link.
23217
23228
  # Corresponds to the JSON property `preSharedKeys`
23218
23229
  # @return [Array<Google::Apis::ComputeAlpha::InterconnectMacsecPreSharedKey>]
@@ -25687,6 +25698,12 @@ module Google
25687
25698
  # @return [Google::Apis::ComputeAlpha::PreservedState]
25688
25699
  attr_accessor :preserved_state_from_policy
25689
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
+
25690
25707
  # [Output Only] Tag describing the version.
25691
25708
  # Corresponds to the JSON property `tag`
25692
25709
  # @return [String]
@@ -25722,6 +25739,7 @@ module Google
25722
25739
  @name = args[:name] if args.key?(:name)
25723
25740
  @preserved_state_from_config = args[:preserved_state_from_config] if args.key?(:preserved_state_from_config)
25724
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)
25725
25743
  @tag = args[:tag] if args.key?(:tag)
25726
25744
  @target_status = args[:target_status] if args.key?(:target_status)
25727
25745
  @version = args[:version] if args.key?(:version)
@@ -25936,6 +25954,25 @@ module Google
25936
25954
  end
25937
25955
  end
25938
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
+
25939
25976
  #
25940
25977
  class ManagedInstanceVersion
25941
25978
  include Google::Apis::Core::Hashable
@@ -28837,6 +28874,13 @@ module Google
28837
28874
  # @return [String]
28838
28875
  attr_accessor :bgp_best_path_selection_mode
28839
28876
 
28877
+ # Allows to define a preferred approach for handling inter-region cost in the
28878
+ # selection process when using the STANDARD BGP best path selection algorithm.
28879
+ # Can be DEFAULT or ADD_COST_TO_MED.
28880
+ # Corresponds to the JSON property `bgpInterRegionCost`
28881
+ # @return [String]
28882
+ attr_accessor :bgp_inter_region_cost
28883
+
28840
28884
  # The network-wide routing mode to use. If set to REGIONAL, this network's Cloud
28841
28885
  # Routers will only advertise routes with subnets of this network in the same
28842
28886
  # region as the router. If set to GLOBAL, this network's Cloud Routers will
@@ -28853,6 +28897,7 @@ module Google
28853
28897
  def update!(**args)
28854
28898
  @bgp_always_compare_med = args[:bgp_always_compare_med] if args.key?(:bgp_always_compare_med)
28855
28899
  @bgp_best_path_selection_mode = args[:bgp_best_path_selection_mode] if args.key?(:bgp_best_path_selection_mode)
28900
+ @bgp_inter_region_cost = args[:bgp_inter_region_cost] if args.key?(:bgp_inter_region_cost)
28856
28901
  @routing_mode = args[:routing_mode] if args.key?(:routing_mode)
28857
28902
  end
28858
28903
  end
@@ -44197,6 +44242,13 @@ module Google
44197
44242
  # @return [String]
44198
44243
  attr_accessor :producer_forwarding_rule
44199
44244
 
44245
+ # The number of VPCs to which this endpoint is allowed to be propagated per
44246
+ # accept list resource (project or network). For ACCEPT_AUTOMATIC service
44247
+ # attachment, this limit is default to per project.
44248
+ # Corresponds to the JSON property `propagatedConnectionLimit`
44249
+ # @return [Fixnum]
44250
+ attr_accessor :propagated_connection_limit
44251
+
44200
44252
  # [Output Only] An 128-bit global unique ID of the PSC service attachment.
44201
44253
  # Corresponds to the JSON property `pscServiceAttachmentId`
44202
44254
  # @return [Google::Apis::ComputeAlpha::Uint128]
@@ -44210,7 +44262,7 @@ module Google
44210
44262
  # affect both PENDING and ACCEPTED/REJECTED PSC endpoints. For example, an
44211
44263
  # ACCEPTED PSC endpoint will be moved to REJECTED if its project is added to the
44212
44264
  # reject list. For newly created service attachment, this boolean defaults to
44213
- # true.
44265
+ # false.
44214
44266
  # Corresponds to the JSON property `reconcileConnections`
44215
44267
  # @return [Boolean]
44216
44268
  attr_accessor :reconcile_connections
@@ -44262,6 +44314,7 @@ module Google
44262
44314
  @name = args[:name] if args.key?(:name)
44263
44315
  @nat_subnets = args[:nat_subnets] if args.key?(:nat_subnets)
44264
44316
  @producer_forwarding_rule = args[:producer_forwarding_rule] if args.key?(:producer_forwarding_rule)
44317
+ @propagated_connection_limit = args[:propagated_connection_limit] if args.key?(:propagated_connection_limit)
44265
44318
  @psc_service_attachment_id = args[:psc_service_attachment_id] if args.key?(:psc_service_attachment_id)
44266
44319
  @reconcile_connections = args[:reconcile_connections] if args.key?(:reconcile_connections)
44267
44320
  @region = args[:region] if args.key?(:region)
@@ -47065,6 +47118,11 @@ module Google
47065
47118
  class StoragePool
47066
47119
  include Google::Apis::Core::Hashable
47067
47120
 
47121
+ # Provisioning type of the byte capacity of the pool.
47122
+ # Corresponds to the JSON property `capacityProvisioningType`
47123
+ # @return [String]
47124
+ attr_accessor :capacity_provisioning_type
47125
+
47068
47126
  # [Output Only] Creation timestamp in RFC3339 text format.
47069
47127
  # Corresponds to the JSON property `creationTimestamp`
47070
47128
  # @return [String]
@@ -47116,6 +47174,12 @@ module Google
47116
47174
  # @return [String]
47117
47175
  attr_accessor :name
47118
47176
 
47177
+ # Provisioning type of the performance-related parameters of the pool, such as
47178
+ # throughput and IOPS.
47179
+ # Corresponds to the JSON property `performanceProvisioningType`
47180
+ # @return [String]
47181
+ attr_accessor :performance_provisioning_type
47182
+
47119
47183
  # Provsioned IOPS of the storage pool.
47120
47184
  # Corresponds to the JSON property `provisionedIops`
47121
47185
  # @return [Fixnum]
@@ -47177,6 +47241,7 @@ module Google
47177
47241
 
47178
47242
  # Update properties of this object
47179
47243
  def update!(**args)
47244
+ @capacity_provisioning_type = args[:capacity_provisioning_type] if args.key?(:capacity_provisioning_type)
47180
47245
  @creation_timestamp = args[:creation_timestamp] if args.key?(:creation_timestamp)
47181
47246
  @description = args[:description] if args.key?(:description)
47182
47247
  @id = args[:id] if args.key?(:id)
@@ -47184,6 +47249,7 @@ module Google
47184
47249
  @label_fingerprint = args[:label_fingerprint] if args.key?(:label_fingerprint)
47185
47250
  @labels = args[:labels] if args.key?(:labels)
47186
47251
  @name = args[:name] if args.key?(:name)
47252
+ @performance_provisioning_type = args[:performance_provisioning_type] if args.key?(:performance_provisioning_type)
47187
47253
  @provisioned_iops = args[:provisioned_iops] if args.key?(:provisioned_iops)
47188
47254
  @provisioned_throughput = args[:provisioned_throughput] if args.key?(:provisioned_throughput)
47189
47255
  @resource_status = args[:resource_status] if args.key?(:resource_status)
@@ -49520,14 +49586,14 @@ module Google
49520
49586
  # Represents a Target HTTP Proxy resource. Google Compute Engine has two Target
49521
49587
  # HTTP Proxy resources: * [Global](/compute/docs/reference/rest/alpha/
49522
49588
  # targetHttpProxies) * [Regional](/compute/docs/reference/rest/alpha/
49523
- # regionTargetHttpProxies) A target HTTP proxy is a component of GCP HTTP load
49524
- # balancers. * targetHttpProxies are used by global external Application Load
49525
- # Balancers, classic Application Load Balancers, cross-region internal
49526
- # Application Load Balancers, and Traffic Director. * regionTargetHttpProxies
49527
- # are used by regional internal Application Load Balancers and regional external
49528
- # Application Load Balancers. Forwarding rules reference a target HTTP proxy,
49529
- # and the target proxy then references a URL map. For more information, read
49530
- # 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.
49531
49597
  class TargetHttpProxy
49532
49598
  include Google::Apis::Core::Hashable
49533
49599
 
@@ -53090,7 +53156,6 @@ module Google
53090
53156
  attr_accessor :maintenance_status
53091
53157
 
53092
53158
  # Represents a window of time using two timestamps: `earliest` and `latest`.
53093
- # This timestamp values are in RFC3339 text format.
53094
53159
  # Corresponds to the JSON property `startTimeWindow`
53095
53160
  # @return [Google::Apis::ComputeAlpha::UpcomingMaintenanceTimeWindow]
53096
53161
  attr_accessor :start_time_window
@@ -53137,7 +53202,6 @@ module Google
53137
53202
  end
53138
53203
 
53139
53204
  # Represents a window of time using two timestamps: `earliest` and `latest`.
53140
- # This timestamp values are in RFC3339 text format.
53141
53205
  class UpcomingMaintenanceTimeWindow
53142
53206
  include Google::Apis::Core::Hashable
53143
53207
 
@@ -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.78.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 = "20230912"
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
@@ -14308,6 +14323,7 @@ module Google
14308
14323
  class Representation < Google::Apis::Core::JsonRepresentation
14309
14324
  property :bgp_always_compare_med, as: 'bgpAlwaysCompareMed'
14310
14325
  property :bgp_best_path_selection_mode, as: 'bgpBestPathSelectionMode'
14326
+ property :bgp_inter_region_cost, as: 'bgpInterRegionCost'
14311
14327
  property :routing_mode, as: 'routingMode'
14312
14328
  end
14313
14329
  end
@@ -18257,6 +18273,7 @@ module Google
18257
18273
  property :name, as: 'name'
18258
18274
  collection :nat_subnets, as: 'natSubnets'
18259
18275
  property :producer_forwarding_rule, as: 'producerForwardingRule'
18276
+ property :propagated_connection_limit, as: 'propagatedConnectionLimit'
18260
18277
  property :psc_service_attachment_id, as: 'pscServiceAttachmentId', class: Google::Apis::ComputeAlpha::Uint128, decorator: Google::Apis::ComputeAlpha::Uint128::Representation
18261
18278
 
18262
18279
  property :reconcile_connections, as: 'reconcileConnections'
@@ -19008,6 +19025,7 @@ module Google
19008
19025
  class StoragePool
19009
19026
  # @private
19010
19027
  class Representation < Google::Apis::Core::JsonRepresentation
19028
+ property :capacity_provisioning_type, as: 'capacityProvisioningType'
19011
19029
  property :creation_timestamp, as: 'creationTimestamp'
19012
19030
  property :description, as: 'description'
19013
19031
  property :id, :numeric_string => true, as: 'id'
@@ -19015,6 +19033,7 @@ module Google
19015
19033
  property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
19016
19034
  hash :labels, as: 'labels'
19017
19035
  property :name, as: 'name'
19036
+ property :performance_provisioning_type, as: 'performanceProvisioningType'
19018
19037
  property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
19019
19038
  property :provisioned_throughput, :numeric_string => true, as: 'provisionedThroughput'
19020
19039
  property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeAlpha::StoragePoolResourceStatus, decorator: Google::Apis::ComputeAlpha::StoragePoolResourceStatus::Representation