google-apis-compute_alpha 0.66.0 → 0.68.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.
@@ -1263,6 +1263,11 @@ module Google
1263
1263
  # @return [String]
1264
1264
  attr_accessor :vm_family
1265
1265
 
1266
+ # The workload type of the instances that will target this reservation.
1267
+ # Corresponds to the JSON property `workloadType`
1268
+ # @return [String]
1269
+ attr_accessor :workload_type
1270
+
1266
1271
  def initialize(**args)
1267
1272
  update!(**args)
1268
1273
  end
@@ -1272,6 +1277,7 @@ module Google
1272
1277
  @in_use_resources = args[:in_use_resources] if args.key?(:in_use_resources)
1273
1278
  @reserved_resources = args[:reserved_resources] if args.key?(:reserved_resources)
1274
1279
  @vm_family = args[:vm_family] if args.key?(:vm_family)
1280
+ @workload_type = args[:workload_type] if args.key?(:workload_type)
1275
1281
  end
1276
1282
  end
1277
1283
 
@@ -1736,6 +1742,12 @@ module Google
1736
1742
  # @return [String]
1737
1743
  attr_accessor :disk_type
1738
1744
 
1745
+ # Whether this disk is using confidential compute mode.
1746
+ # Corresponds to the JSON property `enableConfidentialCompute`
1747
+ # @return [Boolean]
1748
+ attr_accessor :enable_confidential_compute
1749
+ alias_method :enable_confidential_compute?, :enable_confidential_compute
1750
+
1739
1751
  # A list of features to enable on the guest operating system. Applicable only
1740
1752
  # for bootable images. Read Enabling guest operating system features to see a
1741
1753
  # list of available options. Guest OS features are applied by merging
@@ -1888,6 +1900,7 @@ module Google
1888
1900
  @disk_name = args[:disk_name] if args.key?(:disk_name)
1889
1901
  @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
1890
1902
  @disk_type = args[:disk_type] if args.key?(:disk_type)
1903
+ @enable_confidential_compute = args[:enable_confidential_compute] if args.key?(:enable_confidential_compute)
1891
1904
  @guest_os_features = args[:guest_os_features] if args.key?(:guest_os_features)
1892
1905
  @interface = args[:interface] if args.key?(:interface)
1893
1906
  @labels = args[:labels] if args.key?(:labels)
@@ -2611,13 +2624,16 @@ module Google
2611
2624
  class AutoscalingPolicy
2612
2625
  include Google::Apis::Core::Hashable
2613
2626
 
2614
- # The number of seconds that the autoscaler waits before it starts collecting
2615
- # information from a new instance. This prevents the autoscaler from collecting
2616
- # information when the instance is initializing, during which the collected
2617
- # usage would not be reliable. The default time autoscaler waits is 60 seconds.
2618
- # Virtual machine initialization times might vary because of numerous factors.
2619
- # We recommend that you test how long an instance may take to initialize. To do
2620
- # this, create an instance and time the startup process.
2627
+ # The number of seconds that your application takes to initialize on a VM
2628
+ # instance. This is referred to as the [initialization period](/compute/docs/
2629
+ # autoscaler#cool_down_period). Specifying an accurate initialization period
2630
+ # improves autoscaler decisions. For example, when scaling out, the autoscaler
2631
+ # ignores data from VMs that are still initializing because those VMs might not
2632
+ # yet represent normal usage of your application. The default initialization
2633
+ # period is 60 seconds. Initialization periods might vary because of numerous
2634
+ # factors. We recommend that you test how long your application takes to
2635
+ # initialize. To do this, create a VM and time your application's startup
2636
+ # process.
2621
2637
  # Corresponds to the JSON property `coolDownPeriodSec`
2622
2638
  # @return [Fixnum]
2623
2639
  attr_accessor :cool_down_period_sec
@@ -2651,7 +2667,11 @@ module Google
2651
2667
  # @return [Fixnum]
2652
2668
  attr_accessor :min_num_replicas
2653
2669
 
2654
- # Defines operating mode for this policy.
2670
+ # Defines the operating mode for this policy. The following modes are available:
2671
+ # - OFF: Disables the autoscaler but maintains its configuration. -
2672
+ # ONLY_SCALE_OUT: Restricts the autoscaler to add VM instances only. - ON:
2673
+ # Enables all autoscaler activities according to its policy. For more
2674
+ # information, see "Turning off or restricting an autoscaler"
2655
2675
  # Corresponds to the JSON property `mode`
2656
2676
  # @return [String]
2657
2677
  attr_accessor :mode
@@ -5357,8 +5377,7 @@ module Google
5357
5377
  include Google::Apis::Core::Hashable
5358
5378
 
5359
5379
  # Specifies the hostname of the instance. More details in: https://cloud.google.
5360
- # com/compute/docs/instances/custom-hostname-vm#naming_convention hostname must
5361
- # be uniqe in per_instance_properties map.
5380
+ # com/compute/docs/instances/custom-hostname-vm#naming_convention
5362
5381
  # Corresponds to the JSON property `hostname`
5363
5382
  # @return [String]
5364
5383
  attr_accessor :hostname
@@ -5809,6 +5828,11 @@ module Google
5809
5828
  # @return [Array<Google::Apis::ComputeAlpha::Reservation>]
5810
5829
  attr_accessor :reservations
5811
5830
 
5831
+ # [Output Only] Contains output only fields.
5832
+ # Corresponds to the JSON property `resourceStatus`
5833
+ # @return [Google::Apis::ComputeAlpha::CommitmentResourceStatus]
5834
+ attr_accessor :resource_status
5835
+
5812
5836
  # A list of commitment amounts for particular resources. Note that VCPU and
5813
5837
  # MEMORY resource commitments must occur together.
5814
5838
  # Corresponds to the JSON property `resources`
@@ -5825,7 +5849,7 @@ module Google
5825
5849
  # @return [String]
5826
5850
  attr_accessor :self_link_with_id
5827
5851
 
5828
- # Source commitment to be splitted into a new commitment.
5852
+ # Source commitment to be split into a new commitment.
5829
5853
  # Corresponds to the JSON property `splitSourceCommitment`
5830
5854
  # @return [String]
5831
5855
  attr_accessor :split_source_commitment
@@ -5874,6 +5898,7 @@ module Google
5874
5898
  @plan = args[:plan] if args.key?(:plan)
5875
5899
  @region = args[:region] if args.key?(:region)
5876
5900
  @reservations = args[:reservations] if args.key?(:reservations)
