google-apis-compute_beta 0.80.0 → 0.81.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: a1d749df6aae485417d3468d4d884dc0833aaa3a6ea060870f6ef7618e973321
4
- data.tar.gz: 26c11b369a581248245591bed32125116f0610cbf8aa9aff9944288b834c22b3
3
+ metadata.gz: c79881623027a5af91ebe47697e2b9b7163ece849a24ffaaa0fc72304ed59cbd
4
+ data.tar.gz: baae874c5af2722404f82614d0ac44b44ec4846e8b5e99d8f4d26114a92f9575
5
5
  SHA512:
6
- metadata.gz: 696e152ed38fc83209695ac35942cca520cfb6418e18f518e95fb60e793b269189aac1d8283a0a5041ad114a3277837ea49edfaa57f13f124f545dddfb655686
7
- data.tar.gz: c88bc8df44c3ddcb5544fe55acf3dcc5890db085b56fc5b799435a5b4f0a32b31c1dca55495972f348d5127380ea90aac83c83ca7fba52f1417dff8f0f8b96bd
6
+ metadata.gz: 7327d99056b1a5b0bffbc56a79ee6dd3301b327620ecd642662f68ade7e66fcd9c9e7d40660de2a30c2eebbc3f6fdc6d4896e9b69339e0838e04965137d4dfdf
7
+ data.tar.gz: 5cbf69372b7033d3e29d8d625ef68a8b56511847c11c366ec62af300fc363fb69954373da0bd1318b82fd58c361a5ec51357d48d619cc1a4a11e2b983f939f14
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-compute_beta
2
2
 
3
+ ### v0.81.0 (2023-10-01)
4
+
5
+ * Regenerated from discovery document revision 20230920
6
+
3
7
  ### v0.80.0 (2023-09-24)
4
8
 
5
9
  * Regenerated from discovery document revision 20230912
@@ -3604,11 +3604,11 @@ module Google
3604
3604
  # applicable to either: - A regional backend service with the service_protocol
3605
3605
  # set to HTTP, HTTPS, or HTTP2, and load_balancing_scheme set to
3606
3606
  # INTERNAL_MANAGED. - A global backend service with the load_balancing_scheme
3607
- # set to INTERNAL_SELF_MANAGED. If sessionAffinity is not NONE, and this field
3608
- # is not set to MAGLEV or RING_HASH, session affinity settings will not take
3609
- # effect. Only ROUND_ROBIN and RING_HASH are supported when the backend service
3610
- # is referenced by a URL map that is bound to target gRPC proxy that has
3611
- # validateForProxyless field set to true.
3607
+ # set to INTERNAL_SELF_MANAGED, INTERNAL_MANAGED, or EXTERNAL_MANAGED. If
3608
+ # sessionAffinity is not NONE, and this field is not set to MAGLEV or RING_HASH,
3609
+ # session affinity settings will not take effect. Only ROUND_ROBIN and RING_HASH
3610
+ # are supported when the backend service is referenced by a URL map that is
3611
+ # bound to target gRPC proxy that has validateForProxyless field set to true.
3612
3612
  # Corresponds to the JSON property `localityLbPolicy`
3613
3613
  # @return [String]
3614
3614
  attr_accessor :locality_lb_policy
@@ -10547,9 +10547,9 @@ module Google
10547
10547
  attr_accessor :auto_created_reservations_duration
10548
10548
 
10549
10549
  # Setting for enabling or disabling automatic deletion for auto-created
10550
- # reservation. If omitted or set to true, auto-created reservations will be
10551
- # deleted at Future Reservation's end time (default) or at user's defined
10552
- # timestamp if any of the [auto_created_reservations_delete_time,
10550
+ # reservation. If set to true, auto-created reservations will be deleted at
10551
+ # Future Reservation's end time (default) or at user's defined timestamp if any
10552
+ # of the [auto_created_reservations_delete_time,
10553
10553
  # auto_created_reservations_duration] values is specified. For keeping auto-
10554
10554
  # created reservation indefinitely, this value should be set to false.
10555
10555
  # Corresponds to the JSON property `autoDeleteAutoCreatedReservations`
@@ -11897,19 +11897,22 @@ module Google
11897
11897
  end
