google-apis-compute_alpha 0.118.0 → 0.120.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 +1929 -581
- data/lib/google/apis/compute_alpha/gem_version.rb +2 -2
- data/lib/google/apis/compute_alpha/representations.rb +596 -10
- data/lib/google/apis/compute_alpha/service.rb +434 -0
- metadata +2 -2
@@ -1462,6 +1462,12 @@ module Google
|
|
1462
1462
|
include Google::Apis::Core::JsonObjectSupport
|
1463
1463
|
end
|
1464
1464
|
|
1465
|
+
class ExternalVpnGatewayParams
|
1466
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1467
|
+
|
1468
|
+
include Google::Apis::Core::JsonObjectSupport
|
1469
|
+
end
|
1470
|
+
|
1465
1471
|
class FileContentBuffer
|
1466
1472
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1467
1473
|
|
@@ -1954,18 +1960,162 @@ module Google
|
|
1954
1960
|
include Google::Apis::Core::JsonObjectSupport
|
1955
1961
|
end
|
1956
1962
|
|
1963
|
+
class HaController
|
1964
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1965
|
+
|
1966
|
+
include Google::Apis::Core::JsonObjectSupport
|
1967
|
+
end
|
1968
|
+
|
1969
|
+
class HaControllerStatus
|
1970
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1971
|
+
|
1972
|
+
include Google::Apis::Core::JsonObjectSupport
|
1973
|
+
end
|
1974
|
+
|
1975
|
+
class HaControllerStatusFailoverProgress
|
1976
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1977
|
+
|
1978
|
+
include Google::Apis::Core::JsonObjectSupport
|
1979
|
+
end
|
1980
|
+
|
1981
|
+
class HaControllerStatusFailoverProgressLastFailoverAttempt
|
1982
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1983
|
+
|
1984
|
+
class Errors
|
1985
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1986
|
+
|
1987
|
+
class Error
|
1988
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1989
|
+
|
1990
|
+
class ErrorDetail
|
1991
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1992
|
+
|
1993
|
+
include Google::Apis::Core::JsonObjectSupport
|
1994
|
+
end
|
1995
|
+
|
1996
|
+
include Google::Apis::Core::JsonObjectSupport
|
1997
|
+
end
|
1998
|
+
|
1999
|
+
include Google::Apis::Core::JsonObjectSupport
|
2000
|
+
end
|
2001
|
+
|
2002
|
+
include Google::Apis::Core::JsonObjectSupport
|
2003
|
+
end
|
2004
|
+
|
2005
|
+
class HaControllerStatusZoneStatus
|
2006
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2007
|
+
|
2008
|
+
include Google::Apis::Core::JsonObjectSupport
|
2009
|
+
end
|
2010
|
+
|
2011
|
+
class HaControllerStatusZoneStatusLastError
|
2012
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2013
|
+
|
2014
|
+
class Errors
|
2015
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2016
|
+
|
2017
|
+
class Error
|
2018
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2019
|
+
|
2020
|
+
class ErrorDetail
|
2021
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2022
|
+
|
2023
|
+
include Google::Apis::Core::JsonObjectSupport
|
2024
|
+
end
|
2025
|
+
|
2026
|
+
include Google::Apis::Core::JsonObjectSupport
|
2027
|
+
end
|
2028
|
+
|
2029
|
+
include Google::Apis::Core::JsonObjectSupport
|
2030
|
+
end
|
2031
|
+
|
2032
|
+
include Google::Apis::Core::JsonObjectSupport
|
2033
|
+
end
|
2034
|
+
|
2035
|
+
class HaControllerZoneConfiguration
|
2036
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2037
|
+
|
2038
|
+
include Google::Apis::Core::JsonObjectSupport
|
2039
|
+
end
|
2040
|
+
|
2041
|
+
class HaControllerZoneConfigurationNodeAffinity
|
2042
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2043
|
+
|
2044
|
+
include Google::Apis::Core::JsonObjectSupport
|
2045
|
+
end
|
2046
|
+
|
2047
|
+
class HaControllerZoneConfigurationReservationAffinity
|
2048
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2049
|
+
|
2050
|
+
include Google::Apis::Core::JsonObjectSupport
|
2051
|
+
end
|
2052
|
+
|
1957
2053
|
class HaControllersFailoverRequest
|
1958
2054
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1959
2055
|
|
1960
2056
|
include Google::Apis::Core::JsonObjectSupport
|
1961
2057
|
end
|
1962
2058
|
|
2059
|
+
class HaControllersList
|
2060
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2061
|
+
|
2062
|
+
class Warning
|
2063
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2064
|
+
|
2065
|
+
class Datum
|
2066
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2067
|
+
|
2068
|
+
include Google::Apis::Core::JsonObjectSupport
|
2069
|
+
end
|
2070
|
+
|
2071
|
+
include Google::Apis::Core::JsonObjectSupport
|
2072
|
+
end
|
2073
|
+
|
2074
|
+
include Google::Apis::Core::JsonObjectSupport
|
2075
|
+
end
|
2076
|
+
|
2077
|
+
class HealthAggregationPoliciesScopedList
|
2078
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2079
|
+
|
2080
|
+
class Warning
|
2081
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2082
|
+
|
2083
|
+
class Datum
|
2084
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2085
|
+
|
2086
|
+
include Google::Apis::Core::JsonObjectSupport
|
2087
|
+
end
|
2088
|
+
|
2089
|
+
include Google::Apis::Core::JsonObjectSupport
|
2090
|
+
end
|
2091
|
+
|
2092
|
+
include Google::Apis::Core::JsonObjectSupport
|
2093
|
+
end
|
2094
|
+
|
1963
2095
|
class HealthAggregationPolicy
|
1964
2096
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1965
2097
|
|
1966
2098
|
include Google::Apis::Core::JsonObjectSupport
|
1967
2099
|
end
|
1968
2100
|
|
2101
|
+
class HealthAggregationPolicyAggregatedList
|
2102
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2103
|
+
|
2104
|
+
class Warning
|
2105
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2106
|
+
|
2107
|
+
class Datum
|
2108
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2109
|
+
|
2110
|
+
include Google::Apis::Core::JsonObjectSupport
|
2111
|
+
end
|
2112
|
+
|
2113
|
+
include Google::Apis::Core::JsonObjectSupport
|
2114
|
+
end
|
2115
|
+
|
2116
|
+
include Google::Apis::Core::JsonObjectSupport
|
2117
|
+
end
|
2118
|
+
|
1969
2119
|
class HealthAggregationPolicyList
|
1970
2120
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1971
2121
|
|
@@ -4306,6 +4456,36 @@ module Google
|
|
4306
4456
|
include Google::Apis::Core::JsonObjectSupport
|
4307
4457
|
end
|
4308
4458
|
|
4459
|
+
class MultiMigStatusAcceleratorTopology
|
4460
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4461
|
+
|
4462
|
+
include Google::Apis::Core::JsonObjectSupport
|
4463
|
+
end
|
4464
|
+
|
4465
|
+
class MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck
|
4466
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4467
|
+
|
4468
|
+
class Error
|
4469
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4470
|
+
|
4471
|
+
class Error
|
4472
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4473
|
+
|
4474
|
+
class ErrorDetail
|
4475
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4476
|
+
|
4477
|
+
include Google::Apis::Core::JsonObjectSupport
|
4478
|
+
end
|
4479
|
+
|
4480
|
+
include Google::Apis::Core::JsonObjectSupport
|
4481
|
+
end
|
4482
|
+
|
4483
|
+
include Google::Apis::Core::JsonObjectSupport
|
4484
|
+
end
|
4485
|
+
|
4486
|
+
include Google::Apis::Core::JsonObjectSupport
|
4487
|
+
end
|
4488
|
+
|
4309
4489
|
class MultiMigsList
|
4310
4490
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4311
4491
|
|
@@ -6358,6 +6538,18 @@ module Google
|
|
6358
6538
|
include Google::Apis::Core::JsonObjectSupport
|
6359
6539
|
end
|
6360
6540
|
|
6541
|
+
class ReservationSubBlocksReportFaultyRequest
|
6542
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6543
|
+
|
6544
|
+
include Google::Apis::Core::JsonObjectSupport
|
6545
|
+
end
|
6546
|
+
|
6547
|
+
class ReservationSubBlocksReportFaultyRequestFaultReason
|
6548
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6549
|
+
|
6550
|
+
include Google::Apis::Core::JsonObjectSupport
|
6551
|
+
end
|
6552
|
+
|
6361
6553
|
class ReservationsBlocksPerformMaintenanceRequest
|
6362
6554
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6363
6555
|
|
@@ -8614,6 +8806,12 @@ module Google
|
|
8614
8806
|
include Google::Apis::Core::JsonObjectSupport
|
8615
8807
|
end
|
8616
8808
|
|
8809
|
+
class TargetVpnGatewayParams
|
8810
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
8811
|
+
|
8812
|
+
include Google::Apis::Core::JsonObjectSupport
|
8813
|
+
end
|
8814
|
+
|
8617
8815
|
class TargetVpnGatewaysScopedList
|
8618
8816
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
8619
8817
|
|
@@ -8956,6 +9154,12 @@ module Google
|
|
8956
9154
|
include Google::Apis::Core::JsonObjectSupport
|
8957
9155
|
end
|
8958
9156
|
|
9157
|
+
class VpnGatewayParams
|
9158
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
9159
|
+
|
9160
|
+
include Google::Apis::Core::JsonObjectSupport
|
9161
|
+
end
|
9162
|
+
|
8959
9163
|
class VpnGatewayStatus
|
8960
9164
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
8961
9165
|
|
@@ -9058,6 +9262,12 @@ module Google
|
|
9058
9262
|
include Google::Apis::Core::JsonObjectSupport
|
9059
9263
|
end
|
9060
9264
|
|
9265
|
+
class VpnTunnelParams
|
9266
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
9267
|
+
|
9268
|
+
include Google::Apis::Core::JsonObjectSupport
|
9269
|
+
end
|
9270
|
+
|
9061
9271
|
class VpnTunnelPhase1Algorithms
|
9062
9272
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
9063
9273
|
|
@@ -9547,6 +9757,9 @@ module Google
|
|
9547
9757
|
class AllocationAggregateReservation
|
9548
9758
|
# @private
|
9549
9759
|
class Representation < Google::Apis::Core::JsonRepresentation
|
9760
|
+
property :host_count, as: 'hostCount'
|
9761
|
+
property :in_use_host_count, as: 'inUseHostCount'
|
9762
|
+
property :in_use_instance_count, as: 'inUseInstanceCount'
|
9550
9763
|
collection :in_use_resources, as: 'inUseResources', class: Google::Apis::ComputeAlpha::AllocationAggregateReservationReservedResourceInfo, decorator: Google::Apis::ComputeAlpha::AllocationAggregateReservationReservedResourceInfo::Representation
|
9551
9764
|
|
9552
9765
|
collection :reserved_resources, as: 'reservedResources', class: Google::Apis::ComputeAlpha::AllocationAggregateReservationReservedResourceInfo, decorator: Google::Apis::ComputeAlpha::AllocationAggregateReservationReservedResourceInfo::Representation
|
@@ -9980,11 +10193,15 @@ module Google
|
|
9980
10193
|
property :max_connections, as: 'maxConnections'
|
9981
10194
|
property :max_connections_per_endpoint, as: 'maxConnectionsPerEndpoint'
|
9982
10195
|
property :max_connections_per_instance, as: 'maxConnectionsPerInstance'
|
10196
|
+
property :max_in_flight_requests, as: 'maxInFlightRequests'
|
10197
|
+
property :max_in_flight_requests_per_endpoint, as: 'maxInFlightRequestsPerEndpoint'
|
10198
|
+
property :max_in_flight_requests_per_instance, as: 'maxInFlightRequestsPerInstance'
|
9983
10199
|
property :max_rate, as: 'maxRate'
|
9984
10200
|
property :max_rate_per_endpoint, as: 'maxRatePerEndpoint'
|
9985
10201
|
property :max_rate_per_instance, as: 'maxRatePerInstance'
|
9986
10202
|
property :max_utilization, as: 'maxUtilization'
|
9987
10203
|
property :preference, as: 'preference'
|
10204
|
+
property :traffic_duration, as: 'trafficDuration'
|
9988
10205
|
end
|
9989
10206
|
end
|
9990
10207
|
|
@@ -11118,14 +11335,12 @@ module Google
|
|
11118
11335
|
class CompositeHealthCheckAggregatedList
|
11119
11336
|
# @private
|
11120
11337
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11121
|
-
property :etag, as: 'etag'
|
11122
11338
|
property :id, as: 'id'
|
11123
11339
|
hash :items, as: 'items', class: Google::Apis::ComputeAlpha::CompositeHealthChecksScopedList, decorator: Google::Apis::ComputeAlpha::CompositeHealthChecksScopedList::Representation
|
11124
11340
|
|
11125
11341
|
property :kind, as: 'kind'
|
11126
11342
|
property :next_page_token, as: 'nextPageToken'
|
11127
11343
|
property :self_link, as: 'selfLink'
|
11128
|
-
collection :unreachables, as: 'unreachables'
|
11129
11344
|
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::CompositeHealthCheckAggregatedList::Warning, decorator: Google::Apis::ComputeAlpha::CompositeHealthCheckAggregatedList::Warning::Representation
|
11130
11345
|
|
11131
11346
|
end
|
@@ -11152,14 +11367,12 @@ module Google
|
|
11152
11367
|
class CompositeHealthCheckList
|
11153
11368
|
# @private
|
11154
11369
|
class Representation < Google::Apis::Core::JsonRepresentation
|
11155
|
-
property :etag, as: 'etag'
|
11156
11370
|
property :id, as: 'id'
|
11157
11371
|
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::CompositeHealthCheck, decorator: Google::Apis::ComputeAlpha::CompositeHealthCheck::Representation
|
11158
11372
|
|
11159
11373
|
property :kind, as: 'kind'
|
11160
11374
|
property :next_page_token, as: 'nextPageToken'
|
11161
11375
|
property :self_link, as: 'selfLink'
|
11162
|
-
collection :unreachables, as: 'unreachables'
|
11163
11376
|
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::CompositeHealthCheckList::Warning, decorator: Google::Apis::ComputeAlpha::CompositeHealthCheckList::Warning::Representation
|
11164
11377
|
|
11165
11378
|
end
|
@@ -11902,6 +12115,8 @@ module Google
|
|
11902
12115
|
property :label_fingerprint, :base64 => true, as: 'labelFingerprint'
|
11903
12116
|
hash :labels, as: 'labels'
|
11904
12117
|
property :name, as: 'name'
|
12118
|
+
property :params, as: 'params', class: Google::Apis::ComputeAlpha::ExternalVpnGatewayParams, decorator: Google::Apis::ComputeAlpha::ExternalVpnGatewayParams::Representation
|
12119
|
+
|
11905
12120
|
property :redundancy_type, as: 'redundancyType'
|
11906
12121
|
property :self_link, as: 'selfLink'
|
11907
12122
|
end
|
@@ -11949,6 +12164,13 @@ module Google
|
|
11949
12164
|
end
|
11950
12165
|
end
|
11951
12166
|
|
12167
|
+
class ExternalVpnGatewayParams
|
12168
|
+
# @private
|
12169
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
12170
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
12171
|
+
end
|
12172
|
+
end
|
12173
|
+
|
11952
12174
|
class FileContentBuffer
|
11953
12175
|
# @private
|
11954
12176
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12423,6 +12645,7 @@ module Google
|
|
12423
12645
|
property :name, as: 'name'
|
12424
12646
|
property :name_prefix, as: 'namePrefix'
|
12425
12647
|
property :planning_status, as: 'planningStatus'
|
12648
|
+
property :protection_tier, as: 'protectionTier'
|
12426
12649
|
property :reservation_mode, as: 'reservationMode'
|
12427
12650
|
property :reservation_name, as: 'reservationName'
|
12428
12651
|
property :scheduling_type, as: 'schedulingType'
|
@@ -12904,6 +13127,173 @@ module Google
|
|
12904
13127
|
end
|
12905
13128
|
end
|
12906
13129
|
|
13130
|
+
class HaController
|
13131
|
+
# @private
|
13132
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13133
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
13134
|
+
property :description, as: 'description'
|
13135
|
+
property :failover_initiation, as: 'failoverInitiation'
|
13136
|
+
property :id, :numeric_string => true, as: 'id'
|
13137
|
+
property :instance_name, as: 'instanceName'
|
13138
|
+
property :kind, as: 'kind'
|
13139
|
+
property :name, as: 'name'
|
13140
|
+
property :region, as: 'region'
|
13141
|
+
property :secondary_zone_capacity, as: 'secondaryZoneCapacity'
|
13142
|
+
property :self_link, as: 'selfLink'
|
13143
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
13144
|
+
property :status, as: 'status', class: Google::Apis::ComputeAlpha::HaControllerStatus, decorator: Google::Apis::ComputeAlpha::HaControllerStatus::Representation
|
13145
|
+
|
13146
|
+
hash :zone_configurations, as: 'zoneConfigurations', class: Google::Apis::ComputeAlpha::HaControllerZoneConfiguration, decorator: Google::Apis::ComputeAlpha::HaControllerZoneConfiguration::Representation
|
13147
|
+
|
13148
|
+
end
|
13149
|
+
end
|
13150
|
+
|
13151
|
+
class HaControllerStatus
|
13152
|
+
# @private
|
13153
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13154
|
+
property :failover_progress, as: 'failoverProgress', class: Google::Apis::ComputeAlpha::HaControllerStatusFailoverProgress, decorator: Google::Apis::ComputeAlpha::HaControllerStatusFailoverProgress::Representation
|
13155
|
+
|
13156
|
+
property :ongoing_failover, as: 'ongoingFailover'
|
13157
|
+
property :primary_instance, as: 'primaryInstance'
|
13158
|
+
property :primary_zone, as: 'primaryZone'
|
13159
|
+
property :ready_for_failover, as: 'readyForFailover'
|
13160
|
+
hash :zone_status, as: 'zoneStatus', class: Google::Apis::ComputeAlpha::HaControllerStatusZoneStatus, decorator: Google::Apis::ComputeAlpha::HaControllerStatusZoneStatus::Representation
|
13161
|
+
|
13162
|
+
end
|
13163
|
+
end
|
13164
|
+
|
13165
|
+
class HaControllerStatusFailoverProgress
|
13166
|
+
# @private
|
13167
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13168
|
+
property :failover_trigger, as: 'failoverTrigger'
|
13169
|
+
property :failover_trigger_timestamp, as: 'failoverTriggerTimestamp'
|
13170
|
+
property :last_failover_attempt, as: 'lastFailoverAttempt', class: Google::Apis::ComputeAlpha::HaControllerStatusFailoverProgressLastFailoverAttempt, decorator: Google::Apis::ComputeAlpha::HaControllerStatusFailoverProgressLastFailoverAttempt::Representation
|
13171
|
+
|
13172
|
+
end
|
13173
|
+
end
|
13174
|
+
|
13175
|
+
class HaControllerStatusFailoverProgressLastFailoverAttempt
|
13176
|
+
# @private
|
13177
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13178
|
+
property :errors, as: 'errors', class: Google::Apis::ComputeAlpha::HaControllerStatusFailoverProgressLastFailoverAttempt::Errors, decorator: Google::Apis::ComputeAlpha::HaControllerStatusFailoverProgressLastFailoverAttempt::Errors::Representation
|
13179
|
+
|
13180
|
+
property :timestamp, as: 'timestamp'
|
13181
|
+
end
|
13182
|
+
|
13183
|
+
class Errors
|
13184
|
+
# @private
|
13185
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13186
|
+
collection :errors, as: 'errors', class: Google::Apis::ComputeAlpha::HaControllerStatusFailoverProgressLastFailoverAttempt::Errors::Error, decorator: Google::Apis::ComputeAlpha::HaControllerStatusFailoverProgressLastFailoverAttempt::Errors::Error::Representation
|
13187
|
+
|
13188
|
+
end
|
13189
|
+
|
13190
|
+
class Error
|
13191
|
+
# @private
|
13192
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13193
|
+
property :code, as: 'code'
|
13194
|
+
collection :error_details, as: 'errorDetails', class: Google::Apis::ComputeAlpha::HaControllerStatusFailoverProgressLastFailoverAttempt::Errors::Error::ErrorDetail, decorator: Google::Apis::ComputeAlpha::HaControllerStatusFailoverProgressLastFailoverAttempt::Errors::Error::ErrorDetail::Representation
|
13195
|
+
|
13196
|
+
property :location, as: 'location'
|
13197
|
+
property :message, as: 'message'
|
13198
|
+
end
|
13199
|
+
|
13200
|
+
class ErrorDetail
|
13201
|
+
# @private
|
13202
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13203
|
+
property :error_info, as: 'errorInfo', class: Google::Apis::ComputeAlpha::ErrorInfo, decorator: Google::Apis::ComputeAlpha::ErrorInfo::Representation
|
13204
|
+
|
13205
|
+
property :help, as: 'help', class: Google::Apis::ComputeAlpha::Help, decorator: Google::Apis::ComputeAlpha::Help::Representation
|
13206
|
+
|
13207
|
+
property :localized_message, as: 'localizedMessage', class: Google::Apis::ComputeAlpha::LocalizedMessage, decorator: Google::Apis::ComputeAlpha::LocalizedMessage::Representation
|
13208
|
+
|
13209
|
+
property :quota_info, as: 'quotaInfo', class: Google::Apis::ComputeAlpha::QuotaExceededInfo, decorator: Google::Apis::ComputeAlpha::QuotaExceededInfo::Representation
|
13210
|
+
|
13211
|
+
end
|
13212
|
+
end
|
13213
|
+
end
|
13214
|
+
end
|
13215
|
+
end
|
13216
|
+
|
13217
|
+
class HaControllerStatusZoneStatus
|
13218
|
+
# @private
|
13219
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13220
|
+
property :is_primary, as: 'isPrimary'
|
13221
|
+
property :is_zone_ready, as: 'isZoneReady'
|
13222
|
+
property :last_error, as: 'lastError', class: Google::Apis::ComputeAlpha::HaControllerStatusZoneStatusLastError, decorator: Google::Apis::ComputeAlpha::HaControllerStatusZoneStatusLastError::Representation
|
13223
|
+
|
13224
|
+
end
|
13225
|
+
end
|
13226
|
+
|
13227
|
+
class HaControllerStatusZoneStatusLastError
|
13228
|
+
# @private
|
13229
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13230
|
+
property :errors, as: 'errors', class: Google::Apis::ComputeAlpha::HaControllerStatusZoneStatusLastError::Errors, decorator: Google::Apis::ComputeAlpha::HaControllerStatusZoneStatusLastError::Errors::Representation
|
13231
|
+
|
13232
|
+
property :timestamp, as: 'timestamp'
|
13233
|
+
end
|
13234
|
+
|
13235
|
+
class Errors
|
13236
|
+
# @private
|
13237
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13238
|
+
collection :errors, as: 'errors', class: Google::Apis::ComputeAlpha::HaControllerStatusZoneStatusLastError::Errors::Error, decorator: Google::Apis::ComputeAlpha::HaControllerStatusZoneStatusLastError::Errors::Error::Representation
|
13239
|
+
|
13240
|
+
end
|
13241
|
+
|
13242
|
+
class Error
|
13243
|
+
# @private
|
13244
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13245
|
+
property :code, as: 'code'
|
13246
|
+
collection :error_details, as: 'errorDetails', class: Google::Apis::ComputeAlpha::HaControllerStatusZoneStatusLastError::Errors::Error::ErrorDetail, decorator: Google::Apis::ComputeAlpha::HaControllerStatusZoneStatusLastError::Errors::Error::ErrorDetail::Representation
|
13247
|
+
|
13248
|
+
property :location, as: 'location'
|
13249
|
+
property :message, as: 'message'
|
13250
|
+
end
|
13251
|
+
|
13252
|
+
class ErrorDetail
|
13253
|
+
# @private
|
13254
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13255
|
+
property :error_info, as: 'errorInfo', class: Google::Apis::ComputeAlpha::ErrorInfo, decorator: Google::Apis::ComputeAlpha::ErrorInfo::Representation
|
13256
|
+
|
13257
|
+
property :help, as: 'help', class: Google::Apis::ComputeAlpha::Help, decorator: Google::Apis::ComputeAlpha::Help::Representation
|
13258
|
+
|
13259
|
+
property :localized_message, as: 'localizedMessage', class: Google::Apis::ComputeAlpha::LocalizedMessage, decorator: Google::Apis::ComputeAlpha::LocalizedMessage::Representation
|
13260
|
+
|
13261
|
+
property :quota_info, as: 'quotaInfo', class: Google::Apis::ComputeAlpha::QuotaExceededInfo, decorator: Google::Apis::ComputeAlpha::QuotaExceededInfo::Representation
|
13262
|
+
|
13263
|
+
end
|
13264
|
+
end
|
13265
|
+
end
|
13266
|
+
end
|
13267
|
+
end
|
13268
|
+
|
13269
|
+
class HaControllerZoneConfiguration
|
13270
|
+
# @private
|
13271
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13272
|
+
collection :node_affinities, as: 'nodeAffinities', class: Google::Apis::ComputeAlpha::HaControllerZoneConfigurationNodeAffinity, decorator: Google::Apis::ComputeAlpha::HaControllerZoneConfigurationNodeAffinity::Representation
|
13273
|
+
|
13274
|
+
property :reservation_affinity, as: 'reservationAffinity', class: Google::Apis::ComputeAlpha::HaControllerZoneConfigurationReservationAffinity, decorator: Google::Apis::ComputeAlpha::HaControllerZoneConfigurationReservationAffinity::Representation
|
13275
|
+
|
13276
|
+
end
|
13277
|
+
end
|
13278
|
+
|
13279
|
+
class HaControllerZoneConfigurationNodeAffinity
|
13280
|
+
# @private
|
13281
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13282
|
+
property :key, as: 'key'
|
13283
|
+
property :operator, as: 'operator'
|
13284
|
+
collection :values, as: 'values'
|
13285
|
+
end
|
13286
|
+
end
|
13287
|
+
|
13288
|
+
class HaControllerZoneConfigurationReservationAffinity
|
13289
|
+
# @private
|
13290
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13291
|
+
property :consume_reservation_type, as: 'consumeReservationType'
|
13292
|
+
property :key, as: 'key'
|
13293
|
+
collection :values, as: 'values'
|
13294
|
+
end
|
13295
|
+
end
|
13296
|
+
|
12907
13297
|
class HaControllersFailoverRequest
|
12908
13298
|
# @private
|
12909
13299
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12911,6 +13301,67 @@ module Google
|
|
12911
13301
|
end
|
12912
13302
|
end
|
12913
13303
|
|
13304
|
+
class HaControllersList
|
13305
|
+
# @private
|
13306
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13307
|
+
property :etag, as: 'etag'
|
13308
|
+
property :id, as: 'id'
|
13309
|
+
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::HaController, decorator: Google::Apis::ComputeAlpha::HaController::Representation
|
13310
|
+
|
13311
|
+
property :next_page_token, as: 'nextPageToken'
|
13312
|
+
property :self_link, as: 'selfLink'
|
13313
|
+
collection :unreachables, as: 'unreachables'
|
13314
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::HaControllersList::Warning, decorator: Google::Apis::ComputeAlpha::HaControllersList::Warning::Representation
|
13315
|
+
|
13316
|
+
end
|
13317
|
+
|
13318
|
+
class Warning
|
13319
|
+
# @private
|
13320
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13321
|
+
property :code, as: 'code'
|
13322
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::HaControllersList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::HaControllersList::Warning::Datum::Representation
|
13323
|
+
|
13324
|
+
property :message, as: 'message'
|
13325
|
+
end
|
13326
|
+
|
13327
|
+
class Datum
|
13328
|
+
# @private
|
13329
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13330
|
+
property :key, as: 'key'
|
13331
|
+
property :value, as: 'value'
|
13332
|
+
end
|
13333
|
+
end
|
13334
|
+
end
|
13335
|
+
end
|
13336
|
+
|
13337
|
+
class HealthAggregationPoliciesScopedList
|
13338
|
+
# @private
|
13339
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13340
|
+
collection :health_aggregation_policies, as: 'healthAggregationPolicies', class: Google::Apis::ComputeAlpha::HealthAggregationPolicy, decorator: Google::Apis::ComputeAlpha::HealthAggregationPolicy::Representation
|
13341
|
+
|
13342
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::HealthAggregationPoliciesScopedList::Warning, decorator: Google::Apis::ComputeAlpha::HealthAggregationPoliciesScopedList::Warning::Representation
|
13343
|
+
|
13344
|
+
end
|
13345
|
+
|
13346
|
+
class Warning
|
13347
|
+
# @private
|
13348
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13349
|
+
property :code, as: 'code'
|
13350
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::HealthAggregationPoliciesScopedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::HealthAggregationPoliciesScopedList::Warning::Datum::Representation
|
13351
|
+
|
13352
|
+
property :message, as: 'message'
|
13353
|
+
end
|
13354
|
+
|
13355
|
+
class Datum
|
13356
|
+
# @private
|
13357
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13358
|
+
property :key, as: 'key'
|
13359
|
+
property :value, as: 'value'
|
13360
|
+
end
|
13361
|
+
end
|
13362
|
+
end
|
13363
|
+
end
|
13364
|
+
|
12914
13365
|
class HealthAggregationPolicy
|
12915
13366
|
# @private
|
12916
13367
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12929,17 +13380,48 @@ module Google
|
|
12929
13380
|
end
|
12930
13381
|
end
|
12931
13382
|
|
13383
|
+
class HealthAggregationPolicyAggregatedList
|
13384
|
+
# @private
|
13385
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13386
|
+
property :id, as: 'id'
|
13387
|
+
hash :items, as: 'items', class: Google::Apis::ComputeAlpha::HealthAggregationPoliciesScopedList, decorator: Google::Apis::ComputeAlpha::HealthAggregationPoliciesScopedList::Representation
|
13388
|
+
|
13389
|
+
property :kind, as: 'kind'
|
13390
|
+
property :next_page_token, as: 'nextPageToken'
|
13391
|
+
property :self_link, as: 'selfLink'
|
13392
|
+
collection :unreachables, as: 'unreachables'
|
13393
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::HealthAggregationPolicyAggregatedList::Warning, decorator: Google::Apis::ComputeAlpha::HealthAggregationPolicyAggregatedList::Warning::Representation
|
13394
|
+
|
13395
|
+
end
|
13396
|
+
|
13397
|
+
class Warning
|
13398
|
+
# @private
|
13399
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13400
|
+
property :code, as: 'code'
|
13401
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::HealthAggregationPolicyAggregatedList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::HealthAggregationPolicyAggregatedList::Warning::Datum::Representation
|
13402
|
+
|
13403
|
+
property :message, as: 'message'
|
13404
|
+
end
|
13405
|
+
|
13406
|
+
class Datum
|
13407
|
+
# @private
|
13408
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
13409
|
+
property :key, as: 'key'
|
13410
|
+
property :value, as: 'value'
|
13411
|
+
end
|
13412
|
+
end
|
13413
|
+
end
|
13414
|
+
end
|
13415
|
+
|
12932
13416
|
class HealthAggregationPolicyList
|
12933
13417
|
# @private
|
12934
13418
|
class Representation < Google::Apis::Core::JsonRepresentation
|
12935
|
-
property :etag, as: 'etag'
|
12936
13419
|
property :id, as: 'id'
|
12937
13420
|
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::HealthAggregationPolicy, decorator: Google::Apis::ComputeAlpha::HealthAggregationPolicy::Representation
|
12938
13421
|
|
12939
13422
|
property :kind, as: 'kind'
|
12940
13423
|
property :next_page_token, as: 'nextPageToken'
|
12941
13424
|
property :self_link, as: 'selfLink'
|
12942
|
-
collection :unreachables, as: 'unreachables'
|
12943
13425
|
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::HealthAggregationPolicyList::Warning, decorator: Google::Apis::ComputeAlpha::HealthAggregationPolicyList::Warning::Representation
|
12944
13426
|
|
12945
13427
|
end
|
@@ -13249,14 +13731,12 @@ module Google
|
|
13249
13731
|
class HealthSourceAggregatedList
|
13250
13732
|
# @private
|
13251
13733
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13252
|
-
property :etag, as: 'etag'
|
13253
13734
|
property :id, as: 'id'
|
13254
13735
|
hash :items, as: 'items', class: Google::Apis::ComputeAlpha::HealthSourcesScopedList, decorator: Google::Apis::ComputeAlpha::HealthSourcesScopedList::Representation
|
13255
13736
|
|
13256
13737
|
property :kind, as: 'kind'
|
13257
13738
|
property :next_page_token, as: 'nextPageToken'
|
13258
13739
|
property :self_link, as: 'selfLink'
|
13259
|
-
collection :unreachables, as: 'unreachables'
|
13260
13740
|
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::HealthSourceAggregatedList::Warning, decorator: Google::Apis::ComputeAlpha::HealthSourceAggregatedList::Warning::Representation
|
13261
13741
|
|
13262
13742
|
end
|
@@ -13283,14 +13763,12 @@ module Google
|
|
13283
13763
|
class HealthSourceList
|
13284
13764
|
# @private
|
13285
13765
|
class Representation < Google::Apis::Core::JsonRepresentation
|
13286
|
-
property :etag, as: 'etag'
|
13287
13766
|
property :id, as: 'id'
|
13288
13767
|
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::HealthSource, decorator: Google::Apis::ComputeAlpha::HealthSource::Representation
|
13289
13768
|
|
13290
13769
|
property :kind, as: 'kind'
|
13291
13770
|
property :next_page_token, as: 'nextPageToken'
|
13292
13771
|
property :self_link, as: 'selfLink'
|
13293
|
-
collection :unreachables, as: 'unreachables'
|
13294
13772
|
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::HealthSourceList::Warning, decorator: Google::Apis::ComputeAlpha::HealthSourceList::Warning::Representation
|
13295
13773
|
|
13296
13774
|
end
|
@@ -13817,6 +14295,8 @@ module Google
|
|
13817
14295
|
|
13818
14296
|
property :hostname, as: 'hostname'
|
13819
14297
|
property :id, :numeric_string => true, as: 'id'
|
14298
|
+
property :identity, as: 'identity'
|
14299
|
+
property :identity_certificate, as: 'identityCertificate'
|
13820
14300
|
property :instance_encryption_key, as: 'instanceEncryptionKey', class: Google::Apis::ComputeAlpha::CustomerEncryptionKey, decorator: Google::Apis::ComputeAlpha::CustomerEncryptionKey::Representation
|
13821
14301
|
|
13822
14302
|
property :key_revocation_action_type, as: 'keyRevocationActionType'
|
@@ -14981,6 +15461,8 @@ module Google
|
|
14981
15461
|
|
14982
15462
|
collection :guest_accelerators, as: 'guestAccelerators', class: Google::Apis::ComputeAlpha::AcceleratorConfig, decorator: Google::Apis::ComputeAlpha::AcceleratorConfig::Representation
|
14983
15463
|
|
15464
|
+
property :identity, as: 'identity'
|
15465
|
+
property :identity_certificate, as: 'identityCertificate'
|
14984
15466
|
property :key_revocation_action_type, as: 'keyRevocationActionType'
|
14985
15467
|
hash :labels, as: 'labels'
|
14986
15468
|
property :machine_type, as: 'machineType'
|
@@ -17396,11 +17878,65 @@ module Google
|
|
17396
17878
|
class MultiMigStatus
|
17397
17879
|
# @private
|
17398
17880
|
class Representation < Google::Apis::Core::JsonRepresentation
|
17881
|
+
collection :applied_accelerator_topologies, as: 'appliedAcceleratorTopologies', class: Google::Apis::ComputeAlpha::MultiMigStatusAcceleratorTopology, decorator: Google::Apis::ComputeAlpha::MultiMigStatusAcceleratorTopology::Representation
|
17882
|
+
|
17399
17883
|
collection :member_instance_group_managers, as: 'memberInstanceGroupManagers'
|
17400
17884
|
property :members_count, as: 'membersCount'
|
17401
17885
|
end
|
17402
17886
|
end
|
17403
17887
|
|
17888
|
+
class MultiMigStatusAcceleratorTopology
|
17889
|
+
# @private
|
17890
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17891
|
+
property :accelerator_topology, as: 'acceleratorTopology'
|
17892
|
+
property :accelerator_topology_state, as: 'acceleratorTopologyState'
|
17893
|
+
property :accelerator_topology_state_last_check, as: 'acceleratorTopologyStateLastCheck', class: Google::Apis::ComputeAlpha::MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck, decorator: Google::Apis::ComputeAlpha::MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck::Representation
|
17894
|
+
|
17895
|
+
end
|
17896
|
+
end
|
17897
|
+
|
17898
|
+
class MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck
|
17899
|
+
# @private
|
17900
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17901
|
+
property :error, as: 'error', class: Google::Apis::ComputeAlpha::MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck::Error, decorator: Google::Apis::ComputeAlpha::MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck::Error::Representation
|
17902
|
+
|
17903
|
+
property :timestamp, as: 'timestamp'
|
17904
|
+
end
|
17905
|
+
|
17906
|
+
class Error
|
17907
|
+
# @private
|
17908
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17909
|
+
collection :errors, as: 'errors', class: Google::Apis::ComputeAlpha::MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck::Error::Error, decorator: Google::Apis::ComputeAlpha::MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck::Error::Error::Representation
|
17910
|
+
|
17911
|
+
end
|
17912
|
+
|
17913
|
+
class Error
|
17914
|
+
# @private
|
17915
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17916
|
+
property :code, as: 'code'
|
17917
|
+
collection :error_details, as: 'errorDetails', class: Google::Apis::ComputeAlpha::MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck::Error::Error::ErrorDetail, decorator: Google::Apis::ComputeAlpha::MultiMigStatusAcceleratorTopologyAcceleratorTopologyStateLastCheck::Error::Error::ErrorDetail::Representation
|
17918
|
+
|
17919
|
+
property :location, as: 'location'
|
17920
|
+
property :message, as: 'message'
|
17921
|
+
end
|
17922
|
+
|
17923
|
+
class ErrorDetail
|
17924
|
+
# @private
|
17925
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17926
|
+
property :error_info, as: 'errorInfo', class: Google::Apis::ComputeAlpha::ErrorInfo, decorator: Google::Apis::ComputeAlpha::ErrorInfo::Representation
|
17927
|
+
|
17928
|
+
property :help, as: 'help', class: Google::Apis::ComputeAlpha::Help, decorator: Google::Apis::ComputeAlpha::Help::Representation
|
17929
|
+
|
17930
|
+
property :localized_message, as: 'localizedMessage', class: Google::Apis::ComputeAlpha::LocalizedMessage, decorator: Google::Apis::ComputeAlpha::LocalizedMessage::Representation
|
17931
|
+
|
17932
|
+
property :quota_info, as: 'quotaInfo', class: Google::Apis::ComputeAlpha::QuotaExceededInfo, decorator: Google::Apis::ComputeAlpha::QuotaExceededInfo::Representation
|
17933
|
+
|
17934
|
+
end
|
17935
|
+
end
|
17936
|
+
end
|
17937
|
+
end
|
17938
|
+
end
|
17939
|
+
|
17404
17940
|
class MultiMigsList
|
17405
17941
|
# @private
|
17406
17942
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -18201,6 +18737,7 @@ module Google
|
|
18201
18737
|
property :allow_cloud_router, as: 'allowCloudRouter'
|
18202
18738
|
property :allow_default_nic_attachment, as: 'allowDefaultNicAttachment'
|
18203
18739
|
property :allow_external_ip_access, as: 'allowExternalIpAccess'
|
18740
|
+
property :allow_firewall_policy, as: 'allowFirewallPolicy'
|
18204
18741
|
property :allow_interconnect, as: 'allowInterconnect'
|
18205
18742
|
property :allow_ip_forwarding, as: 'allowIpForwarding'
|
18206
18743
|
property :allow_load_balancing, as: 'allowLoadBalancing'
|
@@ -18213,8 +18750,10 @@ module Google
|
|
18213
18750
|
property :allow_same_network_unicast, as: 'allowSameNetworkUnicast'
|
18214
18751
|
property :allow_static_routes, as: 'allowStaticRoutes'
|
18215
18752
|
property :allow_sub_interfaces, as: 'allowSubInterfaces'
|
18753
|
+
property :allow_vpc_firewall_rules, as: 'allowVpcFirewallRules'
|
18216
18754
|
property :allow_vpc_peering, as: 'allowVpcPeering'
|
18217
18755
|
property :allow_vpn, as: 'allowVpn'
|
18756
|
+
collection :firewall_policy_types, as: 'firewallPolicyTypes'
|
18218
18757
|
collection :interface_types, as: 'interfaceTypes'
|
18219
18758
|
collection :subnet_purposes, as: 'subnetPurposes'
|
18220
18759
|
collection :subnet_stack_types, as: 'subnetStackTypes'
|
@@ -21020,6 +21559,7 @@ module Google
|
|
21020
21559
|
|
21021
21560
|
property :id, :numeric_string => true, as: 'id'
|
21022
21561
|
property :in_use_count, as: 'inUseCount'
|
21562
|
+
property :in_use_host_count, as: 'inUseHostCount'
|
21023
21563
|
property :kind, as: 'kind'
|
21024
21564
|
property :location_prefix, as: 'locationPrefix'
|
21025
21565
|
property :name, as: 'name'
|
@@ -21154,6 +21694,7 @@ module Google
|
|
21154
21694
|
|
21155
21695
|
property :id, :numeric_string => true, as: 'id'
|
21156
21696
|
property :in_use_count, as: 'inUseCount'
|
21697
|
+
property :in_use_host_count, as: 'inUseHostCount'
|
21157
21698
|
property :kind, as: 'kind'
|
21158
21699
|
property :name, as: 'name'
|
21159
21700
|
property :physical_topology, as: 'physicalTopology', class: Google::Apis::ComputeAlpha::ReservationSubBlockPhysicalTopology, decorator: Google::Apis::ComputeAlpha::ReservationSubBlockPhysicalTopology::Representation
|
@@ -21227,6 +21768,24 @@ module Google
|
|
21227
21768
|
end
|
21228
21769
|
end
|
21229
21770
|
|
21771
|
+
class ReservationSubBlocksReportFaultyRequest
|
21772
|
+
# @private
|
21773
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21774
|
+
property :disruption_schedule, as: 'disruptionSchedule'
|
21775
|
+
property :failure_component, as: 'failureComponent'
|
21776
|
+
collection :fault_reasons, as: 'faultReasons', class: Google::Apis::ComputeAlpha::ReservationSubBlocksReportFaultyRequestFaultReason, decorator: Google::Apis::ComputeAlpha::ReservationSubBlocksReportFaultyRequestFaultReason::Representation
|
21777
|
+
|
21778
|
+
end
|
21779
|
+
end
|
21780
|
+
|
21781
|
+
class ReservationSubBlocksReportFaultyRequestFaultReason
|
21782
|
+
# @private
|
21783
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21784
|
+
property :behavior, as: 'behavior'
|
21785
|
+
property :description, as: 'description'
|
21786
|
+
end
|
21787
|
+
end
|
21788
|
+
|
21230
21789
|
class ReservationsBlocksPerformMaintenanceRequest
|
21231
21790
|
# @private
|
21232
21791
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -25371,6 +25930,8 @@ module Google
|
|
25371
25930
|
hash :labels, as: 'labels'
|
25372
25931
|
property :name, as: 'name'
|
25373
25932
|
property :network, as: 'network'
|
25933
|
+
property :params, as: 'params', class: Google::Apis::ComputeAlpha::TargetVpnGatewayParams, decorator: Google::Apis::ComputeAlpha::TargetVpnGatewayParams::Representation
|
25934
|
+
|
25374
25935
|
property :region, as: 'region'
|
25375
25936
|
property :self_link, as: 'selfLink'
|
25376
25937
|
property :status, as: 'status'
|
@@ -25443,6 +26004,13 @@ module Google
|
|
25443
26004
|
end
|
25444
26005
|
end
|
25445
26006
|
|
26007
|
+
class TargetVpnGatewayParams
|
26008
|
+
# @private
|
26009
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
26010
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
26011
|
+
end
|
26012
|
+
end
|
26013
|
+
|
25446
26014
|
class TargetVpnGatewaysScopedList
|
25447
26015
|
# @private
|
25448
26016
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -25999,6 +26567,8 @@ module Google
|
|
25999
26567
|
hash :labels, as: 'labels'
|
26000
26568
|
property :name, as: 'name'
|
26001
26569
|
property :network, as: 'network'
|
26570
|
+
property :params, as: 'params', class: Google::Apis::ComputeAlpha::VpnGatewayParams, decorator: Google::Apis::ComputeAlpha::VpnGatewayParams::Representation
|
26571
|
+
|
26002
26572
|
property :region, as: 'region'
|
26003
26573
|
property :self_link, as: 'selfLink'
|
26004
26574
|
property :stack_type, as: 'stackType'
|
@@ -26072,6 +26642,13 @@ module Google
|
|
26072
26642
|
end
|
26073
26643
|
end
|
26074
26644
|
|
26645
|
+
class VpnGatewayParams
|
26646
|
+
# @private
|
26647
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
26648
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
26649
|
+
end
|
26650
|
+
end
|
26651
|
+
|
26075
26652
|
class VpnGatewayStatus
|
26076
26653
|
# @private
|
26077
26654
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -26170,6 +26747,8 @@ module Google
|
|
26170
26747
|
hash :labels, as: 'labels'
|
26171
26748
|
collection :local_traffic_selector, as: 'localTrafficSelector'
|
26172
26749
|
property :name, as: 'name'
|
26750
|
+
property :params, as: 'params', class: Google::Apis::ComputeAlpha::VpnTunnelParams, decorator: Google::Apis::ComputeAlpha::VpnTunnelParams::Representation
|
26751
|
+
|
26173
26752
|
property :peer_external_gateway, as: 'peerExternalGateway'
|
26174
26753
|
property :peer_external_gateway_interface, as: 'peerExternalGatewayInterface'
|
26175
26754
|
property :peer_gcp_gateway, as: 'peerGcpGateway'
|
@@ -26262,6 +26841,13 @@ module Google
|
|
26262
26841
|
end
|
26263
26842
|
end
|
26264
26843
|
|
26844
|
+
class VpnTunnelParams
|
26845
|
+
# @private
|
26846
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
26847
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
26848
|
+
end
|
26849
|
+
end
|
26850
|
+
|
26265
26851
|
class VpnTunnelPhase1Algorithms
|
26266
26852
|
# @private
|
26267
26853
|
class Representation < Google::Apis::Core::JsonRepresentation
|