google-apis-compute_alpha 0.136.0 → 0.138.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2083,24 +2083,7 @@ module Google
|
|
|
2083
2083
|
# @return [Fixnum]
|
|
2084
2084
|
attr_accessor :disk_size_gb
|
|
2085
2085
|
|
|
2086
|
-
# Specifies the disk type to use to create the instance. If not specified,
|
|
2087
|
-
# the default is pd-standard, specified using the full URL.
|
|
2088
|
-
# For example:
|
|
2089
|
-
# https://www.googleapis.com/compute/v1/projects/project/zones/zone/diskTypes/pd-
|
|
2090
|
-
# standard
|
|
2091
|
-
# For a full list of acceptable values, seePersistent disk
|
|
2092
|
-
# types. If you specify this field when creating a VM, you can provide
|
|
2093
|
-
# either the full or partial URL. For example, the following values are
|
|
2094
|
-
# valid:
|
|
2095
|
-
#
|
|
2096
2086
|
#
|
|
2097
|
-
# - https://www.googleapis.com/compute/v1/projects/project/zones/zone/
|
|
2098
|
-
# diskTypes/diskType
|
|
2099
|
-
# - projects/project/zones/zone/diskTypes/diskType
|
|
2100
|
-
# - zones/zone/diskTypes/diskType
|
|
2101
|
-
# If you specify this field when creating or updating an instance template
|
|
2102
|
-
# or all-instances configuration, specify the type of the disk, not the
|
|
2103
|
-
# URL. For example: pd-standard.
|
|
2104
2087
|
# Corresponds to the JSON property `diskType`
|
|
2105
2088
|
# @return [String]
|
|
2106
2089
|
attr_accessor :disk_type
|
|
@@ -2184,8 +2167,8 @@ module Google
|
|
|
2184
2167
|
# Input only. Resource manager tags to be bound to the disk. Tag keys and values
|
|
2185
2168
|
# have the same definition as resource
|
|
2186
2169
|
# manager tags. Keys and values can be either in numeric format,
|
|
2187
|
-
# such as `tagKeys/`tag_key_id`` and `tagValues
|
|
2188
|
-
# format such as ``org_id|project_id`/`tag_key_short_name`` and
|
|
2170
|
+
# such as `tagKeys/`tag_key_id`` and `tagValues/`tag_value_id`` or in
|
|
2171
|
+
# namespaced format such as ``org_id|project_id`/`tag_key_short_name`` and
|
|
2189
2172
|
# ``tag_value_short_name``. The field is ignored (both PUT & PATCH) when
|
|
2190
2173
|
# empty.
|
|
2191
2174
|
# Corresponds to the JSON property `resourceManagerTags`
|
|
@@ -8285,23 +8268,22 @@ module Google
|
|
|
8285
8268
|
class CapacityAdviceRequest
|
|
8286
8269
|
include Google::Apis::Core::Hashable
|
|
8287
8270
|
|
|
8288
|
-
#
|
|
8289
|
-
# zones within the requested region.
|
|
8271
|
+
# Distribution policy.
|
|
8290
8272
|
# Corresponds to the JSON property `distributionPolicy`
|
|
8291
8273
|
# @return [Google::Apis::ComputeAlpha::CapacityAdviceRequestDistributionPolicy]
|
|
8292
8274
|
attr_accessor :distribution_policy
|
|
8293
8275
|
|
|
8294
|
-
# Specification of alternative, flexible instance
|
|
8276
|
+
# Specification of alternative, flexible instance configurations.
|
|
8295
8277
|
# Corresponds to the JSON property `instanceFlexibilityPolicy`
|
|
8296
8278
|
# @return [Google::Apis::ComputeAlpha::CapacityAdviceRequestInstanceFlexibilityPolicy]
|
|
8297
8279
|
attr_accessor :instance_flexibility_policy
|
|
8298
8280
|
|
|
8299
|
-
# Instance
|
|
8281
|
+
# Instance provisioning properties.
|
|
8300
8282
|
# Corresponds to the JSON property `instanceProperties`
|
|
8301
8283
|
# @return [Google::Apis::ComputeAlpha::CapacityAdviceRequestInstanceProperties]
|
|
8302
8284
|
attr_accessor :instance_properties
|
|
8303
8285
|
|
|
8304
|
-
#
|
|
8286
|
+
# The number of VM instances to request.
|
|
8305
8287
|
# Corresponds to the JSON property `size`
|
|
8306
8288
|
# @return [Fixnum]
|
|
8307
8289
|
attr_accessor :size
|
|
@@ -8319,12 +8301,12 @@ module Google
|
|
|
8319
8301
|
end
|
|
8320
8302
|
end
|
|
8321
8303
|
|
|
8322
|
-
#
|
|
8304
|
+
# Distribution policy.
|
|
8323
8305
|
class CapacityAdviceRequestDistributionPolicy
|
|
8324
8306
|
include Google::Apis::Core::Hashable
|
|
8325
8307
|
|
|
8326
|
-
#
|
|
8327
|
-
#
|
|
8308
|
+
# Target distribution shape. You can specify the following values:ANY,
|
|
8309
|
+
# ANY_SINGLE_ZONE, or BALANCED.
|
|
8328
8310
|
# Corresponds to the JSON property `targetShape`
|
|
8329
8311
|
# @return [String]
|
|
8330
8312
|
attr_accessor :target_shape
|
|
@@ -8345,7 +8327,7 @@ module Google
|
|
|
8345
8327
|
end
|
|
8346
8328
|
end
|
|
8347
8329
|
|
|
8348
|
-
#
|
|
8330
|
+
# Zone configuration for the distribution policy.
|
|
8349
8331
|
class CapacityAdviceRequestDistributionPolicyZoneConfiguration
|
|
8350
8332
|
include Google::Apis::Core::Hashable
|
|
8351
8333
|
|
|
@@ -8370,11 +8352,11 @@ module Google
|
|
|
8370
8352
|
end
|
|
8371
8353
|
end
|
|
8372
8354
|
|
|
8373
|
-
# Specification of alternative, flexible instance
|
|
8355
|
+
# Specification of alternative, flexible instance configurations.
|
|
8374
8356
|
class CapacityAdviceRequestInstanceFlexibilityPolicy
|
|
8375
8357
|
include Google::Apis::Core::Hashable
|
|
8376
8358
|
|
|
8377
|
-
# Named instance selections configure properties.
|
|
8359
|
+
# Named instance selections to configure properties.
|
|
8378
8360
|
# The key is an arbitrary, unique RFC1035 string that identifies the
|
|
8379
8361
|
# instance selection.
|
|
8380
8362
|
# Corresponds to the JSON property `instanceSelections`
|
|
@@ -8422,7 +8404,7 @@ module Google
|
|
|
8422
8404
|
end
|
|
8423
8405
|
end
|
|
8424
8406
|
|
|
8425
|
-
#
|
|
8407
|
+
# Attached disk configuration.
|
|
8426
8408
|
class CapacityAdviceRequestInstanceFlexibilityPolicyInstanceSelectionAttachedDisk
|
|
8427
8409
|
include Google::Apis::Core::Hashable
|
|
8428
8410
|
|
|
@@ -8442,7 +8424,7 @@ module Google
|
|
|
8442
8424
|
end
|
|
8443
8425
|
end
|
|
8444
8426
|
|
|
8445
|
-
# Instance
|
|
8427
|
+
# Instance provisioning properties.
|
|
8446
8428
|
class CapacityAdviceRequestInstanceProperties
|
|
8447
8429
|
include Google::Apis::Core::Hashable
|
|
8448
8430
|
|
|
@@ -8479,7 +8461,7 @@ module Google
|
|
|
8479
8461
|
# @return [String]
|
|
8480
8462
|
attr_accessor :max_run_duration
|
|
8481
8463
|
|
|
8482
|
-
# Specifies the provisioning model
|
|
8464
|
+
# Specifies the provisioning model.
|
|
8483
8465
|
# Corresponds to the JSON property `provisioningModel`
|
|
8484
8466
|
# @return [String]
|
|
8485
8467
|
attr_accessor :provisioning_model
|
|
@@ -8495,12 +8477,12 @@ module Google
|
|
|
8495
8477
|
end
|
|
8496
8478
|
end
|
|
8497
8479
|
|
|
8498
|
-
# A response contains
|
|
8480
|
+
# A response contains scoring recommendations.
|
|
8499
8481
|
class CapacityAdviceResponse
|
|
8500
8482
|
include Google::Apis::Core::Hashable
|
|
8501
8483
|
|
|
8502
8484
|
# Initially the API will provide one recommendation which balances the
|
|
8503
|
-
# individual scores according to service provider's preference.
|
|
8485
|
+
# individual scores according to the service provider's preference.
|
|
8504
8486
|
# Corresponds to the JSON property `recommendations`
|
|
8505
8487
|
# @return [Array<Google::Apis::ComputeAlpha::CapacityAdviceResponseRecommendation>]
|
|
8506
8488
|
attr_accessor :recommendations
|
|
@@ -8515,16 +8497,16 @@ module Google
|
|
|
8515
8497
|
end
|
|
8516
8498
|
end
|
|
8517
8499
|
|
|
8518
|
-
#
|
|
8500
|
+
# Recommendation.
|
|
8519
8501
|
class CapacityAdviceResponseRecommendation
|
|
8520
8502
|
include Google::Apis::Core::Hashable
|
|
8521
8503
|
|
|
8522
|
-
#
|
|
8504
|
+
# Groups information about a shard of capacity.
|
|
8523
8505
|
# Corresponds to the JSON property `scores`
|
|
8524
8506
|
# @return [Google::Apis::ComputeAlpha::CapacityAdviceResponseRecommendationScores]
|
|
8525
8507
|
attr_accessor :scores
|
|
8526
8508
|
|
|
8527
|
-
#
|
|
8509
|
+
# Shards represent blocks of uniform capacity in recommendations.
|
|
8528
8510
|
# Corresponds to the JSON property `shards`
|
|
8529
8511
|
# @return [Array<Google::Apis::ComputeAlpha::CapacityAdviceResponseRecommendationShard>]
|
|
8530
8512
|
attr_accessor :shards
|
|
@@ -8540,13 +8522,13 @@ module Google
|
|
|
8540
8522
|
end
|
|
8541
8523
|
end
|
|
8542
8524
|
|
|
8543
|
-
#
|
|
8525
|
+
# Groups information about a shard of capacity.
|
|
8544
8526
|
class CapacityAdviceResponseRecommendationScores
|
|
8545
8527
|
include Google::Apis::Core::Hashable
|
|
8546
8528
|
|
|
8547
8529
|
# The estimated run time of the majority of Spot VMs in the request
|
|
8548
8530
|
# before preemption. The estimate is best-effort only. It is based on
|
|
8549
|
-
#
|
|
8531
|
+
# historical data and current conditions.
|
|
8550
8532
|
# Corresponds to the JSON property `estimatedUptime`
|
|
8551
8533
|
# @return [String]
|
|
8552
8534
|
attr_accessor :estimated_uptime
|
|
@@ -8587,13 +8569,12 @@ module Google
|
|
|
8587
8569
|
end
|
|
8588
8570
|
|
|
8589
8571
|
# Shards represent blocks of uniform capacity in recommendations.
|
|
8590
|
-
# Each shard is for a single zone
|
|
8591
|
-
#
|
|
8592
|
-
# number of VMs.
|
|
8572
|
+
# Each shard is for a single zone and a single machine shape. Each shard
|
|
8573
|
+
# defines a size expressed as the number of VMs.
|
|
8593
8574
|
class CapacityAdviceResponseRecommendationShard
|
|
8594
8575
|
include Google::Apis::Core::Hashable
|
|
8595
8576
|
|
|
8596
|
-
#
|
|
8577
|
+
# The number of instances.
|
|
8597
8578
|
# Corresponds to the JSON property `instanceCount`
|
|
8598
8579
|
# @return [Fixnum]
|
|
8599
8580
|
attr_accessor :instance_count
|
|
@@ -8604,9 +8585,6 @@ module Google
|
|
|
8604
8585
|
attr_accessor :machine_type
|
|
8605
8586
|
|
|
8606
8587
|
# The provisioning model that you want to view recommendations for.
|
|
8607
|
-
# Set to: SPOT.
|
|
8608
|
-
# For more information, see
|
|
8609
|
-
# Compute Engine instances provisioning models.
|
|
8610
8588
|
# Corresponds to the JSON property `provisioningModel`
|
|
8611
8589
|
# @return [String]
|
|
8612
8590
|
attr_accessor :provisioning_model
|
|
@@ -8629,21 +8607,21 @@ module Google
|
|
|
8629
8607
|
end
|
|
8630
8608
|
end
|
|
8631
8609
|
|
|
8632
|
-
# A request to get the capacity history
|
|
8610
|
+
# A request to get the capacity history.
|
|
8633
8611
|
class CapacityHistoryRequest
|
|
8634
8612
|
include Google::Apis::Core::Hashable
|
|
8635
8613
|
|
|
8636
|
-
#
|
|
8614
|
+
# Instance properties for this request.
|
|
8637
8615
|
# Corresponds to the JSON property `instanceProperties`
|
|
8638
8616
|
# @return [Google::Apis::ComputeAlpha::CapacityHistoryRequestInstanceProperties]
|
|
8639
8617
|
attr_accessor :instance_properties
|
|
8640
8618
|
|
|
8641
|
-
#
|
|
8619
|
+
# Location policy for this request.
|
|
8642
8620
|
# Corresponds to the JSON property `locationPolicy`
|
|
8643
8621
|
# @return [Google::Apis::ComputeAlpha::CapacityHistoryRequestLocationPolicy]
|
|
8644
8622
|
attr_accessor :location_policy
|
|
8645
8623
|
|
|
8646
|
-
#
|
|
8624
|
+
# List of history types to get capacity history for.
|
|
8647
8625
|
# Corresponds to the JSON property `types`
|
|
8648
8626
|
# @return [Array<String>]
|
|
8649
8627
|
attr_accessor :types
|
|
@@ -8660,7 +8638,7 @@ module Google
|
|
|
8660
8638
|
end
|
|
8661
8639
|
end
|
|
8662
8640
|
|
|
8663
|
-
#
|
|
8641
|
+
# Instance properties for this request.
|
|
8664
8642
|
class CapacityHistoryRequestInstanceProperties
|
|
8665
8643
|
include Google::Apis::Core::Hashable
|
|
8666
8644
|
|
|
@@ -8669,7 +8647,7 @@ module Google
|
|
|
8669
8647
|
# @return [String]
|
|
8670
8648
|
attr_accessor :machine_type
|
|
8671
8649
|
|
|
8672
|
-
#
|
|
8650
|
+
# Scheduling options.
|
|
8673
8651
|
# Corresponds to the JSON property `scheduling`
|
|
8674
8652
|
# @return [Google::Apis::ComputeAlpha::CapacityHistoryRequestInstancePropertiesScheduling]
|
|
8675
8653
|
attr_accessor :scheduling
|
|
@@ -8685,7 +8663,7 @@ module Google
|
|
|
8685
8663
|
end
|
|
8686
8664
|
end
|
|
8687
8665
|
|
|
8688
|
-
#
|
|
8666
|
+
# Scheduling options.
|
|
8689
8667
|
class CapacityHistoryRequestInstancePropertiesScheduling
|
|
8690
8668
|
include Google::Apis::Core::Hashable
|
|
8691
8669
|
|
|
@@ -8707,7 +8685,7 @@ module Google
|
|
|
8707
8685
|
end
|
|
8708
8686
|
end
|
|
8709
8687
|
|
|
8710
|
-
#
|
|
8688
|
+
# Location policy for this request.
|
|
8711
8689
|
class CapacityHistoryRequestLocationPolicy
|
|
8712
8690
|
include Google::Apis::Core::Hashable
|
|
8713
8691
|
|
|
@@ -8734,7 +8712,7 @@ module Google
|
|
|
8734
8712
|
end
|
|
8735
8713
|
end
|
|
8736
8714
|
|
|
8737
|
-
# Contains the capacity history
|
|
8715
|
+
# Contains the capacity history.
|
|
8738
8716
|
class CapacityHistoryResponse
|
|
8739
8717
|
include Google::Apis::Core::Hashable
|
|
8740
8718
|
|
|
@@ -9172,8 +9150,8 @@ module Google
|
|
|
9172
9150
|
# COMPUTE_OPTIMIZED_C3, COMPUTE_OPTIMIZED_C3D,COMPUTE_OPTIMIZED_H3,
|
|
9173
9151
|
# GENERAL_PURPOSE,GENERAL_PURPOSE_C4, GENERAL_PURPOSE_E2,GENERAL_PURPOSE_N2,
|
|
9174
9152
|
# GENERAL_PURPOSE_N2D,GENERAL_PURPOSE_N4, GENERAL_PURPOSE_T2D,GRAPHICS_OPTIMIZED,
|
|
9175
|
-
# GRAPHICS_OPTIMIZED_G4,MEMORY_OPTIMIZED,
|
|
9176
|
-
# MEMORY_OPTIMIZED_X4, STORAGE_OPTIMIZED_Z3. For
|
|
9153
|
+
# GRAPHICS_OPTIMIZED_G4,GRAPHICS_OPTIMIZED_G4_VGPU,MEMORY_OPTIMIZED,
|
|
9154
|
+
# MEMORY_OPTIMIZED_M3,MEMORY_OPTIMIZED_X4, STORAGE_OPTIMIZED_Z3. For
|
|
9177
9155
|
# example, type MEMORY_OPTIMIZED specifies a commitment that
|
|
9178
9156
|
# applies only to eligible resources of memory optimized M1 and M2 machine
|
|
9179
9157
|
# series. Type GENERAL_PURPOSE specifies a commitment that
|
|
@@ -12215,8 +12193,8 @@ module Google
|
|
|
12215
12193
|
# Input only. Resource manager tags to be bound to the disk. Tag keys and values
|
|
12216
12194
|
# have the same definition as resource
|
|
12217
12195
|
# manager tags. Keys and values can be either in numeric format,
|
|
12218
|
-
# such as `tagKeys/`tag_key_id`` and `tagValues
|
|
12219
|
-
# format such as ``org_id|project_id`/`tag_key_short_name`` and
|
|
12196
|
+
# such as `tagKeys/`tag_key_id`` and `tagValues/`tag_value_id`` or in
|
|
12197
|
+
# namespaced format such as ``org_id|project_id`/`tag_key_short_name`` and
|
|
12220
12198
|
# ``tag_value_short_name``. The field is ignored (both PUT &
|
|
12221
12199
|
# PATCH) when empty.
|
|
12222
12200
|
# Corresponds to the JSON property `resourceManagerTags`
|
|
@@ -14613,8 +14591,8 @@ module Google
|
|
|
14613
14591
|
# @return [String]
|
|
14614
14592
|
attr_accessor :policy_source
|
|
14615
14593
|
|
|
14616
|
-
# The type of the firewall policy. This field can be
|
|
14617
|
-
# RDMA_ROCE_POLICY.
|
|
14594
|
+
# The type of the firewall policy. This field can be one of
|
|
14595
|
+
# VPC_POLICY, RDMA_ROCE_POLICY or ULL_POLICY.
|
|
14618
14596
|
# Note: if not specified then VPC_POLICY will be used.
|
|
14619
14597
|
# Corresponds to the JSON property `policyType`
|
|
14620
14598
|
# @return [String]
|
|
@@ -15451,9 +15429,8 @@ module Google
|
|
|
15451
15429
|
class FixedOrPercent
|
|
15452
15430
|
include Google::Apis::Core::Hashable
|
|
15453
15431
|
|
|
15454
|
-
# Output only.
|
|
15455
|
-
#
|
|
15456
|
-
# specific mode.
|
|
15432
|
+
# Output only. Absolute value of VM instances calculated based on the specific
|
|
15433
|
+
# mode.
|
|
15457
15434
|
#
|
|
15458
15435
|
#
|
|
15459
15436
|
# - If the value is fixed, then the calculated
|
|
@@ -17943,14 +17920,14 @@ module Google
|
|
|
17943
17920
|
class GetVersionOperationMetadataSbomInfo
|
|
17944
17921
|
include Google::Apis::Core::Hashable
|
|
17945
17922
|
|
|
17946
|
-
#
|
|
17947
|
-
#
|
|
17923
|
+
# A mapping of components to their currently-applied versions or other
|
|
17924
|
+
# appropriate identifiers.
|
|
17948
17925
|
# Corresponds to the JSON property `currentComponentVersions`
|
|
17949
17926
|
# @return [Hash<String,String>]
|
|
17950
17927
|
attr_accessor :current_component_versions
|
|
17951
17928
|
|
|
17952
|
-
#
|
|
17953
|
-
#
|
|
17929
|
+
# A mapping of components to their target versions or other appropriate
|
|
17930
|
+
# identifiers.
|
|
17954
17931
|
# Corresponds to the JSON property `targetComponentVersions`
|
|
17955
17932
|
# @return [Hash<String,String>]
|
|
17956
17933
|
attr_accessor :target_component_versions
|
|
@@ -20111,7 +20088,6 @@ module Google
|
|
|
20111
20088
|
# Specifies the reservations that this instance can consume from.
|
|
20112
20089
|
# This message should be an exact copy of the Instances representation
|
|
20113
20090
|
# of AllocationAffinity.
|
|
20114
|
-
# LINT.IfChange(HaControllerAllocationAffinityMixer)
|
|
20115
20091
|
# Corresponds to the JSON property `reservationAffinity`
|
|
20116
20092
|
# @return [Google::Apis::ComputeAlpha::HaControllerZoneConfigurationReservationAffinity]
|
|
20117
20093
|
attr_accessor :reservation_affinity
|
|
@@ -20131,7 +20107,6 @@ module Google
|
|
|
20131
20107
|
# Instance could be scheduled.
|
|
20132
20108
|
# This message should be an exact copy of the Instances representation
|
|
20133
20109
|
# of NodeAffinity.
|
|
20134
|
-
# LINT.IfChange(HaControllerNodeAffinityMixer)
|
|
20135
20110
|
class HaControllerZoneConfigurationNodeAffinity
|
|
20136
20111
|
include Google::Apis::Core::Hashable
|
|
20137
20112
|
|
|
@@ -20166,7 +20141,6 @@ module Google
|
|
|
20166
20141
|
# Specifies the reservations that this instance can consume from.
|
|
20167
20142
|
# This message should be an exact copy of the Instances representation
|
|
20168
20143
|
# of AllocationAffinity.
|
|
20169
|
-
# LINT.IfChange(HaControllerAllocationAffinityMixer)
|
|
20170
20144
|
class HaControllerZoneConfigurationReservationAffinity
|
|
20171
20145
|
include Google::Apis::Core::Hashable
|
|
20172
20146
|
|
|
@@ -25311,8 +25285,8 @@ module Google
|
|
|
25311
25285
|
# values have
|
|
25312
25286
|
# the same definition as resource
|
|
25313
25287
|
# manager tags. Keys and values can be either in numeric format,
|
|
25314
|
-
# such as `tagKeys/`tag_key_id`` and `tagValues
|
|
25315
|
-
# format such as ``org_id|project_id`/`tag_key_short_name`` and
|
|
25288
|
+
# such as `tagKeys/`tag_key_id`` and `tagValues/`tag_value_id`` or in
|
|
25289
|
+
# namespaced format such as ``org_id|project_id`/`tag_key_short_name`` and
|
|
25316
25290
|
# ``tag_value_short_name``. The field is ignored (both PUT &
|
|
25317
25291
|
# PATCH) when empty.
|
|
25318
25292
|
# Corresponds to the JSON property `resourceManagerTags`
|
|
@@ -25329,6 +25303,158 @@ module Google
|
|
|
25329
25303
|
end
|
|
25330
25304
|
end
|
|
25331
25305
|
|
|
25306
|
+
# Represents a read-only view of a global Image resource.
|
|
25307
|
+
class ImageView
|
|
25308
|
+
include Google::Apis::Core::Hashable
|
|
25309
|
+
|
|
25310
|
+
# Represents an Image resource.
|
|
25311
|
+
# You can use images to create boot disks for your VM instances.
|
|
25312
|
+
# For more information, read Images.
|
|
25313
|
+
# Corresponds to the JSON property `image`
|
|
25314
|
+
# @return [Google::Apis::ComputeAlpha::Image]
|
|
25315
|
+
attr_accessor :image
|
|
25316
|
+
|
|
25317
|
+
def initialize(**args)
|
|
25318
|
+
update!(**args)
|
|
25319
|
+
end
|
|
25320
|
+
|
|
25321
|
+
# Update properties of this object
|
|
25322
|
+
def update!(**args)
|
|
25323
|
+
@image = args[:image] if args.key?(:image)
|
|
25324
|
+
end
|
|
25325
|
+
end
|
|
25326
|
+
|
|
25327
|
+
# Response message for ImageViewsService.List
|
|
25328
|
+
class ImageViewsListResponse
|
|
25329
|
+
include Google::Apis::Core::Hashable
|
|
25330
|
+
|
|
25331
|
+
#
|
|
25332
|
+
# Corresponds to the JSON property `etag`
|
|
25333
|
+
# @return [String]
|
|
25334
|
+
attr_accessor :etag
|
|
25335
|
+
|
|
25336
|
+
# [Output Only] Unique identifier for the resource; defined by the server.
|
|
25337
|
+
# Corresponds to the JSON property `id`
|
|
25338
|
+
# @return [String]
|
|
25339
|
+
attr_accessor :id
|
|
25340
|
+
|
|
25341
|
+
# A list of Image resources.
|
|
25342
|
+
# Corresponds to the JSON property `items`
|
|
25343
|
+
# @return [Array<Google::Apis::ComputeAlpha::ImageView>]
|
|
25344
|
+
attr_accessor :items
|
|
25345
|
+
|
|
25346
|
+
#
|
|
25347
|
+
# Corresponds to the JSON property `kind`
|
|
25348
|
+
# @return [String]
|
|
25349
|
+
attr_accessor :kind
|
|
25350
|
+
|
|
25351
|
+
#
|
|
25352
|
+
# Corresponds to the JSON property `nextPageToken`
|
|
25353
|
+
# @return [String]
|
|
25354
|
+
attr_accessor :next_page_token
|
|
25355
|
+
|
|
25356
|
+
# Output only. [Output Only] Server-defined URL for this resource.
|
|
25357
|
+
# Corresponds to the JSON property `selfLink`
|
|
25358
|
+
# @return [String]
|
|
25359
|
+
attr_accessor :self_link
|
|
25360
|
+
|
|
25361
|
+
# Output only. [Output Only] Unreachable resources.
|
|
25362
|
+
# Corresponds to the JSON property `unreachables`
|
|
25363
|
+
# @return [Array<String>]
|
|
25364
|
+
attr_accessor :unreachables
|
|
25365
|
+
|
|
25366
|
+
# [Output Only] Informational warning message.
|
|
25367
|
+
# Corresponds to the JSON property `warning`
|
|
25368
|
+
# @return [Google::Apis::ComputeAlpha::ImageViewsListResponse::Warning]
|
|
25369
|
+
attr_accessor :warning
|
|
25370
|
+
|
|
25371
|
+
def initialize(**args)
|
|
25372
|
+
update!(**args)
|
|
25373
|
+
end
|
|
25374
|
+
|
|
25375
|
+
# Update properties of this object
|
|
25376
|
+
def update!(**args)
|
|
25377
|
+
@etag = args[:etag] if args.key?(:etag)
|
|
25378
|
+
@id = args[:id] if args.key?(:id)
|
|
25379
|
+
@items = args[:items] if args.key?(:items)
|
|
25380
|
+
@kind = args[:kind] if args.key?(:kind)
|
|
25381
|
+
@next_page_token = args[:next_page_token] if args.key?(:next_page_token)
|
|
25382
|
+
@self_link = args[:self_link] if args.key?(:self_link)
|
|
25383
|
+
@unreachables = args[:unreachables] if args.key?(:unreachables)
|
|
25384
|
+
@warning = args[:warning] if args.key?(:warning)
|
|
25385
|
+
end
|
|
25386
|
+
|
|
25387
|
+
# [Output Only] Informational warning message.
|
|
25388
|
+
class Warning
|
|
25389
|
+
include Google::Apis::Core::Hashable
|
|
25390
|
+
|
|
25391
|
+
# [Output Only] A warning code, if applicable. For example, Compute
|
|
25392
|
+
# Engine returns NO_RESULTS_ON_PAGE if there
|
|
25393
|
+
# are no results in the response.
|
|
25394
|
+
# Corresponds to the JSON property `code`
|
|
25395
|
+
# @return [String]
|
|
25396
|
+
attr_accessor :code
|
|
25397
|
+
|
|
25398
|
+
# [Output Only] Metadata about this warning in key:
|
|
25399
|
+
# value format. For example:
|
|
25400
|
+
# "data": [
|
|
25401
|
+
# `
|
|
25402
|
+
# "key": "scope",
|
|
25403
|
+
# "value": "zones/us-east1-d"
|
|
25404
|
+
# `
|
|
25405
|
+
# Corresponds to the JSON property `data`
|
|
25406
|
+
# @return [Array<Google::Apis::ComputeAlpha::ImageViewsListResponse::Warning::Datum>]
|
|
25407
|
+
attr_accessor :data
|
|
25408
|
+
|
|
25409
|
+
# [Output Only] A human-readable description of the warning code.
|
|
25410
|
+
# Corresponds to the JSON property `message`
|
|
25411
|
+
# @return [String]
|
|
25412
|
+
attr_accessor :message
|
|
25413
|
+
|
|
25414
|
+
def initialize(**args)
|
|
25415
|
+
update!(**args)
|
|
25416
|
+
end
|
|
25417
|
+
|
|
25418
|
+
# Update properties of this object
|
|
25419
|
+
def update!(**args)
|
|
25420
|
+
@code = args[:code] if args.key?(:code)
|
|
25421
|
+
@data = args[:data] if args.key?(:data)
|
|
25422
|
+
@message = args[:message] if args.key?(:message)
|
|
25423
|
+
end
|
|
25424
|
+
|
|
25425
|
+
#
|
|
25426
|
+
class Datum
|
|
25427
|
+
include Google::Apis::Core::Hashable
|
|
25428
|
+
|
|
25429
|
+
# [Output Only] A key that provides more detail on the warning being
|
|
25430
|
+
# returned. For example, for warnings where there are no results in a list
|
|
25431
|
+
# request for a particular zone, this key might be scope and
|
|
25432
|
+
# the key value might be the zone name. Other examples might be a key
|
|
25433
|
+
# indicating a deprecated resource and a suggested replacement, or a
|
|
25434
|
+
# warning about invalid network settings (for example, if an instance
|
|
25435
|
+
# attempts to perform IP forwarding but is not enabled for IP forwarding).
|
|
25436
|
+
# Corresponds to the JSON property `key`
|
|
25437
|
+
# @return [String]
|
|
25438
|
+
attr_accessor :key
|
|
25439
|
+
|
|
25440
|
+
# [Output Only] A warning data value corresponding to the key.
|
|
25441
|
+
# Corresponds to the JSON property `value`
|
|
25442
|
+
# @return [String]
|
|
25443
|
+
attr_accessor :value
|
|
25444
|
+
|
|
25445
|
+
def initialize(**args)
|
|
25446
|
+
update!(**args)
|
|
25447
|
+
end
|
|
25448
|
+
|
|
25449
|
+
# Update properties of this object
|
|
25450
|
+
def update!(**args)
|
|
25451
|
+
@key = args[:key] if args.key?(:key)
|
|
25452
|
+
@value = args[:value] if args.key?(:value)
|
|
25453
|
+
end
|
|
25454
|
+
end
|
|
25455
|
+
end
|
|
25456
|
+
end
|
|
25457
|
+
|
|
25332
25458
|
# Initial State for shielded instance,
|
|
25333
25459
|
# these are public keys which are safe to store in public
|
|
25334
25460
|
class InitialStateConfig
|
|
@@ -26084,6 +26210,12 @@ module Google
|
|
|
26084
26210
|
# @return [Array<String>]
|
|
26085
26211
|
attr_accessor :machine_types
|
|
26086
26212
|
|
|
26213
|
+
# Name of the minimum CPU platform to be used by this instance selection.
|
|
26214
|
+
# e.g. 'Intel Ice Lake'.
|
|
26215
|
+
# Corresponds to the JSON property `minCpuPlatform`
|
|
26216
|
+
# @return [String]
|
|
26217
|
+
attr_accessor :min_cpu_platform
|
|
26218
|
+
|
|
26087
26219
|
# Rank when prioritizing the shape flexibilities.
|
|
26088
26220
|
# The instance selections with rank are considered
|
|
26089
26221
|
# first, in the ascending order of the rank.
|
|
@@ -26100,6 +26232,7 @@ module Google
|
|
|
26100
26232
|
def update!(**args)
|
|
26101
26233
|
@disks = args[:disks] if args.key?(:disks)
|
|
26102
26234
|
@machine_types = args[:machine_types] if args.key?(:machine_types)
|
|
26235
|
+
@min_cpu_platform = args[:min_cpu_platform] if args.key?(:min_cpu_platform)
|
|
26103
26236
|
@rank = args[:rank] if args.key?(:rank)
|
|
26104
26237
|
end
|
|
26105
26238
|
end
|
|
@@ -26979,8 +27112,7 @@ module Google
|
|
|
26979
27112
|
class InstanceGroupManagerAggregatedList
|
|
26980
27113
|
include Google::Apis::Core::Hashable
|
|
26981
27114
|
|
|
26982
|
-
# Output only.
|
|
26983
|
-
# server.
|
|
27115
|
+
# Output only. Unique identifier for the resource; defined by the server.
|
|
26984
27116
|
# Corresponds to the JSON property `id`
|
|
26985
27117
|
# @return [String]
|
|
26986
27118
|
attr_accessor :id
|
|
@@ -26990,15 +27122,14 @@ module Google
|
|
|
26990
27122
|
# @return [Hash<String,Google::Apis::ComputeAlpha::InstanceGroupManagersScopedList>]
|
|
26991
27123
|
attr_accessor :items
|
|
26992
27124
|
|
|
26993
|
-
# Output only.
|
|
27125
|
+
# Output only. The resource type, which is alwayscompute#
|
|
26994
27126
|
# instanceGroupManagerAggregatedList for an aggregated
|
|
26995
27127
|
# list of managed instance groups.
|
|
26996
27128
|
# Corresponds to the JSON property `kind`
|
|
26997
27129
|
# @return [String]
|
|
26998
27130
|
attr_accessor :kind
|
|
26999
27131
|
|
|
27000
|
-
# Output only.
|
|
27001
|
-
# results for
|
|
27132
|
+
# Output only. This token allows you to get the next page of results for
|
|
27002
27133
|
# list requests. If the number of results is larger thanmaxResults, use the
|
|
27003
27134
|
# nextPageToken as a value for
|
|
27004
27135
|
# the query parameter pageToken in the next list request.
|
|
@@ -27008,17 +27139,17 @@ module Google
|
|
|
27008
27139
|
# @return [String]
|
|
27009
27140
|
attr_accessor :next_page_token
|
|
27010
27141
|
|
|
27011
|
-
# Output only.
|
|
27142
|
+
# Output only. Server-defined URL for this resource.
|
|
27012
27143
|
# Corresponds to the JSON property `selfLink`
|
|
27013
27144
|
# @return [String]
|
|
27014
27145
|
attr_accessor :self_link
|
|
27015
27146
|
|
|
27016
|
-
# Output only.
|
|
27147
|
+
# Output only. Unreachable resources.
|
|
27017
27148
|
# Corresponds to the JSON property `unreachables`
|
|
27018
27149
|
# @return [Array<String>]
|
|
27019
27150
|
attr_accessor :unreachables
|
|
27020
27151
|
|
|
27021
|
-
# Output only.
|
|
27152
|
+
# Output only. Informational warning message.
|
|
27022
27153
|
# Corresponds to the JSON property `warning`
|
|
27023
27154
|
# @return [Google::Apis::ComputeAlpha::InstanceGroupManagerAggregatedList::Warning]
|
|
27024
27155
|
attr_accessor :warning
|
|
@@ -27038,7 +27169,7 @@ module Google
|
|
|
27038
27169
|
@warning = args[:warning] if args.key?(:warning)
|
|
27039
27170
|
end
|
|
27040
27171
|
|
|
27041
|
-
# Output only.
|
|
27172
|
+
# Output only. Informational warning message.
|
|
27042
27173
|
class Warning
|
|
27043
27174
|
include Google::Apis::Core::Hashable
|
|
27044
27175
|
|
|
@@ -27438,8 +27569,7 @@ module Google
|
|
|
27438
27569
|
class InstanceGroupManagerList
|
|
27439
27570
|
include Google::Apis::Core::Hashable
|
|
27440
27571
|
|
|
27441
|
-
# Output only.
|
|
27442
|
-
# server.
|
|
27572
|
+
# Output only. Unique identifier for the resource; defined by the server.
|
|
27443
27573
|
# Corresponds to the JSON property `id`
|
|
27444
27574
|
# @return [String]
|
|
27445
27575
|
attr_accessor :id
|
|
@@ -27449,14 +27579,14 @@ module Google
|
|
|
27449
27579
|
# @return [Array<Google::Apis::ComputeAlpha::InstanceGroupManager>]
|
|
27450
27580
|
attr_accessor :items
|
|
27451
27581
|
|
|
27452
|
-
# Output only.
|
|
27453
|
-
#
|
|
27582
|
+
# Output only. The resource type, which is always compute#
|
|
27583
|
+
# instanceGroupManagerList for a
|
|
27584
|
+
# list of managed instance groups.
|
|
27454
27585
|
# Corresponds to the JSON property `kind`
|
|
27455
27586
|
# @return [String]
|
|
27456
27587
|
attr_accessor :kind
|
|
27457
27588
|
|
|
27458
|
-
# Output only.
|
|
27459
|
-
# results for
|
|
27589
|
+
# Output only. This token allows you to get the next page of results for
|
|
27460
27590
|
# list requests. If the number of results is larger thanmaxResults, use the
|
|
27461
27591
|
# nextPageToken as a value for
|
|
27462
27592
|
# the query parameter pageToken in the next list request.
|
|
@@ -27466,12 +27596,12 @@ module Google
|
|
|
27466
27596
|
# @return [String]
|
|
27467
27597
|
attr_accessor :next_page_token
|
|
27468
27598
|
|
|
27469
|
-
# Output only.
|
|
27599
|
+
# Output only. Server-defined URL for this resource.
|
|
27470
27600
|
# Corresponds to the JSON property `selfLink`
|
|
27471
27601
|
# @return [String]
|
|
27472
27602
|
attr_accessor :self_link
|
|
27473
27603
|
|
|
27474
|
-
# Output only.
|
|
27604
|
+
# Output only. Informational warning message.
|
|
27475
27605
|
# Corresponds to the JSON property `warning`
|
|
27476
27606
|
# @return [Google::Apis::ComputeAlpha::InstanceGroupManagerList::Warning]
|
|
27477
27607
|
attr_accessor :warning
|
|
@@ -27490,7 +27620,7 @@ module Google
|
|
|
27490
27620
|
@warning = args[:warning] if args.key?(:warning)
|
|
27491
27621
|
end
|
|
27492
27622
|
|
|
27493
|
-
# Output only.
|
|
27623
|
+
# Output only. Informational warning message.
|
|
27494
27624
|
class Warning
|
|
27495
27625
|
include Google::Apis::Core::Hashable
|
|
27496
27626
|
|
|
@@ -28029,8 +28159,7 @@ module Google
|
|
|
28029
28159
|
class InstanceGroupManagerResizeRequestsListResponse
|
|
28030
28160
|
include Google::Apis::Core::Hashable
|
|
28031
28161
|
|
|
28032
|
-
# Output only.
|
|
28033
|
-
# server.
|
|
28162
|
+
# Output only. Unique identifier for the resource; defined by the server.
|
|
28034
28163
|
# Corresponds to the JSON property `id`
|
|
28035
28164
|
# @return [String]
|
|
28036
28165
|
attr_accessor :id
|
|
@@ -28040,30 +28169,29 @@ module Google
|
|
|
28040
28169
|
# @return [Array<Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequest>]
|
|
28041
28170
|
attr_accessor :items
|
|
28042
28171
|
|
|
28043
|
-
# Output only.
|
|
28172
|
+
# Output only. Type of the resource. Alwayscompute#
|
|
28044
28173
|
# instanceGroupManagerResizeRequestList for
|
|
28045
28174
|
# a list of resize requests.
|
|
28046
28175
|
# Corresponds to the JSON property `kind`
|
|
28047
28176
|
# @return [String]
|
|
28048
28177
|
attr_accessor :kind
|
|
28049
28178
|
|
|
28050
|
-
# Output only.
|
|
28051
|
-
#
|
|
28052
|
-
#
|
|
28053
|
-
#
|
|
28054
|
-
# the query parameter pageToken in the next list request.
|
|
28179
|
+
# Output only. This token allows you to get the next page of results for list
|
|
28180
|
+
# requests.
|
|
28181
|
+
# If the number of results is larger than maxResults, use thenextPageToken as a
|
|
28182
|
+
# value for the query parameterpageToken in the next list request.
|
|
28055
28183
|
# Subsequent list requests will have their own nextPageToken to
|
|
28056
28184
|
# continue paging through the results.
|
|
28057
28185
|
# Corresponds to the JSON property `nextPageToken`
|
|
28058
28186
|
# @return [String]
|
|
28059
28187
|
attr_accessor :next_page_token
|
|
28060
28188
|
|
|
28061
|
-
# Output only.
|
|
28189
|
+
# Output only. Server-defined URL for this resource.
|
|
28062
28190
|
# Corresponds to the JSON property `selfLink`
|
|
28063
28191
|
# @return [String]
|
|
28064
28192
|
attr_accessor :self_link
|
|
28065
28193
|
|
|
28066
|
-
# Output only.
|
|
28194
|
+
# Output only. Informational warning message.
|
|
28067
28195
|
# Corresponds to the JSON property `warning`
|
|
28068
28196
|
# @return [Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequestsListResponse::Warning]
|
|
28069
28197
|
attr_accessor :warning
|
|
@@ -28082,7 +28210,7 @@ module Google
|
|
|
28082
28210
|
@warning = args[:warning] if args.key?(:warning)
|
|
28083
28211
|
end
|
|
28084
28212
|
|
|
28085
|
-
# Output only.
|
|
28213
|
+
# Output only. Informational warning message.
|
|
28086
28214
|
class Warning
|
|
28087
28215
|
include Google::Apis::Core::Hashable
|
|
28088
28216
|
|
|
@@ -29798,16 +29926,16 @@ module Google
|
|
|
29798
29926
|
class InstanceGroupManagersScopedList
|
|
29799
29927
|
include Google::Apis::Core::Hashable
|
|
29800
29928
|
|
|
29801
|
-
# Output only.
|
|
29802
|
-
#
|
|
29803
|
-
#
|
|
29929
|
+
# Output only. The list of managed instance groups that are contained in the
|
|
29930
|
+
# specified
|
|
29931
|
+
# project and zone.
|
|
29804
29932
|
# Corresponds to the JSON property `instanceGroupManagers`
|
|
29805
29933
|
# @return [Array<Google::Apis::ComputeAlpha::InstanceGroupManager>]
|
|
29806
29934
|
attr_accessor :instance_group_managers
|
|
29807
29935
|
|
|
29808
|
-
# Output only.
|
|
29809
|
-
#
|
|
29810
|
-
#
|
|
29936
|
+
# Output only. The warning that replaces the list of managed instance groups
|
|
29937
|
+
# when the list
|
|
29938
|
+
# is empty.
|
|
29811
29939
|
# Corresponds to the JSON property `warning`
|
|
29812
29940
|
# @return [Google::Apis::ComputeAlpha::InstanceGroupManagersScopedList::Warning]
|
|
29813
29941
|
attr_accessor :warning
|
|
@@ -29822,9 +29950,9 @@ module Google
|
|
|
29822
29950
|
@warning = args[:warning] if args.key?(:warning)
|
|
29823
29951
|
end
|
|
29824
29952
|
|
|
29825
|
-
# Output only.
|
|
29826
|
-
#
|
|
29827
|
-
#
|
|
29953
|
+
# Output only. The warning that replaces the list of managed instance groups
|
|
29954
|
+
# when the list
|
|
29955
|
+
# is empty.
|
|
29828
29956
|
class Warning
|
|
29829
29957
|
include Google::Apis::Core::Hashable
|
|
29830
29958
|
|
|
@@ -30785,8 +30913,8 @@ module Google
|
|
|
30785
30913
|
# values
|
|
30786
30914
|
# have the same definition as resource
|
|
30787
30915
|
# manager tags. Keys and values can be either in numeric format,
|
|
30788
|
-
# such as `tagKeys/`tag_key_id`` and `tagValues
|
|
30789
|
-
# format such as ``org_id|project_id`/`tag_key_short_name`` and
|
|
30916
|
+
# such as `tagKeys/`tag_key_id`` and `tagValues/`tag_value_id`` or in
|
|
30917
|
+
# namespaced format such as ``org_id|project_id`/`tag_key_short_name`` and
|
|
30790
30918
|
# ``tag_value_short_name``. The field is ignored (both PUT &
|
|
30791
30919
|
# PATCH) when empty.
|
|
30792
30920
|
# Corresponds to the JSON property `resourceManagerTags`
|
|
@@ -30941,8 +31069,10 @@ module Google
|
|
|
30941
31069
|
# Input only. Resource manager tags to be bound to the instance. Tag keys and
|
|
30942
31070
|
# values
|
|
30943
31071
|
# have the same definition as resource
|
|
30944
|
-
# manager tags. Keys
|
|
30945
|
-
#
|
|
31072
|
+
# manager tags. Keys and values can be either in numeric format,
|
|
31073
|
+
# such as `tagKeys/`tag_key_id`` and `tagValues/`tag_value_id`` or in
|
|
31074
|
+
# namespaced format such as ``org_id|project_id`/`tag_key_short_name`` and
|
|
31075
|
+
# ``tag_value_short_name``. The field is ignored (both PUT &
|
|
30946
31076
|
# PATCH) when empty.
|
|
30947
31077
|
# Corresponds to the JSON property `resourceManagerTags`
|
|
30948
31078
|
# @return [Hash<String,String>]
|
|
@@ -34645,7 +34775,6 @@ module Google
|
|
|
34645
34775
|
# @return [String]
|
|
34646
34776
|
attr_accessor :intent_mismatch_behavior
|
|
34647
34777
|
|
|
34648
|
-
# LINT.IfChange
|
|
34649
34778
|
# Parameters used to create an InterconnectAttachment. This is similar to
|
|
34650
34779
|
# InterconnectAttachment, but the region field used here is not output only
|
|
34651
34780
|
# and all other output only fields are excluded.
|
|
@@ -34665,7 +34794,6 @@ module Google
|
|
|
34665
34794
|
end
|
|
34666
34795
|
end
|
|
34667
34796
|
|
|
34668
|
-
# LINT.IfChange
|
|
34669
34797
|
# Parameters used to create an InterconnectAttachment. This is similar to
|
|
34670
34798
|
# InterconnectAttachment, but the region field used here is not output only
|
|
34671
34799
|
# and all other output only fields are excluded.
|
|
@@ -36378,7 +36506,7 @@ module Google
|
|
|
36378
36506
|
# @return [Array<Google::Apis::ComputeAlpha::InterconnectGroupsCreateMembersInterconnectInput>]
|
|
36379
36507
|
attr_accessor :interconnects
|
|
36380
36508
|
|
|
36381
|
-
#
|
|
36509
|
+
# Parameters for the Interconnects to create.
|
|
36382
36510
|
# Corresponds to the JSON property `templateInterconnect`
|
|
36383
36511
|
# @return [Google::Apis::ComputeAlpha::InterconnectGroupsCreateMembersInterconnectInput]
|
|
36384
36512
|
attr_accessor :template_interconnect
|
|
@@ -36395,7 +36523,7 @@ module Google
|
|
|
36395
36523
|
end
|
|
36396
36524
|
end
|
|
36397
36525
|
|
|
36398
|
-
#
|
|
36526
|
+
#
|
|
36399
36527
|
class InterconnectGroupsCreateMembersInterconnectInput
|
|
36400
36528
|
include Google::Apis::Core::Hashable
|
|
36401
36529
|
|
|
@@ -38857,8 +38985,8 @@ module Google
|
|
|
38857
38985
|
# values
|
|
38858
38986
|
# have the same definition as resource
|
|
38859
38987
|
# manager tags. Keys and values can be either in numeric format,
|
|
38860
|
-
# such as `tagKeys/`tag_key_id`` and `tagValues
|
|
38861
|
-
# format such as ``org_id|project_id`/`tag_key_short_name`` and
|
|
38988
|
+
# such as `tagKeys/`tag_key_id`` and `tagValues/`tag_value_id`` or in
|
|
38989
|
+
# namespaced format such as ``org_id|project_id`/`tag_key_short_name`` and
|
|
38862
38990
|
# ``tag_value_short_name``. The field is ignored (both PUT &
|
|
38863
38991
|
# PATCH) when empty.
|
|
38864
38992
|
# Corresponds to the JSON property `resourceManagerTags`
|
|
@@ -40784,6 +40912,13 @@ module Google
|
|
|
40784
40912
|
# @return [Google::Apis::ComputeAlpha::ManagedInstanceScheduling]
|
|
40785
40913
|
attr_accessor :scheduling
|
|
40786
40914
|
|
|
40915
|
+
# Output only. [Output Only] Specifies the graceful shutdown details if the
|
|
40916
|
+
# instance is in
|
|
40917
|
+
# `PENDING_STOP` state or there is a programmed stop scheduled.
|
|
40918
|
+
# Corresponds to the JSON property `shutdownDetails`
|
|
40919
|
+
# @return [Google::Apis::ComputeAlpha::ManagedInstanceShutdownDetails]
|
|
40920
|
+
attr_accessor :shutdown_details
|
|
40921
|
+
|
|
40787
40922
|
# Output only. [Output only] The size of the VM represented by this Managed
|
|
40788
40923
|
# Instance.
|
|
40789
40924
|
# This is how much this Managed Instance contributes to the
|
|
@@ -40831,6 +40966,7 @@ module Google
|
|
|
40831
40966
|
@preserved_state_from_policy = args[:preserved_state_from_policy] if args.key?(:preserved_state_from_policy)
|
|
40832
40967
|
@properties_from_flexibility_policy = args[:properties_from_flexibility_policy] if args.key?(:properties_from_flexibility_policy)
|
|
40833
40968
|
@scheduling = args[:scheduling] if args.key?(:scheduling)
|
|
40969
|
+
@shutdown_details = args[:shutdown_details] if args.key?(:shutdown_details)
|
|
40834
40970
|
@size_in_unit = args[:size_in_unit] if args.key?(:size_in_unit)
|
|
40835
40971
|
@tag = args[:tag] if args.key?(:tag)
|
|
40836
40972
|
@target_status = args[:target_status] if args.key?(:target_status)
|
|
@@ -41169,6 +41305,14 @@ module Google
|
|
|
41169
41305
|
class ManagedInstanceScheduling
|
|
41170
41306
|
include Google::Apis::Core::Hashable
|
|
41171
41307
|
|
|
41308
|
+
# Output only. [Output Only] The timestamp at which the underlying instance will
|
|
41309
|
+
# be
|
|
41310
|
+
# triggered for graceful shutdown if it is configured. This is in RFC3339 text
|
|
41311
|
+
# format.
|
|
41312
|
+
# Corresponds to the JSON property `gracefulShutdownTimestamp`
|
|
41313
|
+
# @return [String]
|
|
41314
|
+
attr_accessor :graceful_shutdown_timestamp
|
|
41315
|
+
|
|
41172
41316
|
# Output only. [Output Only] The timestamp at which the managed instance will be
|
|
41173
41317
|
# terminated. This is in RFC3339 text format.
|
|
41174
41318
|
# Corresponds to the JSON property `terminationTimestamp`
|
|
@@ -41181,10 +41325,41 @@ module Google
|
|
|
41181
41325
|
|
|
41182
41326
|
# Update properties of this object
|
|
41183
41327
|
def update!(**args)
|
|
41328
|
+
@graceful_shutdown_timestamp = args[:graceful_shutdown_timestamp] if args.key?(:graceful_shutdown_timestamp)
|
|
41184
41329
|
@termination_timestamp = args[:termination_timestamp] if args.key?(:termination_timestamp)
|
|
41185
41330
|
end
|
|
41186
41331
|
end
|
|
41187
41332
|
|
|
41333
|
+
#
|
|
41334
|
+
class ManagedInstanceShutdownDetails
|
|
41335
|
+
include Google::Apis::Core::Hashable
|
|
41336
|
+
|
|
41337
|
+
# A Duration represents a fixed-length span of time represented
|
|
41338
|
+
# as a count of seconds and fractions of seconds at nanosecond
|
|
41339
|
+
# resolution. It is independent of any calendar and concepts like "day"
|
|
41340
|
+
# or "month". Range is approximately 10,000 years.
|
|
41341
|
+
# Corresponds to the JSON property `maxDuration`
|
|
41342
|
+
# @return [Google::Apis::ComputeAlpha::Duration]
|
|
41343
|
+
attr_accessor :max_duration
|
|
41344
|
+
|
|
41345
|
+
# Output only. [Output Only] Past timestamp indicating the beginning of `
|
|
41346
|
+
# PENDING_STOP`
|
|
41347
|
+
# state of instance in RFC3339 text format.
|
|
41348
|
+
# Corresponds to the JSON property `requestTimestamp`
|
|
41349
|
+
# @return [String]
|
|
41350
|
+
attr_accessor :request_timestamp
|
|
41351
|
+
|
|
41352
|
+
def initialize(**args)
|
|
41353
|
+
update!(**args)
|
|
41354
|
+
end
|
|
41355
|
+
|
|
41356
|
+
# Update properties of this object
|
|
41357
|
+
def update!(**args)
|
|
41358
|
+
@max_duration = args[:max_duration] if args.key?(:max_duration)
|
|
41359
|
+
@request_timestamp = args[:request_timestamp] if args.key?(:request_timestamp)
|
|
41360
|
+
end
|
|
41361
|
+
end
|
|
41362
|
+
|
|
41188
41363
|
#
|
|
41189
41364
|
class ManagedInstanceVersion
|
|
41190
41365
|
include Google::Apis::Core::Hashable
|
|
@@ -43513,7 +43688,13 @@ module Google
|
|
|
43513
43688
|
attr_accessor :name
|
|
43514
43689
|
|
|
43515
43690
|
# The URL of the network to which all network endpoints in the NEG belong.
|
|
43516
|
-
#
|
|
43691
|
+
# For networkEndpointType GCE_VM_IP_PORT,GCE_VM_IP_PORTMAP or
|
|
43692
|
+
# NON_GCP_PRIVATE_IP_PORT,
|
|
43693
|
+
# if this field is not specified, a default network will be used.
|
|
43694
|
+
# This field cannot be set for NEGs with networkEndpointType set toSERVERLESS or
|
|
43695
|
+
# PRIVATE_SERVICE_CONNECT and for
|
|
43696
|
+
# global NEGs.
|
|
43697
|
+
# For all other network endpoint types, this field is required.
|
|
43517
43698
|
# Corresponds to the JSON property `network`
|
|
43518
43699
|
# @return [String]
|
|
43519
43700
|
attr_accessor :network
|
|
@@ -43912,7 +44093,13 @@ module Google
|
|
|
43912
44093
|
attr_accessor :default_port
|
|
43913
44094
|
|
|
43914
44095
|
# The URL of the network to which all network endpoints in the NEG belong.
|
|
43915
|
-
#
|
|
44096
|
+
# For networkEndpointType GCE_VM_IP_PORT,GCE_VM_IP_PORTMAP or
|
|
44097
|
+
# NON_GCP_PRIVATE_IP_PORT,
|
|
44098
|
+
# if this field is not specified, a default network will be used.
|
|
44099
|
+
# This field cannot be set for NEGs with networkEndpointType set toSERVERLESS or
|
|
44100
|
+
# PRIVATE_SERVICE_CONNECT and for
|
|
44101
|
+
# global NEGs.
|
|
44102
|
+
# For all other network endpoint types, this field is required.
|
|
43916
44103
|
# [Deprecated] This field is deprecated.
|
|
43917
44104
|
# Corresponds to the JSON property `network`
|
|
43918
44105
|
# @return [String]
|
|
@@ -44676,6 +44863,13 @@ module Google
|
|
|
44676
44863
|
# @return [Array<Google::Apis::ComputeAlpha::AliasIpRange>]
|
|
44677
44864
|
attr_accessor :alias_ipv6_ranges
|
|
44678
44865
|
|
|
44866
|
+
# If true, this network interface is eligible for DNS64.
|
|
44867
|
+
# This field is only supported for dual-stack (IPV4_IPV6) network interfaces.
|
|
44868
|
+
# Corresponds to the JSON property `dns64Eligible`
|
|
44869
|
+
# @return [Boolean]
|
|
44870
|
+
attr_accessor :dns64_eligible
|
|
44871
|
+
alias_method :dns64_eligible?, :dns64_eligible
|
|
44872
|
+
|
|
44679
44873
|
# Optional. If true, DNS resolution will be enabled over this interface. Only
|
|
44680
44874
|
# valid
|
|
44681
44875
|
# with network_attachment.
|
|
@@ -44749,6 +44943,13 @@ module Google
|
|
|
44749
44943
|
# @return [String]
|
|
44750
44944
|
attr_accessor :name
|
|
44751
44945
|
|
|
44946
|
+
# If true, this network interface is eligible for NAT64.
|
|
44947
|
+
# This field is only supported for dual-stack (IPV4_IPV6) network interfaces.
|
|
44948
|
+
# Corresponds to the JSON property `nat64Eligible`
|
|
44949
|
+
# @return [Boolean]
|
|
44950
|
+
attr_accessor :nat64_eligible
|
|
44951
|
+
alias_method :nat64_eligible?, :nat64_eligible
|
|
44952
|
+
|
|
44752
44953
|
# URL of the VPC network resource for this instance. When creating an
|
|
44753
44954
|
# instance, if neither the network nor the subnetwork is specified, the
|
|
44754
44955
|
# default network global/networks/default is used. If the
|
|
@@ -44856,6 +45057,7 @@ module Google
|
|
|
44856
45057
|
@access_configs = args[:access_configs] if args.key?(:access_configs)
|
|
44857
45058
|
@alias_ip_ranges = args[:alias_ip_ranges] if args.key?(:alias_ip_ranges)
|
|
44858
45059
|
@alias_ipv6_ranges = args[:alias_ipv6_ranges] if args.key?(:alias_ipv6_ranges)
|
|
45060
|
+
@dns64_eligible = args[:dns64_eligible] if args.key?(:dns64_eligible)
|
|
44859
45061
|
@enable_vpc_scoped_dns = args[:enable_vpc_scoped_dns] if args.key?(:enable_vpc_scoped_dns)
|
|
44860
45062
|
@fingerprint = args[:fingerprint] if args.key?(:fingerprint)
|
|
44861
45063
|
@igmp_query = args[:igmp_query] if args.key?(:igmp_query)
|
|
@@ -44866,6 +45068,7 @@ module Google
|
|
|
44866
45068
|
@kind = args[:kind] if args.key?(:kind)
|
|
44867
45069
|
@mac_address = args[:mac_address] if args.key?(:mac_address)
|
|
44868
45070
|
@name = args[:name] if args.key?(:name)
|
|
45071
|
+
@nat64_eligible = args[:nat64_eligible] if args.key?(:nat64_eligible)
|
|
44869
45072
|
@network = args[:network] if args.key?(:network)
|
|
44870
45073
|
@network_attachment = args[:network_attachment] if args.key?(:network_attachment)
|
|
44871
45074
|
@network_ip = args[:network_ip] if args.key?(:network_ip)
|
|
@@ -52274,6 +52477,30 @@ module Google
|
|
|
52274
52477
|
end
|
|
52275
52478
|
end
|
|
52276
52479
|
|
|
52480
|
+
# Represents a ProjectView resource.
|
|
52481
|
+
# A ProjectView resource contains read-only project data which is available
|
|
52482
|
+
# globally.
|
|
52483
|
+
class ProjectView
|
|
52484
|
+
include Google::Apis::Core::Hashable
|
|
52485
|
+
|
|
52486
|
+
# Represents a Project resource.
|
|
52487
|
+
# A project is used to organize resources in a Google Cloud Platform
|
|
52488
|
+
# environment. For more information, read about the
|
|
52489
|
+
# Resource Hierarchy.
|
|
52490
|
+
# Corresponds to the JSON property `project`
|
|
52491
|
+
# @return [Google::Apis::ComputeAlpha::Project]
|
|
52492
|
+
attr_accessor :project
|
|
52493
|
+
|
|
52494
|
+
def initialize(**args)
|
|
52495
|
+
update!(**args)
|
|
52496
|
+
end
|
|
52497
|
+
|
|
52498
|
+
# Update properties of this object
|
|
52499
|
+
def update!(**args)
|
|
52500
|
+
@project = args[:project] if args.key?(:project)
|
|
52501
|
+
end
|
|
52502
|
+
end
|
|
52503
|
+
|
|
52277
52504
|
#
|
|
52278
52505
|
class ProjectsDisableXpnResourceRequest
|
|
52279
52506
|
include Google::Apis::Core::Hashable
|
|
@@ -52912,7 +53139,7 @@ module Google
|
|
|
52912
53139
|
# @return [Array<Google::Apis::ComputeAlpha::PublicDelegatedPrefixPublicDelegatedSubPrefix>]
|
|
52913
53140
|
attr_accessor :public_delegated_sub_prefixs
|
|
52914
53141
|
|
|
52915
|
-
# The purpose of the public delegated prefix.
|
|
53142
|
+
# Immutable. The purpose of the public delegated prefix.
|
|
52916
53143
|
# This field can only be set for the top-level global public delegated
|
|
52917
53144
|
# prefix. It is an output-only field for the sub-delegates that inherit the
|
|
52918
53145
|
# value from the top-level global public delegated prefix. Once the value is
|
|
@@ -55848,8 +56075,7 @@ module Google
|
|
|
55848
56075
|
class RegionInstanceGroupManagerList
|
|
55849
56076
|
include Google::Apis::Core::Hashable
|
|
55850
56077
|
|
|
55851
|
-
# Output only.
|
|
55852
|
-
# server.
|
|
56078
|
+
# Output only. Unique identifier for the resource; defined by the server.
|
|
55853
56079
|
# Corresponds to the JSON property `id`
|
|
55854
56080
|
# @return [String]
|
|
55855
56081
|
attr_accessor :id
|
|
@@ -55859,15 +56085,14 @@ module Google
|
|
|
55859
56085
|
# @return [Array<Google::Apis::ComputeAlpha::InstanceGroupManager>]
|
|
55860
56086
|
attr_accessor :items
|
|
55861
56087
|
|
|
55862
|
-
# Output only.
|
|
55863
|
-
#
|
|
55864
|
-
# exist in th regional scope.
|
|
56088
|
+
# Output only. The resource type, which is always compute#
|
|
56089
|
+
# instanceGroupManagerList for a
|
|
56090
|
+
# list of managed instance groups that exist in th regional scope.
|
|
55865
56091
|
# Corresponds to the JSON property `kind`
|
|
55866
56092
|
# @return [String]
|
|
55867
56093
|
attr_accessor :kind
|
|
55868
56094
|
|
|
55869
|
-
# Output only.
|
|
55870
|
-
# results for
|
|
56095
|
+
# Output only. This token allows you to get the next page of results for
|
|
55871
56096
|
# list requests. If the number of results is larger thanmaxResults, use the
|
|
55872
56097
|
# nextPageToken as a value for
|
|
55873
56098
|
# the query parameter pageToken in the next list request.
|
|
@@ -55877,12 +56102,12 @@ module Google
|
|
|
55877
56102
|
# @return [String]
|
|
55878
56103
|
attr_accessor :next_page_token
|
|
55879
56104
|
|
|
55880
|
-
# Output only.
|
|
56105
|
+
# Output only. Server-defined URL for this resource.
|
|
55881
56106
|
# Corresponds to the JSON property `selfLink`
|
|
55882
56107
|
# @return [String]
|
|
55883
56108
|
attr_accessor :self_link
|
|
55884
56109
|
|
|
55885
|
-
# Output only.
|
|
56110
|
+
# Output only. Informational warning message.
|
|
55886
56111
|
# Corresponds to the JSON property `warning`
|
|
55887
56112
|
# @return [Google::Apis::ComputeAlpha::RegionInstanceGroupManagerList::Warning]
|
|
55888
56113
|
attr_accessor :warning
|
|
@@ -55901,7 +56126,7 @@ module Google
|
|
|
55901
56126
|
@warning = args[:warning] if args.key?(:warning)
|
|
55902
56127
|
end
|
|
55903
56128
|
|
|
55904
|
-
# Output only.
|
|
56129
|
+
# Output only. Informational warning message.
|
|
55905
56130
|
class Warning
|
|
55906
56131
|
include Google::Apis::Core::Hashable
|
|
55907
56132
|
|
|
@@ -56001,8 +56226,7 @@ module Google
|
|
|
56001
56226
|
# @return [String]
|
|
56002
56227
|
attr_accessor :etag
|
|
56003
56228
|
|
|
56004
|
-
# Output only.
|
|
56005
|
-
# server.
|
|
56229
|
+
# Output only. Unique identifier for the resource; defined by the server.
|
|
56006
56230
|
# Corresponds to the JSON property `id`
|
|
56007
56231
|
# @return [String]
|
|
56008
56232
|
attr_accessor :id
|
|
@@ -56012,15 +56236,14 @@ module Google
|
|
|
56012
56236
|
# @return [Array<Google::Apis::ComputeAlpha::InstanceGroupManagerResizeRequest>]
|
|
56013
56237
|
attr_accessor :items
|
|
56014
56238
|
|
|
56015
|
-
# Output only.
|
|
56239
|
+
# Output only. Type of the resource. Alwayscompute#
|
|
56016
56240
|
# regionInstanceGroupManagerResizeRequestList for
|
|
56017
56241
|
# a list of Resize Requests.
|
|
56018
56242
|
# Corresponds to the JSON property `kind`
|
|
56019
56243
|
# @return [String]
|
|
56020
56244
|
attr_accessor :kind
|
|
56021
56245
|
|
|
56022
|
-
# Output only.
|
|
56023
|
-
# results for
|
|
56246
|
+
# Output only. This token allows you to get the next page of results for
|
|
56024
56247
|
# list requests. If the number of results is larger thanmaxResults, use the
|
|
56025
56248
|
# nextPageToken as a value for
|
|
56026
56249
|
# the query parameter pageToken in the next list request.
|
|
@@ -56030,18 +56253,18 @@ module Google
|
|
|
56030
56253
|
# @return [String]
|
|
56031
56254
|
attr_accessor :next_page_token
|
|
56032
56255
|
|
|
56033
|
-
# Output only.
|
|
56256
|
+
# Output only. Server-defined URL for this resource.
|
|
56034
56257
|
# Corresponds to the JSON property `selfLink`
|
|
56035
56258
|
# @return [String]
|
|
56036
56259
|
attr_accessor :self_link
|
|
56037
56260
|
|
|
56038
|
-
# Output only.
|
|
56261
|
+
# Output only. Unreachable resources.
|
|
56039
56262
|
# end_interface: MixerListResponseWithEtagBuilder
|
|
56040
56263
|
# Corresponds to the JSON property `unreachables`
|
|
56041
56264
|
# @return [Array<String>]
|
|
56042
56265
|
attr_accessor :unreachables
|
|
56043
56266
|
|
|
56044
|
-
# Output only.
|
|
56267
|
+
# Output only. Informational warning message.
|
|
56045
56268
|
# Corresponds to the JSON property `warning`
|
|
56046
56269
|
# @return [Google::Apis::ComputeAlpha::RegionInstanceGroupManagerResizeRequestsListResponse::Warning]
|
|
56047
56270
|
attr_accessor :warning
|
|
@@ -56062,7 +56285,7 @@ module Google
|
|
|
56062
56285
|
@warning = args[:warning] if args.key?(:warning)
|
|
56063
56286
|
end
|
|
56064
56287
|
|
|
56065
|
-
# Output only.
|
|
56288
|
+
# Output only. Informational warning message.
|
|
56066
56289
|
class Warning
|
|
56067
56290
|
include Google::Apis::Core::Hashable
|
|
56068
56291
|
|
|
@@ -70231,8 +70454,8 @@ module Google
|
|
|
70231
70454
|
# values have
|
|
70232
70455
|
# the same definition as resource
|
|
70233
70456
|
# manager tags. Keys and values can be either in numeric format,
|
|
70234
|
-
# such as `tagKeys/`tag_key_id`` and `tagValues
|
|
70235
|
-
# format such as ``org_id|project_id`/`tag_key_short_name`` and
|
|
70457
|
+
# such as `tagKeys/`tag_key_id`` and `tagValues/`tag_value_id`` or in
|
|
70458
|
+
# namespaced format such as ``org_id|project_id`/`tag_key_short_name`` and
|
|
70236
70459
|
# ``tag_value_short_name``. The field is ignored (both PUT &
|
|
70237
70460
|
# PATCH) when empty.
|
|
70238
70461
|
# Corresponds to the JSON property `resourceManagerTags`
|
|
@@ -71804,15 +72027,15 @@ module Google
|
|
|
71804
72027
|
# @return [String]
|
|
71805
72028
|
attr_accessor :name
|
|
71806
72029
|
|
|
71807
|
-
# One of DEFAULT, ENABLED, orDEFERRED. Controls whether the load balancer
|
|
71808
|
-
#
|
|
71809
|
-
#
|
|
71810
|
-
#
|
|
71811
|
-
#
|
|
71812
|
-
#
|
|
71813
|
-
# exchange. When set
|
|
71814
|
-
# balancer
|
|
71815
|
-
#
|
|
72030
|
+
# One of DEFAULT, ENABLED, orDEFERRED. Controls whether the load balancer
|
|
72031
|
+
# negotiates
|
|
72032
|
+
# X25519MLKEM768 key exchange when clients advertise support for it. When set
|
|
72033
|
+
# to DEFAULT, or if no SSL Policy is attached to the target
|
|
72034
|
+
# proxy, the load balancer disallows X25519MLKEM768 key exchange before
|
|
72035
|
+
# October 2026, and allows it afterward. When set to ENABLED,
|
|
72036
|
+
# the load balancer allows X25519MLKEM768 key exchange. When set toDEFERRED, the
|
|
72037
|
+
# load balancer disallows X25519MLKEM768 key
|
|
72038
|
+
# exchange until October 2027, and allows it afterward.
|
|
71816
72039
|
# Corresponds to the JSON property `postQuantumKeyExchange`
|
|
71817
72040
|
# @return [String]
|
|
71818
72041
|
attr_accessor :post_quantum_key_exchange
|
|
@@ -72237,6 +72460,11 @@ module Google
|
|
|
72237
72460
|
# @return [String]
|
|
72238
72461
|
attr_accessor :self_link_with_id
|
|
72239
72462
|
|
|
72463
|
+
# Share settings for the storage pool.
|
|
72464
|
+
# Corresponds to the JSON property `shareSettings`
|
|
72465
|
+
# @return [Google::Apis::ComputeAlpha::StoragePoolShareSettings]
|
|
72466
|
+
attr_accessor :share_settings
|
|
72467
|
+
|
|
72240
72468
|
# DEPRECATED -- use "pool provisioned capacity gb".
|
|
72241
72469
|
# Corresponds to the JSON property `sizeGb`
|
|
72242
72470
|
# @return [Fixnum]
|
|
@@ -72296,6 +72524,7 @@ module Google
|
|
|
72296
72524
|
@resource_status = args[:resource_status] if args.key?(:resource_status)
|
|
72297
72525
|
@self_link = args[:self_link] if args.key?(:self_link)
|
|
72298
72526
|
@self_link_with_id = args[:self_link_with_id] if args.key?(:self_link_with_id)
|
|
72527
|
+
@share_settings = args[:share_settings] if args.key?(:share_settings)
|
|
72299
72528
|
@size_gb = args[:size_gb] if args.key?(:size_gb)
|
|
72300
72529
|
@state = args[:state] if args.key?(:state)
|
|
72301
72530
|
@status = args[:status] if args.key?(:status)
|
|
@@ -72842,8 +73071,8 @@ module Google
|
|
|
72842
73071
|
# and values
|
|
72843
73072
|
# have the same definition as resource
|
|
72844
73073
|
# manager tags. Keys and values can be either in numeric format,
|
|
72845
|
-
# such as `tagKeys/`tag_key_id`` and `tagValues
|
|
72846
|
-
# format such as ``org_id|project_id`/`tag_key_short_name`` and
|
|
73074
|
+
# such as `tagKeys/`tag_key_id`` and `tagValues/`tag_value_id`` or in
|
|
73075
|
+
# namespaced format such as ``org_id|project_id`/`tag_key_short_name`` and
|
|
72847
73076
|
# ``tag_value_short_name``. The field is ignored (both PUT &
|
|
72848
73077
|
# PATCH) when empty.
|
|
72849
73078
|
# Corresponds to the JSON property `resourceManagerTags`
|
|
@@ -73012,6 +73241,45 @@ module Google
|
|
|
73012
73241
|
end
|
|
73013
73242
|
end
|
|
73014
73243
|
|
|
73244
|
+
# Share settings for the storage pool.
|
|
73245
|
+
class StoragePoolShareSettings
|
|
73246
|
+
include Google::Apis::Core::Hashable
|
|
73247
|
+
|
|
73248
|
+
# A map of project id and project config.
|
|
73249
|
+
# Corresponds to the JSON property `projectMap`
|
|
73250
|
+
# @return [Hash<String,Google::Apis::ComputeAlpha::StoragePoolShareSettingsProjectConfig>]
|
|
73251
|
+
attr_accessor :project_map
|
|
73252
|
+
|
|
73253
|
+
def initialize(**args)
|
|
73254
|
+
update!(**args)
|
|
73255
|
+
end
|
|
73256
|
+
|
|
73257
|
+
# Update properties of this object
|
|
73258
|
+
def update!(**args)
|
|
73259
|
+
@project_map = args[:project_map] if args.key?(:project_map)
|
|
73260
|
+
end
|
|
73261
|
+
end
|
|
73262
|
+
|
|
73263
|
+
# Config for each project in the share settings.
|
|
73264
|
+
class StoragePoolShareSettingsProjectConfig
|
|
73265
|
+
include Google::Apis::Core::Hashable
|
|
73266
|
+
|
|
73267
|
+
# The project ID, should be same as the key of this project config in the
|
|
73268
|
+
# parent map.
|
|
73269
|
+
# Corresponds to the JSON property `projectId`
|
|
73270
|
+
# @return [String]
|
|
73271
|
+
attr_accessor :project_id
|
|
73272
|
+
|
|
73273
|
+
def initialize(**args)
|
|
73274
|
+
update!(**args)
|
|
73275
|
+
end
|
|
73276
|
+
|
|
73277
|
+
# Update properties of this object
|
|
73278
|
+
def update!(**args)
|
|
73279
|
+
@project_id = args[:project_id] if args.key?(:project_id)
|
|
73280
|
+
end
|
|
73281
|
+
end
|
|
73282
|
+
|
|
73015
73283
|
#
|
|
73016
73284
|
class StoragePoolType
|
|
73017
73285
|
include Google::Apis::Core::Hashable
|