google-apis-compute_alpha 0.112.0 → 0.114.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.
@@ -820,6 +820,72 @@ module Google
820
820
  include Google::Apis::Core::JsonObjectSupport
821
821
  end
822
822
 
823
+ class CapacityAdviceRequest
824
+ class Representation < Google::Apis::Core::JsonRepresentation; end
825
+
826
+ include Google::Apis::Core::JsonObjectSupport
827
+ end
828
+
829
+ class CapacityAdviceRequestDistributionPolicy
830
+ class Representation < Google::Apis::Core::JsonRepresentation; end
831
+
832
+ include Google::Apis::Core::JsonObjectSupport
833
+ end
834
+
835
+ class CapacityAdviceRequestDistributionPolicyZoneConfiguration
836
+ class Representation < Google::Apis::Core::JsonRepresentation; end
837
+
838
+ include Google::Apis::Core::JsonObjectSupport
839
+ end
840
+
841
+ class CapacityAdviceRequestInstanceFlexibilityPolicy
842
+ class Representation < Google::Apis::Core::JsonRepresentation; end
843
+
844
+ include Google::Apis::Core::JsonObjectSupport
845
+ end
846
+
847
+ class CapacityAdviceRequestInstanceFlexibilityPolicyInstanceSelection
848
+ class Representation < Google::Apis::Core::JsonRepresentation; end
849
+
850
+ include Google::Apis::Core::JsonObjectSupport
851
+ end
852
+
853
+ class CapacityAdviceRequestInstanceProperties
854
+ class Representation < Google::Apis::Core::JsonRepresentation; end
855
+
856
+ include Google::Apis::Core::JsonObjectSupport
857
+ end
858
+
859
+ class CapacityAdviceRequestInstancePropertiesScheduling
860
+ class Representation < Google::Apis::Core::JsonRepresentation; end
861
+
862
+ include Google::Apis::Core::JsonObjectSupport
863
+ end
864
+
865
+ class CapacityAdviceResponse
866
+ class Representation < Google::Apis::Core::JsonRepresentation; end
867
+
868
+ include Google::Apis::Core::JsonObjectSupport
869
+ end
870
+
871
+ class CapacityAdviceResponseRecommendation
872
+ class Representation < Google::Apis::Core::JsonRepresentation; end
873
+
874
+ include Google::Apis::Core::JsonObjectSupport
875
+ end
876
+
877
+ class CapacityAdviceResponseRecommendationScores
878
+ class Representation < Google::Apis::Core::JsonRepresentation; end
879
+
880
+ include Google::Apis::Core::JsonObjectSupport
881
+ end
882
+
883
+ class CapacityAdviceResponseRecommendationShard
884
+ class Representation < Google::Apis::Core::JsonRepresentation; end
885
+
886
+ include Google::Apis::Core::JsonObjectSupport
887
+ end
888
+
823
889
  class ChannelCredentials
824
890
  class Representation < Google::Apis::Core::JsonRepresentation; end
825
891
 
@@ -2446,6 +2512,12 @@ module Google
2446
2512
  include Google::Apis::Core::JsonObjectSupport
2447
2513
  end
2448
2514
 
2515
+ class InstanceGroupManagerInstanceLifecyclePolicyOnRepair
2516
+ class Representation < Google::Apis::Core::JsonRepresentation; end
2517
+
2518
+ include Google::Apis::Core::JsonObjectSupport
2519
+ end
2520
+
2449
2521
  class InstanceGroupManagerList
2450
2522
  class Representation < Google::Apis::Core::JsonRepresentation; end
2451
2523
 
@@ -10523,6 +10595,100 @@ module Google
10523
10595
  end
10524
10596
  end
10525
10597
 
