google-apis-compute_beta 0.2.0 → 0.7.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 +21 -0
- data/lib/google/apis/compute_beta.rb +1 -1
- data/lib/google/apis/compute_beta/classes.rb +851 -63
- data/lib/google/apis/compute_beta/gem_version.rb +3 -3
- data/lib/google/apis/compute_beta/representations.rb +283 -0
- data/lib/google/apis/compute_beta/service.rb +1644 -671
- metadata +5 -5
@@ -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.7.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.2.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20210310"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -508,6 +508,18 @@ module Google
|
|
508
508
|
include Google::Apis::Core::JsonObjectSupport
|
509
509
|
end
|
510
510
|
|
511
|
+
class BulkInsertInstanceResource
|
512
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
|
+
|
514
|
+
include Google::Apis::Core::JsonObjectSupport
|
515
|
+
end
|
516
|
+
|
517
|
+
class BulkInsertInstanceResourcePerInstanceProperties
|
518
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
519
|
+
|
520
|
+
include Google::Apis::Core::JsonObjectSupport
|
521
|
+
end
|
522
|
+
|
511
523
|
class CacheInvalidationRule
|
512
524
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
513
525
|
|
@@ -2182,6 +2194,18 @@ module Google
|
|
2182
2194
|
include Google::Apis::Core::JsonObjectSupport
|
2183
2195
|
end
|
2184
2196
|
|
2197
|
+
class LocationPolicy
|
2198
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2199
|
+
|
2200
|
+
include Google::Apis::Core::JsonObjectSupport
|
2201
|
+
end
|
2202
|
+
|
2203
|
+
class LocationPolicyLocation
|
2204
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2205
|
+
|
2206
|
+
include Google::Apis::Core::JsonObjectSupport
|
2207
|
+
end
|
2208
|
+
|
2185
2209
|
class LogConfig
|
2186
2210
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2187
2211
|
|
@@ -2542,6 +2566,12 @@ module Google
|
|
2542
2566
|
include Google::Apis::Core::JsonObjectSupport
|
2543
2567
|
end
|
2544
2568
|
|
2569
|
+
class NetworkPerformanceConfig
|
2570
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2571
|
+
|
2572
|
+
include Google::Apis::Core::JsonObjectSupport
|
2573
|
+
end
|
2574
|
+
|
2545
2575
|
class NetworkRoutingConfig
|
2546
2576
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2547
2577
|
|
@@ -3658,6 +3688,18 @@ module Google
|
|
3658
3688
|
include Google::Apis::Core::JsonObjectSupport
|
3659
3689
|
end
|
3660
3690
|
|
3691
|
+
class ResourcePolicyInstanceSchedulePolicy
|
3692
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3693
|
+
|
3694
|
+
include Google::Apis::Core::JsonObjectSupport
|
3695
|
+
end
|
3696
|
+
|
3697
|
+
class ResourcePolicyInstanceSchedulePolicySchedule
|
3698
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3699
|
+
|
3700
|
+
include Google::Apis::Core::JsonObjectSupport
|
3701
|
+
end
|
3702
|
+
|
3661
3703
|
class ResourcePolicyList
|
3662
3704
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3663
3705
|
|
@@ -3676,6 +3718,18 @@ module Google
|
|
3676
3718
|
include Google::Apis::Core::JsonObjectSupport
|
3677
3719
|
end
|
3678
3720
|
|
3721
|
+
class ResourcePolicyResourceStatus
|
3722
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3723
|
+
|
3724
|
+
include Google::Apis::Core::JsonObjectSupport
|
3725
|
+
end
|
3726
|
+
|
3727
|
+
class ResourcePolicyResourceStatusInstanceSchedulePolicyStatus
|
3728
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3729
|
+
|
3730
|
+
include Google::Apis::Core::JsonObjectSupport
|
3731
|
+
end
|
3732
|
+
|
3679
3733
|
class ResourcePolicySnapshotSchedulePolicy
|
3680
3734
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3681
3735
|
|
@@ -4042,6 +4096,24 @@ module Google
|
|
4042
4096
|
include Google::Apis::Core::JsonObjectSupport
|
4043
4097
|
end
|
4044
4098
|
|
4099
|
+
class ServiceAttachmentAggregatedList
|
4100
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4101
|
+
|
4102
|
+
class Warning
|
4103
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4104
|
+
|
4105
|
+
class Datum
|
4106
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4107
|
+
|
4108
|
+
include Google::Apis::Core::JsonObjectSupport
|
4109
|
+
end
|
4110
|
+
|
4111
|
+
include Google::Apis::Core::JsonObjectSupport
|
4112
|
+
end
|
4113
|
+
|
4114
|
+
include Google::Apis::Core::JsonObjectSupport
|
4115
|
+
end
|
4116
|
+
|
4045
4117
|
class ServiceAttachmentConsumerForwardingRule
|
4046
4118
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4047
4119
|
|
@@ -4066,6 +4138,24 @@ module Google
|
|
4066
4138
|
include Google::Apis::Core::JsonObjectSupport
|
4067
4139
|
end
|
4068
4140
|
|
4141
|
+
class ServiceAttachmentsScopedList
|
4142
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4143
|
+
|
4144
|
+
class Warning
|
4145
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4146
|
+
|
4147
|
+
class Datum
|
4148
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4149
|
+
|
4150
|
+
include Google::Apis::Core::JsonObjectSupport
|
4151
|
+
end
|
4152
|
+
|
4153
|
+
include Google::Apis::Core::JsonObjectSupport
|
4154
|
+
end
|
4155
|
+
|
4156
|
+
include Google::Apis::Core::JsonObjectSupport
|
4157
|
+
end
|
4158
|
+
|
4069
4159
|
class ShieldedInstanceConfig
|
4070
4160
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4071
4161
|
|
@@ -4384,6 +4474,12 @@ module Google
|
|
4384
4474
|
include Google::Apis::Core::JsonObjectSupport
|
4385
4475
|
end
|
4386
4476
|
|
4477
|
+
class Subsetting
|
4478
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4479
|
+
|
4480
|
+
include Google::Apis::Core::JsonObjectSupport
|
4481
|
+
end
|
4482
|
+
|
4387
4483
|
class TcpHealthCheck
|
4388
4484
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4389
4485
|
|
@@ -5544,6 +5640,7 @@ module Google
|
|
5544
5640
|
|
5545
5641
|
collection :local_ssds, as: 'localSsds', class: Google::Apis::ComputeBeta::AllocationSpecificSkuAllocationAllocatedInstancePropertiesReservedDisk, decorator: Google::Apis::ComputeBeta::AllocationSpecificSkuAllocationAllocatedInstancePropertiesReservedDisk::Representation
|
5546
5642
|
|
5643
|
+
property :location_hint, as: 'locationHint'
|
5547
5644
|
property :machine_type, as: 'machineType'
|
5548
5645
|
property :min_cpu_platform, as: 'minCpuPlatform'
|
5549
5646
|
end
|
@@ -5969,6 +6066,8 @@ module Google
|
|
5969
6066
|
property :locality_lb_policy, as: 'localityLbPolicy'
|
5970
6067
|
property :log_config, as: 'logConfig', class: Google::Apis::ComputeBeta::BackendServiceLogConfig, decorator: Google::Apis::ComputeBeta::BackendServiceLogConfig::Representation
|
5971
6068
|
|
6069
|
+
property :max_stream_duration, as: 'maxStreamDuration', class: Google::Apis::ComputeBeta::Duration, decorator: Google::Apis::ComputeBeta::Duration::Representation
|
6070
|
+
|
5972
6071
|
property :name, as: 'name'
|
5973
6072
|
property :network, as: 'network'
|
5974
6073
|
property :outlier_detection, as: 'outlierDetection', class: Google::Apis::ComputeBeta::OutlierDetection, decorator: Google::Apis::ComputeBeta::OutlierDetection::Representation
|
@@ -5982,6 +6081,8 @@ module Google
|
|
5982
6081
|
|
5983
6082
|
property :self_link, as: 'selfLink'
|
5984
6083
|
property :session_affinity, as: 'sessionAffinity'
|
6084
|
+
property :subsetting, as: 'subsetting', class: Google::Apis::ComputeBeta::Subsetting, decorator: Google::Apis::ComputeBeta::Subsetting::Representation
|
6085
|
+
|
5985
6086
|
property :timeout_sec, as: 'timeoutSec'
|
5986
6087
|
end
|
5987
6088
|
end
|
@@ -6231,6 +6332,29 @@ module Google
|
|
6231
6332
|
end
|
6232
6333
|
end
|
6233
6334
|
|
6335
|
+
class BulkInsertInstanceResource
|
6336
|
+
# @private
|
6337
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6338
|
+
property :count, :numeric_string => true, as: 'count'
|
6339
|
+
property :instance_properties, as: 'instanceProperties', class: Google::Apis::ComputeBeta::InstanceProperties, decorator: Google::Apis::ComputeBeta::InstanceProperties::Representation
|
6340
|
+
|
6341
|
+
property :location_policy, as: 'locationPolicy', class: Google::Apis::ComputeBeta::LocationPolicy, decorator: Google::Apis::ComputeBeta::LocationPolicy::Representation
|
6342
|
+
|
6343
|
+
property :min_count, :numeric_string => true, as: 'minCount'
|
6344
|
+
property :name_pattern, as: 'namePattern'
|
6345
|
+
hash :per_instance_properties, as: 'perInstanceProperties', class: Google::Apis::ComputeBeta::BulkInsertInstanceResourcePerInstanceProperties, decorator: Google::Apis::ComputeBeta::BulkInsertInstanceResourcePerInstanceProperties::Representation
|
6346
|
+
|
6347
|
+
property :source_instance_template, as: 'sourceInstanceTemplate'
|
6348
|
+
end
|
6349
|
+
end
|
6350
|
+
|
6351
|
+
class BulkInsertInstanceResourcePerInstanceProperties
|
6352
|
+
# @private
|
6353
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
6354
|
+
property :name, as: 'name'
|
6355
|
+
end
|
6356
|
+
end
|
6357
|
+
|
6234
6358
|
class CacheInvalidationRule
|
6235
6359
|
# @private
|
6236
6360
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -7027,6 +7151,7 @@ module Google
|
|
7027
7151
|
|
7028
7152
|
property :self_link, as: 'selfLink'
|
7029
7153
|
property :self_link_with_id, as: 'selfLinkWithId'
|
7154
|
+
property :short_name, as: 'shortName'
|
7030
7155
|
end
|
7031
7156
|
end
|
7032
7157
|
|
@@ -7037,6 +7162,7 @@ module Google
|
|
7037
7162
|
property :display_name, as: 'displayName'
|
7038
7163
|
property :firewall_policy_id, as: 'firewallPolicyId'
|
7039
7164
|
property :name, as: 'name'
|
7165
|
+
property :short_name, as: 'shortName'
|
7040
7166
|
end
|
7041
7167
|
end
|
7042
7168
|
|
@@ -7143,6 +7269,7 @@ module Google
|
|
7143
7269
|
property :network_tier, as: 'networkTier'
|
7144
7270
|
property :port_range, as: 'portRange'
|
7145
7271
|
collection :ports, as: 'ports'
|
7272
|
+
property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
|
7146
7273
|
property :region, as: 'region'
|
7147
7274
|
property :self_link, as: 'selfLink'
|
7148
7275
|
collection :service_directory_registrations, as: 'serviceDirectoryRegistrations', class: Google::Apis::ComputeBeta::ForwardingRuleServiceDirectoryRegistration, decorator: Google::Apis::ComputeBeta::ForwardingRuleServiceDirectoryRegistration::Representation
|
@@ -7231,6 +7358,7 @@ module Google
|
|
7231
7358
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7232
7359
|
property :namespace, as: 'namespace'
|
7233
7360
|
property :service, as: 'service'
|
7361
|
+
property :service_directory_region, as: 'serviceDirectoryRegion'
|
7234
7362
|
end
|
7235
7363
|
end
|
7236
7364
|
|
@@ -7790,6 +7918,8 @@ module Google
|
|
7790
7918
|
|
7791
7919
|
property :fault_injection_policy, as: 'faultInjectionPolicy', class: Google::Apis::ComputeBeta::HttpFaultInjection, decorator: Google::Apis::ComputeBeta::HttpFaultInjection::Representation
|
7792
7920
|
|
7921
|
+
property :max_stream_duration, as: 'maxStreamDuration', class: Google::Apis::ComputeBeta::Duration, decorator: Google::Apis::ComputeBeta::Duration::Representation
|
7922
|
+
|
7793
7923
|
property :request_mirror_policy, as: 'requestMirrorPolicy', class: Google::Apis::ComputeBeta::RequestMirrorPolicy, decorator: Google::Apis::ComputeBeta::RequestMirrorPolicy::Representation
|
7794
7924
|
|
7795
7925
|
property :retry_policy, as: 'retryPolicy', class: Google::Apis::ComputeBeta::HttpRetryPolicy, decorator: Google::Apis::ComputeBeta::HttpRetryPolicy::Representation
|
@@ -7914,6 +8044,7 @@ module Google
|
|
7914
8044
|
property :name, as: 'name'
|
7915
8045
|
property :raw_disk, as: 'rawDisk', class: Google::Apis::ComputeBeta::Image::RawDisk, decorator: Google::Apis::ComputeBeta::Image::RawDisk::Representation
|
7916
8046
|
|
8047
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
7917
8048
|
property :self_link, as: 'selfLink'
|
7918
8049
|
property :shielded_instance_initial_state, as: 'shieldedInstanceInitialState', class: Google::Apis::ComputeBeta::InitialStateConfig, decorator: Google::Apis::ComputeBeta::InitialStateConfig::Representation
|
7919
8050
|
|
@@ -8025,6 +8156,9 @@ module Google
|
|
8025
8156
|
property :name, as: 'name'
|
8026
8157
|
collection :network_interfaces, as: 'networkInterfaces', class: Google::Apis::ComputeBeta::NetworkInterface, decorator: Google::Apis::ComputeBeta::NetworkInterface::Representation
|
8027
8158
|
|
8159
|
+
property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ComputeBeta::NetworkPerformanceConfig, decorator: Google::Apis::ComputeBeta::NetworkPerformanceConfig::Representation
|
8160
|
+
|
8161
|
+
property :post_key_revocation_action_type, as: 'postKeyRevocationActionType'
|
8028
8162
|
property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
|
8029
8163
|
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeBeta::ReservationAffinity, decorator: Google::Apis::ComputeBeta::ReservationAffinity::Representation
|
8030
8164
|
|
@@ -8743,6 +8877,8 @@ module Google
|
|
8743
8877
|
property :min_cpu_platform, as: 'minCpuPlatform'
|
8744
8878
|
collection :network_interfaces, as: 'networkInterfaces', class: Google::Apis::ComputeBeta::NetworkInterface, decorator: Google::Apis::ComputeBeta::NetworkInterface::Representation
|
8745
8879
|
|
8880
|
+
property :network_performance_config, as: 'networkPerformanceConfig', class: Google::Apis::ComputeBeta::NetworkPerformanceConfig, decorator: Google::Apis::ComputeBeta::NetworkPerformanceConfig::Representation
|
8881
|
+
|
8746
8882
|
property :post_key_revocation_action_type, as: 'postKeyRevocationActionType'
|
8747
8883
|
property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
|
8748
8884
|
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeBeta::ReservationAffinity, decorator: Google::Apis::ComputeBeta::ReservationAffinity::Representation
|
@@ -8853,6 +8989,7 @@ module Google
|
|
8853
8989
|
property :name, as: 'name'
|
8854
8990
|
collection :rules, as: 'rules', class: Google::Apis::ComputeBeta::FirewallPolicyRule, decorator: Google::Apis::ComputeBeta::FirewallPolicyRule::Representation
|
8855
8991
|
|
8992
|
+
property :short_name, as: 'shortName'
|
8856
8993
|
property :type, as: 'type'
|
8857
8994
|
end
|
8858
8995
|
end
|
@@ -9017,9 +9154,11 @@ module Google
|
|
9017
9154
|
property :dataplane_version, as: 'dataplaneVersion'
|
9018
9155
|
property :description, as: 'description'
|
9019
9156
|
property :edge_availability_domain, as: 'edgeAvailabilityDomain'
|
9157
|
+
property :encryption, as: 'encryption'
|
9020
9158
|
property :google_reference_id, as: 'googleReferenceId'
|
9021
9159
|
property :id, :numeric_string => true, as: 'id'
|
9022
9160
|
property :interconnect, as: 'interconnect'
|
9161
|
+
collection :ipsec_internal_addresses, as: 'ipsecInternalAddresses'
|
9023
9162
|
property :kind, as: 'kind'
|
9024
9163
|
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
9025
9164
|
hash :labels, as: 'labels'
|
@@ -9426,6 +9565,21 @@ module Google
|
|
9426
9565
|
end
|
9427
9566
|
end
|
9428
9567
|
|
9568
|
+
class LocationPolicy
|
9569
|
+
# @private
|
9570
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9571
|
+
hash :locations, as: 'locations', class: Google::Apis::ComputeBeta::LocationPolicyLocation, decorator: Google::Apis::ComputeBeta::LocationPolicyLocation::Representation
|
9572
|
+
|
9573
|
+
end
|
9574
|
+
end
|
9575
|
+
|
9576
|
+
class LocationPolicyLocation
|
9577
|
+
# @private
|
9578
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
9579
|
+
property :preference, as: 'preference'
|
9580
|
+
end
|
9581
|
+
end
|
9582
|
+
|
9429
9583
|
class LogConfig
|
9430
9584
|
# @private
|
9431
9585
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9483,6 +9637,7 @@ module Google
|
|
9483
9637
|
property :machine_image_encryption_key, as: 'machineImageEncryptionKey', class: Google::Apis::ComputeBeta::CustomerEncryptionKey, decorator: Google::Apis::ComputeBeta::CustomerEncryptionKey::Representation
|
9484
9638
|
|
9485
9639
|
property :name, as: 'name'
|
9640
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
9486
9641
|
property :self_link, as: 'selfLink'
|
9487
9642
|
collection :source_disk_encryption_keys, as: 'sourceDiskEncryptionKeys', class: Google::Apis::ComputeBeta::SourceDiskEncryptionKey, decorator: Google::Apis::ComputeBeta::SourceDiskEncryptionKey::Representation
|
9488
9643
|
|
@@ -10084,6 +10239,13 @@ module Google
|
|
10084
10239
|
end
|
10085
10240
|
end
|
10086
10241
|
|
10242
|
+
class NetworkPerformanceConfig
|
10243
|
+
# @private
|
10244
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10245
|
+
property :total_egress_bandwidth_tier, as: 'totalEgressBandwidthTier'
|
10246
|
+
end
|
10247
|
+
end
|
10248
|
+
|
10087
10249
|
class NetworkRoutingConfig
|
10088
10250
|
# @private
|
10089
10251
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10121,6 +10283,7 @@ module Google
|
|
10121
10283
|
property :name, as: 'name'
|
10122
10284
|
collection :rules, as: 'rules', class: Google::Apis::ComputeBeta::FirewallPolicyRule, decorator: Google::Apis::ComputeBeta::FirewallPolicyRule::Representation
|
10123
10285
|
|
10286
|
+
property :short_name, as: 'shortName'
|
10124
10287
|
property :type, as: 'type'
|
10125
10288
|
end
|
10126
10289
|
end
|
@@ -10159,6 +10322,7 @@ module Google
|
|
10159
10322
|
property :fingerprint, :base64 => true, as: 'fingerprint'
|
10160
10323
|
property :id, :numeric_string => true, as: 'id'
|
10161
10324
|
property :kind, as: 'kind'
|
10325
|
+
property :location_hint, as: 'locationHint'
|
10162
10326
|
property :maintenance_policy, as: 'maintenancePolicy'
|
10163
10327
|
property :maintenance_window, as: 'maintenanceWindow', class: Google::Apis::ComputeBeta::NodeGroupMaintenanceWindow, decorator: Google::Apis::ComputeBeta::NodeGroupMaintenanceWindow::Representation
|
10164
10328
|
|
@@ -10265,6 +10429,7 @@ module Google
|
|
10265
10429
|
collection :instances, as: 'instances'
|
10266
10430
|
property :name, as: 'name'
|
10267
10431
|
property :node_type, as: 'nodeType'
|
10432
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
10268
10433
|
property :server_binding, as: 'serverBinding', class: Google::Apis::ComputeBeta::ServerBinding, decorator: Google::Apis::ComputeBeta::ServerBinding::Representation
|
10269
10434
|
|
10270
10435
|
property :server_id, as: 'serverId'
|
@@ -10667,6 +10832,7 @@ module Google
|
|
10667
10832
|
property :insert_time, as: 'insertTime'
|
10668
10833
|
property :kind, as: 'kind'
|
10669
10834
|
property :name, as: 'name'
|
10835
|
+
property :operation_group_id, as: 'operationGroupId'
|
10670
10836
|
property :operation_type, as: 'operationType'
|
10671
10837
|
property :progress, as: 'progress'
|
10672
10838
|
property :region, as: 'region'
|
@@ -11811,6 +11977,7 @@ module Google
|
|
11811
11977
|
property :id, :numeric_string => true, as: 'id'
|
11812
11978
|
property :kind, as: 'kind'
|
11813
11979
|
property :name, as: 'name'
|
11980
|
+
property :satisfies_pzs, as: 'satisfiesPzs'
|
11814
11981
|
property :self_link, as: 'selfLink'
|
11815
11982
|
property :specific_reservation, as: 'specificReservation', class: Google::Apis::ComputeBeta::AllocationSpecificSkuReservation, decorator: Google::Apis::ComputeBeta::AllocationSpecificSkuReservation::Representation
|
11816
11983
|
|
@@ -11981,9 +12148,13 @@ module Google
|
|
11981
12148
|
property :group_placement_policy, as: 'groupPlacementPolicy', class: Google::Apis::ComputeBeta::ResourcePolicyGroupPlacementPolicy, decorator: Google::Apis::ComputeBeta::ResourcePolicyGroupPlacementPolicy::Representation
|
11982
12149
|
|
11983
12150
|
property :id, :numeric_string => true, as: 'id'
|
12151
|
+
property :instance_schedule_policy, as: 'instanceSchedulePolicy', class: Google::Apis::ComputeBeta::ResourcePolicyInstanceSchedulePolicy, decorator: Google::Apis::ComputeBeta::ResourcePolicyInstanceSchedulePolicy::Representation
|
12152
|
+
|
11984
12153
|
property :kind, as: 'kind'
|
11985
12154
|
property :name, as: 'name'
|
11986
12155
|
property :region, as: 'region'
|
12156
|
+
property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeBeta::ResourcePolicyResourceStatus, decorator: Google::Apis::ComputeBeta::ResourcePolicyResourceStatus::Representation
|
12157
|
+
|
11987
12158
|
property :self_link, as: 'selfLink'
|
11988
12159
|
property :snapshot_schedule_policy, as: 'snapshotSchedulePolicy', class: Google::Apis::ComputeBeta::ResourcePolicySnapshotSchedulePolicy, decorator: Google::Apis::ComputeBeta::ResourcePolicySnapshotSchedulePolicy::Representation
|
11989
12160
|
|
@@ -12052,6 +12223,26 @@ module Google
|
|
12052
12223
|
end
|
12053
12224
|
end
|
12054
12225
|
|
12226
|
+
class ResourcePolicyInstanceSchedulePolicy
|
12227
|
+
# @private
|
12228
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12229
|
+
property :expiration_time, as: 'expirationTime'
|
12230
|
+
property :start_time, as: 'startTime'
|
12231
|
+
property :time_zone, as: 'timeZone'
|
12232
|
+
property :vm_start_schedule, as: 'vmStartSchedule', class: Google::Apis::ComputeBeta::ResourcePolicyInstanceSchedulePolicySchedule, decorator: Google::Apis::ComputeBeta::ResourcePolicyInstanceSchedulePolicySchedule::Representation
|
12233
|
+
|
12234
|
+
property :vm_stop_schedule, as: 'vmStopSchedule', class: Google::Apis::ComputeBeta::ResourcePolicyInstanceSchedulePolicySchedule, decorator: Google::Apis::ComputeBeta::ResourcePolicyInstanceSchedulePolicySchedule::Representation
|
12235
|
+
|
12236
|
+
end
|
12237
|
+
end
|
12238
|
+
|
12239
|
+
class ResourcePolicyInstanceSchedulePolicySchedule
|
12240
|
+
# @private
|
12241
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12242
|
+
property :schedule, as: 'schedule'
|
12243
|
+
end
|
12244
|
+
end
|
12245
|
+
|
12055
12246
|
class ResourcePolicyList
|
12056
12247
|
# @private
|
12057
12248
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12085,6 +12276,22 @@ module Google
|
|
12085
12276
|
end
|
12086
12277
|
end
|
12087
12278
|
|
12279
|
+
class ResourcePolicyResourceStatus
|
12280
|
+
# @private
|
12281
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12282
|
+
property :instance_schedule_policy, as: 'instanceSchedulePolicy', class: Google::Apis::ComputeBeta::ResourcePolicyResourceStatusInstanceSchedulePolicyStatus, decorator: Google::Apis::ComputeBeta::ResourcePolicyResourceStatusInstanceSchedulePolicyStatus::Representation
|
12283
|
+
|
12284
|
+
end
|
12285
|
+
end
|
12286
|
+
|
12287
|
+
class ResourcePolicyResourceStatusInstanceSchedulePolicyStatus
|
12288
|
+
# @private
|
12289
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12290
|
+
property :last_run_start_time, as: 'lastRunStartTime'
|
12291
|
+
property :next_run_start_time, as: 'nextRunStartTime'
|
12292
|
+
end
|
12293
|
+
end
|
12294
|
+
|
12088
12295
|
class ResourcePolicySnapshotSchedulePolicy
|
12089
12296
|
# @private
|
12090
12297
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12229,6 +12436,7 @@ module Google
|
|
12229
12436
|
|
12230
12437
|
property :creation_timestamp, as: 'creationTimestamp'
|
12231
12438
|
property :description, as: 'description'
|
12439
|
+
property :encrypted_interconnect_router, as: 'encryptedInterconnectRouter'
|
12232
12440
|
property :id, :numeric_string => true, as: 'id'
|
12233
12441
|
collection :interfaces, as: 'interfaces', class: Google::Apis::ComputeBeta::RouterInterface, decorator: Google::Apis::ComputeBeta::RouterInterface::Representation
|
12234
12442
|
|
@@ -12312,6 +12520,7 @@ module Google
|
|
12312
12520
|
property :name, as: 'name'
|
12313
12521
|
property :peer_asn, as: 'peerAsn'
|
12314
12522
|
property :peer_ip_address, as: 'peerIpAddress'
|
12523
|
+
property :router_appliance_instance, as: 'routerApplianceInstance'
|
12315
12524
|
end
|
12316
12525
|
end
|
12317
12526
|
|
@@ -12333,6 +12542,9 @@ module Google
|
|
12333
12542
|
property :linked_vpn_tunnel, as: 'linkedVpnTunnel'
|
12334
12543
|
property :management_type, as: 'managementType'
|
12335
12544
|
property :name, as: 'name'
|
12545
|
+
property :private_ip_address, as: 'privateIpAddress'
|
12546
|
+
property :redundant_interface, as: 'redundantInterface'
|
12547
|
+
property :subnetwork, as: 'subnetwork'
|
12336
12548
|
end
|
12337
12549
|
end
|
12338
12550
|
|
@@ -12433,6 +12645,7 @@ module Google
|
|
12433
12645
|
property :name, as: 'name'
|
12434
12646
|
property :num_learned_routes, as: 'numLearnedRoutes'
|
12435
12647
|
property :peer_ip_address, as: 'peerIpAddress'
|
12648
|
+
property :router_appliance_instance, as: 'routerApplianceInstance'
|
12436
12649
|
property :state, as: 'state'
|
12437
12650
|
property :status, as: 'status'
|
12438
12651
|
property :uptime, as: 'uptime'
|
@@ -12797,6 +13010,39 @@ module Google
|
|
12797
13010
|
end
|
12798
13011
|
end
|
12799
13012
|
|
13013
|
+
class ServiceAttachmentAggregatedList
|
13014
|
+
# @private
|
13015
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13016
|
+
property :id, as: 'id'
|
13017
|
+
hash :items, as: 'items', class: Google::Apis::ComputeBeta::ServiceAttachmentsScopedList, decorator: Google::Apis::ComputeBeta::ServiceAttachmentsScopedList::Representation
|
13018
|
+
|
13019
|
+
property :kind, as: 'kind'
|
13020
|
+
property :next_page_token, as: 'nextPageToken'
|
13021
|
+
property :self_link, as: 'selfLink'
|
13022
|
+
collection :unreachables, as: 'unreachables'
|
13023
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::ServiceAttachmentAggregatedList::Warning, decorator: Google::Apis::ComputeBeta::ServiceAttachmentAggregatedList::Warning::Representation
|
13024
|
+
|
13025
|
+
end
|
13026
|
+
|
13027
|
+
class Warning
|
13028
|
+
# @private
|
13029
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13030
|
+
property :code, as: 'code'
|
13031
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::ServiceAttachmentAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::ServiceAttachmentAggregatedList::Warning::Datum::Representation
|
13032
|
+
|
13033
|
+
property :message, as: 'message'
|
13034
|
+
end
|
13035
|
+
|
13036
|
+
class Datum
|
13037
|
+
# @private
|
13038
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13039
|
+
property :key, as: 'key'
|
13040
|
+
property :value, as: 'value'
|
13041
|
+
end
|
13042
|
+
end
|
13043
|
+
end
|
13044
|
+
end
|
13045
|
+
|
12800
13046
|
class ServiceAttachmentConsumerForwardingRule
|
12801
13047
|
# @private
|
12802
13048
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12837,6 +13083,34 @@ module Google
|
|
12837
13083
|
end
|
12838
13084
|
end
|
12839
13085
|
|
13086
|
+
class ServiceAttachmentsScopedList
|
13087
|
+
# @private
|
13088
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13089
|
+
collection :resources, as: 'resources', class: Google::Apis::ComputeBeta::ServiceAttachment, decorator: Google::Apis::ComputeBeta::ServiceAttachment::Representation
|
13090
|
+
|
13091
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeBeta::ServiceAttachmentsScopedList::Warning, decorator: Google::Apis::ComputeBeta::ServiceAttachmentsScopedList::Warning::Representation
|
13092
|
+
|
13093
|
+
end
|
13094
|
+
|
13095
|
+
class Warning
|
13096
|
+
# @private
|
13097
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13098
|
+
property :code, as: 'code'
|
13099
|
+
collection :data, as: 'data', class: Google::Apis::ComputeBeta::ServiceAttachmentsScopedList::Warning::Datum, decorator: Google::Apis::ComputeBeta::ServiceAttachmentsScopedList::Warning::Datum::Representation
|
13100
|
+
|
13101
|
+
property :message, as: 'message'
|
13102
|
+
end
|
13103
|
+
|
13104
|
+
class Datum
|
13105
|
+
# @private
|
13106
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13107
|
+
property :key, as: 'key'
|
13108
|
+
property :value, as: 'value'
|
13109
|
+
end
|
13110
|
+
end
|
13111
|
+
end
|
13112
|
+
end
|
13113
|
+
|
12840
13114
|
class ShieldedInstanceConfig
|
12841
13115
|
# @private
|
12842
13116
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13418,6 +13692,13 @@ module Google
|
|
13418
13692
|
end
|
13419
13693
|
end
|
13420
13694
|
|
13695
|
+
class Subsetting
|
13696
|
+
# @private
|
13697
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13698
|
+
property :policy, as: 'policy'
|
13699
|
+
end
|
13700
|
+
end
|
13701
|
+
|
13421
13702
|
class TcpHealthCheck
|
13422
13703
|
# @private
|
13423
13704
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -13646,6 +13927,7 @@ module Google
|
|
13646
13927
|
property :authorization_policy, as: 'authorizationPolicy'
|
13647
13928
|
property :creation_timestamp, as: 'creationTimestamp'
|
13648
13929
|
property :description, as: 'description'
|
13930
|
+
property :fingerprint, :base64 => true, as: 'fingerprint'
|
13649
13931
|
collection :http_filters, as: 'httpFilters'
|
13650
13932
|
property :id, :numeric_string => true, as: 'id'
|
13651
13933
|
property :kind, as: 'kind'
|
@@ -14686,6 +14968,7 @@ module Google
|
|
14686
14968
|
# @private
|
14687
14969
|
class Representation < Google::Apis::Core::JsonRepresentation
|
14688
14970
|
property :id, as: 'id'
|
14971
|
+
property :interconnect_attachment, as: 'interconnectAttachment'
|
14689
14972
|
property :ip_address, as: 'ipAddress'
|
14690
14973
|
end
|
14691
14974
|
end
|