google-apis-compute_alpha 0.63.0 → 0.64.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 +4 -0
- data/lib/google/apis/compute_alpha/classes.rb +808 -42
- data/lib/google/apis/compute_alpha/gem_version.rb +2 -2
- data/lib/google/apis/compute_alpha/representations.rb +247 -1
- data/lib/google/apis/compute_alpha/service.rb +1515 -571
- metadata +3 -3
@@ -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.64.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20230322"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2458,6 +2458,12 @@ module Google
|
|
2458
2458
|
include Google::Apis::Core::JsonObjectSupport
|
2459
2459
|
end
|
2460
2460
|
|
2461
|
+
class InstancesSetSecurityPolicyRequest
|
2462
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2463
|
+
|
2464
|
+
include Google::Apis::Core::JsonObjectSupport
|
2465
|
+
end
|
2466
|
+
|
2461
2467
|
class InstancesSetServiceAccountRequest
|
2462
2468
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2463
2469
|
|
@@ -3604,6 +3610,12 @@ module Google
|
|
3604
3610
|
include Google::Apis::Core::JsonObjectSupport
|
3605
3611
|
end
|
3606
3612
|
|
3613
|
+
class NodeGroupsPerformMaintenanceRequest
|
3614
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3615
|
+
|
3616
|
+
include Google::Apis::Core::JsonObjectSupport
|
3617
|
+
end
|
3618
|
+
|
3607
3619
|
class NodeGroupsScopedList
|
3608
3620
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3609
3621
|
|
@@ -5938,6 +5950,72 @@ module Google
|
|
5938
5950
|
include Google::Apis::Core::JsonObjectSupport
|
5939
5951
|
end
|
5940
5952
|
|
5953
|
+
class StoragePool
|
5954
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5955
|
+
|
5956
|
+
include Google::Apis::Core::JsonObjectSupport
|
5957
|
+
end
|
5958
|
+
|
5959
|
+
class StoragePoolAggregatedList
|
5960
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5961
|
+
|
5962
|
+
class Warning
|
5963
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5964
|
+
|
5965
|
+
class Datum
|
5966
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5967
|
+
|
5968
|
+
include Google::Apis::Core::JsonObjectSupport
|
5969
|
+
end
|
5970
|
+
|
5971
|
+
include Google::Apis::Core::JsonObjectSupport
|
5972
|
+
end
|
5973
|
+
|
5974
|
+
include Google::Apis::Core::JsonObjectSupport
|
5975
|
+
end
|
5976
|
+
|
5977
|
+
class StoragePoolList
|
5978
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5979
|
+
|
5980
|
+
class Warning
|
5981
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5982
|
+
|
5983
|
+
class Datum
|
5984
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5985
|
+
|
5986
|
+
include Google::Apis::Core::JsonObjectSupport
|
5987
|
+
end
|
5988
|
+
|
5989
|
+
include Google::Apis::Core::JsonObjectSupport
|
5990
|
+
end
|
5991
|
+
|
5992
|
+
include Google::Apis::Core::JsonObjectSupport
|
5993
|
+
end
|
5994
|
+
|
5995
|
+
class StoragePoolResourceStatus
|
5996
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5997
|
+
|
5998
|
+
include Google::Apis::Core::JsonObjectSupport
|
5999
|
+
end
|
6000
|
+
|
6001
|
+
class StoragePoolsScopedList
|
6002
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6003
|
+
|
6004
|
+
class Warning
|
6005
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6006
|
+
|
6007
|
+
class Datum
|
6008
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6009
|
+
|
6010
|
+
include Google::Apis::Core::JsonObjectSupport
|
6011
|
+
end
|
6012
|
+
|
6013
|
+
include Google::Apis::Core::JsonObjectSupport
|
6014
|
+
end
|
6015
|
+
|
6016
|
+
include Google::Apis::Core::JsonObjectSupport
|
6017
|
+
end
|
6018
|
+
|
5941
6019
|
class Subnetwork
|
5942
6020
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5943
6021
|
|
@@ -7840,6 +7918,7 @@ module Google
|
|
7840
7918
|
|
7841
7919
|
property :max_stream_duration, as: 'maxStreamDuration', class: Google::Apis::ComputeAlpha::Duration, decorator: Google::Apis::ComputeAlpha::Duration::Representation
|
7842
7920
|
|
7921
|
+
hash :metadatas, as: 'metadatas'
|
7843
7922
|
property :name, as: 'name'
|
7844
7923
|
property :network, as: 'network'
|
7845
7924
|
property :outlier_detection, as: 'outlierDetection', class: Google::Apis::ComputeAlpha::OutlierDetection, decorator: Google::Apis::ComputeAlpha::OutlierDetection::Representation
|
@@ -8182,6 +8261,7 @@ module Google
|
|
8182
8261
|
class BulkInsertInstanceResourcePerInstanceProperties
|
8183
8262
|
# @private
|
8184
8263
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8264
|
+
property :hostname, as: 'hostname'
|
8185
8265
|
property :name, as: 'name'
|
8186
8266
|
end
|
8187
8267
|
end
|
@@ -8503,6 +8583,7 @@ module Google
|
|
8503
8583
|
property :description, as: 'description'
|
8504
8584
|
property :disk_encryption_key, as: 'diskEncryptionKey', class: Google::Apis::ComputeAlpha::CustomerEncryptionKey, decorator: Google::Apis::ComputeAlpha::CustomerEncryptionKey::Representation
|
8505
8585
|
|
8586
|
+
property :enable_confidential_compute, as: 'enableConfidentialCompute'
|
8506
8587
|
property :erase_windows_vss_signature, as: 'eraseWindowsVssSignature'
|
8507
8588
|
collection :guest_os_features, as: 'guestOsFeatures', class: Google::Apis::ComputeAlpha::GuestOsFeature, decorator: Google::Apis::ComputeAlpha::GuestOsFeature::Representation
|
8508
8589
|
|
@@ -9149,6 +9230,7 @@ module Google
|
|
9149
9230
|
property :display_name, as: 'displayName'
|
9150
9231
|
property :firewall_policy_id, as: 'firewallPolicyId'
|
9151
9232
|
property :name, as: 'name'
|
9233
|
+
property :priority, as: 'priority'
|
9152
9234
|
property :short_name, as: 'shortName'
|
9153
9235
|
end
|
9154
9236
|
end
|
@@ -10014,6 +10096,7 @@ module Google
|
|
10014
10096
|
property :health_check_service, as: 'healthCheckService', class: Google::Apis::ComputeAlpha::HealthCheckServiceReference, decorator: Google::Apis::ComputeAlpha::HealthCheckServiceReference::Representation
|
10015
10097
|
|
10016
10098
|
property :health_state, as: 'healthState'
|
10099
|
+
property :ipv6_health_state, as: 'ipv6HealthState'
|
10017
10100
|
end
|
10018
10101
|
end
|
10019
10102
|
|
@@ -11715,6 +11798,14 @@ module Google
|
|
11715
11798
|
end
|
11716
11799
|
end
|
11717
11800
|
|
11801
|
+
class InstancesSetSecurityPolicyRequest
|
11802
|
+
# @private
|
11803
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11804
|
+
collection :network_interfaces, as: 'networkInterfaces'
|
11805
|
+
property :security_policy, as: 'securityPolicy'
|
11806
|
+
end
|
11807
|
+
end
|
11808
|
+
|
11718
11809
|
class InstancesSetServiceAccountRequest
|
11719
11810
|
# @private
|
11720
11811
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11891,6 +11982,7 @@ module Google
|
|
11891
11982
|
# @private
|
11892
11983
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11893
11984
|
property :admin_enabled, as: 'adminEnabled'
|
11985
|
+
collection :available_features, as: 'availableFeatures'
|
11894
11986
|
collection :circuit_infos, as: 'circuitInfos', class: Google::Apis::ComputeAlpha::InterconnectCircuitInfo, decorator: Google::Apis::ComputeAlpha::InterconnectCircuitInfo::Representation
|
11895
11987
|
|
11896
11988
|
property :creation_timestamp, as: 'creationTimestamp'
|
@@ -11917,6 +12009,7 @@ module Google
|
|
11917
12009
|
property :peer_ip_address, as: 'peerIpAddress'
|
11918
12010
|
property :provisioned_link_count, as: 'provisionedLinkCount'
|
11919
12011
|
property :remote_location, as: 'remoteLocation'
|
12012
|
+
collection :requested_features, as: 'requestedFeatures'
|
11920
12013
|
property :requested_link_count, as: 'requestedLinkCount'
|
11921
12014
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
11922
12015
|
property :self_link, as: 'selfLink'
|
@@ -12212,6 +12305,8 @@ module Google
|
|
12212
12305
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12213
12306
|
property :address, as: 'address'
|
12214
12307
|
property :availability_zone, as: 'availabilityZone'
|
12308
|
+
collection :available_features, as: 'availableFeatures'
|
12309
|
+
collection :available_link_types, as: 'availableLinkTypes'
|
12215
12310
|
property :city, as: 'city'
|
12216
12311
|
property :continent, as: 'continent'
|
12217
12312
|
property :creation_timestamp, as: 'creationTimestamp'
|
@@ -13282,6 +13377,7 @@ module Google
|
|
13282
13377
|
property :fqdn, as: 'fqdn'
|
13283
13378
|
property :instance, as: 'instance'
|
13284
13379
|
property :ip_address, as: 'ipAddress'
|
13380
|
+
property :ipv6_address, as: 'ipv6Address'
|
13285
13381
|
property :port, as: 'port'
|
13286
13382
|
end
|
13287
13383
|
end
|
@@ -13720,6 +13816,7 @@ module Google
|
|
13720
13816
|
property :id, :numeric_string => true, as: 'id'
|
13721
13817
|
property :kind, as: 'kind'
|
13722
13818
|
property :location_hint, as: 'locationHint'
|
13819
|
+
property :maintenance_interval, as: 'maintenanceInterval'
|
13723
13820
|
property :maintenance_policy, as: 'maintenancePolicy'
|
13724
13821
|
property :maintenance_window, as: 'maintenanceWindow', class: Google::Apis::ComputeAlpha::NodeGroupMaintenanceWindow, decorator: Google::Apis::ComputeAlpha::NodeGroupMaintenanceWindow::Representation
|
13725
13822
|
|
@@ -13841,6 +13938,8 @@ module Google
|
|
13841
13938
|
property :status, as: 'status'
|
13842
13939
|
property :total_resources, as: 'totalResources', class: Google::Apis::ComputeAlpha::InstanceConsumptionInfo, decorator: Google::Apis::ComputeAlpha::InstanceConsumptionInfo::Representation
|
13843
13940
|
|
13941
|
+
property :upcoming_maintenance, as: 'upcomingMaintenance', class: Google::Apis::ComputeAlpha::UpcomingMaintenance, decorator: Google::Apis::ComputeAlpha::UpcomingMaintenance::Representation
|
13942
|
+
|
13844
13943
|
end
|
13845
13944
|
end
|
13846
13945
|
|
@@ -13890,6 +13989,14 @@ module Google
|
|
13890
13989
|
end
|
13891
13990
|
end
|
13892
13991
|
|
13992
|
+
class NodeGroupsPerformMaintenanceRequest
|
13993
|
+
# @private
|
13994
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13995
|
+
collection :nodes, as: 'nodes'
|
13996
|
+
property :start_time, as: 'startTime'
|
13997
|
+
end
|
13998
|
+
end
|
13999
|
+
|
13893
14000
|
class NodeGroupsScopedList
|
13894
14001
|
# @private
|
13895
14002
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16363,6 +16470,7 @@ module Google
|
|
16363
16470
|
property :name, as: 'name'
|
16364
16471
|
property :network, as: 'network'
|
16365
16472
|
property :next_hop_gateway, as: 'nextHopGateway'
|
16473
|
+
property :next_hop_hub, as: 'nextHopHub'
|
16366
16474
|
property :next_hop_ilb, as: 'nextHopIlb'
|
16367
16475
|
property :next_hop_instance, as: 'nextHopInstance'
|
16368
16476
|
property :next_hop_interconnect_attachment, as: 'nextHopInterconnectAttachment'
|
@@ -17072,6 +17180,7 @@ module Google
|
|
17072
17180
|
|
17073
17181
|
property :json_parsing, as: 'jsonParsing'
|
17074
17182
|
property :log_level, as: 'logLevel'
|
17183
|
+
collection :user_ip_request_headers, as: 'userIpRequestHeaders'
|
17075
17184
|
end
|
17076
17185
|
end
|
17077
17186
|
|
@@ -17432,6 +17541,7 @@ module Google
|
|
17432
17541
|
property :producer_forwarding_rule, as: 'producerForwardingRule'
|
17433
17542
|
property :psc_service_attachment_id, as: 'pscServiceAttachmentId', class: Google::Apis::ComputeAlpha::Uint128, decorator: Google::Apis::ComputeAlpha::Uint128::Representation
|
17434
17543
|
|
17544
|
+
property :reconcile_connections, as: 'reconcileConnections'
|
17435
17545
|
property :region, as: 'region'
|
17436
17546
|
property :self_link, as: 'selfLink'
|
17437
17547
|
property :target_service, as: 'targetService'
|
@@ -17578,7 +17688,6 @@ module Google
|
|
17578
17688
|
class Representation < Google::Apis::Core::JsonRepresentation
|
17579
17689
|
property :error, as: 'error', class: Google::Apis::ComputeAlpha::Status, decorator: Google::Apis::ComputeAlpha::Status::Representation
|
17580
17690
|
|
17581
|
-
property :operation, as: 'operation'
|
17582
17691
|
property :state, as: 'state'
|
17583
17692
|
end
|
17584
17693
|
end
|
@@ -18138,6 +18247,137 @@ module Google
|
|
18138
18247
|
end
|
18139
18248
|
end
|
18140
18249
|
|
18250
|
+
class StoragePool
|
18251
|
+
# @private
|
18252
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18253
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
18254
|
+
property :description, as: 'description'
|
18255
|
+
property :id, :numeric_string => true, as: 'id'
|
18256
|
+
property :kind, as: 'kind'
|
18257
|
+
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
18258
|
+
hash :labels, as: 'labels'
|
18259
|
+
property :name, as: 'name'
|
18260
|
+
property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
|
18261
|
+
property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeAlpha::StoragePoolResourceStatus, decorator: Google::Apis::ComputeAlpha::StoragePoolResourceStatus::Representation
|
18262
|
+
|
18263
|
+
property :self_link, as: 'selfLink'
|
18264
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
18265
|
+
property :size_gb, :numeric_string => true, as: 'sizeGb'
|
18266
|
+
property :state, as: 'state'
|
18267
|
+
property :type, as: 'type'
|
18268
|
+
property :zone, as: 'zone'
|
18269
|
+
end
|
18270
|
+
end
|
18271
|
+
|
18272
|
+
class StoragePoolAggregatedList
|
18273
|
+
# @private
|
18274
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18275
|
+
property :etag, as: 'etag'
|
18276
|
+
property :id, as: 'id'
|
18277
|
+
hash :items, as: 'items', class: Google::Apis::ComputeAlpha::StoragePoolsScopedList, decorator: Google::Apis::ComputeAlpha::StoragePoolsScopedList::Representation
|
18278
|
+
|
18279
|
+
property :kind, as: 'kind'
|
18280
|
+
property :next_page_token, as: 'nextPageToken'
|
18281
|
+
property :self_link, as: 'selfLink'
|
18282
|
+
collection :unreachables, as: 'unreachables'
|
18283
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::StoragePoolAggregatedList::Warning, decorator: Google::Apis::ComputeAlpha::StoragePoolAggregatedList::Warning::Representation
|
18284
|
+
|
18285
|
+
end
|
18286
|
+
|
18287
|
+
class Warning
|
18288
|
+
# @private
|
18289
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18290
|
+
property :code, as: 'code'
|
18291
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::StoragePoolAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::StoragePoolAggregatedList::Warning::Datum::Representation
|
18292
|
+
|
18293
|
+
property :message, as: 'message'
|
18294
|
+
end
|
18295
|
+
|
18296
|
+
class Datum
|
18297
|
+
# @private
|
18298
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18299
|
+
property :key, as: 'key'
|
18300
|
+
property :value, as: 'value'
|
18301
|
+
end
|
18302
|
+
end
|
18303
|
+
end
|
18304
|
+
end
|
18305
|
+
|
18306
|
+
class StoragePoolList
|
18307
|
+
# @private
|
18308
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18309
|
+
property :etag, as: 'etag'
|
18310
|
+
property :id, as: 'id'
|
18311
|
+
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::StoragePool, decorator: Google::Apis::ComputeAlpha::StoragePool::Representation
|
18312
|
+
|
18313
|
+
property :kind, as: 'kind'
|
18314
|
+
property :next_page_token, as: 'nextPageToken'
|
18315
|
+
property :self_link, as: 'selfLink'
|
18316
|
+
collection :unreachables, as: 'unreachables'
|
18317
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::StoragePoolList::Warning, decorator: Google::Apis::ComputeAlpha::StoragePoolList::Warning::Representation
|
18318
|
+
|
18319
|
+
end
|
18320
|
+
|
18321
|
+
class Warning
|
18322
|
+
# @private
|
18323
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18324
|
+
property :code, as: 'code'
|
18325
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::StoragePoolList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::StoragePoolList::Warning::Datum::Representation
|
18326
|
+
|
18327
|
+
property :message, as: 'message'
|
18328
|
+
end
|
18329
|
+
|
18330
|
+
class Datum
|
18331
|
+
# @private
|
18332
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18333
|
+
property :key, as: 'key'
|
18334
|
+
property :value, as: 'value'
|
18335
|
+
end
|
18336
|
+
end
|
18337
|
+
end
|
18338
|
+
end
|
18339
|
+
|
18340
|
+
class StoragePoolResourceStatus
|
18341
|
+
# @private
|
18342
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18343
|
+
property :aggregate_disk_provisioned_iops, :numeric_string => true, as: 'aggregateDiskProvisionedIops'
|
18344
|
+
property :aggregate_disk_size_gb, :numeric_string => true, as: 'aggregateDiskSizeGb'
|
18345
|
+
property :last_resize_timestamp, as: 'lastResizeTimestamp'
|
18346
|
+
property :max_aggregate_disk_size_gb, :numeric_string => true, as: 'maxAggregateDiskSizeGb'
|
18347
|
+
property :number_of_disks, :numeric_string => true, as: 'numberOfDisks'
|
18348
|
+
property :used_bytes, :numeric_string => true, as: 'usedBytes'
|
18349
|
+
property :used_reduced_bytes, :numeric_string => true, as: 'usedReducedBytes'
|
18350
|
+
end
|
18351
|
+
end
|
18352
|
+
|
18353
|
+
class StoragePoolsScopedList
|
18354
|
+
# @private
|
18355
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18356
|
+
collection :storage_pools, as: 'storagePools', class: Google::Apis::ComputeAlpha::StoragePool, decorator: Google::Apis::ComputeAlpha::StoragePool::Representation
|
18357
|
+
|
18358
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::StoragePoolsScopedList::Warning, decorator: Google::Apis::ComputeAlpha::StoragePoolsScopedList::Warning::Representation
|
18359
|
+
|
18360
|
+
end
|
18361
|
+
|
18362
|
+
class Warning
|
18363
|
+
# @private
|
18364
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18365
|
+
property :code, as: 'code'
|
18366
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::StoragePoolsScopedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::StoragePoolsScopedList::Warning::Datum::Representation
|
18367
|
+
|
18368
|
+
property :message, as: 'message'
|
18369
|
+
end
|
18370
|
+
|
18371
|
+
class Datum
|
18372
|
+
# @private
|
18373
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18374
|
+
property :key, as: 'key'
|
18375
|
+
property :value, as: 'value'
|
18376
|
+
end
|
18377
|
+
end
|
18378
|
+
end
|
18379
|
+
end
|
18380
|
+
|
18141
18381
|
class Subnetwork
|
18142
18382
|
# @private
|
18143
18383
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -18418,6 +18658,7 @@ module Google
|
|
18418
18658
|
property :description, as: 'description'
|
18419
18659
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
18420
18660
|
collection :http_filters, as: 'httpFilters'
|
18661
|
+
property :http_keep_alive_timeout_sec, as: 'httpKeepAliveTimeoutSec'
|
18421
18662
|
property :id, :numeric_string => true, as: 'id'
|
18422
18663
|
property :kind, as: 'kind'
|
18423
18664
|
property :name, as: 'name'
|
@@ -18554,6 +18795,7 @@ module Google
|
|
18554
18795
|
property :description, as: 'description'
|
18555
18796
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
18556
18797
|
collection :http_filters, as: 'httpFilters'
|
18798
|
+
property :http_keep_alive_timeout_sec, as: 'httpKeepAliveTimeoutSec'
|
18557
18799
|
property :id, :numeric_string => true, as: 'id'
|
18558
18800
|
property :kind, as: 'kind'
|
18559
18801
|
property :name, as: 'name'
|
@@ -19310,10 +19552,14 @@ module Google
|
|
19310
19552
|
class Representation < Google::Apis::Core::JsonRepresentation
|
19311
19553
|
property :can_reschedule, as: 'canReschedule'
|
19312
19554
|
property :date, as: 'date'
|
19555
|
+
property :latest_window_start_time, as: 'latestWindowStartTime'
|
19556
|
+
property :maintenance_status, as: 'maintenanceStatus'
|
19313
19557
|
property :start_time_window, as: 'startTimeWindow', class: Google::Apis::ComputeAlpha::UpcomingMaintenanceTimeWindow, decorator: Google::Apis::ComputeAlpha::UpcomingMaintenanceTimeWindow::Representation
|
19314
19558
|
|
19315
19559
|
property :time, as: 'time'
|
19316
19560
|
property :type, as: 'type'
|
19561
|
+
property :window_end_time, as: 'windowEndTime'
|
19562
|
+
property :window_start_time, as: 'windowStartTime'
|
19317
19563
|
end
|
19318
19564
|
end
|
19319
19565
|
|