10598
+ class CapacityAdviceRequest
10599
+ # @private
10600
+ class Representation < Google::Apis::Core::JsonRepresentation
10601
+ property :distribution_policy, as: 'distributionPolicy', class: Google::Apis::ComputeAlpha::CapacityAdviceRequestDistributionPolicy, decorator: Google::Apis::ComputeAlpha::CapacityAdviceRequestDistributionPolicy::Representation
10602
+
10603
+ property :instance_flexibility_policy, as: 'instanceFlexibilityPolicy', class: Google::Apis::ComputeAlpha::CapacityAdviceRequestInstanceFlexibilityPolicy, decorator: Google::Apis::ComputeAlpha::CapacityAdviceRequestInstanceFlexibilityPolicy::Representation
10604
+
10605
+ property :instance_properties, as: 'instanceProperties', class: Google::Apis::ComputeAlpha::CapacityAdviceRequestInstanceProperties, decorator: Google::Apis::ComputeAlpha::CapacityAdviceRequestInstanceProperties::Representation
10606
+
10607
+ end
10608
+ end
10609
+
10610
+ class CapacityAdviceRequestDistributionPolicy
10611
+ # @private
10612
+ class Representation < Google::Apis::Core::JsonRepresentation
10613
+ property :target_shape, as: 'targetShape'
10614
+ collection :zones, as: 'zones', class: Google::Apis::ComputeAlpha::CapacityAdviceRequestDistributionPolicyZoneConfiguration, decorator: Google::Apis::ComputeAlpha::CapacityAdviceRequestDistributionPolicyZoneConfiguration::Representation
10615
+
10616
+ end
10617
+ end
10618
+
10619
+ class CapacityAdviceRequestDistributionPolicyZoneConfiguration
10620
+ # @private
10621
+ class Representation < Google::Apis::Core::JsonRepresentation
10622
+ property :zone, as: 'zone'
10623
+ end
10624
+ end
10625
+
10626
+ class CapacityAdviceRequestInstanceFlexibilityPolicy
10627
+ # @private
10628
+ class Representation < Google::Apis::Core::JsonRepresentation
10629
+ hash :instance_selections, as: 'instanceSelections', class: Google::Apis::ComputeAlpha::CapacityAdviceRequestInstanceFlexibilityPolicyInstanceSelection, decorator: Google::Apis::ComputeAlpha::CapacityAdviceRequestInstanceFlexibilityPolicyInstanceSelection::Representation
10630
+
10631
+ end
10632
+ end
10633
+
10634
+ class CapacityAdviceRequestInstanceFlexibilityPolicyInstanceSelection
10635
+ # @private
10636
+ class Representation < Google::Apis::Core::JsonRepresentation
10637
+ collection :machine_types, as: 'machineTypes'
10638
+ end
10639
+ end
10640
+
10641
+ class CapacityAdviceRequestInstanceProperties
10642
+ # @private
10643
+ class Representation < Google::Apis::Core::JsonRepresentation
10644
+ property :scheduling, as: 'scheduling', class: Google::Apis::ComputeAlpha::CapacityAdviceRequestInstancePropertiesScheduling, decorator: Google::Apis::ComputeAlpha::CapacityAdviceRequestInstancePropertiesScheduling::Representation
10645
+
10646
+ end
10647
+ end
10648
+
10649
+ class CapacityAdviceRequestInstancePropertiesScheduling
10650
+ # @private
10651
+ class Representation < Google::Apis::Core::JsonRepresentation
10652
+ property :provisioning_model, as: 'provisioningModel'
10653
+ end
10654
+ end
10655
+
10656
+ class CapacityAdviceResponse
10657
+ # @private
10658
+ class Representation < Google::Apis::Core::JsonRepresentation
10659
+ collection :recommendations, as: 'recommendations', class: Google::Apis::ComputeAlpha::CapacityAdviceResponseRecommendation, decorator: Google::Apis::ComputeAlpha::CapacityAdviceResponseRecommendation::Representation
10660
+
10661
+ end
10662
+ end
10663
+
10664
+ class CapacityAdviceResponseRecommendation
10665
+ # @private
10666
+ class Representation < Google::Apis::Core::JsonRepresentation
10667
+ property :scores, as: 'scores', class: Google::Apis::ComputeAlpha::CapacityAdviceResponseRecommendationScores, decorator: Google::Apis::ComputeAlpha::CapacityAdviceResponseRecommendationScores::Representation
10668
+
10669
+ collection :shards, as: 'shards', class: Google::Apis::ComputeAlpha::CapacityAdviceResponseRecommendationShard, decorator: Google::Apis::ComputeAlpha::CapacityAdviceResponseRecommendationShard::Representation
10670
+
10671
+ end
10672
+ end
10673
+
10674
+ class CapacityAdviceResponseRecommendationScores
10675
+ # @private
10676
+ class Representation < Google::Apis::Core::JsonRepresentation
10677
+ property :obtainability, as: 'obtainability'
10678
+ property :spot_preemption, as: 'spotPreemption'
10679
+ end
10680
+ end
10681
+
10682
+ class CapacityAdviceResponseRecommendationShard
10683
+ # @private
10684
+ class Representation < Google::Apis::Core::JsonRepresentation
10685
+ property :instance_count, as: 'instanceCount'
10686
+ property :machine_type, as: 'machineType'
10687
+ property :provisioning_model, as: 'provisioningModel'
10688
+ property :zone, as: 'zone'
10689
+ end
10690
+ end
10691
+
10526
10692
  class ChannelCredentials