11898
11898
  end
11899
11899
 
11900
- # Represents a Health Check resource. Google Compute Engine has two Health Check
11901
- # resources: * [Global](/compute/docs/reference/rest/beta/healthChecks) * [
11902
- # Regional](/compute/docs/reference/rest/beta/regionHealthChecks) Internal HTTP(
11903
- # S) load balancers must use regional health checks (`compute.v1.
11904
- # regionHealthChecks`). Traffic Director must use global health checks (`compute.
11905
- # v1.healthChecks`). Internal TCP/UDP load balancers can use either regional or
11906
- # global health checks (`compute.v1.regionHealthChecks` or `compute.v1.
11907
- # healthChecks`). External HTTP(S), TCP proxy, and SSL proxy load balancers as
11908
- # well as managed instance group auto-healing must use global health checks (`
11909
- # compute.v1.healthChecks`). Backend service-based network load balancers must
11910
- # use regional health checks (`compute.v1.regionHealthChecks`). Target pool-
11911
- # based network load balancers must use legacy HTTP health checks (`compute.v1.
11912
- # httpHealthChecks`). For more information, see Health checks overview.
11900
+ # Represents a health check resource. Google Compute Engine has two health check
11901
+ # resources: * [Regional](/compute/docs/reference/rest/beta/regionHealthChecks) *
11902
+ # [Global](/compute/docs/reference/rest/beta/healthChecks) These health check
11903
+ # resources can be used for load balancing and for autohealing VMs in a managed
11904
+ # instance group (MIG). **Load balancing** The following load balancer can use
11905
+ # either regional or global health check: * Internal TCP/UDP load balancer The
11906
+ # following load balancers require regional health check: * Internal HTTP(S)
11907
+ # load balancer * Backend service-based network load balancer Traffic Director
11908
+ # and the following load balancers require global health check: * External HTTP(
11909
+ # S) load balancer * TCP proxy load balancer * SSL proxy load balancer The
11910
+ # following load balancer require [legacy HTTP health checks](/compute/docs/
11911
+ # reference/rest/v1/httpHealthChecks): * Target pool-based network load balancer
11912
+ # **Autohealing in MIGs** The health checks that you use for autohealing VMs in
11913
+ # a MIG can be either regional or global. For more information, see Set up an
11914
+ # application health check and autohealing. For more information, see Health
11915
+ # checks overview.
11913
11916
  class HealthCheck
11914
11917
  include Google::Apis::Core::Hashable
11915
11918
 
@@ -15736,6 +15739,11 @@ module Google
15736
15739
  # @return [String]
15737
15740
  attr_accessor :service_account
15738
15741
 
15742
+ # Standby policy for stopped and suspended instances.
15743
+ # Corresponds to the JSON property `standbyPolicy`
15744
+ # @return [Google::Apis::ComputeBeta::InstanceGroupManagerStandbyPolicy]
15745
+ attr_accessor :standby_policy
15746
+
15739
15747
  # Stateful configuration for this Instanced Group Manager
15740
15748
  # Corresponds to the JSON property `statefulPolicy`
15741
15749
  # @return [Google::Apis::ComputeBeta::StatefulPolicy]
@@ -15760,6 +15768,22 @@ module Google
15760
15768
  # @return [Fixnum]
15761
15769
  attr_accessor :target_size
15762
15770
 
15771
+ # The target number of stopped instances for this managed instance group. This
15772
+ # number changes when you: - Stop instance using the stopInstances method or
15773
+ # start instances using the startInstances method. - Manually change the
15774
+ # targetStoppedSize using the update method.
15775
+ # Corresponds to the JSON property `targetStoppedSize`
15776
+ # @return [Fixnum]
15777
+ attr_accessor :target_stopped_size
15778
+
15779
+ # The target number of suspended instances for this managed instance group. This
15780
+ # number changes when you: - Suspend instance using the suspendInstances method
15781
+ # or resume instances using the resumeInstances method. - Manually change the
15782
+ # targetSuspendedSize using the update method.
15783
+ # Corresponds to the JSON property `targetSuspendedSize`
15784
+ # @return [Fixnum]
15785
+ attr_accessor :target_suspended_size
15786
+
15763
15787
  # The update policy for this managed instance group.
