google-apis-compute_beta 0.147.0 → 0.149.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.
@@ -892,6 +892,24 @@ module Google
892
892
  include Google::Apis::Core::JsonObjectSupport
893
893
  end
894
894
 
895
+ class CalendarModeExtensionAdviceRequest
896
+ class Representation < Google::Apis::Core::JsonRepresentation; end
897
+
898
+ include Google::Apis::Core::JsonObjectSupport
899
+ end
900
+
901
+ class CalendarModeExtensionAdviceResponse
902
+ class Representation < Google::Apis::Core::JsonRepresentation; end
903
+
904
+ include Google::Apis::Core::JsonObjectSupport
905
+ end
906
+
907
+ class CalendarModeExtensionAdviceResponseNotRecommendedReason
908
+ class Representation < Google::Apis::Core::JsonRepresentation; end
909
+
910
+ include Google::Apis::Core::JsonObjectSupport
911
+ end
912
+
895
913
  class CalendarModeRecommendation
896
914
  class Representation < Google::Apis::Core::JsonRepresentation; end
897
915
 
@@ -1528,6 +1546,12 @@ module Google
1528
1546
  include Google::Apis::Core::JsonObjectSupport
1529
1547
  end
1530
1548
 
1549
+ class DynamicCompressionPolicy
1550
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1551
+
1552
+ include Google::Apis::Core::JsonObjectSupport
1553
+ end
1554
+
1531
1555
  class ErrorInfo
1532
1556
  class Representation < Google::Apis::Core::JsonRepresentation; end
1533
1557
 
@@ -2734,6 +2758,24 @@ module Google
2734
2758
  include Google::Apis::Core::JsonObjectSupport
2735
2759
  end
2736
2760
 
2761
+ class ImageViewsListResponse
2762
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2763
+
2764
+ class Warning
2765
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2766
+
2767
+ class Datum
2768
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2769
+
2770
+ include Google::Apis::Core::JsonObjectSupport
2771
+ end
2772
+
2773
+ include Google::Apis::Core::JsonObjectSupport
2774
+ end
2775
+
2776
+ include Google::Apis::Core::JsonObjectSupport
2777
+ end
2778
+
2737
2779
  class InitialStateConfig
2738
2780
  class Representation < Google::Apis::Core::JsonRepresentation; end
2739
2781
 
@@ -2878,6 +2920,12 @@ module Google
2878
2920
  include Google::Apis::Core::JsonObjectSupport
2879
2921
  end
2880
2922
 
2923
+ class InstanceGroupManagerInstanceFlexibilityPolicyConstraints
2924
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2925
+
2926
+ include Google::Apis::Core::JsonObjectSupport
2927
+ end
2928
+
2881
2929
  class InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection
2882
2930
  class Representation < Google::Apis::Core::JsonRepresentation; end
2883
2931
 
@@ -10165,6 +10213,8 @@ module Google
10165
10213
  class AliasIpRange
10166
10214
  # @private
10167
10215
  class Representation < Google::Apis::Core::JsonRepresentation
10216
+ collection :candidate_subnetwork_range_names, as: 'candidateSubnetworkRangeNames'
10217
+ property :effective_subnetwork_range_name, as: 'effectiveSubnetworkRangeName'
10168
10218
  property :ip_cidr_range, as: 'ipCidrRange'
10169
10219
  property :subnetwork_range_name, as: 'subnetworkRangeName'
10170
10220
  end
@@ -11438,8 +11488,11 @@ module Google
11438
11488
  class CacheInvalidationRule
11439
11489
  # @private
11440
11490
  class Representation < Google::Apis::Core::JsonRepresentation
11491
+ property :backend_service, as: 'backendService'
11441
11492
  collection :cache_tags, as: 'cacheTags'
11493
+ property :content_type, as: 'contentType'
11442
11494
  property :host, as: 'host'
11495
+ property :http_status, as: 'httpStatus'
11443
11496
  property :path, as: 'path'
11444
11497
  end
11445
11498
  end
@@ -11517,6 +11570,32 @@ module Google
11517
11570
  end
11518
11571
  end
11519
11572
 
11573
+ class CalendarModeExtensionAdviceRequest
11574
+ # @private
11575
+ class Representation < Google::Apis::Core::JsonRepresentation
11576
+ property :end_time_not_later_than, as: 'endTimeNotLaterThan'
11577
+ property :future_reservation, as: 'futureReservation'
11578
+ end
11579
+ end
11580
+
11581
+ class CalendarModeExtensionAdviceResponse
11582
+ # @private
11583
+ class Representation < Google::Apis::Core::JsonRepresentation
11584
+ property :end_time, as: 'endTime'
11585
+ property :not_recommended_reason, as: 'notRecommendedReason', class: Google::Apis::ComputeBeta::CalendarModeExtensionAdviceResponseNotRecommendedReason, decorator: Google::Apis::ComputeBeta::CalendarModeExtensionAdviceResponseNotRecommendedReason::Representation
11586
+
11587
+ property :recommendation_id, as: 'recommendationId'
11588
+ end
11589
+ end
11590
+
11591
+ class CalendarModeExtensionAdviceResponseNotRecommendedReason
11592
+ # @private
11593
+ class Representation < Google::Apis::Core::JsonRepresentation
11594
+ property :details, as: 'details'
11595
+ property :status, as: 'status'
11596
+ end
11597
+ end
11598
+
11520
11599
  class CalendarModeRecommendation
