google-apis-compute_alpha 0.110.0 → 0.112.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 +9 -0
- data/OVERVIEW.md +1 -1
- data/lib/google/apis/compute_alpha/classes.rb +1583 -220
- data/lib/google/apis/compute_alpha/gem_version.rb +3 -3
- data/lib/google/apis/compute_alpha/representations.rb +544 -0
- data/lib/google/apis/compute_alpha/service.rb +440 -81
- metadata +5 -5
@@ -1054,6 +1054,12 @@ module Google
|
|
1054
1054
|
include Google::Apis::Core::JsonObjectSupport
|
1055
1055
|
end
|
1056
1056
|
|
1057
|
+
class Date
|
1058
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1059
|
+
|
1060
|
+
include Google::Apis::Core::JsonObjectSupport
|
1061
|
+
end
|
1062
|
+
|
1057
1063
|
class DeprecationStatus
|
1058
1064
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1059
1065
|
|
@@ -1420,6 +1426,12 @@ module Google
|
|
1420
1426
|
include Google::Apis::Core::JsonObjectSupport
|
1421
1427
|
end
|
1422
1428
|
|
1429
|
+
class FirewallParams
|
1430
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1431
|
+
|
1432
|
+
include Google::Apis::Core::JsonObjectSupport
|
1433
|
+
end
|
1434
|
+
|
1423
1435
|
class FirewallPoliciesListAssociationsResponse
|
1424
1436
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1425
1437
|
|
@@ -3136,6 +3148,12 @@ module Google
|
|
3136
3148
|
include Google::Apis::Core::JsonObjectSupport
|
3137
3149
|
end
|
3138
3150
|
|
3151
|
+
class InstantSnapshotGroupParameters
|
3152
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3153
|
+
|
3154
|
+
include Google::Apis::Core::JsonObjectSupport
|
3155
|
+
end
|
3156
|
+
|
3139
3157
|
class InstantSnapshotGroupResourceStatus
|
3140
3158
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
3141
3159
|
|
@@ -4078,6 +4096,12 @@ module Google
|
|
4078
4096
|
include Google::Apis::Core::JsonObjectSupport
|
4079
4097
|
end
|
4080
4098
|
|
4099
|
+
class ManagedInstanceScheduling
|
4100
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4101
|
+
|
4102
|
+
include Google::Apis::Core::JsonObjectSupport
|
4103
|
+
end
|
4104
|
+
|
4081
4105
|
class ManagedInstanceVersion
|
4082
4106
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4083
4107
|
|
@@ -4534,12 +4558,36 @@ module Google
|
|
4534
4558
|
include Google::Apis::Core::JsonObjectSupport
|
4535
4559
|
end
|
4536
4560
|
|
4561
|
+
class NetworkParams
|
4562
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4563
|
+
|
4564
|
+
include Google::Apis::Core::JsonObjectSupport
|
4565
|
+
end
|
4566
|
+
|
4537
4567
|
class NetworkPeering
|
4538
4568
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4539
4569
|
|
4540
4570
|
include Google::Apis::Core::JsonObjectSupport
|
4541
4571
|
end
|
4542
4572
|
|
4573
|
+
class NetworkPeeringConnectionStatus
|
4574
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4575
|
+
|
4576
|
+
include Google::Apis::Core::JsonObjectSupport
|
4577
|
+
end
|
4578
|
+
|
4579
|
+
class NetworkPeeringConnectionStatusConsensusState
|
4580
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4581
|
+
|
4582
|
+
include Google::Apis::Core::JsonObjectSupport
|
4583
|
+
end
|
4584
|
+
|
4585
|
+
class NetworkPeeringConnectionStatusTrafficConfiguration
|
4586
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4587
|
+
|
4588
|
+
include Google::Apis::Core::JsonObjectSupport
|
4589
|
+
end
|
4590
|
+
|
4543
4591
|
class NetworkPerformanceConfig
|
4544
4592
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4545
4593
|
|
@@ -4618,6 +4666,12 @@ module Google
|
|
4618
4666
|
include Google::Apis::Core::JsonObjectSupport
|
4619
4667
|
end
|
4620
4668
|
|
4669
|
+
class NetworksRequestRemovePeeringRequest
|
4670
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4671
|
+
|
4672
|
+
include Google::Apis::Core::JsonObjectSupport
|
4673
|
+
end
|
4674
|
+
|
4621
4675
|
class NetworksUpdatePeeringRequest
|
4622
4676
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4623
4677
|
|
@@ -5230,6 +5284,66 @@ module Google
|
|
5230
5284
|
include Google::Apis::Core::JsonObjectSupport
|
5231
5285
|
end
|
5232
5286
|
|
5287
|
+
class PreviewFeature
|
5288
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5289
|
+
|
5290
|
+
include Google::Apis::Core::JsonObjectSupport
|
5291
|
+
end
|
5292
|
+
|
5293
|
+
class PreviewFeatureList
|
5294
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5295
|
+
|
5296
|
+
class Warning
|
5297
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5298
|
+
|
5299
|
+
class Datum
|
5300
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5301
|
+
|
5302
|
+
include Google::Apis::Core::JsonObjectSupport
|
5303
|
+
end
|
5304
|
+
|
5305
|
+
include Google::Apis::Core::JsonObjectSupport
|
5306
|
+
end
|
5307
|
+
|
5308
|
+
include Google::Apis::Core::JsonObjectSupport
|
5309
|
+
end
|
5310
|
+
|
5311
|
+
class PreviewFeatureRolloutOperation
|
5312
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5313
|
+
|
5314
|
+
include Google::Apis::Core::JsonObjectSupport
|
5315
|
+
end
|
5316
|
+
|
5317
|
+
class PreviewFeatureRolloutOperationRolloutInput
|
5318
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5319
|
+
|
5320
|
+
include Google::Apis::Core::JsonObjectSupport
|
5321
|
+
end
|
5322
|
+
|
5323
|
+
class PreviewFeatureRolloutOperationRolloutStatus
|
5324
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5325
|
+
|
5326
|
+
include Google::Apis::Core::JsonObjectSupport
|
5327
|
+
end
|
5328
|
+
|
5329
|
+
class PreviewFeatureRolloutOperationRolloutStatusRolloutMetadata
|
5330
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5331
|
+
|
5332
|
+
include Google::Apis::Core::JsonObjectSupport
|
5333
|
+
end
|
5334
|
+
|
5335
|
+
class PreviewFeatureStatus
|
5336
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5337
|
+
|
5338
|
+
include Google::Apis::Core::JsonObjectSupport
|
5339
|
+
end
|
5340
|
+
|
5341
|
+
class PreviewFeatureStatusReleaseStatus
|
5342
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5343
|
+
|
5344
|
+
include Google::Apis::Core::JsonObjectSupport
|
5345
|
+
end
|
5346
|
+
|
5233
5347
|
class Principal
|
5234
5348
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5235
5349
|
|
@@ -6004,6 +6118,42 @@ module Google
|
|
6004
6118
|
include Google::Apis::Core::JsonObjectSupport
|
6005
6119
|
end
|
6006
6120
|
|
6121
|
+
class ReservationSubBlock
|
6122
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6123
|
+
|
6124
|
+
include Google::Apis::Core::JsonObjectSupport
|
6125
|
+
end
|
6126
|
+
|
6127
|
+
class ReservationSubBlockPhysicalTopology
|
6128
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6129
|
+
|
6130
|
+
include Google::Apis::Core::JsonObjectSupport
|
6131
|
+
end
|
6132
|
+
|
6133
|
+
class ReservationSubBlocksGetResponse
|
6134
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6135
|
+
|
6136
|
+
include Google::Apis::Core::JsonObjectSupport
|
6137
|
+
end
|
6138
|
+
|
6139
|
+
class ReservationSubBlocksListResponse
|
6140
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6141
|
+
|
6142
|
+
class Warning
|
6143
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6144
|
+
|
6145
|
+
class Datum
|
6146
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6147
|
+
|
6148
|
+
include Google::Apis::Core::JsonObjectSupport
|
6149
|
+
end
|
6150
|
+
|
6151
|
+
include Google::Apis::Core::JsonObjectSupport
|
6152
|
+
end
|
6153
|
+
|
6154
|
+
include Google::Apis::Core::JsonObjectSupport
|
6155
|
+
end
|
6156
|
+
|
6007
6157
|
class ReservationsBlocksPerformMaintenanceRequest
|
6008
6158
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6009
6159
|
|
@@ -6352,6 +6502,12 @@ module Google
|
|
6352
6502
|
include Google::Apis::Core::JsonObjectSupport
|
6353
6503
|
end
|
6354
6504
|
|
6505
|
+
class RouteParams
|
6506
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6507
|
+
|
6508
|
+
include Google::Apis::Core::JsonObjectSupport
|
6509
|
+
end
|
6510
|
+
|
6355
6511
|
class RoutePolicy
|
6356
6512
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6357
6513
|
|
@@ -7162,6 +7318,12 @@ module Google
|
|
7162
7318
|
include Google::Apis::Core::JsonObjectSupport
|
7163
7319
|
end
|
7164
7320
|
|
7321
|
+
class SnapshotGroupParameters
|
7322
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7323
|
+
|
7324
|
+
include Google::Apis::Core::JsonObjectSupport
|
7325
|
+
end
|
7326
|
+
|
7165
7327
|
class SnapshotGroupSourceInfo
|
7166
7328
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7167
7329
|
|
@@ -7654,12 +7816,36 @@ module Google
|
|
7654
7816
|
include Google::Apis::Core::JsonObjectSupport
|
7655
7817
|
end
|
7656
7818
|
|
7819
|
+
class SubnetworkParams
|
7820
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7821
|
+
|
7822
|
+
include Google::Apis::Core::JsonObjectSupport
|
7823
|
+
end
|
7824
|
+
|
7657
7825
|
class SubnetworkSecondaryRange
|
7658
7826
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7659
7827
|
|
7660
7828
|
include Google::Apis::Core::JsonObjectSupport
|
7661
7829
|
end
|
7662
7830
|
|
7831
|
+
class SubnetworkUtilizationDetails
|
7832
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7833
|
+
|
7834
|
+
include Google::Apis::Core::JsonObjectSupport
|
7835
|
+
end
|
7836
|
+
|
7837
|
+
class SubnetworkUtilizationDetailsIpv4Utilization
|
7838
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7839
|
+
|
7840
|
+
include Google::Apis::Core::JsonObjectSupport
|
7841
|
+
end
|
7842
|
+
|
7843
|
+
class SubnetworkUtilizationDetailsIpv6Utilization
|
7844
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7845
|
+
|
7846
|
+
include Google::Apis::Core::JsonObjectSupport
|
7847
|
+
end
|
7848
|
+
|
7663
7849
|
class SubnetworksExpandIpCidrRangeRequest
|
7664
7850
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
7665
7851
|
|
@@ -10215,6 +10401,10 @@ module Google
|
|
10215
10401
|
class BulkInsertDiskResource
|
10216
10402
|
# @private
|
10217
10403
|
class Representation < Google::Apis::Core::JsonRepresentation
|
10404
|
+
property :instant_snapshot_group_parameters, as: 'instantSnapshotGroupParameters', class: Google::Apis::ComputeAlpha::InstantSnapshotGroupParameters, decorator: Google::Apis::ComputeAlpha::InstantSnapshotGroupParameters::Representation
|
10405
|
+
|
10406
|
+
property :snapshot_group_parameters, as: 'snapshotGroupParameters', class: Google::Apis::ComputeAlpha::SnapshotGroupParameters, decorator: Google::Apis::ComputeAlpha::SnapshotGroupParameters::Representation
|
10407
|
+
|
10218
10408
|
property :source_consistency_group_policy, as: 'sourceConsistencyGroupPolicy'
|
10219
10409
|
end
|
10220
10410
|
end
|
@@ -10773,6 +10963,15 @@ module Google
|
|
10773
10963
|
end
|
10774
10964
|
end
|
10775
10965
|
|
10966
|
+
class Date
|
10967
|
+
# @private
|
10968
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10969
|
+
property :day, as: 'day'
|
10970
|
+
property :month, as: 'month'
|
10971
|
+
property :year, as: 'year'
|
10972
|
+
end
|
10973
|
+
end
|
10974
|
+
|
10776
10975
|
class DeprecationStatus
|
10777
10976
|
# @private
|
10778
10977
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11380,6 +11579,8 @@ module Google
|
|
11380
11579
|
|
11381
11580
|
property :name, as: 'name'
|
11382
11581
|
property :network, as: 'network'
|
11582
|
+
property :params, as: 'params', class: Google::Apis::ComputeAlpha::FirewallParams, decorator: Google::Apis::ComputeAlpha::FirewallParams::Representation
|
11583
|
+
|
11383
11584
|
property :priority, as: 'priority'
|
11384
11585
|
property :self_link, as: 'selfLink'
|
11385
11586
|
property :self_link_with_id, as: 'selfLinkWithId'
|
@@ -11447,6 +11648,13 @@ module Google
|
|
11447
11648
|
end
|
11448
11649
|
end
|
11449
11650
|
|
11651
|
+
class FirewallParams
|
11652
|
+
# @private
|
11653
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
11654
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
11655
|
+
end
|
11656
|
+
end
|
11657
|
+
|
11450
11658
|
class FirewallPoliciesListAssociationsResponse
|
11451
11659
|
# @private
|
11452
11660
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -11499,6 +11707,7 @@ module Google
|
|
11499
11707
|
collection :packet_mirroring_rules, as: 'packetMirroringRules', class: Google::Apis::ComputeAlpha::FirewallPolicyRule, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRule::Representation
|
11500
11708
|
|
11501
11709
|
property :parent, as: 'parent'
|
11710
|
+
property :policy_type, as: 'policyType'
|
11502
11711
|
property :region, as: 'region'
|
11503
11712
|
property :rule_tuple_count, as: 'ruleTupleCount'
|
11504
11713
|
collection :rules, as: 'rules', class: Google::Apis::ComputeAlpha::FirewallPolicyRule, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRule::Representation
|
@@ -11568,10 +11777,12 @@ module Google
|
|
11568
11777
|
property :rule_name, as: 'ruleName'
|
11569
11778
|
property :rule_tuple_count, as: 'ruleTupleCount'
|
11570
11779
|
property :security_profile_group, as: 'securityProfileGroup'
|
11780
|
+
collection :target_forwarding_rules, as: 'targetForwardingRules'
|
11571
11781
|
collection :target_resources, as: 'targetResources'
|
11572
11782
|
collection :target_secure_tags, as: 'targetSecureTags', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag::Representation
|
11573
11783
|
|
11574
11784
|
collection :target_service_accounts, as: 'targetServiceAccounts'
|
11785
|
+
property :target_type, as: 'targetType'
|
11575
11786
|
property :tls_inspect, as: 'tlsInspect'
|
11576
11787
|
end
|
11577
11788
|
end
|
@@ -11583,6 +11794,7 @@ module Google
|
|
11583
11794
|
collection :dest_fqdns, as: 'destFqdns'
|
11584
11795
|
collection :dest_ip_ranges, as: 'destIpRanges'
|
11585
11796
|
property :dest_network_scope, as: 'destNetworkScope'
|
11797
|
+
property :dest_network_type, as: 'destNetworkType'
|
11586
11798
|
collection :dest_region_codes, as: 'destRegionCodes'
|
11587
11799
|
collection :dest_threat_intelligences, as: 'destThreatIntelligences'
|
11588
11800
|
collection :layer4_configs, as: 'layer4Configs', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleMatcherLayer4Config, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleMatcherLayer4Config::Representation
|
@@ -11591,6 +11803,7 @@ module Google
|
|
11591
11803
|
collection :src_fqdns, as: 'srcFqdns'
|
11592
11804
|
collection :src_ip_ranges, as: 'srcIpRanges'
|
11593
11805
|
property :src_network_scope, as: 'srcNetworkScope'
|
11806
|
+
property :src_network_type, as: 'srcNetworkType'
|
11594
11807
|
collection :src_networks, as: 'srcNetworks'
|
11595
11808
|
collection :src_region_codes, as: 'srcRegionCodes'
|
11596
11809
|
collection :src_secure_tags, as: 'srcSecureTags', class: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag, decorator: Google::Apis::ComputeAlpha::FirewallPolicyRuleSecureTag::Representation
|
@@ -11806,6 +12019,7 @@ module Google
|
|
11806
12019
|
property :creation_timestamp, as: 'creationTimestamp'
|
11807
12020
|
property :deployment_type, as: 'deploymentType'
|
11808
12021
|
property :description, as: 'description'
|
12022
|
+
property :enable_emergent_maintenance, as: 'enableEmergentMaintenance'
|
11809
12023
|
property :id, :numeric_string => true, as: 'id'
|
11810
12024
|
property :kind, as: 'kind'
|
11811
12025
|
property :name, as: 'name'
|
@@ -12193,6 +12407,8 @@ module Google
|
|
12193
12407
|
property :maintenance_ongoing_count, as: 'maintenanceOngoingCount'
|
12194
12408
|
property :maintenance_pending_count, as: 'maintenancePendingCount'
|
12195
12409
|
property :scheduling_type, as: 'schedulingType'
|
12410
|
+
property :subblock_infra_maintenance_ongoing_count, as: 'subblockInfraMaintenanceOngoingCount'
|
12411
|
+
property :subblock_infra_maintenance_pending_count, as: 'subblockInfraMaintenancePendingCount'
|
12196
12412
|
property :upcoming_group_maintenance, as: 'upcomingGroupMaintenance', class: Google::Apis::ComputeAlpha::UpcomingMaintenance, decorator: Google::Apis::ComputeAlpha::UpcomingMaintenance::Representation
|
12197
12413
|
|
12198
12414
|
end
|
@@ -14769,6 +14985,13 @@ module Google
|
|
14769
14985
|
end
|
14770
14986
|
end
|
14771
14987
|
|
14988
|
+
class InstantSnapshotGroupParameters
|
14989
|
+
# @private
|
14990
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
14991
|
+
property :source_instant_snapshot_group, as: 'sourceInstantSnapshotGroup'
|
14992
|
+
end
|
14993
|
+
end
|
14994
|
+
|
14772
14995
|
class InstantSnapshotGroupResourceStatus
|
14773
14996
|
# @private
|
14774
14997
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15777,6 +16000,7 @@ module Google
|
|
15777
16000
|
# @private
|
15778
16001
|
class Representation < Google::Apis::Core::JsonRepresentation
|
15779
16002
|
property :expected_rtt_ms, :numeric_string => true, as: 'expectedRttMs'
|
16003
|
+
property :l2_forwarding_enabled, as: 'l2ForwardingEnabled'
|
15780
16004
|
property :location_presence, as: 'locationPresence'
|
15781
16005
|
property :region, as: 'region'
|
15782
16006
|
end
|
@@ -15996,6 +16220,7 @@ module Google
|
|
15996
16220
|
property :kind, as: 'kind'
|
15997
16221
|
property :next_page_token, as: 'nextPageToken'
|
15998
16222
|
property :self_link, as: 'selfLink'
|
16223
|
+
collection :unreachables, as: 'unreachables'
|
15999
16224
|
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::IpOwnerList::Warning, decorator: Google::Apis::ComputeAlpha::IpOwnerList::Warning::Representation
|
16000
16225
|
|
16001
16226
|
end
|
@@ -16488,6 +16713,8 @@ module Google
|
|
16488
16713
|
|
16489
16714
|
property :properties_from_flexibility_policy, as: 'propertiesFromFlexibilityPolicy', class: Google::Apis::ComputeAlpha::ManagedInstancePropertiesFromFlexibilityPolicy, decorator: Google::Apis::ComputeAlpha::ManagedInstancePropertiesFromFlexibilityPolicy::Representation
|
16490
16715
|
|
16716
|
+
property :scheduling, as: 'scheduling', class: Google::Apis::ComputeAlpha::ManagedInstanceScheduling, decorator: Google::Apis::ComputeAlpha::ManagedInstanceScheduling::Representation
|
16717
|
+
|
16491
16718
|
property :size_in_unit, as: 'sizeInUnit'
|
16492
16719
|
property :tag, as: 'tag'
|
16493
16720
|
property :target_status, as: 'targetStatus'
|
@@ -16577,6 +16804,13 @@ module Google
|
|
16577
16804
|
end
|
16578
16805
|
end
|
16579
16806
|
|
16807
|
+
class ManagedInstanceScheduling
|
16808
|
+
# @private
|
16809
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16810
|
+
property :termination_timestamp, as: 'terminationTimestamp'
|
16811
|
+
end
|
16812
|
+
end
|
16813
|
+
|
16580
16814
|
class ManagedInstanceVersion
|
16581
16815
|
# @private
|
16582
16816
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16721,6 +16955,7 @@ module Google
|
|
16721
16955
|
# @private
|
16722
16956
|
class Representation < Google::Apis::Core::JsonRepresentation
|
16723
16957
|
collection :member_instance_group_managers, as: 'memberInstanceGroupManagers'
|
16958
|
+
property :members_count, as: 'membersCount'
|
16724
16959
|
end
|
16725
16960
|
end
|
16726
16961
|
|
@@ -16827,6 +17062,8 @@ module Google
|
|
16827
17062
|
property :name, as: 'name'
|
16828
17063
|
property :network_firewall_policy_enforcement_order, as: 'networkFirewallPolicyEnforcementOrder'
|
16829
17064
|
property :network_profile, as: 'networkProfile'
|
17065
|
+
property :params, as: 'params', class: Google::Apis::ComputeAlpha::NetworkParams, decorator: Google::Apis::ComputeAlpha::NetworkParams::Representation
|
17066
|
+
|
16830
17067
|
collection :peerings, as: 'peerings', class: Google::Apis::ComputeAlpha::NetworkPeering, decorator: Google::Apis::ComputeAlpha::NetworkPeering::Representation
|
16831
17068
|
|
16832
17069
|
property :region, as: 'region'
|
@@ -17419,11 +17656,20 @@ module Google
|
|
17419
17656
|
end
|
17420
17657
|
end
|
17421
17658
|
|
17659
|
+
class NetworkParams
|
17660
|
+
# @private
|
17661
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17662
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
17663
|
+
end
|
17664
|
+
end
|
17665
|
+
|
17422
17666
|
class NetworkPeering
|
17423
17667
|
# @private
|
17424
17668
|
class Representation < Google::Apis::Core::JsonRepresentation
|
17425
17669
|
property :advertise_peer_subnets_via_routers, as: 'advertisePeerSubnetsViaRouters'
|
17426
17670
|
property :auto_create_routes, as: 'autoCreateRoutes'
|
17671
|
+
property :connection_status, as: 'connectionStatus', class: Google::Apis::ComputeAlpha::NetworkPeeringConnectionStatus, decorator: Google::Apis::ComputeAlpha::NetworkPeeringConnectionStatus::Representation
|
17672
|
+
|
17427
17673
|
property :exchange_subnet_routes, as: 'exchangeSubnetRoutes'
|
17428
17674
|
property :export_custom_routes, as: 'exportCustomRoutes'
|
17429
17675
|
property :export_subnet_routes_with_public_ip, as: 'exportSubnetRoutesWithPublicIp'
|
@@ -17435,6 +17681,37 @@ module Google
|
|
17435
17681
|
property :stack_type, as: 'stackType'
|
17436
17682
|
property :state, as: 'state'
|
17437
17683
|
property :state_details, as: 'stateDetails'
|
17684
|
+
property :update_strategy, as: 'updateStrategy'
|
17685
|
+
end
|
17686
|
+
end
|
17687
|
+
|
17688
|
+
class NetworkPeeringConnectionStatus
|
17689
|
+
# @private
|
17690
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17691
|
+
property :consensus_state, as: 'consensusState', class: Google::Apis::ComputeAlpha::NetworkPeeringConnectionStatusConsensusState, decorator: Google::Apis::ComputeAlpha::NetworkPeeringConnectionStatusConsensusState::Representation
|
17692
|
+
|
17693
|
+
property :traffic_configuration, as: 'trafficConfiguration', class: Google::Apis::ComputeAlpha::NetworkPeeringConnectionStatusTrafficConfiguration, decorator: Google::Apis::ComputeAlpha::NetworkPeeringConnectionStatusTrafficConfiguration::Representation
|
17694
|
+
|
17695
|
+
property :update_strategy, as: 'updateStrategy'
|
17696
|
+
end
|
17697
|
+
end
|
17698
|
+
|
17699
|
+
class NetworkPeeringConnectionStatusConsensusState
|
17700
|
+
# @private
|
17701
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17702
|
+
property :delete_status, as: 'deleteStatus'
|
17703
|
+
property :update_status, as: 'updateStatus'
|
17704
|
+
end
|
17705
|
+
end
|
17706
|
+
|
17707
|
+
class NetworkPeeringConnectionStatusTrafficConfiguration
|
17708
|
+
# @private
|
17709
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17710
|
+
property :export_custom_routes_to_peer, as: 'exportCustomRoutesToPeer'
|
17711
|
+
property :export_subnet_routes_with_public_ip_to_peer, as: 'exportSubnetRoutesWithPublicIpToPeer'
|
17712
|
+
property :import_custom_routes_from_peer, as: 'importCustomRoutesFromPeer'
|
17713
|
+
property :import_subnet_routes_with_public_ip_from_peer, as: 'importSubnetRoutesWithPublicIpFromPeer'
|
17714
|
+
property :stack_type, as: 'stackType'
|
17438
17715
|
end
|
17439
17716
|
end
|
17440
17717
|
|
@@ -17480,10 +17757,14 @@ module Google
|
|
17480
17757
|
property :allow_class_d_firewalls, as: 'allowClassDFirewalls'
|
17481
17758
|
property :allow_cloud_nat, as: 'allowCloudNat'
|
17482
17759
|
property :allow_cloud_router, as: 'allowCloudRouter'
|
17760
|
+
property :allow_default_nic_attachment, as: 'allowDefaultNicAttachment'
|
17483
17761
|
property :allow_external_ip_access, as: 'allowExternalIpAccess'
|
17484
17762
|
property :allow_interconnect, as: 'allowInterconnect'
|
17763
|
+
property :allow_ip_forwarding, as: 'allowIpForwarding'
|
17485
17764
|
property :allow_load_balancing, as: 'allowLoadBalancing'
|
17486
17765
|
property :allow_multi_nic_in_same_network, as: 'allowMultiNicInSameNetwork'
|
17766
|
+
property :allow_ncc, as: 'allowNcc'
|
17767
|
+
property :allow_network_migration, as: 'allowNetworkMigration'
|
17487
17768
|
property :allow_packet_mirroring, as: 'allowPacketMirroring'
|
17488
17769
|
property :allow_private_google_access, as: 'allowPrivateGoogleAccess'
|
17489
17770
|
property :allow_psc, as: 'allowPsc'
|
@@ -17495,6 +17776,8 @@ module Google
|
|
17495
17776
|
collection :interface_types, as: 'interfaceTypes'
|
17496
17777
|
collection :subnet_purposes, as: 'subnetPurposes'
|
17497
17778
|
collection :subnet_stack_types, as: 'subnetStackTypes'
|
17779
|
+
collection :subnetwork_purposes, as: 'subnetworkPurposes'
|
17780
|
+
collection :subnetwork_stack_types, as: 'subnetworkStackTypes'
|
17498
17781
|
property :unicast, as: 'unicast'
|
17499
17782
|
end
|
17500
17783
|
end
|
@@ -17601,6 +17884,13 @@ module Google
|
|
17601
17884
|
end
|
17602
17885
|
end
|
17603
17886
|
|
17887
|
+
class NetworksRequestRemovePeeringRequest
|
17888
|
+
# @private
|
17889
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17890
|
+
property :name, as: 'name'
|
17891
|
+
end
|
17892
|
+
end
|
17893
|
+
|
17604
17894
|
class NetworksUpdatePeeringRequest
|
17605
17895
|
# @private
|
17606
17896
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -18750,6 +19040,114 @@ module Google
|
|
18750
19040
|
end
|
18751
19041
|
end
|
18752
19042
|
|
19043
|
+
class PreviewFeature
|
19044
|
+
# @private
|
19045
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19046
|
+
property :activation_status, as: 'activationStatus'
|
19047
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
19048
|
+
property :description, as: 'description'
|
19049
|
+
property :id, :numeric_string => true, as: 'id'
|
19050
|
+
property :kind, as: 'kind'
|
19051
|
+
property :name, as: 'name'
|
19052
|
+
property :rollout_operation, as: 'rolloutOperation', class: Google::Apis::ComputeAlpha::PreviewFeatureRolloutOperation, decorator: Google::Apis::ComputeAlpha::PreviewFeatureRolloutOperation::Representation
|
19053
|
+
|
19054
|
+
property :self_link, as: 'selfLink'
|
19055
|
+
property :status, as: 'status', class: Google::Apis::ComputeAlpha::PreviewFeatureStatus, decorator: Google::Apis::ComputeAlpha::PreviewFeatureStatus::Representation
|
19056
|
+
|
19057
|
+
end
|
19058
|
+
end
|
19059
|
+
|
19060
|
+
class PreviewFeatureList
|
19061
|
+
# @private
|
19062
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19063
|
+
property :etag, as: 'etag'
|
19064
|
+
property :id, as: 'id'
|
19065
|
+
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::PreviewFeature, decorator: Google::Apis::ComputeAlpha::PreviewFeature::Representation
|
19066
|
+
|
19067
|
+
property :next_page_token, as: 'nextPageToken'
|
19068
|
+
property :self_link, as: 'selfLink'
|
19069
|
+
collection :unreachables, as: 'unreachables'
|
19070
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::PreviewFeatureList::Warning, decorator: Google::Apis::ComputeAlpha::PreviewFeatureList::Warning::Representation
|
19071
|
+
|
19072
|
+
end
|
19073
|
+
|
19074
|
+
class Warning
|
19075
|
+
# @private
|
19076
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19077
|
+
property :code, as: 'code'
|
19078
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::PreviewFeatureList::Warning::Datum, decorator: Google::Apis::ComputeAlpha::PreviewFeatureList::Warning::Datum::Representation
|
19079
|
+
|
19080
|
+
property :message, as: 'message'
|
19081
|
+
end
|
19082
|
+
|
19083
|
+
class Datum
|
19084
|
+
# @private
|
19085
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19086
|
+
property :key, as: 'key'
|
19087
|
+
property :value, as: 'value'
|
19088
|
+
end
|
19089
|
+
end
|
19090
|
+
end
|
19091
|
+
end
|
19092
|
+
|
19093
|
+
class PreviewFeatureRolloutOperation
|
19094
|
+
# @private
|
19095
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19096
|
+
property :rollout_input, as: 'rolloutInput', class: Google::Apis::ComputeAlpha::PreviewFeatureRolloutOperationRolloutInput, decorator: Google::Apis::ComputeAlpha::PreviewFeatureRolloutOperationRolloutInput::Representation
|
19097
|
+
|
19098
|
+
property :rollout_status, as: 'rolloutStatus', class: Google::Apis::ComputeAlpha::PreviewFeatureRolloutOperationRolloutStatus, decorator: Google::Apis::ComputeAlpha::PreviewFeatureRolloutOperationRolloutStatus::Representation
|
19099
|
+
|
19100
|
+
end
|
19101
|
+
end
|
19102
|
+
|
19103
|
+
class PreviewFeatureRolloutOperationRolloutInput
|
19104
|
+
# @private
|
19105
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19106
|
+
property :name, as: 'name'
|
19107
|
+
property :predefined_rollout_plan, as: 'predefinedRolloutPlan'
|
19108
|
+
property :retry_uuid, as: 'retryUuid'
|
19109
|
+
end
|
19110
|
+
end
|
19111
|
+
|
19112
|
+
class PreviewFeatureRolloutOperationRolloutStatus
|
19113
|
+
# @private
|
19114
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19115
|
+
collection :ongoing_rollouts, as: 'ongoingRollouts', class: Google::Apis::ComputeAlpha::PreviewFeatureRolloutOperationRolloutStatusRolloutMetadata, decorator: Google::Apis::ComputeAlpha::PreviewFeatureRolloutOperationRolloutStatusRolloutMetadata::Representation
|
19116
|
+
|
19117
|
+
property :previous_rollout, as: 'previousRollout', class: Google::Apis::ComputeAlpha::PreviewFeatureRolloutOperationRolloutStatusRolloutMetadata, decorator: Google::Apis::ComputeAlpha::PreviewFeatureRolloutOperationRolloutStatusRolloutMetadata::Representation
|
19118
|
+
|
19119
|
+
end
|
19120
|
+
end
|
19121
|
+
|
19122
|
+
class PreviewFeatureRolloutOperationRolloutStatusRolloutMetadata
|
19123
|
+
# @private
|
19124
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19125
|
+
property :rollout, as: 'rollout'
|
19126
|
+
property :rollout_plan, as: 'rolloutPlan'
|
19127
|
+
property :status, as: 'status', class: Google::Apis::ComputeAlpha::PreviewFeatureStatus, decorator: Google::Apis::ComputeAlpha::PreviewFeatureStatus::Representation
|
19128
|
+
|
19129
|
+
end
|
19130
|
+
end
|
19131
|
+
|
19132
|
+
class PreviewFeatureStatus
|
19133
|
+
# @private
|
19134
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19135
|
+
property :description, as: 'description'
|
19136
|
+
property :help_link, as: 'helpLink'
|
19137
|
+
property :release_status, as: 'releaseStatus', class: Google::Apis::ComputeAlpha::PreviewFeatureStatusReleaseStatus, decorator: Google::Apis::ComputeAlpha::PreviewFeatureStatusReleaseStatus::Representation
|
19138
|
+
|
19139
|
+
end
|
19140
|
+
end
|
19141
|
+
|
19142
|
+
class PreviewFeatureStatusReleaseStatus
|
19143
|
+
# @private
|
19144
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19145
|
+
property :stage, as: 'stage'
|
19146
|
+
property :update_date, as: 'updateDate', class: Google::Apis::ComputeAlpha::Date, decorator: Google::Apis::ComputeAlpha::Date::Representation
|
19147
|
+
|
19148
|
+
end
|
19149
|
+
end
|
19150
|
+
|
18753
19151
|
class Principal
|
18754
19152
|
# @private
|
18755
19153
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -19935,8 +20333,10 @@ module Google
|
|
19935
20333
|
property :delete_at_time, as: 'deleteAtTime'
|
19936
20334
|
property :deployment_type, as: 'deploymentType'
|
19937
20335
|
property :description, as: 'description'
|
20336
|
+
property :enable_emergent_maintenance, as: 'enableEmergentMaintenance'
|
19938
20337
|
property :id, :numeric_string => true, as: 'id'
|
19939
20338
|
property :kind, as: 'kind'
|
20339
|
+
collection :linked_commitments, as: 'linkedCommitments'
|
19940
20340
|
property :name, as: 'name'
|
19941
20341
|
property :reservation_mode, as: 'reservationMode'
|
19942
20342
|
property :reservation_sharing_policy, as: 'reservationSharingPolicy', class: Google::Apis::ComputeAlpha::AllocationReservationSharingPolicy, decorator: Google::Apis::ComputeAlpha::AllocationReservationSharingPolicy::Representation
|
@@ -19945,6 +20345,7 @@ module Google
|
|
19945
20345
|
property :resource_status, as: 'resourceStatus', class: Google::Apis::ComputeAlpha::AllocationResourceStatus, decorator: Google::Apis::ComputeAlpha::AllocationResourceStatus::Representation
|
19946
20346
|
|
19947
20347
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
20348
|
+
property :scheduling_type, as: 'schedulingType'
|
19948
20349
|
property :self_link, as: 'selfLink'
|
19949
20350
|
property :self_link_with_id, as: 'selfLinkWithId'
|
19950
20351
|
property :share_settings, as: 'shareSettings', class: Google::Apis::ComputeAlpha::ShareSettings, decorator: Google::Apis::ComputeAlpha::ShareSettings::Representation
|
@@ -20013,6 +20414,8 @@ module Google
|
|
20013
20414
|
|
20014
20415
|
property :reservation_maintenance, as: 'reservationMaintenance', class: Google::Apis::ComputeAlpha::GroupMaintenanceInfo, decorator: Google::Apis::ComputeAlpha::GroupMaintenanceInfo::Representation
|
20015
20416
|
|
20417
|
+
property :reservation_sub_block_count, as: 'reservationSubBlockCount'
|
20418
|
+
property :reservation_sub_block_in_use_count, as: 'reservationSubBlockInUseCount'
|
20016
20419
|
property :self_link, as: 'selfLink'
|
20017
20420
|
property :self_link_with_id, as: 'selfLinkWithId'
|
20018
20421
|
property :status, as: 'status'
|
@@ -20100,6 +20503,75 @@ module Google
|
|
20100
20503
|
end
|
20101
20504
|
end
|
20102
20505
|
|
20506
|
+
class ReservationSubBlock
|
20507
|
+
# @private
|
20508
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20509
|
+
property :count, as: 'count'
|
20510
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
20511
|
+
property :id, :numeric_string => true, as: 'id'
|
20512
|
+
property :in_use_count, as: 'inUseCount'
|
20513
|
+
property :kind, as: 'kind'
|
20514
|
+
property :name, as: 'name'
|
20515
|
+
property :physical_topology, as: 'physicalTopology', class: Google::Apis::ComputeAlpha::ReservationSubBlockPhysicalTopology, decorator: Google::Apis::ComputeAlpha::ReservationSubBlockPhysicalTopology::Representation
|
20516
|
+
|
20517
|
+
property :reservation_sub_block_maintenance, as: 'reservationSubBlockMaintenance', class: Google::Apis::ComputeAlpha::GroupMaintenanceInfo, decorator: Google::Apis::ComputeAlpha::GroupMaintenanceInfo::Representation
|
20518
|
+
|
20519
|
+
property :self_link, as: 'selfLink'
|
20520
|
+
property :self_link_with_id, as: 'selfLinkWithId'
|
20521
|
+
property :status, as: 'status'
|
20522
|
+
property :zone, as: 'zone'
|
20523
|
+
end
|
20524
|
+
end
|
20525
|
+
|
20526
|
+
class ReservationSubBlockPhysicalTopology
|
20527
|
+
# @private
|
20528
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20529
|
+
property :block, as: 'block'
|
20530
|
+
property :cluster, as: 'cluster'
|
20531
|
+
property :sub_block, as: 'subBlock'
|
20532
|
+
end
|
20533
|
+
end
|
20534
|
+
|
20535
|
+
class ReservationSubBlocksGetResponse
|
20536
|
+
# @private
|
20537
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20538
|
+
property :resource, as: 'resource', class: Google::Apis::ComputeAlpha::ReservationSubBlock, decorator: Google::Apis::ComputeAlpha::ReservationSubBlock::Representation
|
20539
|
+
|
20540
|
+
end
|
20541
|
+
end
|
20542
|
+
|
20543
|
+
class ReservationSubBlocksListResponse
|
20544
|
+
# @private
|
20545
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20546
|
+
property :id, as: 'id'
|
20547
|
+
collection :items, as: 'items', class: Google::Apis::ComputeAlpha::ReservationSubBlock, decorator: Google::Apis::ComputeAlpha::ReservationSubBlock::Representation
|
20548
|
+
|
20549
|
+
property :kind, as: 'kind'
|
20550
|
+
property :next_page_token, as: 'nextPageToken'
|
20551
|
+
property :self_link, as: 'selfLink'
|
20552
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeAlpha::ReservationSubBlocksListResponse::Warning, decorator: Google::Apis::ComputeAlpha::ReservationSubBlocksListResponse::Warning::Representation
|
20553
|
+
|
20554
|
+
end
|
20555
|
+
|
20556
|
+
class Warning
|
20557
|
+
# @private
|
20558
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20559
|
+
property :code, as: 'code'
|
20560
|
+
collection :data, as: 'data', class: Google::Apis::ComputeAlpha::ReservationSubBlocksListResponse::Warning::Datum, decorator: Google::Apis::ComputeAlpha::ReservationSubBlocksListResponse::Warning::Datum::Representation
|
20561
|
+
|
20562
|
+
property :message, as: 'message'
|
20563
|
+
end
|
20564
|
+
|
20565
|
+
class Datum
|
20566
|
+
# @private
|
20567
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
20568
|
+
property :key, as: 'key'
|
20569
|
+
property :value, as: 'value'
|
20570
|
+
end
|
20571
|
+
end
|
20572
|
+
end
|
20573
|
+
end
|
20574
|
+
|
20103
20575
|
class ReservationsBlocksPerformMaintenanceRequest
|
20104
20576
|
# @private
|
20105
20577
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -20516,7 +20988,12 @@ module Google
|
|
20516
20988
|
class ResourceStatusEffectiveInstanceMetadata
|
20517
20989
|
# @private
|
20518
20990
|
class Representation < Google::Apis::Core::JsonRepresentation
|
20991
|
+
property :block_project_ssh_keys_metadata_value, as: 'blockProjectSshKeysMetadataValue'
|
20992
|
+
property :enable_guest_attributes_metadata_value, as: 'enableGuestAttributesMetadataValue'
|
20993
|
+
property :enable_os_inventory_metadata_value, as: 'enableOsInventoryMetadataValue'
|
20994
|
+
property :enable_osconfig_metadata_value, as: 'enableOsconfigMetadataValue'
|
20519
20995
|
property :enable_oslogin_metadata_value, as: 'enableOsloginMetadataValue'
|
20996
|
+
property :serial_port_enable_metadata_value, as: 'serialPortEnableMetadataValue'
|
20520
20997
|
property :vm_dns_setting_metadata_value, as: 'vmDnsSettingMetadataValue'
|
20521
20998
|
end
|
20522
20999
|
end
|
@@ -20637,6 +21114,8 @@ module Google
|
|
20637
21114
|
property :next_hop_origin, as: 'nextHopOrigin'
|
20638
21115
|
property :next_hop_peering, as: 'nextHopPeering'
|
20639
21116
|
property :next_hop_vpn_tunnel, as: 'nextHopVpnTunnel'
|
21117
|
+
property :params, as: 'params', class: Google::Apis::ComputeAlpha::RouteParams, decorator: Google::Apis::ComputeAlpha::RouteParams::Representation
|
21118
|
+
|
20640
21119
|
property :priority, as: 'priority'
|
20641
21120
|
property :route_status, as: 'routeStatus'
|
20642
21121
|
property :route_type, as: 'routeType'
|
@@ -20706,6 +21185,13 @@ module Google
|
|
20706
21185
|
end
|
20707
21186
|
end
|
20708
21187
|
|
21188
|
+
class RouteParams
|
21189
|
+
# @private
|
21190
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
21191
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
21192
|
+
end
|
21193
|
+
end
|
21194
|
+
|
20709
21195
|
class RoutePolicy
|
20710
21196
|
# @private
|
20711
21197
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -21971,6 +22457,7 @@ module Google
|
|
21971
22457
|
class Representation < Google::Apis::Core::JsonRepresentation
|
21972
22458
|
property :consumer_network, as: 'consumerNetwork'
|
21973
22459
|
property :endpoint, as: 'endpoint'
|
22460
|
+
collection :nat_ips, as: 'natIps'
|
21974
22461
|
property :propagated_connection_count, as: 'propagatedConnectionCount'
|
21975
22462
|
property :psc_connection_id, :numeric_string => true, as: 'pscConnectionId'
|
21976
22463
|
property :status, as: 'status'
|
@@ -22303,6 +22790,15 @@ module Google
|
|
22303
22790
|
end
|
22304
22791
|
end
|
22305
22792
|
|
22793
|
+
class SnapshotGroupParameters
|
22794
|
+
# @private
|
22795
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
22796
|
+
collection :replica_zones, as: 'replicaZones'
|
22797
|
+
property :source_snapshot_group, as: 'sourceSnapshotGroup'
|
22798
|
+
property :type, as: 'type'
|
22799
|
+
end
|
22800
|
+
end
|
22801
|
+
|
22306
22802
|
class SnapshotGroupSourceInfo
|
22307
22803
|
# @private
|
22308
22804
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -23148,6 +23644,8 @@ module Google
|
|
23148
23644
|
property :metadata, as: 'metadata'
|
23149
23645
|
property :name, as: 'name'
|
23150
23646
|
property :network, as: 'network'
|
23647
|
+
property :params, as: 'params', class: Google::Apis::ComputeAlpha::SubnetworkParams, decorator: Google::Apis::ComputeAlpha::SubnetworkParams::Representation
|
23648
|
+
|
23151
23649
|
property :private_ip_google_access, as: 'privateIpGoogleAccess'
|
23152
23650
|
property :private_ipv6_google_access, as: 'privateIpv6GoogleAccess'
|
23153
23651
|
property :purpose, as: 'purpose'
|
@@ -23160,6 +23658,10 @@ module Google
|
|
23160
23658
|
property :self_link_with_id, as: 'selfLinkWithId'
|
23161
23659
|
property :stack_type, as: 'stackType'
|
23162
23660
|
property :state, as: 'state'
|
23661
|
+
collection :system_reserved_external_ipv6_ranges, as: 'systemReservedExternalIpv6Ranges'
|
23662
|
+
collection :system_reserved_internal_ipv6_ranges, as: 'systemReservedInternalIpv6Ranges'
|
23663
|
+
property :utilization_details, as: 'utilizationDetails', class: Google::Apis::ComputeAlpha::SubnetworkUtilizationDetails, decorator: Google::Apis::ComputeAlpha::SubnetworkUtilizationDetails::Representation
|
23664
|
+
|
23163
23665
|
collection :vlans, as: 'vlans'
|
23164
23666
|
end
|
23165
23667
|
end
|
@@ -23241,6 +23743,13 @@ module Google
|
|
23241
23743
|
end
|
23242
23744
|
end
|
23243
23745
|
|
23746
|
+
class SubnetworkParams
|
23747
|
+
# @private
|
23748
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
23749
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
23750
|
+
end
|
23751
|
+
end
|
23752
|
+
|
23244
23753
|
class SubnetworkSecondaryRange
|
23245
23754
|
# @private
|
23246
23755
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -23250,6 +23759,39 @@ module Google
|
|
23250
23759
|
end
|
23251
23760
|
end
|
23252
23761
|
|
23762
|
+
class SubnetworkUtilizationDetails
|
23763
|
+
# @private
|
23764
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
23765
|
+
property :external_ipv6_instance_utilization, as: 'externalIpv6InstanceUtilization', class: Google::Apis::ComputeAlpha::SubnetworkUtilizationDetailsIpv6Utilization, decorator: Google::Apis::ComputeAlpha::SubnetworkUtilizationDetailsIpv6Utilization::Representation
|
23766
|
+
|
23767
|
+
property :external_ipv6_lb_utilization, as: 'externalIpv6LbUtilization', class: Google::Apis::ComputeAlpha::SubnetworkUtilizationDetailsIpv6Utilization, decorator: Google::Apis::ComputeAlpha::SubnetworkUtilizationDetailsIpv6Utilization::Representation
|
23768
|
+
|
23769
|
+
property :internal_ipv6_utilization, as: 'internalIpv6Utilization', class: Google::Apis::ComputeAlpha::SubnetworkUtilizationDetailsIpv6Utilization, decorator: Google::Apis::ComputeAlpha::SubnetworkUtilizationDetailsIpv6Utilization::Representation
|
23770
|
+
|
23771
|
+
collection :ipv4_utilizations, as: 'ipv4Utilizations', class: Google::Apis::ComputeAlpha::SubnetworkUtilizationDetailsIpv4Utilization, decorator: Google::Apis::ComputeAlpha::SubnetworkUtilizationDetailsIpv4Utilization::Representation
|
23772
|
+
|
23773
|
+
end
|
23774
|
+
end
|
23775
|
+
|
23776
|
+
class SubnetworkUtilizationDetailsIpv4Utilization
|
23777
|
+
# @private
|
23778
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
23779
|
+
property :range_name, as: 'rangeName'
|
23780
|
+
property :total_allocated_ip, :numeric_string => true, as: 'totalAllocatedIp'
|
23781
|
+
property :total_free_ip, :numeric_string => true, as: 'totalFreeIp'
|
23782
|
+
end
|
23783
|
+
end
|
23784
|
+
|
23785
|
+
class SubnetworkUtilizationDetailsIpv6Utilization
|
23786
|
+
# @private
|
23787
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
23788
|
+
property :total_allocated_ip, as: 'totalAllocatedIp', class: Google::Apis::ComputeAlpha::Uint128, decorator: Google::Apis::ComputeAlpha::Uint128::Representation
|
23789
|
+
|
23790
|
+
property :total_free_ip, as: 'totalFreeIp', class: Google::Apis::ComputeAlpha::Uint128, decorator: Google::Apis::ComputeAlpha::Uint128::Representation
|
23791
|
+
|
23792
|
+
end
|
23793
|
+
end
|
23794
|
+
|
23253
23795
|
class SubnetworksExpandIpCidrRangeRequest
|
23254
23796
|
# @private
|
23255
23797
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -24326,6 +24868,8 @@ module Google
|
|
24326
24868
|
property :can_reschedule, as: 'canReschedule'
|
24327
24869
|
property :date, as: 'date'
|
24328
24870
|
property :latest_window_start_time, as: 'latestWindowStartTime'
|
24871
|
+
property :maintenance_on_shutdown, as: 'maintenanceOnShutdown'
|
24872
|
+
collection :maintenance_reasons, as: 'maintenanceReasons'
|
24329
24873
|
property :maintenance_status, as: 'maintenanceStatus'
|
24330
24874
|
property :start_time_window, as: 'startTimeWindow', class: Google::Apis::ComputeAlpha::UpcomingMaintenanceTimeWindow, decorator: Google::Apis::ComputeAlpha::UpcomingMaintenanceTimeWindow::Representation
|
24331
24875
|
|