5901
+ @resource_status = args[:resource_status] if args.key?(:resource_status)
5877
5902
  @resources = args[:resources] if args.key?(:resources)
5878
5903
  @self_link = args[:self_link] if args.key?(:self_link)
5879
5904
  @self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
@@ -6127,6 +6152,70 @@ module Google
6127
6152
  end
6128
6153
  end
6129
6154
 
6155
+ # [Output Only] Contains output only fields.
6156
+ class CommitmentResourceStatus
6157
+ include Google::Apis::Core::Hashable
6158
+
6159
+ # [Output Only] An optional, contains all the needed information of cancellation.
6160
+ # Corresponds to the JSON property `cancellationInformation`
6161
+ # @return [Google::Apis::ComputeAlpha::CommitmentResourceStatusCancellationInformation]
6162
+ attr_accessor :cancellation_information
6163
+
6164
+ def initialize(**args)
6165
+ update!(**args)
6166
+ end
6167
+
6168
+ # Update properties of this object
6169
+ def update!(**args)
6170
+ @cancellation_information = args[:cancellation_information] if args.key?(:cancellation_information)
6171
+ end
6172
+ end
6173
+
6174
+ #
6175
+ class CommitmentResourceStatusCancellationInformation
6176
+ include Google::Apis::Core::Hashable
6177
+
6178
+ # Represents an amount of money with its currency type.
6179
+ # Corresponds to the JSON property `canceledCommitment`
6180
+ # @return [Google::Apis::ComputeAlpha::Money]
6181
+ attr_accessor :canceled_commitment
6182
+
6183
+ # [Output Only] An optional last update time of canceled_commitment. RFC3339
6184
+ # text format.
6185
+ # Corresponds to the JSON property `canceledCommitmentLastUpdatedTimestamp`
6186
+ # @return [String]
6187
+ attr_accessor :canceled_commitment_last_updated_timestamp
6188
+
6189
+ # Represents an amount of money with its currency type.
6190
+ # Corresponds to the JSON property `cancellationCap`
6191
+ # @return [Google::Apis::ComputeAlpha::Money]
6192
+ attr_accessor :cancellation_cap
6193
+
6194
+ # Represents an amount of money with its currency type.
6195
+ # Corresponds to the JSON property `cancellationFee`
6196
+ # @return [Google::Apis::ComputeAlpha::Money]
6197
+ attr_accessor :cancellation_fee
6198
+
6199
+ # [Output Only] An optional, cancellation fee expiration time. RFC3339 text
6200
+ # format.
6201
+ # Corresponds to the JSON property `cancellationFeeExpirationTimestamp`
6202
+ # @return [String]
6203
+ attr_accessor :cancellation_fee_expiration_timestamp
6204
+
6205
+ def initialize(**args)
6206
+ update!(**args)
6207
+ end
6208
+
6209
+ # Update properties of this object
6210
+ def update!(**args)
6211
+ @canceled_commitment = args[:canceled_commitment] if args.key?(:canceled_commitment)
6212
+ @canceled_commitment_last_updated_timestamp = args[:canceled_commitment_last_updated_timestamp] if args.key?(:canceled_commitment_last_updated_timestamp)
6213
+ @cancellation_cap = args[:cancellation_cap] if args.key?(:cancellation_cap)
6214
+ @cancellation_fee = args[:cancellation_fee] if args.key?(:cancellation_fee)
6215
+ @cancellation_fee_expiration_timestamp = args[:cancellation_fee_expiration_timestamp] if args.key?(:cancellation_fee_expiration_timestamp)
6216
+ end
6217
+ end
6218
+
6130
6219
  #
6131
6220
  class CommitmentsScopedList
6132
6221
  include Google::Apis::Core::Hashable
@@ -6749,8 +6838,7 @@ module Google
6749
6838
  # @return [Google::Apis::ComputeAlpha::CustomerEncryptionKey]
6750
6839
  attr_accessor :disk_encryption_key
6751
6840
 
6752
- # Whether this disk is using confidential compute mode. see go/confidential-mode-
6753
- # in-arcus for details.
6841
+ # Whether this disk is using confidential compute mode.
6754
6842
  # Corresponds to the JSON property `enableConfidentialCompute`
6755
6843
  # @return [Boolean]
6756
6844
  attr_accessor :enable_confidential_compute
@@ -7597,6 +7685,12 @@ module Google
7597
7685
  # @return [Hash<String,Google::Apis::ComputeAlpha::DiskResourceStatusAsyncReplicationStatus>]
7598
7686
  attr_accessor :async_secondary_disks
7599
7687
 
7688
+ # [Output Only] Space used by data stored in the disk (in bytes). Note that this
7689
+ # field is set only when the disk is in a storage pool.
7690
+ # Corresponds to the JSON property `usedBytes`
7691
+ # @return [Fixnum]
7692
+ attr_accessor :used_bytes
7693
+
7600
7694
  def initialize(**args)
7601
7695
  update!(**args)
7602
7696
  end
@@ -7605,6 +7699,7 @@ module Google
7605
7699
  def update!(**args)
7606
7700
  @async_primary_disk = args[:async_primary_disk] if args.key?(:async_primary_disk)
7607
7701
  @async_secondary_disks = args[:async_secondary_disks] if args.key?(:async_secondary_disks)
7702
+ @used_bytes = args[:used_bytes] if args.key?(:used_bytes)
7608
7703
  end
7609
7704
  end
7610
7705
 
@@ -10944,6 +11039,11 @@ module Google
10944
11039
  class FutureReservationStatus
10945
11040
  include Google::Apis::Core::Hashable
10946
11041
 
11042
+ # The current status of the requested amendment.
11043
+ # Corresponds to the JSON property `amendmentStatus`
11044
+ # @return [String]
11045
+ attr_accessor :amendment_status
11046
+
10947
11047
  # Fully qualified urls of the automatically created reservations at start_time.
10948
11048
  # Corresponds to the JSON property `autoCreatedReservations`
10949
11049
  # @return [Array<String>]
@@ -10956,6 +11056,12 @@ module Google
10956
11056
  # @return [Fixnum]
10957
11057
  attr_accessor :fulfilled_count
10958
11058
 
11059
+ # The state that the future reservation will be reverted to should the amendment
11060
+ # be declined.
11061
+ # Corresponds to the JSON property `lastKnownGoodState`
11062
+ # @return [Google::Apis::ComputeAlpha::FutureReservationStatusLastKnownGoodState]
11063
+ attr_accessor :last_known_good_state
11064
+
10959
11065
  # Time when Future Reservation would become LOCKED, after which no modifications
