google-apis-compute_alpha 0.63.0 → 0.65.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 +1469 -642
- data/lib/google/apis/compute_alpha/gem_version.rb +2 -2
- data/lib/google/apis/compute_alpha/representations.rb +282 -18
- 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.65.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 = "20230403"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -604,6 +604,12 @@ module Google
|
|
604
604
|
include Google::Apis::Core::JsonObjectSupport
|
605
605
|
end
|
606
606
|
|
607
|
+
class BulkInsertOperationStatus
|
608
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
|
+
|
610
|
+
include Google::Apis::Core::JsonObjectSupport
|
611
|
+
end
|
612
|
+
|
607
613
|
class BundledLocalSsds
|
608
614
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
609
615
|
|
@@ -2380,6 +2386,12 @@ module Google
|
|
2380
2386
|
include Google::Apis::Core::JsonObjectSupport
|
2381
2387
|
end
|
2382
2388
|
|
2389
|
+
class InstancesBulkInsertOperationMetadata
|
2390
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2391
|
+
|
2392
|
+
include Google::Apis::Core::JsonObjectSupport
|
2393
|
+
end
|
2394
|
+
|
2383
2395
|
class InstancesGetEffectiveFirewallsResponse
|
2384
2396
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2385
2397
|
|
@@ -2458,6 +2470,12 @@ module Google
|
|
2458
2470
|
include Google::Apis::Core::JsonObjectSupport
|
2459
2471
|
end
|
2460
2472
|
|
2473
|
+
class InstancesSetSecurityPolicyRequest
|
2474
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2475
|
+
|
2476
|
+
include Google::Apis::Core::JsonObjectSupport
|
2477
|
+
end
|
2478
|
+
|
2461
2479
|
class InstancesSetServiceAccountRequest
|
2462
2480
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2463
2481
|
|
@@ -3604,6 +3622,12 @@ module Google
|
|
3604
3622
|
include Google::Apis::Core::JsonObjectSupport
|
3605
3623
|
end
|
3606
3624
|
|
3625
|
+
class NodeGroupsPerformMaintenanceRequest
|
3626
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3627
|
+
|
3628
|
+
include Google::Apis::Core::JsonObjectSupport
|
3629
|
+
end
|
3630
|
+
|
3607
3631
|
class NodeGroupsScopedList
|
3608
3632
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3609
3633
|
|
@@ -4996,12 +5020,6 @@ module Google
|
|
4996
5020
|
include Google::Apis::Core::JsonObjectSupport
|
4997
5021
|
end
|
4998
5022
|
|
4999
|
-
class ResourceStatusUpcomingMaintenance
|
5000
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5001
|
-
|
5002
|
-
include Google::Apis::Core::JsonObjectSupport
|
5003
|
-
end
|
5004
|
-
|
5005
5023
|
class RolloutPolicy
|
5006
5024
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5007
5025
|
|
@@ -5938,6 +5956,72 @@ module Google
|
|
5938
5956
|
include Google::Apis::Core::JsonObjectSupport
|
5939
5957
|
end
|
5940
5958
|
|
5959
|
+
class StoragePool
|
5960
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5961
|
+
|
5962
|
+
include Google::Apis::Core::JsonObjectSupport
|
5963
|
+
end
|
5964
|
+
|
5965
|
+
class StoragePoolAggregatedList
|
5966
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5967
|
+
|
5968
|
+
class Warning
|
5969
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5970
|
+
|
5971
|
+
class Datum
|
5972
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5973
|
+
|
5974
|
+
include Google::Apis::Core::JsonObjectSupport
|
5975
|
+
end
|
5976
|
+
|
5977
|
+
include Google::Apis::Core::JsonObjectSupport
|
5978
|
+
end
|
5979
|
+
|
5980
|
+
include Google::Apis::Core::JsonObjectSupport
|
5981
|
+
end
|
5982
|
+
|
5983
|
+
class StoragePoolList
|
5984
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5985
|
+
|
5986
|
+
class Warning
|
5987
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5988
|
+
|
5989
|
+
class Datum
|
5990
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5991
|
+
|
5992
|
+
include Google::Apis::Core::JsonObjectSupport
|
5993
|
+
end
|
5994
|
+
|
5995
|
+
include Google::Apis::Core::JsonObjectSupport
|
5996
|
+
end
|
5997
|
+
|
5998
|
+
include Google::Apis::Core::JsonObjectSupport
|
5999
|
+
end
|
6000
|
+
|
6001
|
+
class StoragePoolResourceStatus
|
6002
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6003
|
+
|
6004
|
+
include Google::Apis::Core::JsonObjectSupport
|
6005
|
+
end
|
6006
|
+
|
6007
|
+
class StoragePoolsScopedList
|
6008
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6009
|
+
|
6010
|
+
class Warning
|
6011
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6012
|
+
|
6013
|
+
class Datum
|
6014
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6015
|
+
|
6016
|
+
include Google::Apis::Core::JsonObjectSupport
|
6017
|
+
end
|
6018
|
+
|
6019
|
+
include Google::Apis::Core::JsonObjectSupport
|
6020
|
+
end
|
6021
|
+
|
6022
|
+
include Google::Apis::Core::JsonObjectSupport
|
6023
|
+
end
|
6024
|
+
|
5941
6025
|
class Subnetwork
|
5942
6026
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5943
6027
|
|
@@ -7840,6 +7924,7 @@ module Google
|
|
7840
7924
|
|
7841
7925
|
property :max_stream_duration, as: 'maxStreamDuration', class: Google::Apis::ComputeAlpha::Duration, decorator: Google::Apis::ComputeAlpha::Duration::Representation
|
7842
7926
|
|
7927
|
+
hash :metadatas, as: 'metadatas'
|
7843
7928
|
property :name, as: 'name'
|
7844
7929
|
property :network, as: 'network'
|
7845
7930
|
property :outlier_detection, as: 'outlierDetection', class: Google::Apis::ComputeAlpha::OutlierDetection, decorator: Google::Apis::ComputeAlpha::OutlierDetection::Representation
|
@@ -8165,8 +8250,6 @@ module Google
|
|
8165
8250
|
# @private
|
8166
8251
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8167
8252
|
property :count, :numeric_string => true, as: 'count'
|
8168
|
-
property :instance, as: 'instance', class: Google::Apis::ComputeAlpha::Instance, decorator: Google::Apis::ComputeAlpha::Instance::Representation
|
8169
|
-
|
8170
8253
|
property :instance_properties, as: 'instanceProperties', class: Google::Apis::ComputeAlpha::InstanceProperties, decorator: Google::Apis::ComputeAlpha::InstanceProperties::Representation
|
8171
8254
|
|
8172
8255
|
property :location_policy, as: 'locationPolicy', class: Google::Apis::ComputeAlpha::LocationPolicy, decorator: Google::Apis::ComputeAlpha::LocationPolicy::Representation
|
@@ -8182,10 +8265,22 @@ module Google
|
|
8182
8265
|
class BulkInsertInstanceResourcePerInstanceProperties
|
8183
8266
|
# @private
|
8184
8267
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8268
|
+
property :hostname, as: 'hostname'
|
8185
8269
|
property :name, as: 'name'
|
8186
8270
|
end
|
8187
8271
|
end
|
8188
8272
|
|
8273
|
+
class BulkInsertOperationStatus
|
8274
|
+
# @private
|
8275
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8276
|
+
property :created_vm_count, as: 'createdVmCount'
|
8277
|
+
property :deleted_vm_count, as: 'deletedVmCount'
|
8278
|
+
property :failed_to_create_vm_count, as: 'failedToCreateVmCount'
|
8279
|
+
property :status, as: 'status'
|
8280
|
+
property :target_vm_count, as: 'targetVmCount'
|
8281
|
+
end
|
8282
|
+
end
|
8283
|
+
|
8189
8284
|
class BundledLocalSsds
|
8190
8285
|
# @private
|
8191
8286
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8503,6 +8598,7 @@ module Google
|
|
8503
8598
|
property :description, as: 'description'
|
8504
8599
|
property :disk_encryption_key, as: 'diskEncryptionKey', class: Google::Apis::ComputeAlpha::CustomerEncryptionKey, decorator: Google::Apis::ComputeAlpha::CustomerEncryptionKey::Representation
|
8505
8600
|
|
8601
|
+
property :enable_confidential_compute, as: 'enableConfidentialCompute'
|
8506
8602
|
property :erase_windows_vss_signature, as: 'eraseWindowsVssSignature'
|
8507
8603
|
collection :guest_os_features, as: 'guestOsFeatures', class: Google::Apis::ComputeAlpha::GuestOsFeature, decorator: Google::Apis::ComputeAlpha::GuestOsFeature::Representation
|
8508
8604
|
|
@@ -8594,6 +8690,8 @@ module Google
|
|
8594
8690
|
class DiskAsyncReplication
|
8595
8691
|
# @private
|
8596
8692
|
class Representation < Google::Apis::Core::JsonRepresentation
|
8693
|
+
property :consistency_group_policy, as: 'consistencyGroupPolicy'
|
8694
|
+
property :consistency_group_policy_id, as: 'consistencyGroupPolicyId'
|
8597
8695
|
property :disk, as: 'disk'
|
8598
8696
|
property :disk_id, as: 'diskId'
|
8599
8697
|
end
|
@@ -9149,6 +9247,7 @@ module Google
|
|
9149
9247
|
property :display_name, as: 'displayName'
|
9150
9248
|
property :firewall_policy_id, as: 'firewallPolicyId'
|
9151
9249
|
property :name, as: 'name'
|
9250
|
+
property :priority, as: 'priority'
|
9152
9251
|
property :short_name, as: 'shortName'
|
9153
9252
|
end
|
9154
9253
|
end
|
@@ -10014,6 +10113,7 @@ module Google
|
|
10014
10113
|
property :health_check_service, as: 'healthCheckService', class: Google::Apis::ComputeAlpha::HealthCheckServiceReference, decorator: Google::Apis::ComputeAlpha::HealthCheckServiceReference::Representation
|
10015
10114
|
|
10016
10115
|
property :health_state, as: 'healthState'
|
10116
|
+
property :ipv6_health_state, as: 'ipv6HealthState'
|
10017
10117
|
end
|
10018
10118
|
end
|
10019
10119
|
|
@@ -11599,6 +11699,14 @@ module Google
|
|
11599
11699
|
end
|
11600
11700
|
end
|
11601
11701
|
|
11702
|
+
class InstancesBulkInsertOperationMetadata
|
11703
|
+
# @private
|
11704
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11705
|
+
hash :per_location_status, as: 'perLocationStatus', class: Google::Apis::ComputeAlpha::BulkInsertOperationStatus, decorator: Google::Apis::ComputeAlpha::BulkInsertOperationStatus::Representation
|
11706
|
+
|
11707
|
+
end
|
11708
|
+
end
|
11709
|
+
|
11602
11710
|
class InstancesGetEffectiveFirewallsResponse
|
11603
11711
|
# @private
|
11604
11712
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11715,6 +11823,14 @@ module Google
|
|
11715
11823
|
end
|
11716
11824
|
end
|
11717
11825
|
|
11826
|
+
class InstancesSetSecurityPolicyRequest
|
11827
|
+
# @private
|
11828
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11829
|
+
collection :network_interfaces, as: 'networkInterfaces'
|
11830
|
+
property :security_policy, as: 'securityPolicy'
|
11831
|
+
end
|
11832
|
+
end
|
11833
|
+
|
11718
11834
|
class InstancesSetServiceAccountRequest
|
11719
11835
|
# @private
|
11720
11836
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11891,6 +12007,7 @@ module Google
|
|
11891
12007
|
# @private
|
11892
12008
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11893
12009
|
property :admin_enabled, as: 'adminEnabled'
|
12010
|
+
collection :available_features, as: 'availableFeatures'
|
11894
12011
|
collection :circuit_infos, as: 'circuitInfos', class: Google::Apis::ComputeAlpha::InterconnectCircuitInfo, decorator: Google::Apis::ComputeAlpha::InterconnectCircuitInfo::Representation
|
11895
12012
|
|
11896
12013
|
property :creation_timestamp, as: 'creationTimestamp'
|
@@ -11917,6 +12034,7 @@ module Google
|
|
11917
12034
|
property :peer_ip_address, as: 'peerIpAddress'
|
11918
12035
|
property :provisioned_link_count, as: 'provisionedLinkCount'
|
11919
12036
|
property :remote_location, as: 'remoteLocation'
|
12037
|
+
collection :requested_features, as: 'requestedFeatures'
|
11920
12038
|
property :requested_link_count, as: 'requestedLinkCount'
|
11921
12039
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
11922
12040
|
property :self_link, as: 'selfLink'
|
@@ -12212,6 +12330,8 @@ module Google
|
|
12212
12330
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12213
12331
|
property :address, as: 'address'
|
12214
12332
|
property :availability_zone, as: 'availabilityZone'
|
12333
|
+
collection :available_features, as: 'availableFeatures'
|
12334
|
+
collection :available_link_types, as: 'availableLinkTypes'
|
12215
12335
|
property :city, as: 'city'
|
12216
12336
|
property :continent, as: 'continent'
|
12217
12337
|
property :creation_timestamp, as: 'creationTimestamp'
|
@@ -13282,6 +13402,7 @@ module Google
|
|
13282
13402
|
property :fqdn, as: 'fqdn'
|
13283
13403
|
property :instance, as: 'instance'
|
13284
13404
|
property :ip_address, as: 'ipAddress'
|
13405
|
+
property :ipv6_address, as: 'ipv6Address'
|
13285
13406
|
property :port, as: 'port'
|
13286
13407
|
end
|
13287
13408
|
end
|
@@ -13720,6 +13841,7 @@ module Google
|
|
13720
13841
|
property :id, :numeric_string => true, as: 'id'
|
13721
13842
|
property :kind, as: 'kind'
|
13722
13843
|
property :location_hint, as: 'locationHint'
|
13844
|
+
property :maintenance_interval, as: 'maintenanceInterval'
|
13723
13845
|
property :maintenance_policy, as: 'maintenancePolicy'
|
13724
13846
|
property :maintenance_window, as: 'maintenanceWindow', class: Google::Apis::ComputeAlpha::NodeGroupMaintenanceWindow, decorator: Google::Apis::ComputeAlpha::NodeGroupMaintenanceWindow::Representation
|
13725
13847
|
|
@@ -13841,6 +13963,8 @@ module Google
|
|
13841
13963
|
property :status, as: 'status'
|
13842
13964
|
property :total_resources, as: 'totalResources', class: Google::Apis::ComputeAlpha::InstanceConsumptionInfo, decorator: Google::Apis::ComputeAlpha::InstanceConsumptionInfo::Representation
|
13843
13965
|
|
13966
|
+
property :upcoming_maintenance, as: 'upcomingMaintenance', class: Google::Apis::ComputeAlpha::UpcomingMaintenance, decorator: Google::Apis::ComputeAlpha::UpcomingMaintenance::Representation
|
13967
|
+
|
13844
13968
|
end
|
13845
13969
|
end
|
13846
13970
|
|
@@ -13890,6 +14014,14 @@ module Google
|
|
13890
14014
|
end
|
13891
14015
|
end
|
13892
14016
|
|
14017
|
+
class NodeGroupsPerformMaintenanceRequest
|
14018
|
+
# @private
|
14019
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14020
|
+
collection :nodes, as: 'nodes'
|
14021
|
+
property :start_time, as: 'startTime'
|
14022
|
+
end
|
14023
|
+
end
|
14024
|
+
|
13893
14025
|
class NodeGroupsScopedList
|
13894
14026
|
# @private
|
13895
14027
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -14307,6 +14439,8 @@ module Google
|
|
14307
14439
|
property :http_error_status_code, as: 'httpErrorStatusCode'
|
14308
14440
|
property :id, :numeric_string => true, as: 'id'
|
14309
14441
|
property :insert_time, as: 'insertTime'
|
14442
|
+
property :instances_bulk_insert_operation_metadata, as: 'instancesBulkInsertOperationMetadata', class: Google::Apis::ComputeAlpha::InstancesBulkInsertOperationMetadata, decorator: Google::Apis::ComputeAlpha::InstancesBulkInsertOperationMetadata::Representation
|
14443
|
+
|
14310
14444
|
property :kind, as: 'kind'
|
14311
14445
|
property :name, as: 'name'
|
14312
14446
|
property :operation_group_id, as: 'operationGroupId'
|
@@ -16304,8 +16438,6 @@ module Google
|
|
16304
16438
|
|
16305
16439
|
hash :service_integration_statuses, as: 'serviceIntegrationStatuses', class: Google::Apis::ComputeAlpha::ResourceStatusServiceIntegrationStatus, decorator: Google::Apis::ComputeAlpha::ResourceStatusServiceIntegrationStatus::Representation
|
16306
16440
|
|
16307
|
-
property :upcoming_maintenance, as: 'upcomingMaintenance', class: Google::Apis::ComputeAlpha::ResourceStatusUpcomingMaintenance, decorator: Google::Apis::ComputeAlpha::ResourceStatusUpcomingMaintenance::Representation
|
16308
|
-
|
16309
16441
|
end
|
16310
16442
|
end
|
16311
16443
|
|
@@ -16333,13 +16465,6 @@ module Google
|
|
16333
16465
|
end
|
16334
16466
|
end
|
16335
16467
|
|
16336
|
-
class ResourceStatusUpcomingMaintenance
|
16337
|
-
# @private
|
16338
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
16339
|
-
property :can_reschedule, as: 'canReschedule'
|
16340
|
-
end
|
16341
|
-
end
|
16342
|
-
|
16343
16468
|
class RolloutPolicy
|
16344
16469
|
# @private
|
16345
16470
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16363,6 +16488,7 @@ module Google
|
|
16363
16488
|
property :name, as: 'name'
|
16364
16489
|
property :network, as: 'network'
|
16365
16490
|
property :next_hop_gateway, as: 'nextHopGateway'
|
16491
|
+
property :next_hop_hub, as: 'nextHopHub'
|
16366
16492
|
property :next_hop_ilb, as: 'nextHopIlb'
|
16367
16493
|
property :next_hop_instance, as: 'nextHopInstance'
|
16368
16494
|
property :next_hop_interconnect_attachment, as: 'nextHopInterconnectAttachment'
|
@@ -17072,6 +17198,7 @@ module Google
|
|
17072
17198
|
|
17073
17199
|
property :json_parsing, as: 'jsonParsing'
|
17074
17200
|
property :log_level, as: 'logLevel'
|
17201
|
+
collection :user_ip_request_headers, as: 'userIpRequestHeaders'
|
17075
17202
|
end
|
17076
17203
|
end
|
17077
17204
|
|
@@ -17432,6 +17559,7 @@ module Google
|
|
17432
17559
|
property :producer_forwarding_rule, as: 'producerForwardingRule'
|
17433
17560
|
property :psc_service_attachment_id, as: 'pscServiceAttachmentId', class: Google::Apis::ComputeAlpha::Uint128, decorator: Google::Apis::ComputeAlpha::Uint128::Representation
|
17434
17561
|
|
17562
|
+
property :reconcile_connections, as: 'reconcileConnections'
|
17435
17563
|
property :region, as: 'region'
|
17436
17564
|
property :self_link, as: 'selfLink'
|
17437
17565
|
property :target_service, as: 'targetService'
|
@@ -17578,7 +17706,6 @@ module Google
|
|
17578
17706
|
class Representation < Google::Apis::Core::JsonRepresentation
|
17579
17707
|
property :error, as: 'error', class: Google::Apis::ComputeAlpha::Status, decorator: Google::Apis::ComputeAlpha::Status::Representation
|
17580
17708
|
|
17581
|
-
property :operation, as: 'operation'
|
17582
17709
|
property :state, as: 'state'
|
17583
17710
|
end
|
17584
17711
|
end
|
@@ -18138,6 +18265,137 @@ module Google
|
|
18138
18265
|
end
|
18139
18266
|
end
|
18140
18267
|
|
18268
|
+
class StoragePool
|
18269
|
+
# @private
|
18270
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18271
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
18272
|
+
property :description, as: 'description'
|
18273
|
+
property :id, :numeric_string => true, as: 'id'
|
18274
|
+
property :kind, as: 'kind'
|
18275
|
+
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
18276
|
+
hash :labels, as: 'labels'
|
18277
|
+
property :name, as: 'name'
|
18278
|
+
property :provisioned_iops, :numeric_string => true, as: 'provisionedIops'
|
18279
|
+
property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeAlpha::StoragePoolResourceStatus, decorator: Google::Apis::ComputeAlpha::StoragePoolResourceStatus::Representation
|
18280
|
+
|
18281
|
+
property :self_link, as: 'selfLink'
|
18282
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
18283
|
+
property :size_gb, :numeric_string => true, as: 'sizeGb'
|
18284
|
+
property :state, as: 'state'
|
18285
|
+
property :type, as: 'type'
|
18286
|
+
property :zone, as: 'zone'
|
18287
|
+
end
|
18288
|
+
end
|
18289
|
+
|
18290
|
+
class StoragePoolAggregatedList
|
18291
|
+
# @private
|
18292
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18293
|
+
property :etag, as: 'etag'
|
18294
|
+
property :id, as: 'id'
|
18295
|
+
hash :items, as: 'items', class: Google::Apis::ComputeAlpha::StoragePoolsScopedList, decorator: Google::Apis::ComputeAlpha::StoragePoolsScopedList::Representation
|
18296
|
+
|
18297
|
+
property :kind, as: 'kind'
|
18298
|
+
property :next_page_token, as: 'nextPageToken'
|
18299
|
+
property :self_link, as: 'selfLink'
|
18300
|
+
collection :unreachables, as: 'unreachables'
|
18301
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::StoragePoolAggregatedList::Warning, decorator: Google::Apis::ComputeAlpha::StoragePoolAggregatedList::Warning::Representation
|
18302
|
+
|
18303
|
+
end
|
18304
|
+
|
18305
|
+
class Warning
|
18306
|
+
# @private
|
18307
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18308
|
+
property :code, as: 'code'
|
18309
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::StoragePoolAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::StoragePoolAggregatedList::Warning::Datum::Representation
|
18310
|
+
|
18311
|
+
property :message, as: 'message'
|
18312
|
+
end
|
18313
|
+
|
18314
|
+
class Datum
|
18315
|
+
# @private
|
18316
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18317
|
+
property :key, as: 'key'
|
18318
|
+
property :value, as: 'value'
|
18319
|
+
end
|
18320
|
+
end
|
18321
|
+
end
|
18322
|
+
end
|
18323
|
+
|
18324
|
+
class StoragePoolList
|
18325
|
+
# @private
|
18326
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18327
|
+
property :etag, as: 'etag'
|
18328
|
+
property :id, as: 'id'
|
18329
|
+
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::StoragePool, decorator: Google::Apis::ComputeAlpha::StoragePool::Representation
|
18330
|
+
|
18331
|
+
property :kind, as: 'kind'
|
18332
|
+
property :next_page_token, as: 'nextPageToken'
|
18333
|
+
property :self_link, as: 'selfLink'
|
18334
|
+
collection :unreachables, as: 'unreachables'
|
18335
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::StoragePoolList::Warning, decorator: Google::Apis::ComputeAlpha::StoragePoolList::Warning::Representation
|
18336
|
+
|
18337
|
+
end
|
18338
|
+
|
18339
|
+
class Warning
|
18340
|
+
# @private
|
18341
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18342
|
+
property :code, as: 'code'
|
18343
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::StoragePoolList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::StoragePoolList::Warning::Datum::Representation
|
18344
|
+
|
18345
|
+
property :message, as: 'message'
|
18346
|
+
end
|
18347
|
+
|
18348
|
+
class Datum
|
18349
|
+
# @private
|
18350
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18351
|
+
property :key, as: 'key'
|
18352
|
+
property :value, as: 'value'
|
18353
|
+
end
|
18354
|
+
end
|
18355
|
+
end
|
18356
|
+
end
|
18357
|
+
|
18358
|
+
class StoragePoolResourceStatus
|
18359
|
+
# @private
|
18360
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18361
|
+
property :aggregate_disk_provisioned_iops, :numeric_string => true, as: 'aggregateDiskProvisionedIops'
|
18362
|
+
property :aggregate_disk_size_gb, :numeric_string => true, as: 'aggregateDiskSizeGb'
|
18363
|
+
property :last_resize_timestamp, as: 'lastResizeTimestamp'
|
18364
|
+
property :max_aggregate_disk_size_gb, :numeric_string => true, as: 'maxAggregateDiskSizeGb'
|
18365
|
+
property :number_of_disks, :numeric_string => true, as: 'numberOfDisks'
|
18366
|
+
property :used_bytes, :numeric_string => true, as: 'usedBytes'
|
18367
|
+
property :used_reduced_bytes, :numeric_string => true, as: 'usedReducedBytes'
|
18368
|
+
end
|
18369
|
+
end
|
18370
|
+
|
18371
|
+
class StoragePoolsScopedList
|
18372
|
+
# @private
|
18373
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18374
|
+
collection :storage_pools, as: 'storagePools', class: Google::Apis::ComputeAlpha::StoragePool, decorator: Google::Apis::ComputeAlpha::StoragePool::Representation
|
18375
|
+
|
18376
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::StoragePoolsScopedList::Warning, decorator: Google::Apis::ComputeAlpha::StoragePoolsScopedList::Warning::Representation
|
18377
|
+
|
18378
|
+
end
|
18379
|
+
|
18380
|
+
class Warning
|
18381
|
+
# @private
|
18382
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18383
|
+
property :code, as: 'code'
|
18384
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::StoragePoolsScopedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::StoragePoolsScopedList::Warning::Datum::Representation
|
18385
|
+
|
18386
|
+
property :message, as: 'message'
|
18387
|
+
end
|
18388
|
+
|
18389
|
+
class Datum
|
18390
|
+
# @private
|
18391
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18392
|
+
property :key, as: 'key'
|
18393
|
+
property :value, as: 'value'
|
18394
|
+
end
|
18395
|
+
end
|
18396
|
+
end
|
18397
|
+
end
|
18398
|
+
|
18141
18399
|
class Subnetwork
|
18142
18400
|
# @private
|
18143
18401
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -18418,6 +18676,7 @@ module Google
|
|
18418
18676
|
property :description, as: 'description'
|
18419
18677
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
18420
18678
|
collection :http_filters, as: 'httpFilters'
|
18679
|
+
property :http_keep_alive_timeout_sec, as: 'httpKeepAliveTimeoutSec'
|
18421
18680
|
property :id, :numeric_string => true, as: 'id'
|
18422
18681
|
property :kind, as: 'kind'
|
18423
18682
|
property :name, as: 'name'
|
@@ -18554,6 +18813,7 @@ module Google
|
|
18554
18813
|
property :description, as: 'description'
|
18555
18814
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
18556
18815
|
collection :http_filters, as: 'httpFilters'
|
18816
|
+
property :http_keep_alive_timeout_sec, as: 'httpKeepAliveTimeoutSec'
|
18557
18817
|
property :id, :numeric_string => true, as: 'id'
|
18558
18818
|
property :kind, as: 'kind'
|
18559
18819
|
property :name, as: 'name'
|
@@ -19310,10 +19570,14 @@ module Google
|
|
19310
19570
|
class Representation < Google::Apis::Core::JsonRepresentation
|
19311
19571
|
property :can_reschedule, as: 'canReschedule'
|
19312
19572
|
property :date, as: 'date'
|
19573
|
+
property :latest_window_start_time, as: 'latestWindowStartTime'
|
19574
|
+
property :maintenance_status, as: 'maintenanceStatus'
|
19313
19575
|
property :start_time_window, as: 'startTimeWindow', class: Google::Apis::ComputeAlpha::UpcomingMaintenanceTimeWindow, decorator: Google::Apis::ComputeAlpha::UpcomingMaintenanceTimeWindow::Representation
|
19314
19576
|
|
19315
19577
|
property :time, as: 'time'
|
19316
19578
|
property :type, as: 'type'
|
19579
|
+
property :window_end_time, as: 'windowEndTime'
|
19580
|
+
property :window_start_time, as: 'windowStartTime'
|
19317
19581
|
end
|
19318
19582
|
end
|
19319
19583
|
|