Home
last modified time | relevance | path

Searched refs:FixedOrPercent (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DInstanceGroupManagerUpdatePolicy.php26 protected $maxSurgeType = FixedOrPercent::class;
28 protected $maxUnavailableType = FixedOrPercent::class;
62 * @param FixedOrPercent
64 public function setMaxSurge(FixedOrPercent $maxSurge)
69 * @return FixedOrPercent
76 * @param FixedOrPercent
78 public function setMaxUnavailable(FixedOrPercent $maxUnavailable)
83 * @return FixedOrPercent
H A DAutoscalingPolicyScaleInControl.php22 protected $maxScaledInReplicasType = FixedOrPercent::class;
30 * @param FixedOrPercent
32 public function setMaxScaledInReplicas(FixedOrPercent $maxScaledInReplicas)
37 * @return FixedOrPercent
H A DInstanceGroupManagerVersion.php30 protected $targetSizeType = FixedOrPercent::class;
62 * @param FixedOrPercent
64 public function setTargetSize(FixedOrPercent $targetSize)
69 * @return FixedOrPercent
H A DFixedOrPercent.php20 class FixedOrPercent extends \Google\Model class
80 class_alias(FixedOrPercent::class, 'Google_Service_Compute_FixedOrPercent');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DPatchRollout.php22 protected $disruptionBudgetType = FixedOrPercent::class;
30 * @param FixedOrPercent
32 public function setDisruptionBudget(FixedOrPercent $disruptionBudget)
37 * @return FixedOrPercent
H A DOSPolicyAssignmentRollout.php22 protected $disruptionBudgetType = FixedOrPercent::class;
30 * @param FixedOrPercent
32 public function setDisruptionBudget(FixedOrPercent $disruptionBudget)
37 * @return FixedOrPercent
H A DFixedOrPercent.php20 class FixedOrPercent extends \Google\Model class
62 class_alias(FixedOrPercent::class, 'Google_Service_OSConfig_FixedOrPercent');