10960
11066
  # to Future Reservation will be allowed. Applicable only after the Future
10961
11067
  # Reservation is in the APPROVED state. The lock_time is an RFC3339 string. The
@@ -10980,14 +11086,85 @@ module Google
10980
11086
 
10981
11087
  # Update properties of this object
10982
11088
  def update!(**args)
11089
+ @amendment_status = args[:amendment_status] if args.key?(:amendment_status)
10983
11090
  @auto_created_reservations = args[:auto_created_reservations] if args.key?(:auto_created_reservations)
10984
11091
  @fulfilled_count = args[:fulfilled_count] if args.key?(:fulfilled_count)
11092
+ @last_known_good_state = args[:last_known_good_state] if args.key?(:last_known_good_state)
10985
11093
  @lock_time = args[:lock_time] if args.key?(:lock_time)
10986
11094
  @procurement_status = args[:procurement_status] if args.key?(:procurement_status)
10987
11095
  @specific_sku_properties = args[:specific_sku_properties] if args.key?(:specific_sku_properties)
10988
11096
  end
10989
11097
  end
10990
11098
 
11099
+ # The state that the future reservation will be reverted to should the amendment
11100
+ # be declined.
11101
+ class FutureReservationStatusLastKnownGoodState
11102
+ include Google::Apis::Core::Hashable
11103
+
11104
+ # The description of the FutureReservation before an amendment was requested.
11105
+ # Corresponds to the JSON property `description`
11106
+ # @return [String]
11107
+ attr_accessor :description
11108
+
11109
+ # The properties of the last known good state for the Future Reservation.
11110
+ # Corresponds to the JSON property `futureReservationSpecs`
11111
+ # @return [Google::Apis::ComputeAlpha::FutureReservationStatusLastKnownGoodStateFutureReservationSpecs]
11112
+ attr_accessor :future_reservation_specs
11113
+
11114
+ # The name prefix of the Future Reservation before an amendment was requested.
11115
+ # Corresponds to the JSON property `namePrefix`
11116
+ # @return [String]
11117
+ attr_accessor :name_prefix
11118
+
11119
+ # The status of the last known good state for the Future Reservation.
11120
+ # Corresponds to the JSON property `procurementStatus`
11121
+ # @return [String]
11122
+ attr_accessor :procurement_status
11123
+
11124
+ def initialize(**args)
11125
+ update!(**args)
11126
+ end
11127
+
11128
+ # Update properties of this object
11129
+ def update!(**args)
11130
+ @description = args[:description] if args.key?(:description)
11131
+ @future_reservation_specs = args[:future_reservation_specs] if args.key?(:future_reservation_specs)
11132
+ @name_prefix = args[:name_prefix] if args.key?(:name_prefix)
11133
+ @procurement_status = args[:procurement_status] if args.key?(:procurement_status)
11134
+ end
11135
+ end
11136
+
11137
+ # The properties of the last known good state for the Future Reservation.
11138
+ class FutureReservationStatusLastKnownGoodStateFutureReservationSpecs
11139
+ include Google::Apis::Core::Hashable
11140
+
11141
+ # The share setting for reservations and sole tenancy node groups.
11142
+ # Corresponds to the JSON property `shareSettings`
11143
+ # @return [Google::Apis::ComputeAlpha::ShareSettings]
11144
+ attr_accessor :share_settings
11145
+
11146
+ # The previous instance related properties of the Future Reservation.
11147
+ # Corresponds to the JSON property `specificSkuProperties`
11148
+ # @return [Google::Apis::ComputeAlpha::FutureReservationSpecificSkuProperties]
11149
+ attr_accessor :specific_sku_properties
11150
+
11151
+ # The previous time window of the Future Reservation.
11152
+ # Corresponds to the JSON property `timeWindow`
11153
+ # @return [Google::Apis::ComputeAlpha::FutureReservationTimeWindow]
11154
+ attr_accessor :time_window
11155
+
11156
+ def initialize(**args)
11157
+ update!(**args)
11158
+ end
11159
+
11160
+ # Update properties of this object
11161
+ def update!(**args)
11162
+ @share_settings = args[:share_settings] if args.key?(:share_settings)
11163
+ @specific_sku_properties = args[:specific_sku_properties] if args.key?(:specific_sku_properties)
11164
+ @time_window = args[:time_window] if args.key?(:time_window)
11165
+ end
11166
+ end
11167
+
10991
11168
  # Properties to be set for the Future Reservation.
10992
11169
  class FutureReservationStatusSpecificSkuProperties
10993
11170
  include Google::Apis::Core::Hashable
@@ -11836,8 +12013,8 @@ module Google
11836
12013
  # The ID of a supported feature. To add multiple values, use commas to separate
11837
12014
  # values. Set to one or more of the following values: - VIRTIO_SCSI_MULTIQUEUE -
11838
12015
  # WINDOWS - MULTI_IP_SUBNET - UEFI_COMPATIBLE - GVNIC - SEV_CAPABLE -
11839
- # SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE - SEV_SNP_CAPABLE -
11840
- # TDX_CAPABLE For more information, see Enabling guest operating system features.
12016
+ # SUSPEND_RESUME_COMPATIBLE - SEV_LIVE_MIGRATABLE - SEV_SNP_CAPABLE For more
12017
+ # information, see Enabling guest operating system features.
11841
12018
  # Corresponds to the JSON property `type`
11842
12019
  # @return [String]
11843
12020
  attr_accessor :type
@@ -16180,6 +16357,13 @@ module Google
16180
16357
  # @return [Fixnum]
16181
16358
  attr_accessor :id
16182
16359
 
16360
+ # Instance flexibility allowing MIG to create VMs from multiple types of
16361
+ # machines. Instance flexibility configuration on MIG overrides instance
16362
+ # template configuration.
16363
+ # Corresponds to the JSON property `instanceFlexibilityPolicy`
16364
+ # @return [Google::Apis::ComputeAlpha::InstanceGroupManagerInstanceFlexibilityPolicy]
16365
+ attr_accessor :instance_flexibility_policy
16366
+
16183
16367
  # [Output Only] The URL of the Instance Group resource.
16184
16368
  # Corresponds to the JSON property `instanceGroup`
16185
16369
  # @return [String]
@@ -16277,6 +16461,11 @@ module Google
16277
16461
  # @return [Fixnum]
16278
16462
  attr_accessor :target_size
16279
16463
 
16464
+ # The unit of measure for the target size.
16465
+ # Corresponds to the JSON property `targetSizeUnit`
16466
+ # @return [String]
16467
+ attr_accessor :target_size_unit
16468
+
16280
16469
  # The target number of stopped instances for this managed instance group. This
