google-apis-compute_alpha 0.125.0 → 0.127.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/compute_alpha/classes.rb +2873 -1806
- data/lib/google/apis/compute_alpha/gem_version.rb +2 -2
- data/lib/google/apis/compute_alpha/representations.rb +193 -2
- data/lib/google/apis/compute_alpha/service.rb +836 -181
- metadata +2 -2
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ComputeAlpha
|
|
18
18
|
# Version of the google-apis-compute_alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.127.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20251202"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -4300,6 +4300,12 @@ module Google
|
|
|
4300
4300
|
include Google::Apis::Core::JsonObjectSupport
|
|
4301
4301
|
end
|
|
4302
4302
|
|
|
4303
|
+
class LicenseParams
|
|
4304
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4305
|
+
|
|
4306
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4307
|
+
end
|
|
4308
|
+
|
|
4303
4309
|
class LicenseResourceCommitment
|
|
4304
4310
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4305
4311
|
|
|
@@ -4396,6 +4402,12 @@ module Google
|
|
|
4396
4402
|
include Google::Apis::Core::JsonObjectSupport
|
|
4397
4403
|
end
|
|
4398
4404
|
|
|
4405
|
+
class LocationPolicyZoneConfiguration
|
|
4406
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4407
|
+
|
|
4408
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
4409
|
+
end
|
|
4410
|
+
|
|
4399
4411
|
class MachineImage
|
|
4400
4412
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
4401
4413
|
|
|
@@ -6442,6 +6454,12 @@ module Google
|
|
|
6442
6454
|
include Google::Apis::Core::JsonObjectSupport
|
|
6443
6455
|
end
|
|
6444
6456
|
|
|
6457
|
+
class RegionInstanceGroupManagersAdoptInstancesRequest
|
|
6458
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6459
|
+
|
|
6460
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6461
|
+
end
|
|
6462
|
+
|
|
6445
6463
|
class RegionInstanceGroupManagersApplyUpdatesRequest
|
|
6446
6464
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6447
6465
|
|
|
@@ -6796,6 +6814,48 @@ module Google
|
|
|
6796
6814
|
include Google::Apis::Core::JsonObjectSupport
|
|
6797
6815
|
end
|
|
6798
6816
|
|
|
6817
|
+
class ReservationSlot
|
|
6818
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6819
|
+
|
|
6820
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6821
|
+
end
|
|
6822
|
+
|
|
6823
|
+
class ReservationSlotPhysicalTopology
|
|
6824
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6825
|
+
|
|
6826
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6827
|
+
end
|
|
6828
|
+
|
|
6829
|
+
class ReservationSlotStatus
|
|
6830
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6831
|
+
|
|
6832
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6833
|
+
end
|
|
6834
|
+
|
|
6835
|
+
class ReservationSlotsGetResponse
|
|
6836
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6837
|
+
|
|
6838
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6839
|
+
end
|
|
6840
|
+
|
|
6841
|
+
class ReservationSlotsListResponse
|
|
6842
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6843
|
+
|
|
6844
|
+
class Warning
|
|
6845
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6846
|
+
|
|
6847
|
+
class Datum
|
|
6848
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6849
|
+
|
|
6850
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6851
|
+
end
|
|
6852
|
+
|
|
6853
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6854
|
+
end
|
|
6855
|
+
|
|
6856
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6857
|
+
end
|
|
6858
|
+
|
|
6799
6859
|
class ReservationSubBlock
|
|
6800
6860
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6801
6861
|
|
|
@@ -8518,6 +8578,12 @@ module Google
|
|
|
8518
8578
|
include Google::Apis::Core::JsonObjectSupport
|
|
8519
8579
|
end
|
|
8520
8580
|
|
|
8581
|
+
class StoragePoolParams
|
|
8582
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
8583
|
+
|
|
8584
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
8585
|
+
end
|
|
8586
|
+
|
|
8521
8587
|
class StoragePoolResourceStatus
|
|
8522
8588
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
8523
8589
|
|
|
@@ -10695,6 +10761,7 @@ module Google
|
|
|
10695
10761
|
property :max_rate_per_instance, as: 'maxRatePerInstance'
|
|
10696
10762
|
property :max_utilization, as: 'maxUtilization'
|
|
10697
10763
|
property :preference, as: 'preference'
|
|
10764
|
+
property :service, as: 'service'
|
|
10698
10765
|
property :traffic_duration, as: 'trafficDuration'
|
|
10699
10766
|
end
|
|
10700
10767
|
end
|
|
@@ -11673,6 +11740,7 @@ module Google
|
|
|
11673
11740
|
class CapacityAdviceResponseRecommendationScores
|
|
11674
11741
|
# @private
|
|
11675
11742
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11743
|
+
property :estimated_uptime, as: 'estimatedUptime'
|
|
11676
11744
|
property :obtainability, as: 'obtainability'
|
|
11677
11745
|
property :uptime_score, as: 'uptimeScore'
|
|
11678
11746
|
end
|
|
@@ -12970,6 +13038,7 @@ module Google
|
|
|
12970
13038
|
collection :dest_address_groups, as: 'destAddressGroups'
|
|
12971
13039
|
collection :dest_fqdns, as: 'destFqdns'
|
|
12972
13040
|
collection :dest_ip_ranges, as: 'destIpRanges'
|
|
13041
|
+
property :dest_network_context, as: 'destNetworkContext'
|
|
12973
13042
|
property :dest_network_scope, as: 'destNetworkScope'
|
|
12974
13043
|
property :dest_network_type, as: 'destNetworkType'
|
|
12975
13044
|
collection :dest_region_codes, as: 'destRegionCodes'
|
|
@@ -12979,6 +13048,7 @@ module Google
|
|
|
12979
13048
|
collection :src_address_groups, as: 'srcAddressGroups'
|
|
12980
13049
|
collection :src_fqdns, as: 'srcFqdns'
|
|
12981
13050
|
collection :src_ip_ranges, as: 'srcIpRanges'
|
|
13051
|
+
property :src_network_context, as: 'srcNetworkContext'
|
|
12982
13052
|
property :src_network_scope, as: 'srcNetworkScope'
|
|
12983
13053
|
property :src_network_type, as: 'srcNetworkType'
|
|
12984
13054
|
collection :src_networks, as: 'srcNetworks'
|
|
@@ -13811,6 +13881,7 @@ module Google
|
|
|
13811
13881
|
collection :backend_services, as: 'backendServices'
|
|
13812
13882
|
property :creation_timestamp, as: 'creationTimestamp'
|
|
13813
13883
|
property :description, as: 'description'
|
|
13884
|
+
property :failover_capacity, as: 'failoverCapacity'
|
|
13814
13885
|
property :failover_initiation, as: 'failoverInitiation'
|
|
13815
13886
|
property :id, :numeric_string => true, as: 'id'
|
|
13816
13887
|
property :instance_name, as: 'instanceName'
|
|
@@ -15347,6 +15418,7 @@ module Google
|
|
|
15347
15418
|
# @private
|
|
15348
15419
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15349
15420
|
property :abandoning, as: 'abandoning'
|
|
15421
|
+
property :adopting, as: 'adopting'
|
|
15350
15422
|
property :creating, as: 'creating'
|
|
15351
15423
|
property :creating_atomically, as: 'creatingAtomically'
|
|
15352
15424
|
property :creating_without_retries, as: 'creatingWithoutRetries'
|
|
@@ -18017,6 +18089,8 @@ module Google
|
|
|
18017
18089
|
property :multi_tenant_only, as: 'multiTenantOnly'
|
|
18018
18090
|
property :name, as: 'name'
|
|
18019
18091
|
property :os_license, as: 'osLicense'
|
|
18092
|
+
property :params, as: 'params', class: Google::Apis::ComputeAlpha::LicenseParams, decorator: Google::Apis::ComputeAlpha::LicenseParams::Representation
|
|
18093
|
+
|
|
18020
18094
|
property :removable_from_disk, as: 'removableFromDisk'
|
|
18021
18095
|
collection :required_coattached_licenses, as: 'requiredCoattachedLicenses'
|
|
18022
18096
|
property :resource_requirements, as: 'resourceRequirements', class: Google::Apis::ComputeAlpha::LicenseResourceRequirements, decorator: Google::Apis::ComputeAlpha::LicenseResourceRequirements::Representation
|
|
@@ -18064,6 +18138,13 @@ module Google
|
|
|
18064
18138
|
end
|
|
18065
18139
|
end
|
|
18066
18140
|
|
|
18141
|
+
class LicenseParams
|
|
18142
|
+
# @private
|
|
18143
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
18144
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
|
18145
|
+
end
|
|
18146
|
+
end
|
|
18147
|
+
|
|
18067
18148
|
class LicenseResourceCommitment
|
|
18068
18149
|
# @private
|
|
18069
18150
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -18203,6 +18284,8 @@ module Google
|
|
|
18203
18284
|
hash :locations, as: 'locations', class: Google::Apis::ComputeAlpha::LocationPolicyLocation, decorator: Google::Apis::ComputeAlpha::LocationPolicyLocation::Representation
|
|
18204
18285
|
|
|
18205
18286
|
property :target_shape, as: 'targetShape'
|
|
18287
|
+
collection :zones, as: 'zones', class: Google::Apis::ComputeAlpha::LocationPolicyZoneConfiguration, decorator: Google::Apis::ComputeAlpha::LocationPolicyZoneConfiguration::Representation
|
|
18288
|
+
|
|
18206
18289
|
end
|
|
18207
18290
|
end
|
|
18208
18291
|
|
|
@@ -18223,6 +18306,13 @@ module Google
|
|
|
18223
18306
|
end
|
|
18224
18307
|
end
|
|
18225
18308
|
|
|
18309
|
+
class LocationPolicyZoneConfiguration
|
|
18310
|
+
# @private
|
|
18311
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
18312
|
+
property :zone, as: 'zone'
|
|
18313
|
+
end
|
|
18314
|
+
end
|
|
18315
|
+
|
|
18226
18316
|
class MachineImage
|
|
18227
18317
|
# @private
|
|
18228
18318
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -18538,7 +18628,10 @@ module Google
|
|
|
18538
18628
|
class ManagedInstancePropertiesFromFlexibilityPolicy
|
|
18539
18629
|
# @private
|
|
18540
18630
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
18631
|
+
collection :disks, as: 'disks', class: Google::Apis::ComputeAlpha::AttachedDisk, decorator: Google::Apis::ComputeAlpha::AttachedDisk::Representation
|
|
18632
|
+
|
|
18541
18633
|
property :machine_type, as: 'machineType'
|
|
18634
|
+
property :min_cpu_platform, as: 'minCpuPlatform'
|
|
18542
18635
|
property :provisioning_model, as: 'provisioningModel'
|
|
18543
18636
|
end
|
|
18544
18637
|
end
|
|
@@ -18925,6 +19018,7 @@ module Google
|
|
|
18925
19018
|
property :ipv6_address, as: 'ipv6Address'
|
|
18926
19019
|
property :project_id_or_num, as: 'projectIdOrNum'
|
|
18927
19020
|
collection :secondary_ip_cidr_ranges, as: 'secondaryIpCidrRanges'
|
|
19021
|
+
property :service_class_id, as: 'serviceClassId'
|
|
18928
19022
|
property :status, as: 'status'
|
|
18929
19023
|
property :subnetwork, as: 'subnetwork'
|
|
18930
19024
|
property :subnetwork_cidr_range, as: 'subnetworkCidrRange'
|
|
@@ -19396,6 +19490,7 @@ module Google
|
|
|
19396
19490
|
property :nic_type, as: 'nicType'
|
|
19397
19491
|
property :parent_nic_name, as: 'parentNicName'
|
|
19398
19492
|
property :queue_count, as: 'queueCount'
|
|
19493
|
+
property :service_class_id, as: 'serviceClassId'
|
|
19399
19494
|
property :stack_type, as: 'stackType'
|
|
19400
19495
|
collection :subinterfaces, as: 'subinterfaces', class: Google::Apis::ComputeAlpha::NetworkInterfaceSubInterface, decorator: Google::Apis::ComputeAlpha::NetworkInterfaceSubInterface::Representation
|
|
19401
19496
|
|
|
@@ -19656,8 +19751,6 @@ module Google
|
|
|
19656
19751
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
19657
19752
|
property :dscp_mode, as: 'dscpMode'
|
|
19658
19753
|
property :dscp_value, as: 'dscpValue'
|
|
19659
|
-
property :field_type, as: 'fieldType'
|
|
19660
|
-
property :field_value, as: 'fieldValue'
|
|
19661
19754
|
property :traffic_class, as: 'trafficClass'
|
|
19662
19755
|
property :type, as: 'type'
|
|
19663
19756
|
end
|
|
@@ -22098,6 +22191,14 @@ module Google
|
|
|
22098
22191
|
end
|
|
22099
22192
|
end
|
|
22100
22193
|
|
|
22194
|
+
class RegionInstanceGroupManagersAdoptInstancesRequest
|
|
22195
|
+
# @private
|
|
22196
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
22197
|
+
collection :instances, as: 'instances', class: Google::Apis::ComputeAlpha::PerInstanceConfig, decorator: Google::Apis::ComputeAlpha::PerInstanceConfig::Representation
|
|
22198
|
+
|
|
22199
|
+
end
|
|
22200
|
+
end
|
|
22201
|
+
|
|
22101
22202
|
class RegionInstanceGroupManagersApplyUpdatesRequest
|
|
22102
22203
|
# @private
|
|
22103
22204
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -22700,6 +22801,83 @@ module Google
|
|
|
22700
22801
|
end
|
|
22701
22802
|
end
|
|
22702
22803
|
|
|
22804
|
+
class ReservationSlot
|
|
22805
|
+
# @private
|
|
22806
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
22807
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
|
22808
|
+
property :description, as: 'description'
|
|
22809
|
+
property :id, :numeric_string => true, as: 'id'
|
|
22810
|
+
property :kind, as: 'kind'
|
|
22811
|
+
property :name, as: 'name'
|
|
22812
|
+
property :self_link, as: 'selfLink'
|
|
22813
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
|
22814
|
+
property :state, as: 'state'
|
|
22815
|
+
property :status, as: 'status', class: Google::Apis::ComputeAlpha::ReservationSlotStatus, decorator: Google::Apis::ComputeAlpha::ReservationSlotStatus::Representation
|
|
22816
|
+
|
|
22817
|
+
property :zone, as: 'zone'
|
|
22818
|
+
end
|
|
22819
|
+
end
|
|
22820
|
+
|
|
22821
|
+
class ReservationSlotPhysicalTopology
|
|
22822
|
+
# @private
|
|
22823
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
22824
|
+
property :block, as: 'block'
|
|
22825
|
+
property :cluster, as: 'cluster'
|
|
22826
|
+
property :host, as: 'host'
|
|
22827
|
+
property :sub_block, as: 'subBlock'
|
|
22828
|
+
end
|
|
22829
|
+
end
|
|
22830
|
+
|
|
22831
|
+
class ReservationSlotStatus
|
|
22832
|
+
# @private
|
|
22833
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
22834
|
+
property :physical_topology, as: 'physicalTopology', class: Google::Apis::ComputeAlpha::ReservationSlotPhysicalTopology, decorator: Google::Apis::ComputeAlpha::ReservationSlotPhysicalTopology::Representation
|
|
22835
|
+
|
|
22836
|
+
collection :rdma_ip_addresses, as: 'rdmaIpAddresses'
|
|
22837
|
+
collection :running_instances, as: 'runningInstances'
|
|
22838
|
+
end
|
|
22839
|
+
end
|
|
22840
|
+
|
|
22841
|
+
class ReservationSlotsGetResponse
|
|
22842
|
+
# @private
|
|
22843
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
22844
|
+
property :resource, as: 'resource', class: Google::Apis::ComputeAlpha::ReservationSlot, decorator: Google::Apis::ComputeAlpha::ReservationSlot::Representation
|
|
22845
|
+
|
|
22846
|
+
end
|
|
22847
|
+
end
|
|
22848
|
+
|
|
22849
|
+
class ReservationSlotsListResponse
|
|
22850
|
+
# @private
|
|
22851
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
22852
|
+
property :id, as: 'id'
|
|
22853
|
+
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::ReservationSlot, decorator: Google::Apis::ComputeAlpha::ReservationSlot::Representation
|
|
22854
|
+
|
|
22855
|
+
property :kind, as: 'kind'
|
|
22856
|
+
property :next_page_token, as: 'nextPageToken'
|
|
22857
|
+
property :self_link, as: 'selfLink'
|
|
22858
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::ReservationSlotsListResponse::Warning, decorator: Google::Apis::ComputeAlpha::ReservationSlotsListResponse::Warning::Representation
|
|
22859
|
+
|
|
22860
|
+
end
|
|
22861
|
+
|
|
22862
|
+
class Warning
|
|
22863
|
+
# @private
|
|
22864
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
22865
|
+
property :code, as: 'code'
|
|
22866
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::ReservationSlotsListResponse::Warning::Datum, decorator: Google::Apis::ComputeAlpha::ReservationSlotsListResponse::Warning::Datum::Representation
|
|
22867
|
+
|
|
22868
|
+
property :message, as: 'message'
|
|
22869
|
+
end
|
|
22870
|
+
|
|
22871
|
+
class Datum
|
|
22872
|
+
# @private
|
|
22873
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
22874
|
+
property :key, as: 'key'
|
|
22875
|
+
property :value, as: 'value'
|
|
22876
|
+
end
|
|
22877
|
+
end
|
|
22878
|
+
end
|
|
22879
|
+
end
|
|
22880
|
+
|
|
22703
22881
|
class ReservationSubBlock
|
|
22704
22882
|
# @private
|
|
22705
22883
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -24730,6 +24908,8 @@ module Google
|
|
|
24730
24908
|
class SecurityPolicyRulePreconfiguredWafConfigExclusion
|
|
24731
24909
|
# @private
|
|
24732
24910
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
24911
|
+
collection :request_bodies_to_exclude, as: 'requestBodiesToExclude', class: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams::Representation
|
|
24912
|
+
|
|
24733
24913
|
collection :request_cookies_to_exclude, as: 'requestCookiesToExclude', class: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams::Representation
|
|
24734
24914
|
|
|
24735
24915
|
collection :request_headers_to_exclude, as: 'requestHeadersToExclude', class: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams, decorator: Google::Apis::ComputeAlpha::SecurityPolicyRulePreconfiguredWafConfigExclusionFieldParams::Representation
|
|
@@ -25799,6 +25979,8 @@ module Google
|
|
|
25799
25979
|
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
|
25800
25980
|
hash :labels, as: 'labels'
|
|
25801
25981
|
property :name, as: 'name'
|
|
25982
|
+
property :params, as: 'params', class: Google::Apis::ComputeAlpha::StoragePoolParams, decorator: Google::Apis::ComputeAlpha::StoragePoolParams::Representation
|
|
25983
|
+
|
|
25802
25984
|
property :performance_provisioning_type, as: 'performanceProvisioningType'
|
|
25803
25985
|
property :pool_provisioned_capacity_gb, :numeric_string => true, as: 'poolProvisionedCapacityGb'
|
|
25804
25986
|
property :pool_provisioned_iops, :numeric_string => true, as: 'poolProvisionedIops'
|
|
@@ -25946,6 +26128,13 @@ module Google
|
|
|
25946
26128
|
end
|
|
25947
26129
|
end
|
|
25948
26130
|
|
|
26131
|
+
class StoragePoolParams
|
|
26132
|
+
# @private
|
|
26133
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
26134
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
|
26135
|
+
end
|
|
26136
|
+
end
|
|
26137
|
+
|
|
25949
26138
|
class StoragePoolResourceStatus
|
|
25950
26139
|
# @private
|
|
25951
26140
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -27097,6 +27286,7 @@ module Google
|
|
|
27097
27286
|
property :description, as: 'description'
|
|
27098
27287
|
property :id, :numeric_string => true, as: 'id'
|
|
27099
27288
|
property :kind, as: 'kind'
|
|
27289
|
+
property :load_balancing_scheme, as: 'loadBalancingScheme'
|
|
27100
27290
|
property :name, as: 'name'
|
|
27101
27291
|
property :proxy_bind, as: 'proxyBind'
|
|
27102
27292
|
property :proxy_header, as: 'proxyHeader'
|
|
@@ -28050,6 +28240,7 @@ module Google
|
|
|
28050
28240
|
class VpnTunnel
|
|
28051
28241
|
# @private
|
|
28052
28242
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
28243
|
+
property :capacity_tier, as: 'capacityTier'
|
|
28053
28244
|
property :cipher_suite, as: 'cipherSuite', class: Google::Apis::ComputeAlpha::VpnTunnelCipherSuite, decorator: Google::Apis::ComputeAlpha::VpnTunnelCipherSuite::Representation
|
|
28054
28245
|
|
|
28055
28246
|
property :creation_timestamp, as: 'creationTimestamp'
|