10527
10693
  # @private
10528
10694
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -12404,6 +12570,8 @@ module Google
12404
12570
  class GroupMaintenanceInfo
12405
12571
  # @private
12406
12572
  class Representation < Google::Apis::Core::JsonRepresentation
12573
+ property :instance_maintenance_ongoing_count, as: 'instanceMaintenanceOngoingCount'
12574
+ property :instance_maintenance_pending_count, as: 'instanceMaintenancePendingCount'
12407
12575
  property :maintenance_ongoing_count, as: 'maintenanceOngoingCount'
12408
12576
  property :maintenance_pending_count, as: 'maintenancePendingCount'
12409
12577
  property :scheduling_type, as: 'schedulingType'
@@ -13779,6 +13947,8 @@ module Google
13779
13947
  property :metadata_based_readiness_signal, as: 'metadataBasedReadinessSignal', class: Google::Apis::ComputeAlpha::InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignal, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerInstanceLifecyclePolicyMetadataBasedReadinessSignal::Representation
13780
13948
 
13781
13949
  property :on_failed_health_check, as: 'onFailedHealthCheck'
13950
+ property :on_repair, as: 'onRepair', class: Google::Apis::ComputeAlpha::InstanceGroupManagerInstanceLifecyclePolicyOnRepair, decorator: Google::Apis::ComputeAlpha::InstanceGroupManagerInstanceLifecyclePolicyOnRepair::Representation
13951
+
13782
13952
  end
13783
13953
  end
13784
13954
 
@@ -13789,6 +13959,13 @@ module Google
13789
13959
  end
13790
13960
  end
13791
13961
 
13962
+ class InstanceGroupManagerInstanceLifecyclePolicyOnRepair
13963
+ # @private
13964
+ class Representation < Google::Apis::Core::JsonRepresentation
13965
+ property :allow_changing_zone, as: 'allowChangingZone'
13966
+ end
13967
+ end
13968
+
13792
13969
  class InstanceGroupManagerList
13793
13970
  # @private
13794
13971
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -20338,6 +20515,7 @@ module Google
20338
20515
  property :kind, as: 'kind'
20339
20516
  collection :linked_commitments, as: 'linkedCommitments'
20340
20517
  property :name, as: 'name'
20518
+ property :protection_tier, as: 'protectionTier'
20341
20519
  property :reservation_mode, as: 'reservationMode'
20342
20520
  property :reservation_sharing_policy, as: 'reservationSharingPolicy', class: Google::Apis::ComputeAlpha::AllocationReservationSharingPolicy, decorator: Google::Apis::ComputeAlpha::AllocationReservationSharingPolicy::Representation
20343
20521
 
@@ -20994,6 +21172,7 @@ module Google
20994
21172
  property :enable_osconfig_metadata_value, as: 'enableOsconfigMetadataValue'
20995
21173
  property :enable_oslogin_metadata_value, as: 'enableOsloginMetadataValue'
20996
21174
  property :serial_port_enable_metadata_value, as: 'serialPortEnableMetadataValue'
21175
+ property :serial_port_logging_enable_metadata_value, as: 'serialPortLoggingEnableMetadataValue'
20997
21176
  property :vm_dns_setting_metadata_value, as: 'vmDnsSettingMetadataValue'
20998
21177
  end
20999
21178
  end
@@ -22061,6 +22240,8 @@ module Google
22061
22240
  class SecurityPolicyDdosProtectionConfig
22062
22241
  # @private
22063
22242
  class Representation < Google::Apis::Core::JsonRepresentation
22243
+ property :ddos_adaptive_protection, as: 'ddosAdaptiveProtection'
22244
+ property :ddos_impacted_baseline_threshold, as: 'ddosImpactedBaselineThreshold'
22064
22245
  property :ddos_protection, as: 'ddosProtection'
22065
22246
  end
22066
22247
  end