16281
16470
  # number changes when you: - Stop instance using the stopInstances method or
16282
16471
  # start instances using the startInstances method. - Manually change the
@@ -16331,6 +16520,7 @@ module Google
16331
16520
  @failover_action = args[:failover_action] if args.key?(:failover_action)
16332
16521
  @fingerprint = args[:fingerprint] if args.key?(:fingerprint)
16333
16522
  @id = args[:id] if args.key?(:id)
16523
+ @instance_flexibility_policy = args[:instance_flexibility_policy] if args.key?(:instance_flexibility_policy)
16334
16524
  @instance_group = args[:instance_group] if args.key?(:instance_group)
16335
16525
  @instance_lifecycle_policy = args[:instance_lifecycle_policy] if args.key?(:instance_lifecycle_policy)
16336
16526
  @instance_template = args[:instance_template] if args.key?(:instance_template)
@@ -16347,6 +16537,7 @@ module Google
16347
16537
  @status = args[:status] if args.key?(:status)
16348
16538
  @target_pools = args[:target_pools] if args.key?(:target_pools)
16349
16539
  @target_size = args[:target_size] if args.key?(:target_size)
16540
+ @target_size_unit = args[:target_size_unit] if args.key?(:target_size_unit)
16350
16541
  @target_stopped_size = args[:target_stopped_size] if args.key?(:target_stopped_size)
16351
16542
  @target_suspended_size = args[:target_suspended_size] if args.key?(:target_suspended_size)
16352
16543
  @update_policy = args[:update_policy] if args.key?(:update_policy)
@@ -16643,12 +16834,13 @@ module Google
16643
16834
  # @return [String]
16644
16835
  attr_accessor :health_check
16645
16836
 
16646
- # The number of seconds that the managed instance group waits before it applies
16647
- # autohealing policies to new instances or recently recreated instances. This
16648
- # initial delay allows instances to initialize and run their startup scripts
16649
- # before the instance group determines that they are UNHEALTHY. This prevents
16650
- # the managed instance group from recreating its instances prematurely. This
16651
- # value must be from range [0, 3600].
16837
+ # The initial delay is the number of seconds that a new VM takes to initialize
16838
+ # and run its startup script. During a VM's initial delay period, the MIG
16839
+ # ignores unsuccessful health checks because the VM might be in the startup
16840
+ # process. This prevents the MIG from prematurely recreating a VM. If the health
16841
+ # check receives a healthy response during the initial delay, it indicates that
16842
+ # the startup process is complete and the VM is ready. The value of initial
16843
+ # delay must be between 0 and 3600 seconds. The default value is 0.
16652
16844
  # Corresponds to the JSON property `initialDelaySec`
16653
16845
  # @return [Fixnum]
16654
16846
  attr_accessor :initial_delay_sec
@@ -16696,6 +16888,54 @@ module Google
16696
16888
  end
16697
16889
  end
16698
16890
 
16891
+ #
16892
+ class InstanceGroupManagerInstanceFlexibilityPolicy
16893
+ include Google::Apis::Core::Hashable
16894
+
16895
+ # List of instance selection options that the group will use when creating new
16896
+ # VMs.
16897
+ # Corresponds to the JSON property `instanceSelectionLists`
16898
+ # @return [Hash<String,Google::Apis::ComputeAlpha::InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection>]
16899
+ attr_accessor :instance_selection_lists
16900
+
16901
+ def initialize(**args)
16902
+ update!(**args)
16903
+ end
16904
+
16905
+ # Update properties of this object
16906
+ def update!(**args)
16907
+ @instance_selection_lists = args[:instance_selection_lists] if args.key?(:instance_selection_lists)
16908
+ end
16909
+ end
16910
+
16911
+ #
16912
+ class InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection
16913
+ include Google::Apis::Core::Hashable
16914
+
16915
+ # Full machine-type names, e.g. "n1-standard-16".
16916
+ # Corresponds to the JSON property `machineTypes`
16917
+ # @return [Array<String>]
16918
+ attr_accessor :machine_types
16919
+
16920
+ # Preference of this instance selection. Lower number means higher preference.
16921
+ # MIG will first try to create a VM based on the machine-type with lowest rank
16922
+ # and fallback to next rank based on availability. Machine types and instance
16923
+ # selections with the same rank have the same preference.
16924
+ # Corresponds to the JSON property `rank`
16925
+ # @return [Fixnum]
16926
+ attr_accessor :rank
16927
+
16928
+ def initialize(**args)
16929
+ update!(**args)
16930
+ end
16931
+
16932
+ # Update properties of this object
16933
+ def update!(**args)
16934
+ @machine_types = args[:machine_types] if args.key?(:machine_types)
16935
+ @rank = args[:rank] if args.key?(:rank)
16936
+ end
16937
+ end
16938
+
16699
16939
  #
16700
16940
  class InstanceGroupManagerInstanceLifecyclePolicy
16701
16941
  include Google::Apis::Core::Hashable
@@ -22721,7 +22961,7 @@ module Google
22721
22961
  end
22722
22962
  end
22723
22963
 
22724
- # Represents an Cross-Cloud Interconnect Remote Location resource. You can use
22964
+ # Represents a Cross-Cloud Interconnect Remote Location resource. You can use
22725
22965
  # this resource to find remote location details about an Interconnect attachment
22726
22966
  # (VLAN).
22727
22967
  class InterconnectRemoteLocation
@@ -22893,7 +23133,7 @@ module Google
22893
23133
  # from accidentally ordering something that is incompatible with their cloud
22894
23134
  # provider. Specifically, when ordering a redundant pair of Cross-Cloud
22895
23135
  # Interconnect ports, and one of them uses a remote location with
22896
- # portPairMatchingRemoteLocation set to matching, the UI will require that both
23136
+ # portPairMatchingRemoteLocation set to matching, the UI requires that both
22897
23137
  # ports use the same remote location.
22898
23138
  # Corresponds to the JSON property `portPairRemoteLocation`
22899
23139
  # @return [String]
@@ -22974,7 +23214,7 @@ module Google
22974
23214
  # @return [String]
22975
23215
  attr_accessor :kind
22976
23216
 
22977
- # [Output Only] This token allows you to get the next page of results for list
23217
+ # [Output Only] This token lets you get the next page of results for list
22978
23218
  # requests. If the number of results is larger than maxResults, use the
22979
23219
  # nextPageToken as a value for the query parameter pageToken in the next list
