google-apis-compute_v1 0.131.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.
@@ -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
 
@@ -8894,6 +8984,15 @@ module Google
8894
8984
  end
8895
8985
  end
8896
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
+
8897
8996
  class DeprecationStatus
8898
8997
  # @private
8899
8998
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10539,6 +10638,8 @@ module Google
10539
10638
  collection :license_codes, as: 'licenseCodes'
10540
10639
  collection :licenses, as: 'licenses'
10541
10640
  property :name, as: 'name'
10641
+ property :params, as: 'params', class: Google::Apis::ComputeV1::ImageParams, decorator: Google::Apis::ComputeV1::ImageParams::Representation
10642
+
10542
10643
  property :raw_disk, as: 'rawDisk', class: Google::Apis::ComputeV1::Image::RawDisk, decorator: Google::Apis::ComputeV1::Image::RawDisk::Representation
10543
10644
 
10544
10645
  property :satisfies_pzi, as: 'satisfiesPzi'
@@ -10613,6 +10714,13 @@ module Google
10613
10714
  end
10614
10715
  end
10615
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
+
10616
10724
  class InitialStateConfig
10617
10725
  # @private
10618
10726
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12136,6 +12244,7 @@ module Google
12136
12244
  property :satisfies_pzs, as: 'satisfiesPzs'
12137
12245
  property :self_link, as: 'selfLink'
12138
12246
  property :state, as: 'state'
12247
+ property :subzone, as: 'subzone'
12139
12248
  end
12140
12249
  end
12141
12250
 
@@ -15057,6 +15166,15 @@ module Google
15057
15166
  end
15058
15167
  end
15059
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
+
15060
15178
  class OutlierDetection
15061
15179
  # @private
15062
15180
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -15361,6 +15479,91 @@ module Google
15361
15479
  end
15362
15480
  end
15363
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
+
15364
15567
  class Project
15365
15568
  # @private
15366
15569
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -16481,6 +16684,24 @@ module Google
16481
16684
  end
16482
16685
  end
16483
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
+
16484
16705
  class ReservationsBlocksPerformMaintenanceRequest
16485
16706
  # @private
16486
16707
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -17625,6 +17846,8 @@ module Google
17625
17846
 
17626
17847
  property :advanced_options_config, as: 'advancedOptionsConfig', class: Google::Apis::ComputeV1::SecurityPolicyAdvancedOptionsConfig, decorator: Google::Apis::ComputeV1::SecurityPolicyAdvancedOptionsConfig::Representation
17627
17848
 
17849
+ collection :associations, as: 'associations', class: Google::Apis::ComputeV1::SecurityPolicyAssociation, decorator: Google::Apis::ComputeV1::SecurityPolicyAssociation::Representation
17850
+
17628
17851
  property :creation_timestamp, as: 'creationTimestamp'
17629
17852
  property :ddos_protection_config, as: 'ddosProtectionConfig', class: Google::Apis::ComputeV1::SecurityPolicyDdosProtectionConfig, decorator: Google::Apis::ComputeV1::SecurityPolicyDdosProtectionConfig::Representation
17630
17853
 
@@ -17641,6 +17864,7 @@ module Google
17641
17864
  collection :rules, as: 'rules', class: Google::Apis::ComputeV1::SecurityPolicyRule, decorator: Google::Apis::ComputeV1::SecurityPolicyRule::Representation
17642
17865
 
17643
17866
  property :self_link, as: 'selfLink'
17867
+ property :short_name, as: 'shortName'
17644
17868
  property :type, as: 'type'
17645
17869
  collection :user_defined_fields, as: 'userDefinedFields', class: Google::Apis::ComputeV1::SecurityPolicyUserDefinedField, decorator: Google::Apis::ComputeV1::SecurityPolicyUserDefinedField::Representation
17646
17870
 
@@ -17708,6 +17932,19 @@ module Google
17708
17932
  end
17709
17933
  end
17710
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
+
17711
17948
  class SecurityPolicyDdosProtectionConfig
17712
17949
  # @private
17713
17950
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -18224,6 +18461,8 @@ module Google
18224
18461
  collection :licenses, as: 'licenses'
18225
18462
  property :location_hint, as: 'locationHint'
18226
18463
  property :name, as: 'name'
18464
+ property :params, as: 'params', class: Google::Apis::ComputeV1::SnapshotParams, decorator: Google::Apis::ComputeV1::SnapshotParams::Representation
18465
+
18227
18466
  property :satisfies_pzi, as: 'satisfiesPzi'
18228
18467
  property :satisfies_pzs, as: 'satisfiesPzs'
18229
18468
  property :self_link, as: 'selfLink'
@@ -18280,6 +18519,13 @@ module Google
18280
18519
  end
18281
18520
  end
18282
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
+
18283
18529
  class SnapshotSettings
18284
18530
  # @private
18285
18531
  class Representation < Google::Apis::Core::JsonRepresentation