11521
11600
  # @private
11522
11601
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12643,6 +12722,8 @@ module Google
12643
12722
  class DistributionPolicyZoneConfiguration
12644
12723
  # @private
12645
12724
  class Representation < Google::Apis::Core::JsonRepresentation
12725
+ property :max_size, as: 'maxSize', class: Google::Apis::ComputeBeta::FixedOrPercent, decorator: Google::Apis::ComputeBeta::FixedOrPercent::Representation
12726
+
12646
12727
  property :zone, as: 'zone'
12647
12728
  end
12648
12729
  end
@@ -12655,6 +12736,13 @@ module Google
12655
12736
  end
12656
12737
  end
12657
12738
 
12739
+ class DynamicCompressionPolicy
12740
+ # @private
12741
+ class Representation < Google::Apis::Core::JsonRepresentation
12742
+ property :compression_mode, as: 'compressionMode'
12743
+ end
12744
+ end
12745
+
12658
12746
  class ErrorInfo
12659
12747
  # @private
12660
12748
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -13262,6 +13350,7 @@ module Google
13262
13350
  property :auto_created_reservations_duration, as: 'autoCreatedReservationsDuration', class: Google::Apis::ComputeBeta::Duration, decorator: Google::Apis::ComputeBeta::Duration::Representation
13263
13351
 
13264
13352
  property :auto_delete_auto_created_reservations, as: 'autoDeleteAutoCreatedReservations'
13353
+ property :colocation_resource, as: 'colocationResource'
13265
13354
  property :commitment_info, as: 'commitmentInfo', class: Google::Apis::ComputeBeta::FutureReservationCommitmentInfo, decorator: Google::Apis::ComputeBeta::FutureReservationCommitmentInfo::Representation
13266
13355
 
13267
13356
  property :confidential_compute_type, as: 'confidentialComputeType'
@@ -14755,6 +14844,8 @@ module Google
14755
14844
 
14756
14845
  property :cors_policy, as: 'corsPolicy', class: Google::Apis::ComputeBeta::CorsPolicy, decorator: Google::Apis::ComputeBeta::CorsPolicy::Representation
14757
14846
 
14847
+ property :dynamic_compression_policy, as: 'dynamicCompressionPolicy', class: Google::Apis::ComputeBeta::DynamicCompressionPolicy, decorator: Google::Apis::ComputeBeta::DynamicCompressionPolicy::Representation
14848
+
14758
14849
  property :fault_injection_policy, as: 'faultInjectionPolicy', class: Google::Apis::ComputeBeta::HttpFaultInjection, decorator: Google::Apis::ComputeBeta::HttpFaultInjection::Representation
14759
14850
 
14760
14851
  property :image_optimization_policy, as: 'imageOptimizationPolicy', class: Google::Apis::ComputeBeta::ImageOptimizationPolicy, decorator: Google::Apis::ComputeBeta::ImageOptimizationPolicy::Representation
@@ -14989,6 +15080,40 @@ module Google
14989
15080
  end
14990
15081
  end
14991
15082
 
15083
+ class ImageViewsListResponse
15084
+ # @private
15085
+ class Representation < Google::Apis::Core::JsonRepresentation
15086
+ property :etag, as: 'etag'
15087
+ property :id, as: 'id'
15088
+ collection :items, as: 'items', class: Google::Apis::ComputeBeta::ImageView, decorator: Google::Apis::ComputeBeta::ImageView::Representation
15089
+
15090
+ property :kind, as: 'kind'
15091
+ property :next_page_token, as: 'nextPageToken'
15092
+ property :self_link, as: 'selfLink'
15093
+ collection :unreachables, as: 'unreachables'
15094
+ property :warning, as: 'warning', class: Google::Apis::ComputeBeta::ImageViewsListResponse::Warning, decorator: Google::Apis::ComputeBeta::ImageViewsListResponse::Warning::Representation
15095
+
15096
+ end
15097
+
15098
+ class Warning
15099
+ # @private
15100
+ class Representation < Google::Apis::Core::JsonRepresentation
15101
+ property :code, as: 'code'
15102
+ collection :data, as: 'data', class: Google::Apis::ComputeBeta::ImageViewsListResponse::Warning::Datum, decorator: Google::Apis::ComputeBeta::ImageViewsListResponse::Warning::Datum::Representation
15103
+
15104
+ property :message, as: 'message'
15105
+ end
15106
+
15107
+ class Datum
15108
+ # @private
15109
+ class Representation < Google::Apis::Core::JsonRepresentation
15110
+ property :key, as: 'key'
15111
+ property :value, as: 'value'
15112
+ end
15113
+ end
15114
+ end
15115
+ end
15116
+
14992
15117
  class InitialStateConfig