22980
23220
  # request. Subsequent list requests will have their own nextPageToken to
@@ -24567,7 +24807,7 @@ module Google
24567
24807
  # @return [Fixnum]
24568
24808
  attr_accessor :guest_accelerator_count
24569
24809
 
24570
- # The accelerator type resource name, not a full URL, e.g. 'nvidia-tesla-k80'.
24810
+ # The accelerator type resource name, not a full URL, e.g. nvidia-tesla-t4.
24571
24811
  # Corresponds to the JSON property `guestAcceleratorType`
24572
24812
  # @return [String]
24573
24813
  attr_accessor :guest_accelerator_type
@@ -25416,6 +25656,42 @@ module Google
25416
25656
  end
25417
25657
  end
25418
25658
 
25659
+ # Represents an amount of money with its currency type.
25660
+ class Money
25661
+ include Google::Apis::Core::Hashable
25662
+
25663
+ # The three-letter currency code defined in ISO 4217.
25664
+ # Corresponds to the JSON property `currencyCode`
25665
+ # @return [String]
25666
+ attr_accessor :currency_code
25667
+
25668
+ # Number of nano (10^-9) units of the amount. The value must be between -999,999,
25669
+ # 999 and +999,999,999 inclusive. If `units` is positive, `nanos` must be
25670
+ # positive or zero. If `units` is zero, `nanos` can be positive, zero, or
25671
+ # negative. If `units` is negative, `nanos` must be negative or zero. For
25672
+ # example $-1.75 is represented as `units`=-1 and `nanos`=-750,000,000.
25673
+ # Corresponds to the JSON property `nanos`
25674
+ # @return [Fixnum]
25675
+ attr_accessor :nanos
25676
+
25677
+ # The whole units of the amount. For example if `currencyCode` is `"USD"`, then
25678
+ # 1 unit is one US dollar.
25679
+ # Corresponds to the JSON property `units`
25680
+ # @return [Fixnum]
25681
+ attr_accessor :units
25682
+
25683
+ def initialize(**args)
25684
+ update!(**args)
25685
+ end
25686
+
25687
+ # Update properties of this object
25688
+ def update!(**args)
25689
+ @currency_code = args[:currency_code] if args.key?(:currency_code)
25690
+ @nanos = args[:nanos] if args.key?(:nanos)
25691
+ @units = args[:units] if args.key?(:units)
25692
+ end
25693
+ end
25694
+
25419
25695
  # [Deprecated] Configuration for the mutual Tls mode for peer authentication.
25420
25696
  # Configuration for the mutual Tls mode for peer authentication.
25421
25697
  class MutualTls
@@ -25465,6 +25741,81 @@ module Google
25465
25741
  end
25466
25742
  end
25467
25743
 
25744
+ # Contains NAT IP information of a NAT config (i.e. usage status, mode).
25745
+ class NatIpInfo
25746
+ include Google::Apis::Core::Hashable
25747
+
25748
+ # A list of all NAT IPs assigned to this NAT config.
25749
+ # Corresponds to the JSON property `natIpInfoMappings`
25750
+ # @return [Array<Google::Apis::ComputeAlpha::NatIpInfoNatIpInfoMapping>]
25751
+ attr_accessor :nat_ip_info_mappings
25752
+
25753
+ # Name of the NAT config which the NAT IP belongs to.
25754
+ # Corresponds to the JSON property `natName`
25755
+ # @return [String]
25756
+ attr_accessor :nat_name
25757
+
25758
+ def initialize(**args)
25759
+ update!(**args)
25760
+ end
25761
+
25762
+ # Update properties of this object
25763
+ def update!(**args)
25764
+ @nat_ip_info_mappings = args[:nat_ip_info_mappings] if args.key?(:nat_ip_info_mappings)
25765
+ @nat_name = args[:nat_name] if args.key?(:nat_name)
25766
+ end
25767
+ end
25768
+
25769
+ # Contains information of a NAT IP.
25770
+ class NatIpInfoNatIpInfoMapping
25771
+ include Google::Apis::Core::Hashable
25772
+
25773
+ # Specifies whether NAT IP is auto or manual.
25774
+ # Corresponds to the JSON property `mode`
25775
+ # @return [String]
25776
+ attr_accessor :mode
25777
+
25778
+ # NAT IP address. For example: 203.0.113.11.
25779
+ # Corresponds to the JSON property `natIp`
25780
+ # @return [String]
25781
+ attr_accessor :nat_ip
25782
+
25783
+ # Specifies whether NAT IP is currently serving at least one endpoint or not.
25784
+ # Corresponds to the JSON property `usage`
25785
+ # @return [String]
25786
+ attr_accessor :usage
25787
+
25788
+ def initialize(**args)
25789
+ update!(**args)
25790
+ end
25791
+
25792
+ # Update properties of this object
25793
+ def update!(**args)
25794
+ @mode = args[:mode] if args.key?(:mode)
25795
+ @nat_ip = args[:nat_ip] if args.key?(:nat_ip)
25796
+ @usage = args[:usage] if args.key?(:usage)
25797
+ end
25798
+ end
25799
+
25800
+ #
25801
+ class NatIpInfoResponse
25802
+ include Google::Apis::Core::Hashable
25803
+
25804
+ # [Output Only] A list of NAT IP information.
25805
+ # Corresponds to the JSON property `result`
25806
+ # @return [Array<Google::Apis::ComputeAlpha::NatIpInfo>]
25807
+ attr_accessor :result
25808
+
25809
+ def initialize(**args)
25810
+ update!(**args)
25811
+ end
25812
+
25813
+ # Update properties of this object
25814
+ def update!(**args)
25815
+ @result = args[:result] if args.key?(:result)
25816
+ end
25817
+ end
25818
+
25468
25819
  # Represents a VPC Network resource. Networks connect resources to each other
25469
25820
  # and to the internet. For more information, read Virtual Private Cloud (VPC)
25470
25821
  # Network.
@@ -25653,9 +26004,9 @@ module Google
25653
26004
  # @return [String]
25654
26005
  attr_accessor :description
25655
26006
 
25656
- # [Output Only] Fingerprint of this resource. A hash of the contents stored in
25657
- # this object. This field is used in optimistic locking. An up-to-date
25658
- # fingerprint must be provided in order to patch.
26007
+ # Fingerprint of this resource. A hash of the contents stored in this object.
26008
+ # This field is used in optimistic locking. An up-to-date fingerprint must be
26009
+ # provided in order to patch.
25659
26010
  # Corresponds to the JSON property `fingerprint`
