Interface BlueGreenSettings.StandardRolloutPolicyOrBuilder

    • Method Detail

      • hasBatchPercentage

        boolean hasBatchPercentage()
         Percentage of the blue pool nodes to drain in a batch.
         The range of this field should be (0.0, 1.0].
         
        float batch_percentage = 1;
        Returns:
        Whether the batchPercentage field is set.
      • getBatchPercentage

        float getBatchPercentage()
         Percentage of the blue pool nodes to drain in a batch.
         The range of this field should be (0.0, 1.0].
         
        float batch_percentage = 1;
        Returns:
        The batchPercentage.
      • hasBatchNodeCount

        boolean hasBatchNodeCount()
         Number of blue nodes to drain in a batch.
         
        int32 batch_node_count = 2;
        Returns:
        Whether the batchNodeCount field is set.
      • getBatchNodeCount

        int getBatchNodeCount()
         Number of blue nodes to drain in a batch.
         
        int32 batch_node_count = 2;
        Returns:
        The batchNodeCount.
      • hasBatchSoakDuration

        boolean hasBatchSoakDuration()
         Soak time after each batch gets drained. Default to zero.
         
        optional .google.protobuf.Duration batch_soak_duration = 3;
        Returns:
        Whether the batchSoakDuration field is set.
      • getBatchSoakDuration

        com.google.protobuf.Duration getBatchSoakDuration()
         Soak time after each batch gets drained. Default to zero.
         
        optional .google.protobuf.Duration batch_soak_duration = 3;
        Returns:
        The batchSoakDuration.
      • getBatchSoakDurationOrBuilder

        com.google.protobuf.DurationOrBuilder getBatchSoakDurationOrBuilder()
         Soak time after each batch gets drained. Default to zero.
         
        optional .google.protobuf.Duration batch_soak_duration = 3;