15764
15788
  # Corresponds to the JSON property `updatePolicy`
15765
15789
  # @return [Google::Apis::ComputeBeta::InstanceGroupManagerUpdatePolicy]
@@ -15809,10 +15833,13 @@ module Google
15809
15833
  @region = args[:region] if args.key?(:region)
15810
15834
  @self_link = args[:self_link] if args.key?(:self_link)
15811
15835
  @service_account = args[:service_account] if args.key?(:service_account)
15836
+ @standby_policy = args[:standby_policy] if args.key?(:standby_policy)
15812
15837
  @stateful_policy = args[:stateful_policy] if args.key?(:stateful_policy)
15813
15838
  @status = args[:status] if args.key?(:status)
15814
15839
  @target_pools = args[:target_pools] if args.key?(:target_pools)
15815
15840
  @target_size = args[:target_size] if args.key?(:target_size)
15841
+ @target_stopped_size = args[:target_stopped_size] if args.key?(:target_stopped_size)
15842
+ @target_suspended_size = args[:target_suspended_size] if args.key?(:target_suspended_size)
15816
15843
  @update_policy = args[:update_policy] if args.key?(:update_policy)
15817
15844
  @versions = args[:versions] if args.key?(:versions)
15818
15845
  @zone = args[:zone] if args.key?(:zone)
@@ -16641,6 +16668,31 @@ module Google
16641
16668
  end
16642
16669
  end
16643
16670
 
16671
+ #
16672
+ class InstanceGroupManagerStandbyPolicy
16673
+ include Google::Apis::Core::Hashable
16674
+
16675
+ #
16676
+ # Corresponds to the JSON property `initialDelaySec`
16677
+ # @return [Fixnum]
16678
+ attr_accessor :initial_delay_sec
16679
+
16680
+ # Defines behaviour of using instances from standby pool to resize MIG.
16681
+ # Corresponds to the JSON property `mode`
16682
+ # @return [String]
16683
+ attr_accessor :mode
16684
+
16685
+ def initialize(**args)
16686
+ update!(**args)
16687
+ end
16688
+
16689
+ # Update properties of this object
16690
+ def update!(**args)
16691
+ @initial_delay_sec = args[:initial_delay_sec] if args.key?(:initial_delay_sec)
16692
+ @mode = args[:mode] if args.key?(:mode)
16693
+ end
16694
+ end
16695
+
16644
16696
  #
16645
16697
  class InstanceGroupManagerStatus
16646
16698
  include Google::Apis::Core::Hashable
@@ -17313,6 +17365,26 @@ module Google
17313
17365
  end
17314
17366
  end
17315
17367
 
17368
+ #
17369
+ class InstanceGroupManagersResumeInstancesRequest
17370
+ include Google::Apis::Core::Hashable
17371
+
17372
+ # The URLs of one or more instances to resume. This can be a full URL or a
17373
+ # partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
17374
+ # Corresponds to the JSON property `instances`
17375
+ # @return [Array<String>]
17376
+ attr_accessor :instances
17377
+
17378
+ def initialize(**args)
17379
+ update!(**args)
17380
+ end
17381
+
17382
+ # Update properties of this object
17383
+ def update!(**args)
17384
+ @instances = args[:instances] if args.key?(:instances)
17385
+ end
17386
+ end
17387
+
17316
17388
  #
17317
17389
  class InstanceGroupManagersScopedList
17318
17390
  include Google::Apis::Core::Hashable
@@ -17480,6 +17552,82 @@ module Google
17480
17552
  end
17481
17553
  end
17482
17554
 