25660
26011
  # NOTE: Values are automatically base64 encoded/decoded in the client library.
25661
26012
  # @return [String]
@@ -25683,6 +26034,10 @@ module Google
25683
26034
  attr_accessor :name
25684
26035
 
25685
26036
  # [Output Only] The URL of the network which the Network Attachment belongs to.
26037
+ # Practically it is inferred by fetching the network of the first subnetwork
26038
+ # associated. Because it is required that all the subnetworks must be from the
26039
+ # same network, it is assured that the Network Attachment belongs to the same
26040
+ # network as all the subnetworks.
25686
26041
  # Corresponds to the JSON property `network`
25687
26042
  # @return [String]
25688
26043
  attr_accessor :network
@@ -25868,8 +26223,8 @@ module Google
25868
26223
  class NetworkAttachmentConnectedEndpoint
25869
26224
  include Google::Apis::Core::Hashable
25870
26225
 
25871
- # The IP address assigned to the producer instance network interface. This value
25872
- # will be a range in case of Serverless.
26226
+ # The IPv4 address assigned to the producer instance network interface. This
26227
+ # value will be a range in case of Serverless.
25873
26228
  # Corresponds to the JSON property `ipAddress`
25874
26229
  # @return [String]
25875
26230
  attr_accessor :ip_address
@@ -30560,8 +30915,7 @@ module Google
30560
30915
  attr_accessor :self_link_with_id
30561
30916
 
30562
30917
  # Encapsulates partial completion metadata for SetCommonInstanceMetadata. Will
30563
- # be propagated on Operation.metadata as per go/partial-completion-api-clean.
30564
- # See go/gce-aips/2822 for API council results.
30918
+ # be propagated on Operation.metadata.
30565
30919
  # Corresponds to the JSON property `setCommonInstanceMetadataOperationMetadata`
30566
30920
  # @return [Google::Apis::ComputeAlpha::SetCommonInstanceMetadataOperationMetadata]
30567
30921
  attr_accessor :set_common_instance_metadata_operation_metadata
@@ -39438,9 +39792,8 @@ module Google
39438
39792
  # ranges in every Subnetwork are allowed to Nat. - LIST_OF_SUBNETWORKS: A list
39439
39793
  # of Subnetworks are allowed to Nat (specified in the field subnetwork below)
39440
39794
  # The default is SUBNETWORK_IP_RANGE_TO_NAT_OPTION_UNSPECIFIED. Note that if
39441
- # this field contains ALL_SUBNETWORKS_ALL_IP_RANGES or
39442
- # ALL_SUBNETWORKS_ALL_PRIMARY_IP_RANGES, then there should not be any other
39443
- # Router.Nat section in any Router for this network in this region.
39795
+ # this field contains ALL_SUBNETWORKS_ALL_IP_RANGES then there should not be any
39796
+ # other Router.Nat section in any Router for this network in this region.
39444
39797
  # Corresponds to the JSON property `sourceSubnetworkIpRangesToNat`
39445
39798
  # @return [String]
39446
39799
  attr_accessor :source_subnetwork_ip_ranges_to_nat
@@ -41767,6 +42120,12 @@ module Google
41767
42120
  # @return [Google::Apis::ComputeAlpha::Expr]
41768
42121
  attr_accessor :expr
41769
42122
 
42123
+ # The configuration options available when specifying a user defined CEVAL
42124
+ # expression (i.e., 'expr').
42125
+ # Corresponds to the JSON property `exprOptions`
42126
+ # @return [Google::Apis::ComputeAlpha::SecurityPolicyRuleMatcherExprOptions]
42127
+ attr_accessor :expr_options
42128
+
41770
42129
  # Preconfigured versioned expression. If this field is specified, config must
41771
42130
  # also be specified. Available preconfigured expressions along with their
41772
42131
  # requirements are: SRC_IPS_V1 - must specify the corresponding src_ip_range
@@ -41783,6 +42142,7 @@ module Google
41783
42142
  def update!(**args)
41784
42143
  @config = args[:config] if args.key?(:config)
41785
42144
  @expr = args[:expr] if args.key?(:expr)
42145
+ @expr_options = args[:expr_options] if args.key?(:expr_options)
41786
42146
  @versioned_expr = args[:versioned_expr] if args.key?(:versioned_expr)
41787
42147
  end
41788
42148
  end
@@ -41891,6 +42251,55 @@ module Google
41891
42251
  end
41892
42252
  end
41893
42253
 
42254
+ #
42255
+ class SecurityPolicyRuleMatcherExprOptions
42256
+ include Google::Apis::Core::Hashable
42257
+
42258
+ # reCAPTCHA configuration options to be applied for the rule. If the rule does
42259
+ # not evaluate reCAPTCHA tokens, this field will have no effect.
42260
+ # Corresponds to the JSON property `recaptchaOptions`
42261
+ # @return [Google::Apis::ComputeAlpha::SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions]
42262
+ attr_accessor :recaptcha_options
42263
+
42264
+ def initialize(**args)
42265
+ update!(**args)
42266
+ end
42267
+
42268
+ # Update properties of this object
42269
+ def update!(**args)
42270
+ @recaptcha_options = args[:recaptcha_options] if args.key?(:recaptcha_options)
42271
+ end
42272
+ end
42273
+
42274
+ #
42275
+ class SecurityPolicyRuleMatcherExprOptionsRecaptchaOptions
42276
+ include Google::Apis::Core::Hashable
42277
+
42278
+ # A list of site keys to be used during the validation of reCAPTCHA action-
42279
+ # tokens. The provided site keys need to be created from reCAPTCHA API under the
42280
+ # same project where the security policy is created.
42281
+ # Corresponds to the JSON property `actionTokenSiteKeys`
42282
+ # @return [Array<String>]
42283
+ attr_accessor :action_token_site_keys
42284
+
42285
+ # A list of site keys to be used during the validation of reCAPTCHA session-
42286
+ # tokens. The provided site keys need to be created from reCAPTCHA API under the
42287
+ # same project where the security policy is created.
42288
+ # Corresponds to the JSON property `sessionTokenSiteKeys`
42289
+ # @return [Array<String>]
42290
+ attr_accessor :session_token_site_keys
42291
+
42292
+ def initialize(**args)
42293
+ update!(**args)
42294
+ end
42295
+
42296
+ # Update properties of this object
42297
+ def update!(**args)
42298
+ @action_token_site_keys = args[:action_token_site_keys] if args.key?(:action_token_site_keys)
42299
+ @session_token_site_keys = args[:session_token_site_keys] if args.key?(:session_token_site_keys)
42300
+ end
42301
+ end
42302
+
41894
42303
  # Represents a match condition that incoming network traffic is evaluated
