google-apis-compute_v1 0.130.0 → 0.132.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 +688 -1
- data/lib/google/apis/compute_v1/gem_version.rb +2 -2
- data/lib/google/apis/compute_v1/representations.rb +302 -0
- data/lib/google/apis/compute_v1/service.rb +1196 -90
- metadata +2 -2
@@ -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.132.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250916"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -850,6 +850,12 @@ module Google
|
|
850
850
|
include Google::Apis::Core::JsonObjectSupport
|
851
851
|
end
|
852
852
|
|
853
|
+
class Date
|
854
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
855
|
+
|
856
|
+
include Google::Apis::Core::JsonObjectSupport
|
857
|
+
end
|
858
|
+
|
853
859
|
class DeprecationStatus
|
854
860
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
855
861
|
|
@@ -1726,6 +1732,12 @@ module Google
|
|
1726
1732
|
include Google::Apis::Core::JsonObjectSupport
|
1727
1733
|
end
|
1728
1734
|
|
1735
|
+
class ImageParams
|
1736
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1737
|
+
|
1738
|
+
include Google::Apis::Core::JsonObjectSupport
|
1739
|
+
end
|
1740
|
+
|
1729
1741
|
class InitialStateConfig
|
1730
1742
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
1731
1743
|
|
@@ -4096,6 +4108,12 @@ module Google
|
|
4096
4108
|
include Google::Apis::Core::JsonObjectSupport
|
4097
4109
|
end
|
4098
4110
|
|
4111
|
+
class OrganizationSecurityPoliciesListAssociationsResponse
|
4112
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4113
|
+
|
4114
|
+
include Google::Apis::Core::JsonObjectSupport
|
4115
|
+
end
|
4116
|
+
|
4099
4117
|
class OutlierDetection
|
4100
4118
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4101
4119
|
|
@@ -4258,6 +4276,54 @@ module Google
|
|
4258
4276
|
include Google::Apis::Core::JsonObjectSupport
|
4259
4277
|
end
|
4260
4278
|
|
4279
|
+
class PreviewFeature
|
4280
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4281
|
+
|
4282
|
+
include Google::Apis::Core::JsonObjectSupport
|
4283
|
+
end
|
4284
|
+
|
4285
|
+
class PreviewFeatureList
|
4286
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4287
|
+
|
4288
|
+
class Warning
|
4289
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4290
|
+
|
4291
|
+
class Datum
|
4292
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4293
|
+
|
4294
|
+
include Google::Apis::Core::JsonObjectSupport
|
4295
|
+
end
|
4296
|
+
|
4297
|
+
include Google::Apis::Core::JsonObjectSupport
|
4298
|
+
end
|
4299
|
+
|
4300
|
+
include Google::Apis::Core::JsonObjectSupport
|
4301
|
+
end
|
4302
|
+
|
4303
|
+
class PreviewFeatureRolloutOperation
|
4304
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4305
|
+
|
4306
|
+
include Google::Apis::Core::JsonObjectSupport
|
4307
|
+
end
|
4308
|
+
|
4309
|
+
class PreviewFeatureRolloutOperationRolloutInput
|
4310
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4311
|
+
|
4312
|
+
include Google::Apis::Core::JsonObjectSupport
|
4313
|
+
end
|
4314
|
+
|
4315
|
+
class PreviewFeatureStatus
|
4316
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4317
|
+
|
4318
|
+
include Google::Apis::Core::JsonObjectSupport
|
4319
|
+
end
|
4320
|
+
|
4321
|
+
class PreviewFeatureStatusReleaseStatus
|
4322
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4323
|
+
|
4324
|
+
include Google::Apis::Core::JsonObjectSupport
|
4325
|
+
end
|
4326
|
+
|
4261
4327
|
class Project
|
4262
4328
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4263
4329
|
|
@@ -4900,6 +4966,18 @@ module Google
|
|
4900
4966
|
include Google::Apis::Core::JsonObjectSupport
|
4901
4967
|
end
|
4902
4968
|
|
4969
|
+
class ReservationSubBlocksReportFaultyRequest
|
4970
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4971
|
+
|
4972
|
+
include Google::Apis::Core::JsonObjectSupport
|
4973
|
+
end
|
4974
|
+
|
4975
|
+
class ReservationSubBlocksReportFaultyRequestFaultReason
|
4976
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4977
|
+
|
4978
|
+
include Google::Apis::Core::JsonObjectSupport
|
4979
|
+
end
|
4980
|
+
|
4903
4981
|
class ReservationsBlocksPerformMaintenanceRequest
|
4904
4982
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
4905
4983
|
|
@@ -5542,6 +5620,12 @@ module Google
|
|
5542
5620
|
include Google::Apis::Core::JsonObjectSupport
|
5543
5621
|
end
|
5544
5622
|
|
5623
|
+
class SecurityPolicyAssociation
|
5624
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5625
|
+
|
5626
|
+
include Google::Apis::Core::JsonObjectSupport
|
5627
|
+
end
|
5628
|
+
|
5545
5629
|
class SecurityPolicyDdosProtectionConfig
|
5546
5630
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5547
5631
|
|
@@ -5854,6 +5938,12 @@ module Google
|
|
5854
5938
|
include Google::Apis::Core::JsonObjectSupport
|
5855
5939
|
end
|
5856
5940
|
|
5941
|
+
class SnapshotParams
|
5942
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5943
|
+
|
5944
|
+
include Google::Apis::Core::JsonObjectSupport
|
5945
|
+
end
|
5946
|
+
|
5857
5947
|
class SnapshotSettings
|
5858
5948
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
5859
5949
|
|
@@ -6286,6 +6376,24 @@ module Google
|
|
6286
6376
|
include Google::Apis::Core::JsonObjectSupport
|
6287
6377
|
end
|
6288
6378
|
|
6379
|
+
class SubnetworkUtilizationDetails
|
6380
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6381
|
+
|
6382
|
+
include Google::Apis::Core::JsonObjectSupport
|
6383
|
+
end
|
6384
|
+
|
6385
|
+
class SubnetworkUtilizationDetailsIpv4Utilization
|
6386
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6387
|
+
|
6388
|
+
include Google::Apis::Core::JsonObjectSupport
|
6389
|
+
end
|
6390
|
+
|
6391
|
+
class SubnetworkUtilizationDetailsIpv6Utilization
|
6392
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6393
|
+
|
6394
|
+
include Google::Apis::Core::JsonObjectSupport
|
6395
|
+
end
|
6396
|
+
|
6289
6397
|
class SubnetworksExpandIpCidrRangeRequest
|
6290
6398
|
class Representation < Google::Apis::Core::JsonRepresentation; end
|
6291
6399
|
|
@@ -8876,6 +8984,15 @@ module Google
|
|
8876
8984
|
end
|
8877
8985
|
end
|
8878
8986
|
|
8987
|
+
class Date
|
8988
|
+
# @private
|
8989
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
8990
|
+
property :day, as: 'day'
|
8991
|
+
property :month, as: 'month'
|
8992
|
+
property :year, as: 'year'
|
8993
|
+
end
|
8994
|
+
end
|
8995
|
+
|
8879
8996
|
class DeprecationStatus
|
8880
8997
|
# @private
|
8881
8998
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -10521,6 +10638,8 @@ module Google
|
|
10521
10638
|
collection :license_codes, as: 'licenseCodes'
|
10522
10639
|
collection :licenses, as: 'licenses'
|
10523
10640
|
property :name, as: 'name'
|
10641
|
+
property :params, as: 'params', class: Google::Apis::ComputeV1::ImageParams, decorator: Google::Apis::ComputeV1::ImageParams::Representation
|
10642
|
+
|
10524
10643
|
property :raw_disk, as: 'rawDisk', class: Google::Apis::ComputeV1::Image::RawDisk, decorator: Google::Apis::ComputeV1::Image::RawDisk::Representation
|
10525
10644
|
|
10526
10645
|
property :satisfies_pzi, as: 'satisfiesPzi'
|
@@ -10595,6 +10714,13 @@ module Google
|
|
10595
10714
|
end
|
10596
10715
|
end
|
10597
10716
|
|
10717
|
+
class ImageParams
|
10718
|
+
# @private
|
10719
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
10720
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
10721
|
+
end
|
10722
|
+
end
|
10723
|
+
|
10598
10724
|
class InitialStateConfig
|
10599
10725
|
# @private
|
10600
10726
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -12118,6 +12244,7 @@ module Google
|
|
12118
12244
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
12119
12245
|
property :self_link, as: 'selfLink'
|
12120
12246
|
property :state, as: 'state'
|
12247
|
+
property :subzone, as: 'subzone'
|
12121
12248
|
end
|
12122
12249
|
end
|
12123
12250
|
|
@@ -12839,6 +12966,7 @@ module Google
|
|
12839
12966
|
collection :region_infos, as: 'regionInfos', class: Google::Apis::ComputeV1::InterconnectLocationRegionInfo, decorator: Google::Apis::ComputeV1::InterconnectLocationRegionInfo::Representation
|
12840
12967
|
|
12841
12968
|
property :self_link, as: 'selfLink'
|
12969
|
+
collection :single_region_production_critical_peer_locations, as: 'singleRegionProductionCriticalPeerLocations'
|
12842
12970
|
property :status, as: 'status'
|
12843
12971
|
property :supports_pzs, as: 'supportsPzs'
|
12844
12972
|
end
|
@@ -12953,6 +13081,7 @@ module Google
|
|
12953
13081
|
property :lacp, as: 'lacp'
|
12954
13082
|
property :max_lag_size100_gbps, as: 'maxLagSize100Gbps'
|
12955
13083
|
property :max_lag_size10_gbps, as: 'maxLagSize10Gbps'
|
13084
|
+
property :max_lag_size400_gbps, as: 'maxLagSize400Gbps'
|
12956
13085
|
property :name, as: 'name'
|
12957
13086
|
property :peeringdb_facility_id, as: 'peeringdbFacilityId'
|
12958
13087
|
collection :permitted_connections, as: 'permittedConnections', class: Google::Apis::ComputeV1::InterconnectRemoteLocationPermittedConnections, decorator: Google::Apis::ComputeV1::InterconnectRemoteLocationPermittedConnections::Representation
|
@@ -15037,6 +15166,15 @@ module Google
|
|
15037
15166
|
end
|
15038
15167
|
end
|
15039
15168
|
|
15169
|
+
class OrganizationSecurityPoliciesListAssociationsResponse
|
15170
|
+
# @private
|
15171
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15172
|
+
collection :associations, as: 'associations', class: Google::Apis::ComputeV1::SecurityPolicyAssociation, decorator: Google::Apis::ComputeV1::SecurityPolicyAssociation::Representation
|
15173
|
+
|
15174
|
+
property :kind, as: 'kind'
|
15175
|
+
end
|
15176
|
+
end
|
15177
|
+
|
15040
15178
|
class OutlierDetection
|
15041
15179
|
# @private
|
15042
15180
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -15341,6 +15479,91 @@ module Google
|
|
15341
15479
|
end
|
15342
15480
|
end
|
15343
15481
|
|
15482
|
+
class PreviewFeature
|
15483
|
+
# @private
|
15484
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15485
|
+
property :activation_status, as: 'activationStatus'
|
15486
|
+
property :creation_timestamp, as: 'creationTimestamp'
|
15487
|
+
property :description, as: 'description'
|
15488
|
+
property :id, :numeric_string => true, as: 'id'
|
15489
|
+
property :kind, as: 'kind'
|
15490
|
+
property :name, as: 'name'
|
15491
|
+
property :rollout_operation, as: 'rolloutOperation', class: Google::Apis::ComputeV1::PreviewFeatureRolloutOperation, decorator: Google::Apis::ComputeV1::PreviewFeatureRolloutOperation::Representation
|
15492
|
+
|
15493
|
+
property :self_link, as: 'selfLink'
|
15494
|
+
property :status, as: 'status', class: Google::Apis::ComputeV1::PreviewFeatureStatus, decorator: Google::Apis::ComputeV1::PreviewFeatureStatus::Representation
|
15495
|
+
|
15496
|
+
end
|
15497
|
+
end
|
15498
|
+
|
15499
|
+
class PreviewFeatureList
|
15500
|
+
# @private
|
15501
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15502
|
+
property :etag, as: 'etag'
|
15503
|
+
property :id, as: 'id'
|
15504
|
+
collection :items, as: 'items', class: Google::Apis::ComputeV1::PreviewFeature, decorator: Google::Apis::ComputeV1::PreviewFeature::Representation
|
15505
|
+
|
15506
|
+
property :next_page_token, as: 'nextPageToken'
|
15507
|
+
property :self_link, as: 'selfLink'
|
15508
|
+
collection :unreachables, as: 'unreachables'
|
15509
|
+
property :warning, as: 'warning', class: Google::Apis::ComputeV1::PreviewFeatureList::Warning, decorator: Google::Apis::ComputeV1::PreviewFeatureList::Warning::Representation
|
15510
|
+
|
15511
|
+
end
|
15512
|
+
|
15513
|
+
class Warning
|
15514
|
+
# @private
|
15515
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15516
|
+
property :code, as: 'code'
|
15517
|
+
collection :data, as: 'data', class: Google::Apis::ComputeV1::PreviewFeatureList::Warning::Datum, decorator: Google::Apis::ComputeV1::PreviewFeatureList::Warning::Datum::Representation
|
15518
|
+
|
15519
|
+
property :message, as: 'message'
|
15520
|
+
end
|
15521
|
+
|
15522
|
+
class Datum
|
15523
|
+
# @private
|
15524
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15525
|
+
property :key, as: 'key'
|
15526
|
+
property :value, as: 'value'
|
15527
|
+
end
|
15528
|
+
end
|
15529
|
+
end
|
15530
|
+
end
|
15531
|
+
|
15532
|
+
class PreviewFeatureRolloutOperation
|
15533
|
+
# @private
|
15534
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15535
|
+
property :rollout_input, as: 'rolloutInput', class: Google::Apis::ComputeV1::PreviewFeatureRolloutOperationRolloutInput, decorator: Google::Apis::ComputeV1::PreviewFeatureRolloutOperationRolloutInput::Representation
|
15536
|
+
|
15537
|
+
end
|
15538
|
+
end
|
15539
|
+
|
15540
|
+
class PreviewFeatureRolloutOperationRolloutInput
|
15541
|
+
# @private
|
15542
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15543
|
+
property :name, as: 'name'
|
15544
|
+
property :predefined_rollout_plan, as: 'predefinedRolloutPlan'
|
15545
|
+
end
|
15546
|
+
end
|
15547
|
+
|
15548
|
+
class PreviewFeatureStatus
|
15549
|
+
# @private
|
15550
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15551
|
+
property :description, as: 'description'
|
15552
|
+
property :help_link, as: 'helpLink'
|
15553
|
+
property :release_status, as: 'releaseStatus', class: Google::Apis::ComputeV1::PreviewFeatureStatusReleaseStatus, decorator: Google::Apis::ComputeV1::PreviewFeatureStatusReleaseStatus::Representation
|
15554
|
+
|
15555
|
+
end
|
15556
|
+
end
|
15557
|
+
|
15558
|
+
class PreviewFeatureStatusReleaseStatus
|
15559
|
+
# @private
|
15560
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
15561
|
+
property :stage, as: 'stage'
|
15562
|
+
property :update_date, as: 'updateDate', class: Google::Apis::ComputeV1::Date, decorator: Google::Apis::ComputeV1::Date::Representation
|
15563
|
+
|
15564
|
+
end
|
15565
|
+
end
|
15566
|
+
|
15344
15567
|
class Project
|
15345
15568
|
# @private
|
15346
15569
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -16156,6 +16379,7 @@ module Google
|
|
16156
16379
|
# @private
|
16157
16380
|
class Representation < Google::Apis::Core::JsonRepresentation
|
16158
16381
|
property :backend_service, as: 'backendService'
|
16382
|
+
property :mirror_percent, as: 'mirrorPercent'
|
16159
16383
|
end
|
16160
16384
|
end
|
16161
16385
|
|
@@ -16460,6 +16684,24 @@ module Google
|
|
16460
16684
|
end
|
16461
16685
|
end
|
16462
16686
|
|
16687
|
+
class ReservationSubBlocksReportFaultyRequest
|
16688
|
+
# @private
|
16689
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16690
|
+
property :disruption_schedule, as: 'disruptionSchedule'
|
16691
|
+
property :failure_component, as: 'failureComponent'
|
16692
|
+
collection :fault_reasons, as: 'faultReasons', class: Google::Apis::ComputeV1::ReservationSubBlocksReportFaultyRequestFaultReason, decorator: Google::Apis::ComputeV1::ReservationSubBlocksReportFaultyRequestFaultReason::Representation
|
16693
|
+
|
16694
|
+
end
|
16695
|
+
end
|
16696
|
+
|
16697
|
+
class ReservationSubBlocksReportFaultyRequestFaultReason
|
16698
|
+
# @private
|
16699
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
16700
|
+
property :behavior, as: 'behavior'
|
16701
|
+
property :description, as: 'description'
|
16702
|
+
end
|
16703
|
+
end
|
16704
|
+
|
16463
16705
|
class ReservationsBlocksPerformMaintenanceRequest
|
16464
16706
|
# @private
|
16465
16707
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -17604,6 +17846,8 @@ module Google
|
|
17604
17846
|
|
17605
17847
|
property :advanced_options_config, as: 'advancedOptionsConfig', class: Google::Apis::ComputeV1::SecurityPolicyAdvancedOptionsConfig, decorator: Google::Apis::ComputeV1::SecurityPolicyAdvancedOptionsConfig::Representation
|
17606
17848
|
|
17849
|
+
collection :associations, as: 'associations', class: Google::Apis::ComputeV1::SecurityPolicyAssociation, decorator: Google::Apis::ComputeV1::SecurityPolicyAssociation::Representation
|
17850
|
+
|
17607
17851
|
property :creation_timestamp, as: 'creationTimestamp'
|
17608
17852
|
property :ddos_protection_config, as: 'ddosProtectionConfig', class: Google::Apis::ComputeV1::SecurityPolicyDdosProtectionConfig, decorator: Google::Apis::ComputeV1::SecurityPolicyDdosProtectionConfig::Representation
|
17609
17853
|
|
@@ -17620,6 +17864,7 @@ module Google
|
|
17620
17864
|
collection :rules, as: 'rules', class: Google::Apis::ComputeV1::SecurityPolicyRule, decorator: Google::Apis::ComputeV1::SecurityPolicyRule::Representation
|
17621
17865
|
|
17622
17866
|
property :self_link, as: 'selfLink'
|
17867
|
+
property :short_name, as: 'shortName'
|
17623
17868
|
property :type, as: 'type'
|
17624
17869
|
collection :user_defined_fields, as: 'userDefinedFields', class: Google::Apis::ComputeV1::SecurityPolicyUserDefinedField, decorator: Google::Apis::ComputeV1::SecurityPolicyUserDefinedField::Representation
|
17625
17870
|
|
@@ -17687,6 +17932,19 @@ module Google
|
|
17687
17932
|
end
|
17688
17933
|
end
|
17689
17934
|
|
17935
|
+
class SecurityPolicyAssociation
|
17936
|
+
# @private
|
17937
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
17938
|
+
property :attachment_id, as: 'attachmentId'
|
17939
|
+
property :display_name, as: 'displayName'
|
17940
|
+
collection :excluded_folders, as: 'excludedFolders'
|
17941
|
+
collection :excluded_projects, as: 'excludedProjects'
|
17942
|
+
property :name, as: 'name'
|
17943
|
+
property :security_policy_id, as: 'securityPolicyId'
|
17944
|
+
property :short_name, as: 'shortName'
|
17945
|
+
end
|
17946
|
+
end
|
17947
|
+
|
17690
17948
|
class SecurityPolicyDdosProtectionConfig
|
17691
17949
|
# @private
|
17692
17950
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -18203,6 +18461,8 @@ module Google
|
|
18203
18461
|
collection :licenses, as: 'licenses'
|
18204
18462
|
property :location_hint, as: 'locationHint'
|
18205
18463
|
property :name, as: 'name'
|
18464
|
+
property :params, as: 'params', class: Google::Apis::ComputeV1::SnapshotParams, decorator: Google::Apis::ComputeV1::SnapshotParams::Representation
|
18465
|
+
|
18206
18466
|
property :satisfies_pzi, as: 'satisfiesPzi'
|
18207
18467
|
property :satisfies_pzs, as: 'satisfiesPzs'
|
18208
18468
|
property :self_link, as: 'selfLink'
|
@@ -18259,6 +18519,13 @@ module Google
|
|
18259
18519
|
end
|
18260
18520
|
end
|
18261
18521
|
|
18522
|
+
class SnapshotParams
|
18523
|
+
# @private
|
18524
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
18525
|
+
hash :resource_manager_tags, as: 'resourceManagerTags'
|
18526
|
+
end
|
18527
|
+
end
|
18528
|
+
|
18262
18529
|
class SnapshotSettings
|
18263
18530
|
# @private
|
18264
18531
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -18990,6 +19257,8 @@ module Google
|
|
18990
19257
|
property :state, as: 'state'
|
18991
19258
|
collection :system_reserved_external_ipv6_ranges, as: 'systemReservedExternalIpv6Ranges'
|
18992
19259
|
collection :system_reserved_internal_ipv6_ranges, as: 'systemReservedInternalIpv6Ranges'
|
19260
|
+
property :utilization_details, as: 'utilizationDetails', class: Google::Apis::ComputeV1::SubnetworkUtilizationDetails, decorator: Google::Apis::ComputeV1::SubnetworkUtilizationDetails::Representation
|
19261
|
+
|
18993
19262
|
end
|
18994
19263
|
end
|
18995
19264
|
|
@@ -19086,6 +19355,39 @@ module Google
|
|
19086
19355
|
end
|
19087
19356
|
end
|
19088
19357
|
|
19358
|
+
class SubnetworkUtilizationDetails
|
19359
|
+
# @private
|
19360
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19361
|
+
property :external_ipv6_instance_utilization, as: 'externalIpv6InstanceUtilization', class: Google::Apis::ComputeV1::SubnetworkUtilizationDetailsIpv6Utilization, decorator: Google::Apis::ComputeV1::SubnetworkUtilizationDetailsIpv6Utilization::Representation
|
19362
|
+
|
19363
|
+
property :external_ipv6_lb_utilization, as: 'externalIpv6LbUtilization', class: Google::Apis::ComputeV1::SubnetworkUtilizationDetailsIpv6Utilization, decorator: Google::Apis::ComputeV1::SubnetworkUtilizationDetailsIpv6Utilization::Representation
|
19364
|
+
|
19365
|
+
property :internal_ipv6_utilization, as: 'internalIpv6Utilization', class: Google::Apis::ComputeV1::SubnetworkUtilizationDetailsIpv6Utilization, decorator: Google::Apis::ComputeV1::SubnetworkUtilizationDetailsIpv6Utilization::Representation
|
19366
|
+
|
19367
|
+
collection :ipv4_utilizations, as: 'ipv4Utilizations', class: Google::Apis::ComputeV1::SubnetworkUtilizationDetailsIpv4Utilization, decorator: Google::Apis::ComputeV1::SubnetworkUtilizationDetailsIpv4Utilization::Representation
|
19368
|
+
|
19369
|
+
end
|
19370
|
+
end
|
19371
|
+
|
19372
|
+
class SubnetworkUtilizationDetailsIpv4Utilization
|
19373
|
+
# @private
|
19374
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19375
|
+
property :range_name, as: 'rangeName'
|
19376
|
+
property :total_allocated_ip, :numeric_string => true, as: 'totalAllocatedIp'
|
19377
|
+
property :total_free_ip, :numeric_string => true, as: 'totalFreeIp'
|
19378
|
+
end
|
19379
|
+
end
|
19380
|
+
|
19381
|
+
class SubnetworkUtilizationDetailsIpv6Utilization
|
19382
|
+
# @private
|
19383
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
19384
|
+
property :total_allocated_ip, as: 'totalAllocatedIp', class: Google::Apis::ComputeV1::Uint128, decorator: Google::Apis::ComputeV1::Uint128::Representation
|
19385
|
+
|
19386
|
+
property :total_free_ip, as: 'totalFreeIp', class: Google::Apis::ComputeV1::Uint128, decorator: Google::Apis::ComputeV1::Uint128::Representation
|
19387
|
+
|
19388
|
+
end
|
19389
|
+
end
|
19390
|
+
|
19089
19391
|
class SubnetworksExpandIpCidrRangeRequest
|
19090
19392
|
# @private
|
19091
19393
|
class Representation < Google::Apis::Core::JsonRepresentation
|