17555
+ #
17556
+ class InstanceGroupManagersStartInstancesRequest
17557
+ include Google::Apis::Core::Hashable
17558
+
17559
+ # The URLs of one or more instances to start. This can be a full URL or a
17560
+ # partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
17561
+ # Corresponds to the JSON property `instances`
17562
+ # @return [Array<String>]
17563
+ attr_accessor :instances
17564
+
17565
+ def initialize(**args)
17566
+ update!(**args)
17567
+ end
17568
+
17569
+ # Update properties of this object
17570
+ def update!(**args)
17571
+ @instances = args[:instances] if args.key?(:instances)
17572
+ end
17573
+ end
17574
+
17575
+ #
17576
+ class InstanceGroupManagersStopInstancesRequest
17577
+ include Google::Apis::Core::Hashable
17578
+
17579
+ # If this flag is set to true, the Instance Group Manager will proceed to stop
17580
+ # the instances, skipping initialization on them.
17581
+ # Corresponds to the JSON property `forceStop`
17582
+ # @return [Boolean]
17583
+ attr_accessor :force_stop
17584
+ alias_method :force_stop?, :force_stop
17585
+
17586
+ # The URLs of one or more instances to stop. This can be a full URL or a partial
17587
+ # URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
17588
+ # Corresponds to the JSON property `instances`
17589
+ # @return [Array<String>]
17590
+ attr_accessor :instances
17591
+
17592
+ def initialize(**args)
17593
+ update!(**args)
17594
+ end
17595
+
17596
+ # Update properties of this object
17597
+ def update!(**args)
17598
+ @force_stop = args[:force_stop] if args.key?(:force_stop)
17599
+ @instances = args[:instances] if args.key?(:instances)
17600
+ end
17601
+ end
17602
+
17603
+ #
17604
+ class InstanceGroupManagersSuspendInstancesRequest
17605
+ include Google::Apis::Core::Hashable
17606
+
17607
+ # If this flag is set to true, the Instance Group Manager will proceed to
17608
+ # suspend the instances, skipping initialization on them.
17609
+ # Corresponds to the JSON property `forceSuspend`
17610
+ # @return [Boolean]
17611
+ attr_accessor :force_suspend
17612
+ alias_method :force_suspend?, :force_suspend
17613
+
17614
+ # The URLs of one or more instances to suspend. This can be a full URL or a
17615
+ # partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
17616
+ # Corresponds to the JSON property `instances`
17617
+ # @return [Array<String>]
17618
+ attr_accessor :instances
17619
+
17620
+ def initialize(**args)
17621
+ update!(**args)
17622
+ end
17623
+
17624
+ # Update properties of this object
17625
+ def update!(**args)
17626
+ @force_suspend = args[:force_suspend] if args.key?(:force_suspend)
17627
+ @instances = args[:instances] if args.key?(:instances)
17628
+ end
17629
+ end
17630
+
17483
17631
  # InstanceGroupManagers.updatePerInstanceConfigs
17484
17632
  class InstanceGroupManagersUpdatePerInstanceConfigsReq
17485
17633
  include Google::Apis::Core::Hashable
@@ -18491,9 +18639,15 @@ module Google
18491
18639
  end
18492
18640
  end
18493
18641
 
18494
- # Represents an Instance Template resource. You can use instance templates to
18495
- # create VM instances and managed instance groups. For more information, read
18496
- # Instance Templates.
18642
+ # Represents an Instance Template resource. Google Compute Engine has two
18643
+ # Instance Template resources: * [Global](/compute/docs/reference/rest/beta/
18644
+ # instanceTemplates) * [Regional](/compute/docs/reference/rest/beta/
18645
+ # regionInstanceTemplates) You can reuse a global instance template in different
18646
+ # regions whereas you can use a regional instance template in a specified region
18647
+ # only. If you want to reduce cross-region dependency or achieve data residency,
18648
+ # use a regional instance template. To create VMs, managed instance groups, and
18649
+ # reservations, you can use either global or regional instance templates. For
18650
+ # more information, read Instance Templates.
18497
18651
  class InstanceTemplate
18498
18652
  include Google::Apis::Core::Hashable
18499
18653
 
@@ -19956,9 +20110,9 @@ module Google
19956
20110
 
19957
20111
  # [Output only] List of features available for this Interconnect connection,
19958
20112
  # which can take one of the following values: - MACSEC If present then the
19959
- # interconnect was created on MACsec capable hardware ports. If not present then
19960
- # the interconnect is provisioned on non-MACsec capable ports and MACsec
19961
- # enablement will fail.
20113
+ # Interconnect connection is provisioned on MACsec capable hardware ports. If
20114
+ # not present then the Interconnect connection is provisioned on non-MACsec
20115
+ # capable ports and MACsec isn't supported and enabling MACsec fails.
19962
20116
  # Corresponds to the JSON property `availableFeatures`