41895
42304
  # against.
41896
42305
  class SecurityPolicyRuleNetworkMatcher
@@ -42404,7 +42813,7 @@ module Google
42404
42813
  # describes how clients should authenticate with this service's backends.
42405
42814
  # clientTlsPolicy only applies to a global BackendService with the
42406
42815
  # loadBalancingScheme set to INTERNAL_SELF_MANAGED. If left blank,
42407
- # communications are not encrypted. Note: This field currently has no impact.
42816
+ # communications are not encrypted.
42408
42817
  # Corresponds to the JSON property `clientTlsPolicy`
42409
42818
  # @return [String]
42410
42819
  attr_accessor :client_tls_policy
@@ -42426,7 +42835,7 @@ module Google
42426
42835
  # provisions server identities. Only applies to a global BackendService with
42427
42836
  # loadBalancingScheme set to INTERNAL_SELF_MANAGED. Only applies when
42428
42837
  # BackendService has an attached clientTlsPolicy with clientCertificate (mTLS
42429
- # mode). Note: This field currently has no impact.
42838
+ # mode).
42430
42839
  # Corresponds to the JSON property `subjectAltNames`
42431
42840
  # @return [Array<String>]
42432
42841
  attr_accessor :subject_alt_names
@@ -43183,8 +43592,7 @@ module Google
43183
43592
  end
43184
43593
 
43185
43594
  # Encapsulates partial completion metadata for SetCommonInstanceMetadata. Will
43186
- # be propagated on Operation.metadata as per go/partial-completion-api-clean.
43187
- # See go/gce-aips/2822 for API council results.
43595
+ # be propagated on Operation.metadata.
43188
43596
  class SetCommonInstanceMetadataOperationMetadata
43189
43597
  include Google::Apis::Core::Hashable
43190
43598
 
@@ -43646,6 +44054,13 @@ module Google
43646
44054
  # @return [Fixnum]
43647
44055
  attr_accessor :download_bytes
43648
44056
 
44057
+ # Whether this snapshot is created from a confidential compute mode disk. [
44058
+ # Output Only]: This field is not set by user, but from source disk.
44059
+ # Corresponds to the JSON property `enableConfidentialCompute`
44060
+ # @return [Boolean]
44061
+ attr_accessor :enable_confidential_compute
44062
+ alias_method :enable_confidential_compute?, :enable_confidential_compute
44063
+
43649
44064
  # [Input Only] Whether to attempt an application consistent snapshot by
43650
44065
  # informing the OS to prepare for the snapshot process.
43651
44066
  # Corresponds to the JSON property `guestFlush`
@@ -43856,6 +44271,7 @@ module Google
43856
44271
  @description = args[:description] if args.key?(:description)
43857
44272
  @disk_size_gb = args[:disk_size_gb] if args.key?(:disk_size_gb)
43858
44273
  @download_bytes = args[:download_bytes] if args.key?(:download_bytes)
44274
+ @enable_confidential_compute = args[:enable_confidential_compute] if args.key?(:enable_confidential_compute)
43859
44275
  @guest_flush = args[:guest_flush] if args.key?(:guest_flush)
43860
44276
  @guest_os_features = args[:guest_os_features] if args.key?(:guest_os_features)
43861
44277
  @id = args[:id] if args.key?(:id)
@@ -45825,14 +46241,14 @@ module Google
45825
46241
  # @return [Fixnum]
45826
46242
  attr_accessor :number_of_disks
45827
46243
 
45828
- # [Output Only] Sum of all the disks' local used bytes. This specifically refers
45829
- # to the amount of bytes used on the disk without any encryption or compression.
46244
+ # [Output Only] Space used by data stored in disks within the storage pool (in
46245
+ # bytes).
45830
46246
  # Corresponds to the JSON property `usedBytes`
45831
46247
  # @return [Fixnum]
45832
46248
  attr_accessor :used_bytes
45833
46249
 
45834
- # [Output Only] Sum of all the disks' used reduced bytes. This is the actual
45835
- # storage capacity consumed by all of the disks.
46250
+ # [Output Only] Space used by compressed and deduped data stored in disks within
46251
+ # the storage pool (in bytes).
45836
46252
  # Corresponds to the JSON property `usedReducedBytes`
45837
46253
  # @return [Fixnum]
45838
46254
  attr_accessor :used_reduced_bytes
@@ -45993,8 +46409,8 @@ module Google
45993
46409
  # Whether to enable flow logging for this subnetwork. If this field is not
45994
46410
  # explicitly set, it will not appear in get listings. If not set the default
45995
46411
  # behavior is determined by the org policy, if there is no org policy specified,
45996
- # then it will default to disabled. This field isn't supported with the purpose
45997
- # field set to INTERNAL_HTTPS_LOAD_BALANCER.
46412
+ # then it will default to disabled. This field isn't supported if the subnet
46413
+ # purpose field is set to REGIONAL_MANAGED_PROXY.
45998
46414
  # Corresponds to the JSON property `enableFlowLogs`
45999
46415
  # @return [Boolean]
46000
46416
  attr_accessor :enable_flow_logs
@@ -46129,12 +46545,19 @@ module Google
46129
46545
  # @return [String]
46130
46546
  attr_accessor :private_ipv6_google_access
46131
46547
 
46132
- # The purpose of the resource. This field can be either PRIVATE_RFC_1918 or
46133
- # INTERNAL_HTTPS_LOAD_BALANCER. A subnetwork with purpose set to
46134
- # INTERNAL_HTTPS_LOAD_BALANCER is a user-created subnetwork that is reserved for
46135
- # Internal HTTP(S) Load Balancing. If unspecified, the purpose defaults to
46136
- # PRIVATE_RFC_1918. The enableFlowLogs field isn't supported with the purpose
46137
- # field set to INTERNAL_HTTPS_LOAD_BALANCER.
46548
+ # The purpose of the resource. This field can be either PRIVATE,
46549
+ # REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or
46550
+ # INTERNAL_HTTPS_LOAD_BALANCER. PRIVATE is the default purpose for user-created
46551
+ # subnets or subnets that are automatically created in auto mode networks. A
46552
+ # subnet with purpose set to REGIONAL_MANAGED_PROXY is a user-created subnetwork
46553
+ # that is reserved for regional Envoy-based load balancers. A subnet with
46554
+ # purpose set to PRIVATE_SERVICE_CONNECT is used to publish services using
46555
+ # Private Service Connect. A subnet with purpose set to
46556
+ # INTERNAL_HTTPS_LOAD_BALANCER is a proxy-only subnet that can be used only by
46557
+ # regional internal HTTP(S) load balancers. Note that REGIONAL_MANAGED_PROXY is
46558
+ # the preferred setting for all regional Envoy load balancers. If unspecified,
46559
+ # the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't
46560
+ # supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
46138
46561
  # Corresponds to the JSON property `purpose`
