google-apis-compute_beta 0.139.0 → 0.141.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 +9 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/compute_beta/classes.rb +992 -92
- data/lib/google/apis/compute_beta/gem_version.rb +3 -3
- data/lib/google/apis/compute_beta/representations.rb +346 -4
- data/lib/google/apis/compute_beta/service.rb +1007 -41
- metadata +3 -3
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module ComputeBeta
|
|
18
18
|
# Version of the google-apis-compute_beta gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.141.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.
|
|
22
|
+
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260612"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -688,6 +688,12 @@ module Google
|
|
|
688
688
|
include Google::Apis::Core::JsonObjectSupport
|
|
689
689
|
end
|
|
690
690
|
|
|
691
|
+
class BackendServiceLogConfigLoggingHttpHeader
|
|
692
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
693
|
+
|
|
694
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
695
|
+
end
|
|
696
|
+
|
|
691
697
|
class BackendServiceNetworkPassThroughLbTrafficPolicy
|
|
692
698
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
693
699
|
|
|
@@ -1240,6 +1246,12 @@ module Google
|
|
|
1240
1246
|
include Google::Apis::Core::JsonObjectSupport
|
|
1241
1247
|
end
|
|
1242
1248
|
|
|
1249
|
+
class DateTime
|
|
1250
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1251
|
+
|
|
1252
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
1253
|
+
end
|
|
1254
|
+
|
|
1243
1255
|
class DeprecationStatus
|
|
1244
1256
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
1245
1257
|
|
|
@@ -2428,12 +2440,54 @@ module Google
|
|
|
2428
2440
|
include Google::Apis::Core::JsonObjectSupport
|
|
2429
2441
|
end
|
|
2430
2442
|
|
|
2443
|
+
class Host
|
|
2444
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2445
|
+
|
|
2446
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2447
|
+
end
|
|
2448
|
+
|
|
2449
|
+
class HostPhysicalTopology
|
|
2450
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2451
|
+
|
|
2452
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2453
|
+
end
|
|
2454
|
+
|
|
2431
2455
|
class HostRule
|
|
2432
2456
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2433
2457
|
|
|
2434
2458
|
include Google::Apis::Core::JsonObjectSupport
|
|
2435
2459
|
end
|
|
2436
2460
|
|
|
2461
|
+
class HostStatus
|
|
2462
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2463
|
+
|
|
2464
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2465
|
+
end
|
|
2466
|
+
|
|
2467
|
+
class HostsGetVersionRequest
|
|
2468
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2469
|
+
|
|
2470
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2471
|
+
end
|
|
2472
|
+
|
|
2473
|
+
class HostsListResponse
|
|
2474
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2475
|
+
|
|
2476
|
+
class Warning
|
|
2477
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2478
|
+
|
|
2479
|
+
class Datum
|
|
2480
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2481
|
+
|
|
2482
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2483
|
+
end
|
|
2484
|
+
|
|
2485
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2486
|
+
end
|
|
2487
|
+
|
|
2488
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2489
|
+
end
|
|
2490
|
+
|
|
2437
2491
|
class HttpFaultAbort
|
|
2438
2492
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2439
2493
|
|
|
@@ -2596,12 +2650,24 @@ module Google
|
|
|
2596
2650
|
include Google::Apis::Core::JsonObjectSupport
|
|
2597
2651
|
end
|
|
2598
2652
|
|
|
2653
|
+
class ImageOptimizationPolicy
|
|
2654
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2655
|
+
|
|
2656
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2657
|
+
end
|
|
2658
|
+
|
|
2599
2659
|
class ImageParams
|
|
2600
2660
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2601
2661
|
|
|
2602
2662
|
include Google::Apis::Core::JsonObjectSupport
|
|
2603
2663
|
end
|
|
2604
2664
|
|
|
2665
|
+
class ImageView
|
|
2666
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2667
|
+
|
|
2668
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
2669
|
+
end
|
|
2670
|
+
|
|
2605
2671
|
class InitialStateConfig
|
|
2606
2672
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
2607
2673
|
|
|
@@ -5572,6 +5638,24 @@ module Google
|
|
|
5572
5638
|
include Google::Apis::Core::JsonObjectSupport
|
|
5573
5639
|
end
|
|
5574
5640
|
|
|
5641
|
+
class OrganizationRolloutsListResponse
|
|
5642
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5643
|
+
|
|
5644
|
+
class Warning
|
|
5645
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5646
|
+
|
|
5647
|
+
class Datum
|
|
5648
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5649
|
+
|
|
5650
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5651
|
+
end
|
|
5652
|
+
|
|
5653
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5654
|
+
end
|
|
5655
|
+
|
|
5656
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5657
|
+
end
|
|
5658
|
+
|
|
5575
5659
|
class OrganizationSecurityPoliciesListAssociationsResponse
|
|
5576
5660
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5577
5661
|
|
|
@@ -5710,6 +5794,12 @@ module Google
|
|
|
5710
5794
|
include Google::Apis::Core::JsonObjectSupport
|
|
5711
5795
|
end
|
|
5712
5796
|
|
|
5797
|
+
class PeriodicPartialMaintenanceSchedule
|
|
5798
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5799
|
+
|
|
5800
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5801
|
+
end
|
|
5802
|
+
|
|
5713
5803
|
class Policy
|
|
5714
5804
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5715
5805
|
|
|
@@ -5800,6 +5890,12 @@ module Google
|
|
|
5800
5890
|
include Google::Apis::Core::JsonObjectSupport
|
|
5801
5891
|
end
|
|
5802
5892
|
|
|
5893
|
+
class ProjectView
|
|
5894
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5895
|
+
|
|
5896
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
5897
|
+
end
|
|
5898
|
+
|
|
5803
5899
|
class ProjectsDisableXpnResourceRequest
|
|
5804
5900
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
5805
5901
|
|
|
@@ -6784,6 +6880,12 @@ module Google
|
|
|
6784
6880
|
include Google::Apis::Core::JsonObjectSupport
|
|
6785
6881
|
end
|
|
6786
6882
|
|
|
6883
|
+
class ResourceStatusPhysicalHostTopologyAdditionalAttributes
|
|
6884
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6885
|
+
|
|
6886
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
6887
|
+
end
|
|
6888
|
+
|
|
6787
6889
|
class ResourceStatusReservationConsumptionInfo
|
|
6788
6890
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
6789
6891
|
|
|
@@ -7660,6 +7762,12 @@ module Google
|
|
|
7660
7762
|
include Google::Apis::Core::JsonObjectSupport
|
|
7661
7763
|
end
|
|
7662
7764
|
|
|
7765
|
+
class ShareSettingsFolderConfig
|
|
7766
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7767
|
+
|
|
7768
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
7769
|
+
end
|
|
7770
|
+
|
|
7663
7771
|
class ShareSettingsProjectConfig
|
|
7664
7772
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
7665
7773
|
|
|
@@ -8884,6 +8992,12 @@ module Google
|
|
|
8884
8992
|
include Google::Apis::Core::JsonObjectSupport
|
|
8885
8993
|
end
|
|
8886
8994
|
|
|
8995
|
+
class TimeZone
|
|
8996
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
8997
|
+
|
|
8998
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
8999
|
+
end
|
|
9000
|
+
|
|
8887
9001
|
class Uint128
|
|
8888
9002
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
8889
9003
|
|
|
@@ -9490,6 +9604,12 @@ module Google
|
|
|
9490
9604
|
include Google::Apis::Core::JsonObjectSupport
|
|
9491
9605
|
end
|
|
9492
9606
|
|
|
9607
|
+
class ZoneResourceStatus
|
|
9608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
9609
|
+
|
|
9610
|
+
include Google::Apis::Core::JsonObjectSupport
|
|
9611
|
+
end
|
|
9612
|
+
|
|
9493
9613
|
class ZoneSetLabelsRequest
|
|
9494
9614
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
|
9495
9615
|
|
|
@@ -10801,12 +10921,23 @@ module Google
|
|
|
10801
10921
|
# @private
|
|
10802
10922
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10803
10923
|
property :enable, as: 'enable'
|
|
10924
|
+
collection :logging_http_request_headers, as: 'loggingHttpRequestHeaders', class: Google::Apis::ComputeBeta::BackendServiceLogConfigLoggingHttpHeader, decorator: Google::Apis::ComputeBeta::BackendServiceLogConfigLoggingHttpHeader::Representation
|
|
10925
|
+
|
|
10926
|
+
collection :logging_http_response_headers, as: 'loggingHttpResponseHeaders', class: Google::Apis::ComputeBeta::BackendServiceLogConfigLoggingHttpHeader, decorator: Google::Apis::ComputeBeta::BackendServiceLogConfigLoggingHttpHeader::Representation
|
|
10927
|
+
|
|
10804
10928
|
collection :optional_fields, as: 'optionalFields'
|
|
10805
10929
|
property :optional_mode, as: 'optionalMode'
|
|
10806
10930
|
property :sample_rate, as: 'sampleRate'
|
|
10807
10931
|
end
|
|
10808
10932
|
end
|
|
10809
10933
|
|
|
10934
|
+
class BackendServiceLogConfigLoggingHttpHeader
|
|
10935
|
+
# @private
|
|
10936
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
10937
|
+
property :header_name, as: 'headerName'
|
|
10938
|
+
end
|
|
10939
|
+
end
|
|
10940
|
+
|
|
10810
10941
|
class BackendServiceNetworkPassThroughLbTrafficPolicy
|
|
10811
10942
|
# @private
|
|
10812
10943
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -11756,6 +11887,22 @@ module Google
|
|
|
11756
11887
|
end
|
|
11757
11888
|
end
|
|
11758
11889
|
|
|
11890
|
+
class DateTime
|
|
11891
|
+
# @private
|
|
11892
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
11893
|
+
property :day, as: 'day'
|
|
11894
|
+
property :hours, as: 'hours'
|
|
11895
|
+
property :minutes, as: 'minutes'
|
|
11896
|
+
property :month, as: 'month'
|
|
11897
|
+
property :nanos, as: 'nanos'
|
|
11898
|
+
property :seconds, as: 'seconds'
|
|
11899
|
+
property :time_zone, as: 'timeZone', class: Google::Apis::ComputeBeta::TimeZone, decorator: Google::Apis::ComputeBeta::TimeZone::Representation
|
|
11900
|
+
|
|
11901
|
+
property :utc_offset, as: 'utcOffset'
|
|
11902
|
+
property :year, as: 'year'
|
|
11903
|
+
end
|
|
11904
|
+
end
|
|
11905
|
+
|
|
11759
11906
|
class DeprecationStatus
|
|
11760
11907
|
# @private
|
|
11761
11908
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -13988,6 +14135,34 @@ module Google
|
|
|
13988
14135
|
end
|
|
13989
14136
|
end
|
|
13990
14137
|
|
|
14138
|
+
class Host
|
|
14139
|
+
# @private
|
|
14140
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14141
|
+
collection :alias_links, as: 'aliasLinks'
|
|
14142
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
|
14143
|
+
property :description, as: 'description'
|
|
14144
|
+
property :id, :numeric_string => true, as: 'id'
|
|
14145
|
+
property :kind, as: 'kind'
|
|
14146
|
+
property :name, as: 'name'
|
|
14147
|
+
property :self_link, as: 'selfLink'
|
|
14148
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
|
14149
|
+
property :state, as: 'state'
|
|
14150
|
+
property :status, as: 'status', class: Google::Apis::ComputeBeta::HostStatus, decorator: Google::Apis::ComputeBeta::HostStatus::Representation
|
|
14151
|
+
|
|
14152
|
+
property :zone, as: 'zone'
|
|
14153
|
+
end
|
|
14154
|
+
end
|
|
14155
|
+
|
|
14156
|
+
class HostPhysicalTopology
|
|
14157
|
+
# @private
|
|
14158
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14159
|
+
property :block, as: 'block'
|
|
14160
|
+
property :cluster, as: 'cluster'
|
|
14161
|
+
property :host, as: 'host'
|
|
14162
|
+
property :sub_block, as: 'subBlock'
|
|
14163
|
+
end
|
|
14164
|
+
end
|
|
14165
|
+
|
|
13991
14166
|
class HostRule
|
|
13992
14167
|
# @private
|
|
13993
14168
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -13997,6 +14172,56 @@ module Google
|
|
|
13997
14172
|
end
|
|
13998
14173
|
end
|
|
13999
14174
|
|
|
14175
|
+
class HostStatus
|
|
14176
|
+
# @private
|
|
14177
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14178
|
+
property :physical_topology, as: 'physicalTopology', class: Google::Apis::ComputeBeta::HostPhysicalTopology, decorator: Google::Apis::ComputeBeta::HostPhysicalTopology::Representation
|
|
14179
|
+
|
|
14180
|
+
collection :running_instances, as: 'runningInstances'
|
|
14181
|
+
end
|
|
14182
|
+
end
|
|
14183
|
+
|
|
14184
|
+
class HostsGetVersionRequest
|
|
14185
|
+
# @private
|
|
14186
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14187
|
+
collection :sbom_selections, as: 'sbomSelections'
|
|
14188
|
+
end
|
|
14189
|
+
end
|
|
14190
|
+
|
|
14191
|
+
class HostsListResponse
|
|
14192
|
+
# @private
|
|
14193
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14194
|
+
property :etag, as: 'etag'
|
|
14195
|
+
property :id, as: 'id'
|
|
14196
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::Host, decorator: Google::Apis::ComputeBeta::Host::Representation
|
|
14197
|
+
|
|
14198
|
+
property :kind, as: 'kind'
|
|
14199
|
+
property :next_page_token, as: 'nextPageToken'
|
|
14200
|
+
property :self_link, as: 'selfLink'
|
|
14201
|
+
collection :unreachables, as: 'unreachables'
|
|
14202
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::HostsListResponse::Warning, decorator: Google::Apis::ComputeBeta::HostsListResponse::Warning::Representation
|
|
14203
|
+
|
|
14204
|
+
end
|
|
14205
|
+
|
|
14206
|
+
class Warning
|
|
14207
|
+
# @private
|
|
14208
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14209
|
+
property :code, as: 'code'
|
|
14210
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::HostsListResponse::Warning::Datum, decorator: Google::Apis::ComputeBeta::HostsListResponse::Warning::Datum::Representation
|
|
14211
|
+
|
|
14212
|
+
property :message, as: 'message'
|
|
14213
|
+
end
|
|
14214
|
+
|
|
14215
|
+
class Datum
|
|
14216
|
+
# @private
|
|
14217
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14218
|
+
property :key, as: 'key'
|
|
14219
|
+
property :value, as: 'value'
|
|
14220
|
+
end
|
|
14221
|
+
end
|
|
14222
|
+
end
|
|
14223
|
+
end
|
|
14224
|
+
|
|
14000
14225
|
class HttpFaultAbort
|
|
14001
14226
|
# @private
|
|
14002
14227
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -14161,6 +14386,8 @@ module Google
|
|
|
14161
14386
|
|
|
14162
14387
|
property :fault_injection_policy, as: 'faultInjectionPolicy', class: Google::Apis::ComputeBeta::HttpFaultInjection, decorator: Google::Apis::ComputeBeta::HttpFaultInjection::Representation
|
|
14163
14388
|
|
|
14389
|
+
property :image_optimization_policy, as: 'imageOptimizationPolicy', class: Google::Apis::ComputeBeta::ImageOptimizationPolicy, decorator: Google::Apis::ComputeBeta::ImageOptimizationPolicy::Representation
|
|
14390
|
+
|
|
14164
14391
|
property :max_stream_duration, as: 'maxStreamDuration', class: Google::Apis::ComputeBeta::Duration, decorator: Google::Apis::ComputeBeta::Duration::Representation
|
|
14165
14392
|
|
|
14166
14393
|
property :request_mirror_policy, as: 'requestMirrorPolicy', class: Google::Apis::ComputeBeta::RequestMirrorPolicy, decorator: Google::Apis::ComputeBeta::RequestMirrorPolicy::Representation
|
|
@@ -14369,6 +14596,13 @@ module Google
|
|
|
14369
14596
|
end
|
|
14370
14597
|
end
|
|
14371
14598
|
|
|
14599
|
+
class ImageOptimizationPolicy
|
|
14600
|
+
# @private
|
|
14601
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14602
|
+
property :query_parameter_interpretation, as: 'queryParameterInterpretation'
|
|
14603
|
+
end
|
|
14604
|
+
end
|
|
14605
|
+
|
|
14372
14606
|
class ImageParams
|
|
14373
14607
|
# @private
|
|
14374
14608
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -14376,6 +14610,14 @@ module Google
|
|
|
14376
14610
|
end
|
|
14377
14611
|
end
|
|
14378
14612
|
|
|
14613
|
+
class ImageView
|
|
14614
|
+
# @private
|
|
14615
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
14616
|
+
property :image, as: 'image', class: Google::Apis::ComputeBeta::Image, decorator: Google::Apis::ComputeBeta::Image::Representation
|
|
14617
|
+
|
|
14618
|
+
end
|
|
14619
|
+
end
|
|
14620
|
+
|
|
14379
14621
|
class InitialStateConfig
|
|
14380
14622
|
# @private
|
|
14381
14623
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -14695,6 +14937,7 @@ module Google
|
|
|
14695
14937
|
property :recreating, as: 'recreating'
|
|
14696
14938
|
property :refreshing, as: 'refreshing'
|
|
14697
14939
|
property :restarting, as: 'restarting'
|
|
14940
|
+
property :restarting_in_place, as: 'restartingInPlace'
|
|
14698
14941
|
property :resuming, as: 'resuming'
|
|
14699
14942
|
property :starting, as: 'starting'
|
|
14700
14943
|
property :stopping, as: 'stopping'
|
|
@@ -15177,6 +15420,7 @@ module Google
|
|
|
15177
15420
|
class InstanceGroupManagerUpdatePolicy
|
|
15178
15421
|
# @private
|
|
15179
15422
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15423
|
+
collection :allowed_actions, as: 'allowedActions'
|
|
15180
15424
|
property :instance_redistribution_type, as: 'instanceRedistributionType'
|
|
15181
15425
|
property :max_surge, as: 'maxSurge', class: Google::Apis::ComputeBeta::FixedOrPercent, decorator: Google::Apis::ComputeBeta::FixedOrPercent::Representation
|
|
15182
15426
|
|
|
@@ -15211,6 +15455,7 @@ module Google
|
|
|
15211
15455
|
# @private
|
|
15212
15456
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
15213
15457
|
property :all_instances, as: 'allInstances'
|
|
15458
|
+
collection :allowed_actions, as: 'allowedActions'
|
|
15214
15459
|
collection :instances, as: 'instances'
|
|
15215
15460
|
property :minimal_action, as: 'minimalAction'
|
|
15216
15461
|
property :most_disruptive_allowed_action, as: 'mostDisruptiveAllowedAction'
|
|
@@ -19942,6 +20187,39 @@ module Google
|
|
|
19942
20187
|
end
|
|
19943
20188
|
end
|
|
19944
20189
|
|
|
20190
|
+
class OrganizationRolloutsListResponse
|
|
20191
|
+
# @private
|
|
20192
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20193
|
+
property :etag, as: 'etag'
|
|
20194
|
+
property :id, as: 'id'
|
|
20195
|
+
collection :items, as: 'items', class: Google::Apis::ComputeBeta::Rollout, decorator: Google::Apis::ComputeBeta::Rollout::Representation
|
|
20196
|
+
|
|
20197
|
+
property :next_page_token, as: 'nextPageToken'
|
|
20198
|
+
property :self_link, as: 'selfLink'
|
|
20199
|
+
collection :unreachables, as: 'unreachables'
|
|
20200
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::OrganizationRolloutsListResponse::Warning, decorator: Google::Apis::ComputeBeta::OrganizationRolloutsListResponse::Warning::Representation
|
|
20201
|
+
|
|
20202
|
+
end
|
|
20203
|
+
|
|
20204
|
+
class Warning
|
|
20205
|
+
# @private
|
|
20206
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20207
|
+
property :code, as: 'code'
|
|
20208
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::OrganizationRolloutsListResponse::Warning::Datum, decorator: Google::Apis::ComputeBeta::OrganizationRolloutsListResponse::Warning::Datum::Representation
|
|
20209
|
+
|
|
20210
|
+
property :message, as: 'message'
|
|
20211
|
+
end
|
|
20212
|
+
|
|
20213
|
+
class Datum
|
|
20214
|
+
# @private
|
|
20215
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20216
|
+
property :key, as: 'key'
|
|
20217
|
+
property :value, as: 'value'
|
|
20218
|
+
end
|
|
20219
|
+
end
|
|
20220
|
+
end
|
|
20221
|
+
end
|
|
20222
|
+
|
|
19945
20223
|
class OrganizationSecurityPoliciesListAssociationsResponse
|
|
19946
20224
|
# @private
|
|
19947
20225
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -20205,6 +20483,19 @@ module Google
|
|
|
20205
20483
|
end
|
|
20206
20484
|
end
|
|
20207
20485
|
|
|
20486
|
+
class PeriodicPartialMaintenanceSchedule
|
|
20487
|
+
# @private
|
|
20488
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20489
|
+
property :sub_type, as: 'subType'
|
|
20490
|
+
property :target_resource, as: 'targetResource'
|
|
20491
|
+
property :type, as: 'type'
|
|
20492
|
+
property :window_end_time, as: 'windowEndTime', class: Google::Apis::ComputeBeta::DateTime, decorator: Google::Apis::ComputeBeta::DateTime::Representation
|
|
20493
|
+
|
|
20494
|
+
property :window_start_time, as: 'windowStartTime', class: Google::Apis::ComputeBeta::DateTime, decorator: Google::Apis::ComputeBeta::DateTime::Representation
|
|
20495
|
+
|
|
20496
|
+
end
|
|
20497
|
+
end
|
|
20498
|
+
|
|
20208
20499
|
class Policy
|
|
20209
20500
|
# @private
|
|
20210
20501
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -20374,6 +20665,14 @@ module Google
|
|
|
20374
20665
|
end
|
|
20375
20666
|
end
|
|
20376
20667
|
|
|
20668
|
+
class ProjectView
|
|
20669
|
+
# @private
|
|
20670
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20671
|
+
property :project, as: 'project', class: Google::Apis::ComputeBeta::Project, decorator: Google::Apis::ComputeBeta::Project::Representation
|
|
20672
|
+
|
|
20673
|
+
end
|
|
20674
|
+
end
|
|
20675
|
+
|
|
20377
20676
|
class ProjectsDisableXpnResourceRequest
|
|
20378
20677
|
# @private
|
|
20379
20678
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -20956,6 +21255,7 @@ module Google
|
|
|
20956
21255
|
# @private
|
|
20957
21256
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
20958
21257
|
property :all_instances, as: 'allInstances'
|
|
21258
|
+
collection :allowed_actions, as: 'allowedActions'
|
|
20959
21259
|
collection :instances, as: 'instances'
|
|
20960
21260
|
property :minimal_action, as: 'minimalAction'
|
|
20961
21261
|
property :most_disruptive_allowed_action, as: 'mostDisruptiveAllowedAction'
|
|
@@ -21358,10 +21658,10 @@ module Google
|
|
|
21358
21658
|
class ReservationBlock
|
|
21359
21659
|
# @private
|
|
21360
21660
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
21661
|
+
property :block_health_info, as: 'blockHealthInfo', class: Google::Apis::ComputeBeta::ReservationBlockHealthInfo, decorator: Google::Apis::ComputeBeta::ReservationBlockHealthInfo::Representation
|
|
21662
|
+
|
|
21361
21663
|
property :count, as: 'count'
|
|
21362
21664
|
property :creation_timestamp, as: 'creationTimestamp'
|
|
21363
|
-
property :health_info, as: 'healthInfo', class: Google::Apis::ComputeBeta::ReservationBlockHealthInfo, decorator: Google::Apis::ComputeBeta::ReservationBlockHealthInfo::Representation
|
|
21364
|
-
|
|
21365
21665
|
property :id, :numeric_string => true, as: 'id'
|
|
21366
21666
|
property :in_use_count, as: 'inUseCount'
|
|
21367
21667
|
property :in_use_host_count, as: 'inUseHostCount'
|
|
@@ -21590,8 +21890,6 @@ module Google
|
|
|
21590
21890
|
|
|
21591
21891
|
property :count, as: 'count'
|
|
21592
21892
|
property :creation_timestamp, as: 'creationTimestamp'
|
|
21593
|
-
property :health_info, as: 'healthInfo', class: Google::Apis::ComputeBeta::ReservationSubBlockHealthInfo, decorator: Google::Apis::ComputeBeta::ReservationSubBlockHealthInfo::Representation
|
|
21594
|
-
|
|
21595
21893
|
property :id, :numeric_string => true, as: 'id'
|
|
21596
21894
|
property :in_use_count, as: 'inUseCount'
|
|
21597
21895
|
property :in_use_host_count, as: 'inUseHostCount'
|
|
@@ -21604,6 +21902,8 @@ module Google
|
|
|
21604
21902
|
property :self_link, as: 'selfLink'
|
|
21605
21903
|
property :self_link_with_id, as: 'selfLinkWithId'
|
|
21606
21904
|
property :status, as: 'status'
|
|
21905
|
+
property :sub_block_health_info, as: 'subBlockHealthInfo', class: Google::Apis::ComputeBeta::ReservationSubBlockHealthInfo, decorator: Google::Apis::ComputeBeta::ReservationSubBlockHealthInfo::Representation
|
|
21906
|
+
|
|
21607
21907
|
property :zone, as: 'zone'
|
|
21608
21908
|
end
|
|
21609
21909
|
end
|
|
@@ -22060,6 +22360,8 @@ module Google
|
|
|
22060
22360
|
class ResourceStatusPhysicalHostTopology
|
|
22061
22361
|
# @private
|
|
22062
22362
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
22363
|
+
property :additional_attributes, as: 'additionalAttributes', class: Google::Apis::ComputeBeta::ResourceStatusPhysicalHostTopologyAdditionalAttributes, decorator: Google::Apis::ComputeBeta::ResourceStatusPhysicalHostTopologyAdditionalAttributes::Representation
|
|
22364
|
+
|
|
22063
22365
|
property :block, as: 'block'
|
|
22064
22366
|
property :cluster, as: 'cluster'
|
|
22065
22367
|
property :host, as: 'host'
|
|
@@ -22067,10 +22369,19 @@ module Google
|
|
|
22067
22369
|
end
|
|
22068
22370
|
end
|
|
22069
22371
|
|
|
22372
|
+
class ResourceStatusPhysicalHostTopologyAdditionalAttributes
|
|
22373
|
+
# @private
|
|
22374
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
22375
|
+
hash :accelerator_topology_ids, as: 'acceleratorTopologyIds'
|
|
22376
|
+
end
|
|
22377
|
+
end
|
|
22378
|
+
|
|
22070
22379
|
class ResourceStatusReservationConsumptionInfo
|
|
22071
22380
|
# @private
|
|
22072
22381
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
22073
22382
|
property :consumed_reservation, as: 'consumedReservation'
|
|
22383
|
+
property :consumed_reservation_block, as: 'consumedReservationBlock'
|
|
22384
|
+
property :consumed_reservation_sub_block, as: 'consumedReservationSubBlock'
|
|
22074
22385
|
end
|
|
22075
22386
|
end
|
|
22076
22387
|
|
|
@@ -22105,6 +22416,8 @@ module Google
|
|
|
22105
22416
|
property :id, :numeric_string => true, as: 'id'
|
|
22106
22417
|
property :kind, as: 'kind'
|
|
22107
22418
|
property :name, as: 'name'
|
|
22419
|
+
property :pause_time, as: 'pauseTime'
|
|
22420
|
+
property :resume_time, as: 'resumeTime'
|
|
22108
22421
|
property :rollout_entity, as: 'rolloutEntity', class: Google::Apis::ComputeBeta::RolloutRolloutEntity, decorator: Google::Apis::ComputeBeta::RolloutRolloutEntity::Representation
|
|
22109
22422
|
|
|
22110
22423
|
property :rollout_plan, as: 'rolloutPlan'
|
|
@@ -22644,6 +22957,7 @@ module Google
|
|
|
22644
22957
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
22645
22958
|
property :auto_network_tier, as: 'autoNetworkTier'
|
|
22646
22959
|
collection :drain_nat_ips, as: 'drainNatIps'
|
|
22960
|
+
property :effective_tcp_time_wait_timeout_sec, as: 'effectiveTcpTimeWaitTimeoutSec'
|
|
22647
22961
|
property :enable_dynamic_port_allocation, as: 'enableDynamicPortAllocation'
|
|
22648
22962
|
property :enable_endpoint_independent_mapping, as: 'enableEndpointIndependentMapping'
|
|
22649
22963
|
collection :endpoint_types, as: 'endpointTypes'
|
|
@@ -23591,6 +23905,7 @@ module Google
|
|
|
23591
23905
|
property :kind, as: 'kind'
|
|
23592
23906
|
hash :metadata, as: 'metadata'
|
|
23593
23907
|
property :name, as: 'name'
|
|
23908
|
+
property :nat_ips_per_endpoint, as: 'natIpsPerEndpoint'
|
|
23594
23909
|
collection :nat_subnets, as: 'natSubnets'
|
|
23595
23910
|
property :producer_forwarding_rule, as: 'producerForwardingRule'
|
|
23596
23911
|
property :propagated_connection_limit, as: 'propagatedConnectionLimit'
|
|
@@ -23750,6 +24065,8 @@ module Google
|
|
|
23750
24065
|
class ShareSettings
|
|
23751
24066
|
# @private
|
|
23752
24067
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
24068
|
+
hash :folder_map, as: 'folderMap', class: Google::Apis::ComputeBeta::ShareSettingsFolderConfig, decorator: Google::Apis::ComputeBeta::ShareSettingsFolderConfig::Representation
|
|
24069
|
+
|
|
23753
24070
|
hash :project_map, as: 'projectMap', class: Google::Apis::ComputeBeta::ShareSettingsProjectConfig, decorator: Google::Apis::ComputeBeta::ShareSettingsProjectConfig::Representation
|
|
23754
24071
|
|
|
23755
24072
|
collection :projects, as: 'projects'
|
|
@@ -23757,6 +24074,13 @@ module Google
|
|
|
23757
24074
|
end
|
|
23758
24075
|
end
|
|
23759
24076
|
|
|
24077
|
+
class ShareSettingsFolderConfig
|
|
24078
|
+
# @private
|
|
24079
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
24080
|
+
property :folder_id, as: 'folderId'
|
|
24081
|
+
end
|
|
24082
|
+
end
|
|
24083
|
+
|
|
23760
24084
|
class ShareSettingsProjectConfig
|
|
23761
24085
|
# @private
|
|
23762
24086
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -25986,6 +26310,14 @@ module Google
|
|
|
25986
26310
|
end
|
|
25987
26311
|
end
|
|
25988
26312
|
|
|
26313
|
+
class TimeZone
|
|
26314
|
+
# @private
|
|
26315
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
26316
|
+
property :id, as: 'id'
|
|
26317
|
+
property :version, as: 'version'
|
|
26318
|
+
end
|
|
26319
|
+
end
|
|
26320
|
+
|
|
25989
26321
|
class Uint128
|
|
25990
26322
|
# @private
|
|
25991
26323
|
class Representation < Google::Apis::Core::JsonRepresentation
|
|
@@ -27046,6 +27378,8 @@ module Google
|
|
|
27046
27378
|
property :kind, as: 'kind'
|
|
27047
27379
|
property :name, as: 'name'
|
|
27048
27380
|
property :region, as: 'region'
|
|
27381
|
+
property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeBeta::ZoneResourceStatus, decorator: Google::Apis::ComputeBeta::ZoneResourceStatus::Representation
|
|
27382
|
+
|
|
27049
27383
|
property :self_link, as: 'selfLink'
|
|
27050
27384
|
property :status, as: 'status'
|
|
27051
27385
|
property :supports_pzs, as: 'supportsPzs'
|
|
@@ -27084,6 +27418,14 @@ module Google
|
|
|
27084
27418
|
end
|
|
27085
27419
|
end
|
|
27086
27420
|
|
|
27421
|
+
class ZoneResourceStatus
|
|
27422
|
+
# @private
|
|
27423
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
|
27424
|
+
collection :upcoming_maintenances, as: 'upcomingMaintenances', class: Google::Apis::ComputeBeta::PeriodicPartialMaintenanceSchedule, decorator: Google::Apis::ComputeBeta::PeriodicPartialMaintenanceSchedule::Representation
|
|
27425
|
+
|
|
27426
|
+
end
|
|
27427
|
+
end
|
|
27428
|
+
|
|
27087
27429
|
class ZoneSetLabelsRequest
|
|
27088
27430
|
# @private
|
|
27089
27431
|
class Representation < Google::Apis::Core::JsonRepresentation
|