19963
20117
  # @return [Array<String>]
19964
20118
  attr_accessor :available_features
@@ -20064,7 +20218,8 @@ module Google
20064
20218
  attr_accessor :location
20065
20219
 
20066
20220
  # Configuration information for enabling Media Access Control security (MACsec)
20067
- # on this Interconnect connection between Google and your on-premises router.
20221
+ # on this Cloud Interconnect connection between Google and your on-premises
20222
+ # router.
20068
20223
  # Corresponds to the JSON property `macsec`
20069
20224
  # @return [Google::Apis::ComputeBeta::InterconnectMacsec]
20070
20225
  attr_accessor :macsec
@@ -20126,10 +20281,10 @@ module Google
20126
20281
 
20127
20282
  # Optional. List of features requested for this Interconnect connection, which
20128
20283
  # can take one of the following values: - MACSEC If specified then the
20129
- # interconnect will be created on MACsec capable hardware ports. If not
20130
- # specified, the default value is false, which will allocate non-MACsec capable
20131
- # ports first if available. This parameter can only be provided during
20132
- # interconnect INSERT and cannot be changed using interconnect PATCH.
20284
+ # connection is created on MACsec capable hardware ports. If not specified, the
20285
+ # default value is false, which allocates non-MACsec capable ports first if
20286
+ # available. This parameter can be provided only with Interconnect INSERT. It
20287
+ # isn't valid for Interconnect PATCH.
20133
20288
  # Corresponds to the JSON property `requestedFeatures`
20134
20289
  # @return [Array<String>]
20135
20290
  attr_accessor :requested_features
@@ -21709,7 +21864,8 @@ module Google
21709
21864
  end
21710
21865
 
21711
21866
  # Configuration information for enabling Media Access Control security (MACsec)
21712
- # on this Interconnect connection between Google and your on-premises router.
21867
+ # on this Cloud Interconnect connection between Google and your on-premises
21868
+ # router.
21713
21869
  class InterconnectMacsec
21714
21870
  include Google::Apis::Core::Hashable
21715
21871
 
@@ -21724,8 +21880,8 @@ module Google
21724
21880
  alias_method :fail_open?, :fail_open
21725
21881
 
21726
21882
  # Required. A keychain placeholder describing a set of named key objects along
21727
- # with their start times. A MACsec CKN/CAK will be generated for each key in the
21728
- # key chain. Google router will automatically pick the key with the most recent
21883
+ # with their start times. A MACsec CKN/CAK is generated for each key in the key
21884
+ # chain. Google router automatically picks the key with the most recent
21729
21885
  # startTime when establishing or re-establishing a MACsec secure link.
21730
21886
  # Corresponds to the JSON property `preSharedKeys`
21731
21887
  # @return [Array<Google::Apis::ComputeBeta::InterconnectMacsecPreSharedKey>]
@@ -23722,6 +23878,12 @@ module Google
23722
23878
  # @return [String]
23723
23879
  attr_accessor :instance
23724
23880
 
23881
+ # [Output Only] The overrides to instance properties resulting from
23882
+ # InstanceFlexibilityPolicy.
23883
+ # Corresponds to the JSON property `instanceFlexibilityOverride`
23884
+ # @return [Google::Apis::ComputeBeta::ManagedInstanceInstanceFlexibilityOverride]
23885
+ attr_accessor :instance_flexibility_override
23886
+
23725
23887
  # [Output Only] Health state of the instance per health-check.
23726
23888
  # Corresponds to the JSON property `instanceHealth`
23727
23889
  # @return [Array<Google::Apis::ComputeBeta::ManagedInstanceInstanceHealth>]
@@ -23770,6 +23932,7 @@ module Google
23770
23932
  @current_action = args[:current_action] if args.key?(:current_action)
23771
23933
  @id = args[:id] if args.key?(:id)
23772
23934
  @instance = args[:instance] if args.key?(:instance)
23935
+ @instance_flexibility_override = args[:instance_flexibility_override] if args.key?(:instance_flexibility_override)
23773
23936
  @instance_health = args[:instance_health] if args.key?(:instance_health)