46139
46562
  # @return [String]
46140
46563
  attr_accessor :purpose
@@ -46151,11 +46574,10 @@ module Google
46151
46574
  attr_accessor :reserved_internal_range
46152
46575
 
46153
46576
  # The role of subnetwork. Currently, this field is only used when purpose =
46154
- # INTERNAL_HTTPS_LOAD_BALANCER. The value can be set to ACTIVE or BACKUP. An
46155
- # ACTIVE subnetwork is one that is currently being used for Internal HTTP(S)
46156
- # Load Balancing. A BACKUP subnetwork is one that is ready to be promoted to
46157
- # ACTIVE or is currently draining. This field can be updated with a patch
46158
- # request.
46577
+ # REGIONAL_MANAGED_PROXY. The value can be set to ACTIVE or BACKUP. An ACTIVE
46578
+ # subnetwork is one that is currently being used for Envoy-based load balancers
46579
+ # in a region. A BACKUP subnetwork is one that is ready to be promoted to ACTIVE
46580
+ # or is currently draining. This field can be updated with a patch request.
46159
46581
  # Corresponds to the JSON property `role`
46160
46582
  # @return [String]
46161
46583
  attr_accessor :role
@@ -46503,7 +46925,8 @@ module Google
46503
46925
  # Whether to enable flow logging for this subnetwork. If this field is not
46504
46926
  # explicitly set, it will not appear in get listings. If not set the default
46505
46927
  # behavior is determined by the org policy, if there is no org policy specified,
46506
- # then it will default to disabled.
46928
+ # then it will default to disabled. Flow logging isn't supported if the subnet
46929
+ # purpose field is set to REGIONAL_MANAGED_PROXY.
46507
46930
  # Corresponds to the JSON property `enable`
46508
46931
  # @return [Boolean]
46509
46932
  attr_accessor :enable
@@ -51624,22 +52047,28 @@ module Google
51624
52047
  # @return [String]
51625
52048
  attr_accessor :network
51626
52049
 
51627
- # The purpose of the resource. This field can be either PRIVATE_RFC_1918 or
51628
- # INTERNAL_HTTPS_LOAD_BALANCER. A subnetwork with purpose set to
51629
- # INTERNAL_HTTPS_LOAD_BALANCER is a user-created subnetwork that is reserved for
51630
- # Internal HTTP(S) Load Balancing. If unspecified, the purpose defaults to
51631
- # PRIVATE_RFC_1918. The enableFlowLogs field isn't supported with the purpose
51632
- # field set to INTERNAL_HTTPS_LOAD_BALANCER.
52050
+ # The purpose of the resource. This field can be either PRIVATE,
52051
+ # REGIONAL_MANAGED_PROXY, PRIVATE_SERVICE_CONNECT, or
52052
+ # INTERNAL_HTTPS_LOAD_BALANCER. PRIVATE is the default purpose for user-created
52053
+ # subnets or subnets that are automatically created in auto mode networks. A
52054
+ # subnet with purpose set to REGIONAL_MANAGED_PROXY is a user-created subnetwork
52055
+ # that is reserved for regional Envoy-based load balancers. A subnet with
52056
+ # purpose set to PRIVATE_SERVICE_CONNECT is used to publish services using
52057
+ # Private Service Connect. A subnet with purpose set to
52058
+ # INTERNAL_HTTPS_LOAD_BALANCER is a proxy-only subnet that can be used only by
52059
+ # regional internal HTTP(S) load balancers. Note that REGIONAL_MANAGED_PROXY is
52060
+ # the preferred setting for all regional Envoy load balancers. If unspecified,
52061
+ # the subnet purpose defaults to PRIVATE. The enableFlowLogs field isn't
52062
+ # supported if the subnet purpose field is set to REGIONAL_MANAGED_PROXY.
51633
52063
  # Corresponds to the JSON property `purpose`
51634
52064
  # @return [String]
51635
52065
  attr_accessor :purpose
51636
52066
 
51637
52067
  # The role of subnetwork. Currently, this field is only used when purpose =
51638
- # INTERNAL_HTTPS_LOAD_BALANCER. The value can be set to ACTIVE or BACKUP. An
51639
- # ACTIVE subnetwork is one that is currently being used for Internal HTTP(S)
51640
- # Load Balancing. A BACKUP subnetwork is one that is ready to be promoted to
51641
- # ACTIVE or is currently draining. This field can be updated with a patch
51642
- # request.
52068
+ # REGIONAL_MANAGED_PROXY. The value can be set to ACTIVE or BACKUP. An ACTIVE
52069
+ # subnetwork is one that is currently being used for Envoy-based load balancers
52070
+ # in a region. A BACKUP subnetwork is one that is ready to be promoted to ACTIVE
52071
+ # or is currently draining. This field can be updated with a patch request.
51643
52072
  # Corresponds to the JSON property `role`
51644
52073
  # @return [String]
51645
52074
  attr_accessor :role
@@ -52532,7 +52961,7 @@ module Google
52532
52961
  attr_accessor :local_gateway_interface
52533
52962
 
52534
52963
  # The peer gateway interface this VPN tunnel is connected to, the peer gateway
52535
- # could either be an external VPN gateway or GCP VPN gateway.
52964
+ # could either be an external VPN gateway or a Google Cloud VPN gateway.
52536
52965
  # Corresponds to the JSON property `peerGatewayInterface`
52537
52966
  # @return [Fixnum]
52538
52967
  attr_accessor :peer_gateway_interface
@@ -52555,8 +52984,8 @@ module Google
52555
52984
  end
52556
52985
 
52557
52986
  # A VPN connection contains all VPN tunnels connected from this VpnGateway to
52558
- # the same peer gateway. The peer gateway could either be a external VPN gateway
52559
- # or GCP VPN gateway.
52987
+ # the same peer gateway. The peer gateway could either be an external VPN
52988
+ # gateway or a Google Cloud VPN gateway.
52560
52989
  class VpnGatewayStatusVpnConnection
52561
52990
  include Google::Apis::Core::Hashable
52562
52991