14993
15118
  # @private
14994
15119
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -15371,6 +15496,8 @@ module Google
15371
15496
  class InstanceGroupManagerInstanceFlexibilityPolicy
15372
15497
  # @private
15373
15498
  class Representation < Google::Apis::Core::JsonRepresentation
15499
+ property :constraints, as: 'constraints', class: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceFlexibilityPolicyConstraints, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceFlexibilityPolicyConstraints::Representation
15500
+
15374
15501
  hash :instance_selections, as: 'instanceSelections', class: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection::Representation
15375
15502
 
15376
15503
  property :provisioning_model_mix, as: 'provisioningModelMix', class: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceFlexibilityPolicyProvisioningModelMix, decorator: Google::Apis::ComputeBeta::InstanceGroupManagerInstanceFlexibilityPolicyProvisioningModelMix::Representation
@@ -15378,6 +15505,13 @@ module Google
15378
15505
  end
15379
15506
  end
15380
15507
 
15508
+ class InstanceGroupManagerInstanceFlexibilityPolicyConstraints
15509
+ # @private
15510
+ class Representation < Google::Apis::Core::JsonRepresentation
15511
+ property :single_machine_type, as: 'singleMachineType'
15512
+ end
15513
+ end
15514
+
15381
15515
  class InstanceGroupManagerInstanceFlexibilityPolicyInstanceSelection
15382
15516
  # @private
15383
15517
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -16353,6 +16487,7 @@ module Google
16353
16487
  class InstancePropertiesPatch
16354
16488
  # @private
16355
16489
  class Representation < Google::Apis::Core::JsonRepresentation
16490
+ property :expose_host_topology, as: 'exposeHostTopology'
16356
16491
  hash :labels, as: 'labels'
16357
16492
  hash :metadata, as: 'metadata'
16358
16493
  end
@@ -17750,6 +17885,7 @@ module Google
17750
17885
  # @private
17751
17886
  class Representation < Google::Apis::Core::JsonRepresentation
17752
17887
  property :fail_open, as: 'failOpen'
17888
+ property :interconnect_key_group, as: 'interconnectKeyGroup'
17753
17889
  collection :pre_shared_keys, as: 'preSharedKeys', class: Google::Apis::ComputeBeta::InterconnectMacsecPreSharedKey, decorator: Google::Apis::ComputeBeta::InterconnectMacsecPreSharedKey::Representation
17754
17890
 
17755
17891
  end
@@ -22993,6 +23129,7 @@ module Google
22993
23129
  property :block, as: 'block'
22994
23130
  property :cluster, as: 'cluster'
22995
23131
  property :host, as: 'host'
23132
+ property :machine, as: 'machine'
22996
23133
  property :subblock, as: 'subblock'
22997
23134
  end
22998
23135
  end
@@ -23435,6 +23572,7 @@ module Google
23435
23572
  property :creation_timestamp, as: 'creationTimestamp'
23436
23573
  property :description, as: 'description'
23437
23574
  property :encrypted_interconnect_router, as: 'encryptedInterconnectRouter'
23575
+ property :etag, as: 'etag'
23438
23576
  property :id, :numeric_string => true, as: 'id'
23439
23577
  collection :interfaces, as: 'interfaces', class: Google::Apis::ComputeBeta::RouterInterface, decorator: Google::Apis::ComputeBeta::RouterInterface::Representation
23440
23578
 
@@ -23661,6 +23799,7 @@ module Google
23661
23799
  property :description, as: 'description'
23662
23800
  property :match, as: 'match'
23663
23801
  property :rule_number, as: 'ruleNumber'
23802
+ collection :source_workload_identities, as: 'sourceWorkloadIdentities'
23664
23803
  end
23665
23804
  end
23666
23805
 
@@ -23994,6 +24133,7 @@ module Google
23994
24133
  class Representation < Google::Apis::Core::JsonRepresentation
23995
24134
  property :automatic_restart, as: 'automaticRestart'
23996
24135
  property :availability_domain, as: 'availabilityDomain'
24136
+ property :expose_host_topology, as: 'exposeHostTopology'
23997
24137
  property :graceful_shutdown, as: 'gracefulShutdown', class: Google::Apis::ComputeBeta::SchedulingGracefulShutdown, decorator: Google::Apis::ComputeBeta::SchedulingGracefulShutdown::Representation
23998
24138
 
23999
24139
  property :host_error_timeout_seconds, as: 'hostErrorTimeoutSeconds'