23774
23937
  @instance_status = args[:instance_status] if args.key?(:instance_status)
23775
23938
  @last_attempt = args[:last_attempt] if args.key?(:last_attempt)
@@ -23800,6 +23963,25 @@ module Google
23800
23963
  end
23801
23964
  end
23802
23965
 
23966
+ #
23967
+ class ManagedInstanceInstanceFlexibilityOverride
23968
+ include Google::Apis::Core::Hashable
23969
+
23970
+ # The machine type to be used for this instance.
23971
+ # Corresponds to the JSON property `machineType`
23972
+ # @return [String]
23973
+ attr_accessor :machine_type
23974
+
23975
+ def initialize(**args)
23976
+ update!(**args)
23977
+ end
23978
+
23979
+ # Update properties of this object
23980
+ def update!(**args)
23981
+ @machine_type = args[:machine_type] if args.key?(:machine_type)
23982
+ end
23983
+ end
23984
+
23803
23985
  #
23804
23986
  class ManagedInstanceInstanceHealth
23805
23987
  include Google::Apis::Core::Hashable
@@ -26878,6 +27060,12 @@ module Google
26878
27060
  # @return [String]
26879
27061
  attr_accessor :location_hint
26880
27062
 
27063
+ # Specifies the frequency of planned maintenance events. The accepted values are:
27064
+ # `AS_NEEDED` and `RECURRENT`.
27065
+ # Corresponds to the JSON property `maintenanceInterval`
27066
+ # @return [String]
27067
+ attr_accessor :maintenance_interval
27068
+
26881
27069
  # Specifies how to handle instances when a node in the group undergoes
26882
27070
  # maintenance. Set to one of: DEFAULT, RESTART_IN_PLACE, or
26883
27071
  # MIGRATE_WITHIN_NODE_GROUP. The default value is DEFAULT. For more information,
@@ -26947,6 +27135,7 @@ module Google
26947
27135
  @id = args[:id] if args.key?(:id)
26948
27136
  @kind = args[:kind] if args.key?(:kind)
26949
27137
  @location_hint = args[:location_hint] if args.key?(:location_hint)
27138
+ @maintenance_interval = args[:maintenance_interval] if args.key?(:maintenance_interval)
26950
27139
  @maintenance_policy = args[:maintenance_policy] if args.key?(:maintenance_policy)
26951
27140
  @maintenance_window = args[:maintenance_window] if args.key?(:maintenance_window)
26952
27141
  @name = args[:name] if args.key?(:name)
@@ -27335,6 +27524,11 @@ module Google
27335
27524
  # @return [Google::Apis::ComputeBeta::InstanceConsumptionInfo]
27336
27525
  attr_accessor :total_resources
27337
27526
 
27527
+ # Upcoming Maintenance notification information.
27528
+ # Corresponds to the JSON property `upcomingMaintenance`
27529
+ # @return [Google::Apis::ComputeBeta::UpcomingMaintenance]
27530
+ attr_accessor :upcoming_maintenance
27531
+
27338
27532
  def initialize(**args)
27339
27533
  update!(**args)
27340
27534
  end
@@ -27354,6 +27548,7 @@ module Google
27354
27548
  @server_id = args[:server_id] if args.key?(:server_id)
27355
27549
  @status = args[:status] if args.key?(:status)
27356
27550
  @total_resources = args[:total_resources] if args.key?(:total_resources)
27551
+ @upcoming_maintenance = args[:upcoming_maintenance] if args.key?(:upcoming_maintenance)
27357
27552
  end
27358
27553
  end
27359
27554
 
@@ -27513,6 +27708,31 @@ module Google
27513
27708
  end
27514
27709
  end
27515
27710
 
27711
+ #
27712
+ class NodeGroupsPerformMaintenanceRequest
27713
+ include Google::Apis::Core::Hashable
27714
+
27715
+ # [Required] List of nodes affected by the call.
27716
+ # Corresponds to the JSON property `nodes`
27717
+ # @return [Array<String>]
27718
+ attr_accessor :nodes
27719
+
27720
+ # The start time of the schedule. The timestamp is an RFC3339 string.
27721
+ # Corresponds to the JSON property `startTime`
27722
+ # @return [String]
27723
+ attr_accessor :start_time
27724
+
27725
+ def initialize(**args)
27726
+ update!(**args)
27727
+ end
27728
+
27729
+ # Update properties of this object
27730
+ def update!(**args)
27731
+ @nodes = args[:nodes] if args.key?(:nodes)
27732
+ @start_time = args[:start_time] if args.key?(:start_time)
27733
+ end
27734
+ end
27735
+
27516
27736
  #
