google-apis-compute_v1 0.107.0 → 0.109.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_v1/classes.rb +104 -786
- data/lib/google/apis/compute_v1/gem_version.rb +2 -2
- data/lib/google/apis/compute_v1/representations.rb +21 -306
- data/lib/google/apis/compute_v1/service.rb +0 -444
- metadata +4 -4
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module ComputeV1
|
18
18
|
# Version of the google-apis-compute_v1 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.109.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20241001"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -670,6 +670,12 @@ module Google
|
|
670
670
|
include Google::Apis::Core::JsonObjectSupport
|
671
671
|
end
|
672
672
|
|
673
|
+
class CommitmentResourceStatus
|
674
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
|
+
|
676
|
+
include Google::Apis::Core::JsonObjectSupport
|
677
|
+
end
|
678
|
+
|
673
679
|
class CommitmentsScopedList
|
674
680
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
675
681
|
|
@@ -1222,108 +1228,6 @@ module Google
|
|
1222
1228
|
include Google::Apis::Core::JsonObjectSupport
|
1223
1229
|
end
|
1224
1230
|
|
1225
|
-
class FutureReservation
|
1226
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1227
|
-
|
1228
|
-
include Google::Apis::Core::JsonObjectSupport
|
1229
|
-
end
|
1230
|
-
|
1231
|
-
class FutureReservationSpecificSkuProperties
|
1232
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1233
|
-
|
1234
|
-
include Google::Apis::Core::JsonObjectSupport
|
1235
|
-
end
|
1236
|
-
|
1237
|
-
class FutureReservationStatus
|
1238
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1239
|
-
|
1240
|
-
include Google::Apis::Core::JsonObjectSupport
|
1241
|
-
end
|
1242
|
-
|
1243
|
-
class FutureReservationStatusExistingMatchingUsageInfo
|
1244
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1245
|
-
|
1246
|
-
include Google::Apis::Core::JsonObjectSupport
|
1247
|
-
end
|
1248
|
-
|
1249
|
-
class FutureReservationStatusLastKnownGoodState
|
1250
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1251
|
-
|
1252
|
-
include Google::Apis::Core::JsonObjectSupport
|
1253
|
-
end
|
1254
|
-
|
1255
|
-
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecs
|
1256
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1257
|
-
|
1258
|
-
include Google::Apis::Core::JsonObjectSupport
|
1259
|
-
end
|
1260
|
-
|
1261
|
-
class FutureReservationStatusSpecificSkuProperties
|
1262
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1263
|
-
|
1264
|
-
include Google::Apis::Core::JsonObjectSupport
|
1265
|
-
end
|
1266
|
-
|
1267
|
-
class FutureReservationTimeWindow
|
1268
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1269
|
-
|
1270
|
-
include Google::Apis::Core::JsonObjectSupport
|
1271
|
-
end
|
1272
|
-
|
1273
|
-
class FutureReservationsAggregatedListResponse
|
1274
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1275
|
-
|
1276
|
-
class Warning
|
1277
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1278
|
-
|
1279
|
-
class Datum
|
1280
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1281
|
-
|
1282
|
-
include Google::Apis::Core::JsonObjectSupport
|
1283
|
-
end
|
1284
|
-
|
1285
|
-
include Google::Apis::Core::JsonObjectSupport
|
1286
|
-
end
|
1287
|
-
|
1288
|
-
include Google::Apis::Core::JsonObjectSupport
|
1289
|
-
end
|
1290
|
-
|
1291
|
-
class FutureReservationsListResponse
|
1292
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1293
|
-
|
1294
|
-
class Warning
|
1295
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1296
|
-
|
1297
|
-
class Datum
|
1298
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1299
|
-
|
1300
|
-
include Google::Apis::Core::JsonObjectSupport
|
1301
|
-
end
|
1302
|
-
|
1303
|
-
include Google::Apis::Core::JsonObjectSupport
|
1304
|
-
end
|
1305
|
-
|
1306
|
-
include Google::Apis::Core::JsonObjectSupport
|
1307
|
-
end
|
1308
|
-
|
1309
|
-
class FutureReservationsScopedList
|
1310
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1311
|
-
|
1312
|
-
class Warning
|
1313
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1314
|
-
|
1315
|
-
class Datum
|
1316
|
-
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1317
|
-
|
1318
|
-
include Google::Apis::Core::JsonObjectSupport
|
1319
|
-
end
|
1320
|
-
|
1321
|
-
include Google::Apis::Core::JsonObjectSupport
|
1322
|
-
end
|
1323
|
-
|
1324
|
-
include Google::Apis::Core::JsonObjectSupport
|
1325
|
-
end
|
1326
|
-
|
1327
1231
|
class GrpcHealthCheck
|
1328
1232
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1329
1233
|
|
@@ -7058,7 +6962,6 @@ module Google
|
|
7058
6962
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7059
6963
|
collection :audit_log_configs, as: 'auditLogConfigs', class: Google::Apis::ComputeV1::AuditLogConfig, decorator: Google::Apis::ComputeV1::AuditLogConfig::Representation
|
7060
6964
|
|
7061
|
-
collection :exempted_members, as: 'exemptedMembers'
|
7062
6965
|
property :service, as: 'service'
|
7063
6966
|
end
|
7064
6967
|
end
|
@@ -7067,7 +6970,6 @@ module Google
|
|
7067
6970
|
# @private
|
7068
6971
|
class Representation < Google::Apis::Core::JsonRepresentation
|
7069
6972
|
collection :exempted_members, as: 'exemptedMembers'
|
7070
|
-
property :ignore_child_exemptions, as: 'ignoreChildExemptions'
|
7071
6973
|
property :log_type, as: 'logType'
|
7072
6974
|
end
|
7073
6975
|
end
|
@@ -7416,6 +7318,7 @@ module Google
|
|
7416
7318
|
property :iap, as: 'iap', class: Google::Apis::ComputeV1::BackendServiceIap, decorator: Google::Apis::ComputeV1::BackendServiceIap::Representation
|
7417
7319
|
|
7418
7320
|
property :id, :numeric_string => true, as: 'id'
|
7321
|
+
property :ip_address_selection_policy, as: 'ipAddressSelectionPolicy'
|
7419
7322
|
property :kind, as: 'kind'
|
7420
7323
|
property :load_balancing_scheme, as: 'loadBalancingScheme'
|
7421
7324
|
collection :locality_lb_policies, as: 'localityLbPolicies', class: Google::Apis::ComputeV1::BackendServiceLocalityLoadBalancingPolicyConfig, decorator: Google::Apis::ComputeV1::BackendServiceLocalityLoadBalancingPolicyConfig::Representation
|
@@ -7841,6 +7744,7 @@ module Google
|
|
7841
7744
|
property :auto_renew, as: 'autoRenew'
|
7842
7745
|
property :category, as: 'category'
|
7843
7746
|
property :creation_timestamp, as: 'creationTimestamp'
|
7747
|
+
property :custom_end_timestamp, as: 'customEndTimestamp'
|
7844
7748
|
property :description, as: 'description'
|
7845
7749
|
property :end_timestamp, as: 'endTimestamp'
|
7846
7750
|
collection :existing_reservations, as: 'existingReservations'
|
@@ -7854,6 +7758,8 @@ module Google
|
|
7854
7758
|
property :region, as: 'region'
|
7855
7759
|
collection :reservations, as: 'reservations', class: Google::Apis::ComputeV1::Reservation, decorator: Google::Apis::ComputeV1::Reservation::Representation
|
7856
7760
|
|
7761
|
+
property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeV1::CommitmentResourceStatus, decorator: Google::Apis::ComputeV1::CommitmentResourceStatus::Representation
|
7762
|
+
|
7857
7763
|
collection :resources, as: 'resources', class: Google::Apis::ComputeV1::ResourceCommitment, decorator: Google::Apis::ComputeV1::ResourceCommitment::Representation
|
7858
7764
|
|
7859
7765
|
property :self_link, as: 'selfLink'
|
@@ -7930,6 +7836,13 @@ module Google
|
|
7930
7836
|
end
|
7931
7837
|
end
|
7932
7838
|
|
7839
|
+
class CommitmentResourceStatus
|
7840
|
+
# @private
|
7841
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
7842
|
+
property :custom_term_eligibility_end_timestamp, as: 'customTermEligibilityEndTimestamp'
|
7843
|
+
end
|
7844
|
+
end
|
7845
|
+
|
7933
7846
|
class CommitmentsScopedList
|
7934
7847
|
# @private
|
7935
7848
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -8968,208 +8881,6 @@ module Google
|
|
8968
8881
|
end
|
8969
8882
|
end
|
8970
8883
|
|
8971
|
-
class FutureReservation
|
8972
|
-
# @private
|
8973
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
8974
|
-
property :auto_created_reservations_delete_time, as: 'autoCreatedReservationsDeleteTime'
|
8975
|
-
property :auto_created_reservations_duration, as: 'autoCreatedReservationsDuration', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
|
8976
|
-
|
8977
|
-
property :auto_delete_auto_created_reservations, as: 'autoDeleteAutoCreatedReservations'
|
8978
|
-
property :creation_timestamp, as: 'creationTimestamp'
|
8979
|
-
property :description, as: 'description'
|
8980
|
-
property :id, :numeric_string => true, as: 'id'
|
8981
|
-
property :kind, as: 'kind'
|
8982
|
-
property :name, as: 'name'
|
8983
|
-
property :name_prefix, as: 'namePrefix'
|
8984
|
-
property :planning_status, as: 'planningStatus'
|
8985
|
-
property :self_link, as: 'selfLink'
|
8986
|
-
property :self_link_with_id, as: 'selfLinkWithId'
|
8987
|
-
property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeV1::ShareSettings, decorator: Google::Apis::ComputeV1::ShareSettings::Representation
|
8988
|
-
|
8989
|
-
property :specific_sku_properties, as: 'specificSkuProperties', class: Google::Apis::ComputeV1::FutureReservationSpecificSkuProperties, decorator: Google::Apis::ComputeV1::FutureReservationSpecificSkuProperties::Representation
|
8990
|
-
|
8991
|
-
property :status, as: 'status', class: Google::Apis::ComputeV1::FutureReservationStatus, decorator: Google::Apis::ComputeV1::FutureReservationStatus::Representation
|
8992
|
-
|
8993
|
-
property :time_window, as: 'timeWindow', class: Google::Apis::ComputeV1::FutureReservationTimeWindow, decorator: Google::Apis::ComputeV1::FutureReservationTimeWindow::Representation
|
8994
|
-
|
8995
|
-
property :zone, as: 'zone'
|
8996
|
-
end
|
8997
|
-
end
|
8998
|
-
|
8999
|
-
class FutureReservationSpecificSkuProperties
|
9000
|
-
# @private
|
9001
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9002
|
-
property :instance_properties, as: 'instanceProperties', class: Google::Apis::ComputeV1::AllocationSpecificSkuAllocationReservedInstanceProperties, decorator: Google::Apis::ComputeV1::AllocationSpecificSkuAllocationReservedInstanceProperties::Representation
|
9003
|
-
|
9004
|
-
property :source_instance_template, as: 'sourceInstanceTemplate'
|
9005
|
-
property :total_count, :numeric_string => true, as: 'totalCount'
|
9006
|
-
end
|
9007
|
-
end
|
9008
|
-
|
9009
|
-
class FutureReservationStatus
|
9010
|
-
# @private
|
9011
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9012
|
-
property :amendment_status, as: 'amendmentStatus'
|
9013
|
-
collection :auto_created_reservations, as: 'autoCreatedReservations'
|
9014
|
-
property :existing_matching_usage_info, as: 'existingMatchingUsageInfo', class: Google::Apis::ComputeV1::FutureReservationStatusExistingMatchingUsageInfo, decorator: Google::Apis::ComputeV1::FutureReservationStatusExistingMatchingUsageInfo::Representation
|
9015
|
-
|
9016
|
-
property :fulfilled_count, :numeric_string => true, as: 'fulfilledCount'
|
9017
|
-
property :last_known_good_state, as: 'lastKnownGoodState', class: Google::Apis::ComputeV1::FutureReservationStatusLastKnownGoodState, decorator: Google::Apis::ComputeV1::FutureReservationStatusLastKnownGoodState::Representation
|
9018
|
-
|
9019
|
-
property :lock_time, as: 'lockTime'
|
9020
|
-
property :procurement_status, as: 'procurementStatus'
|
9021
|
-
property :specific_sku_properties, as: 'specificSkuProperties', class: Google::Apis::ComputeV1::FutureReservationStatusSpecificSkuProperties, decorator: Google::Apis::ComputeV1::FutureReservationStatusSpecificSkuProperties::Representation
|
9022
|
-
|
9023
|
-
end
|
9024
|
-
end
|
9025
|
-
|
9026
|
-
class FutureReservationStatusExistingMatchingUsageInfo
|
9027
|
-
# @private
|
9028
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9029
|
-
property :count, :numeric_string => true, as: 'count'
|
9030
|
-
property :timestamp, as: 'timestamp'
|
9031
|
-
end
|
9032
|
-
end
|
9033
|
-
|
9034
|
-
class FutureReservationStatusLastKnownGoodState
|
9035
|
-
# @private
|
9036
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9037
|
-
property :description, as: 'description'
|
9038
|
-
property :existing_matching_usage_info, as: 'existingMatchingUsageInfo', class: Google::Apis::ComputeV1::FutureReservationStatusExistingMatchingUsageInfo, decorator: Google::Apis::ComputeV1::FutureReservationStatusExistingMatchingUsageInfo::Representation
|
9039
|
-
|
9040
|
-
property :future_reservation_specs, as: 'futureReservationSpecs', class: Google::Apis::ComputeV1::FutureReservationStatusLastKnownGoodStateFutureReservationSpecs, decorator: Google::Apis::ComputeV1::FutureReservationStatusLastKnownGoodStateFutureReservationSpecs::Representation
|
9041
|
-
|
9042
|
-
property :lock_time, as: 'lockTime'
|
9043
|
-
property :name_prefix, as: 'namePrefix'
|
9044
|
-
property :procurement_status, as: 'procurementStatus'
|
9045
|
-
end
|
9046
|
-
end
|
9047
|
-
|
9048
|
-
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecs
|
9049
|
-
# @private
|
9050
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9051
|
-
property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeV1::ShareSettings, decorator: Google::Apis::ComputeV1::ShareSettings::Representation
|
9052
|
-
|
9053
|
-
property :specific_sku_properties, as: 'specificSkuProperties', class: Google::Apis::ComputeV1::FutureReservationSpecificSkuProperties, decorator: Google::Apis::ComputeV1::FutureReservationSpecificSkuProperties::Representation
|
9054
|
-
|
9055
|
-
property :time_window, as: 'timeWindow', class: Google::Apis::ComputeV1::FutureReservationTimeWindow, decorator: Google::Apis::ComputeV1::FutureReservationTimeWindow::Representation
|
9056
|
-
|
9057
|
-
end
|
9058
|
-
end
|
9059
|
-
|
9060
|
-
class FutureReservationStatusSpecificSkuProperties
|
9061
|
-
# @private
|
9062
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9063
|
-
property :source_instance_template_id, as: 'sourceInstanceTemplateId'
|
9064
|
-
end
|
9065
|
-
end
|
9066
|
-
|
9067
|
-
class FutureReservationTimeWindow
|
9068
|
-
# @private
|
9069
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9070
|
-
property :duration, as: 'duration', class: Google::Apis::ComputeV1::Duration, decorator: Google::Apis::ComputeV1::Duration::Representation
|
9071
|
-
|
9072
|
-
property :end_time, as: 'endTime'
|
9073
|
-
property :start_time, as: 'startTime'
|
9074
|
-
end
|
9075
|
-
end
|
9076
|
-
|
9077
|
-
class FutureReservationsAggregatedListResponse
|
9078
|
-
# @private
|
9079
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9080
|
-
property :etag, as: 'etag'
|
9081
|
-
property :id, as: 'id'
|
9082
|
-
hash :items, as: 'items', class: Google::Apis::ComputeV1::FutureReservationsScopedList, decorator: Google::Apis::ComputeV1::FutureReservationsScopedList::Representation
|
9083
|
-
|
9084
|
-
property :kind, as: 'kind'
|
9085
|
-
property :next_page_token, as: 'nextPageToken'
|
9086
|
-
property :self_link, as: 'selfLink'
|
9087
|
-
collection :unreachables, as: 'unreachables'
|
9088
|
-
property :warning, as: 'warning', class: Google::Apis::ComputeV1::FutureReservationsAggregatedListResponse::Warning, decorator: Google::Apis::ComputeV1::FutureReservationsAggregatedListResponse::Warning::Representation
|
9089
|
-
|
9090
|
-
end
|
9091
|
-
|
9092
|
-
class Warning
|
9093
|
-
# @private
|
9094
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9095
|
-
property :code, as: 'code'
|
9096
|
-
collection :data, as: 'data', class: Google::Apis::ComputeV1::FutureReservationsAggregatedListResponse::Warning::Datum, decorator: Google::Apis::ComputeV1::FutureReservationsAggregatedListResponse::Warning::Datum::Representation
|
9097
|
-
|
9098
|
-
property :message, as: 'message'
|
9099
|
-
end
|
9100
|
-
|
9101
|
-
class Datum
|
9102
|
-
# @private
|
9103
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9104
|
-
property :key, as: 'key'
|
9105
|
-
property :value, as: 'value'
|
9106
|
-
end
|
9107
|
-
end
|
9108
|
-
end
|
9109
|
-
end
|
9110
|
-
|
9111
|
-
class FutureReservationsListResponse
|
9112
|
-
# @private
|
9113
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9114
|
-
property :etag, as: 'etag'
|
9115
|
-
property :id, as: 'id'
|
9116
|
-
collection :items, as: 'items', class: Google::Apis::ComputeV1::FutureReservation, decorator: Google::Apis::ComputeV1::FutureReservation::Representation
|
9117
|
-
|
9118
|
-
property :kind, as: 'kind'
|
9119
|
-
property :next_page_token, as: 'nextPageToken'
|
9120
|
-
property :self_link, as: 'selfLink'
|
9121
|
-
collection :unreachables, as: 'unreachables'
|
9122
|
-
property :warning, as: 'warning', class: Google::Apis::ComputeV1::FutureReservationsListResponse::Warning, decorator: Google::Apis::ComputeV1::FutureReservationsListResponse::Warning::Representation
|
9123
|
-
|
9124
|
-
end
|
9125
|
-
|
9126
|
-
class Warning
|
9127
|
-
# @private
|
9128
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9129
|
-
property :code, as: 'code'
|
9130
|
-
collection :data, as: 'data', class: Google::Apis::ComputeV1::FutureReservationsListResponse::Warning::Datum, decorator: Google::Apis::ComputeV1::FutureReservationsListResponse::Warning::Datum::Representation
|
9131
|
-
|
9132
|
-
property :message, as: 'message'
|
9133
|
-
end
|
9134
|
-
|
9135
|
-
class Datum
|
9136
|
-
# @private
|
9137
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9138
|
-
property :key, as: 'key'
|
9139
|
-
property :value, as: 'value'
|
9140
|
-
end
|
9141
|
-
end
|
9142
|
-
end
|
9143
|
-
end
|
9144
|
-
|
9145
|
-
class FutureReservationsScopedList
|
9146
|
-
# @private
|
9147
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9148
|
-
collection :future_reservations, as: 'futureReservations', class: Google::Apis::ComputeV1::FutureReservation, decorator: Google::Apis::ComputeV1::FutureReservation::Representation
|
9149
|
-
|
9150
|
-
property :warning, as: 'warning', class: Google::Apis::ComputeV1::FutureReservationsScopedList::Warning, decorator: Google::Apis::ComputeV1::FutureReservationsScopedList::Warning::Representation
|
9151
|
-
|
9152
|
-
end
|
9153
|
-
|
9154
|
-
class Warning
|
9155
|
-
# @private
|
9156
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9157
|
-
property :code, as: 'code'
|
9158
|
-
collection :data, as: 'data', class: Google::Apis::ComputeV1::FutureReservationsScopedList::Warning::Datum, decorator: Google::Apis::ComputeV1::FutureReservationsScopedList::Warning::Datum::Representation
|
9159
|
-
|
9160
|
-
property :message, as: 'message'
|
9161
|
-
end
|
9162
|
-
|
9163
|
-
class Datum
|
9164
|
-
# @private
|
9165
|
-
class Representation < Google::Apis::Core::JsonRepresentation
|
9166
|
-
property :key, as: 'key'
|
9167
|
-
property :value, as: 'value'
|
9168
|
-
end
|
9169
|
-
end
|
9170
|
-
end
|
9171
|
-
end
|
9172
|
-
|
9173
8884
|
class GrpcHealthCheck
|
9174
8885
|
# @private
|
9175
8886
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -9516,6 +9227,8 @@ module Google
|
|
9516
9227
|
property :health_state, as: 'healthState'
|
9517
9228
|
property :instance, as: 'instance'
|
9518
9229
|
property :ip_address, as: 'ipAddress'
|
9230
|
+
property :ipv6_address, as: 'ipv6Address'
|
9231
|
+
property :ipv6_health_state, as: 'ipv6HealthState'
|
9519
9232
|
property :port, as: 'port'
|
9520
9233
|
property :weight, as: 'weight'
|
9521
9234
|
property :weight_error, as: 'weightError'
|
@@ -16214,6 +15927,7 @@ module Google
|
|
16214
15927
|
property :name, as: 'name'
|
16215
15928
|
collection :nat_subnets, as: 'natSubnets'
|
16216
15929
|
property :producer_forwarding_rule, as: 'producerForwardingRule'
|
15930
|
+
property :propagated_connection_limit, as: 'propagatedConnectionLimit'
|
16217
15931
|
property :psc_service_attachment_id, as: 'pscServiceAttachmentId', class: Google::Apis::ComputeV1::Uint128, decorator: Google::Apis::ComputeV1::Uint128::Representation
|
16218
15932
|
|
16219
15933
|
property :reconcile_connections, as: 'reconcileConnections'
|
@@ -16261,6 +15975,7 @@ module Google
|
|
16261
15975
|
class Representation < Google::Apis::Core::JsonRepresentation
|
16262
15976
|
property :consumer_network, as: 'consumerNetwork'
|
16263
15977
|
property :endpoint, as: 'endpoint'
|
15978
|
+
property :propagated_connection_count, as: 'propagatedConnectionCount'
|
16264
15979
|
property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
|
16265
15980
|
property :status, as: 'status'
|
16266
15981
|
end
|