27517
27737
  class NodeGroupsScopedList
27518
27738
  include Google::Apis::Core::Hashable
@@ -33042,6 +33262,26 @@ module Google
33042
33262
  end
33043
33263
  end
33044
33264
 
33265
+ #
33266
+ class RegionInstanceGroupManagersResumeInstancesRequest
33267
+ include Google::Apis::Core::Hashable
33268
+
33269
+ # The URLs of one or more instances to resume. This can be a full URL or a
33270
+ # partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
33271
+ # Corresponds to the JSON property `instances`
33272
+ # @return [Array<String>]
33273
+ attr_accessor :instances
33274
+
33275
+ def initialize(**args)
33276
+ update!(**args)
33277
+ end
33278
+
33279
+ # Update properties of this object
33280
+ def update!(**args)
33281
+ @instances = args[:instances] if args.key?(:instances)
33282
+ end
33283
+ end
33284
+
33045
33285
  #
33046
33286
  class RegionInstanceGroupManagersSetAutoHealingRequest
33047
33287
  include Google::Apis::Core::Hashable
@@ -33111,6 +33351,82 @@ module Google
33111
33351
  end
33112
33352
  end
33113
33353
 
33354
+ #
33355
+ class RegionInstanceGroupManagersStartInstancesRequest
33356
+ include Google::Apis::Core::Hashable
33357
+
33358
+ # The URLs of one or more instances to start. This can be a full URL or a
33359
+ # partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
33360
+ # Corresponds to the JSON property `instances`
33361
+ # @return [Array<String>]
33362
+ attr_accessor :instances
33363
+
33364
+ def initialize(**args)
33365
+ update!(**args)
33366
+ end
33367
+
33368
+ # Update properties of this object
33369
+ def update!(**args)
33370
+ @instances = args[:instances] if args.key?(:instances)
33371
+ end
33372
+ end
33373
+
33374
+ #
33375
+ class RegionInstanceGroupManagersStopInstancesRequest
33376
+ include Google::Apis::Core::Hashable
33377
+
33378
+ # If this flag is set to true, the Instance Group Manager will proceed to stop
33379
+ # the instances, skipping initialization on them.
33380
+ # Corresponds to the JSON property `forceStop`
33381
+ # @return [Boolean]
33382
+ attr_accessor :force_stop
33383
+ alias_method :force_stop?, :force_stop
33384
+
33385
+ # The URLs of one or more instances to stop. This can be a full URL or a partial
33386
+ # URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
33387
+ # Corresponds to the JSON property `instances`
33388
+ # @return [Array<String>]
33389
+ attr_accessor :instances
33390
+
33391
+ def initialize(**args)
33392
+ update!(**args)
33393
+ end
33394
+
33395
+ # Update properties of this object
33396
+ def update!(**args)
33397
+ @force_stop = args[:force_stop] if args.key?(:force_stop)
33398
+ @instances = args[:instances] if args.key?(:instances)
33399
+ end
33400
+ end
33401
+
33402
+ #
33403
+ class RegionInstanceGroupManagersSuspendInstancesRequest
33404
+ include Google::Apis::Core::Hashable
33405
+
33406
+ # If this flag is set to true, the Instance Group Manager will proceed to
33407
+ # suspend the instances, skipping initialization on them.
33408
+ # Corresponds to the JSON property `forceSuspend`
33409
+ # @return [Boolean]
33410
+ attr_accessor :force_suspend
33411
+ alias_method :force_suspend?, :force_suspend
33412
+
33413
+ # The URLs of one or more instances to suspend. This can be a full URL or a
33414
+ # partial URL, such as zones/[ZONE]/instances/[INSTANCE_NAME].
33415
+ # Corresponds to the JSON property `instances`
33416
+ # @return [Array<String>]
33417
+ attr_accessor :instances
33418
+
33419
+ def initialize(**args)
33420
+ update!(**args)
33421
+ end
33422
+
33423
+ # Update properties of this object
33424
+ def update!(**args)
33425
+ @force_suspend = args[:force_suspend] if args.key?(:force_suspend)
33426
+ @instances = args[:instances] if args.key?(:instances)
33427
+ end
33428
+ end
33429
+
33114
33430
  #
33115
33431
  class RegionInstanceGroupsListInstances
33116
33432
  include Google::Apis::Core::Hashable
@@ -39664,7 +39980,7 @@ module Google
39664
39980
  # affect both PENDING and ACCEPTED/REJECTED PSC endpoints. For example, an
39665
39981
  # ACCEPTED PSC endpoint will be moved to REJECTED if its project is added to the
39666
39982
  # reject list. For newly created service attachment, this boolean defaults to
39667
- # true.
39983
+ # false.
39668
39984
  # Corresponds to the JSON property `reconcileConnections`
39669
39985
  # @return [Boolean]
39670
39986
  attr_accessor :reconcile_connections
@@ -46918,6 +47234,59 @@ module Google
46918
47234
  end
46919
47235
  end
46920
47236
 
47237
+ # Upcoming Maintenance notification information.
47238
+ class UpcomingMaintenance
47239
+ include Google::Apis::Core::Hashable
47240
+
47241
+ # Indicates if the maintenance can be customer triggered.
47242
+ # Corresponds to the JSON property `canReschedule`
47243
+ # @return [Boolean]
47244
+ attr_accessor :can_reschedule
47245
+ alias_method :can_reschedule?, :can_reschedule
47246
+
47247
+ # The latest time for the planned maintenance window to start. This timestamp
47248
+ # value is in RFC3339 text format.
47249
+ # Corresponds to the JSON property `latestWindowStartTime`
47250
+ # @return [String]
47251
+ attr_accessor :latest_window_start_time
47252
+
47253
+ #
47254
+ # Corresponds to the JSON property `maintenanceStatus`
47255
+ # @return [String]
47256
+ attr_accessor :maintenance_status
47257
+
47258
+ # Defines the type of maintenance.
47259
+ # Corresponds to the JSON property `type`
47260
+ # @return [String]
47261
+ attr_accessor :type
47262
+
47263
+ # The time by which the maintenance disruption will be completed. This timestamp
47264
+ # value is in RFC3339 text format.
47265
+ # Corresponds to the JSON property `windowEndTime`
47266
+ # @return [String]
47267
+ attr_accessor :window_end_time
47268
+
47269
+ # The current start time of the maintenance window. This timestamp value is in
47270
+ # RFC3339 text format.
47271
+ # Corresponds to the JSON property `windowStartTime`
47272
+ # @return [String]
47273
+ attr_accessor :window_start_time
47274
+
47275
+ def initialize(**args)
47276
+ update!(**args)
47277
+ end
47278
+
47279
+ # Update properties of this object
47280
+ def update!(**args)
47281
+ @can_reschedule = args[:can_reschedule] if args.key?(:can_reschedule)
47282
+ @latest_window_start_time = args[:latest_window_start_time] if args.key?(:latest_window_start_time)
47283
+ @maintenance_status = args[:maintenance_status] if args.key?(:maintenance_status)
47284
+ @type = args[:type] if args.key?(:type)
47285
+ @window_end_time = args[:window_end_time] if args.key?(:window_end_time)
47286
+ @window_start_time = args[:window_start_time] if args.key?(:window_start_time)
47287
+ end
47288
+ end
47289
+
46921
47290
  # Represents a URL Map resource. Compute Engine has two URL Map resources: * [
46922
47291
  # Global](/compute/docs/reference/rest/beta/urlMaps) * [Regional](/compute/docs/
46923
47292
  # reference/rest/beta/regionUrlMaps) A URL map resource is a component of
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module ComputeBeta
18
18
  # Version of the google-apis-compute_beta gem
19
- GEM_VERSION = "0.80.0"
19
+ GEM_VERSION = "0.81.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 = "20230920"
26
26
  end
27
27
  end
28
28
  end