RampUpRule |
RampUpRule.withActionHostname(String actionHostname) |
Set the actionHostname property: Hostname of a slot to which the traffic will be redirected if decided to.
|
RampUpRule |
RampUpRule.withChangeDecisionCallbackUrl(String changeDecisionCallbackUrl) |
Set the changeDecisionCallbackUrl property: Custom decision algorithm can be provided in TiPCallback site
extension which URL can be specified.
|
RampUpRule |
RampUpRule.withChangeIntervalInMinutes(Integer changeIntervalInMinutes) |
Set the changeIntervalInMinutes property: Specifies interval in minutes to reevaluate ReroutePercentage.
|
RampUpRule |
RampUpRule.withChangeStep(Double changeStep) |
Set the changeStep property: In auto ramp up scenario this is the step to add/remove from
<code>ReroutePercentage</code> until it reaches \n<code>MinReroutePercentage</code> or
<code>MaxReroutePercentage</code>.
|
RampUpRule |
RampUpRule.withMaxReroutePercentage(Double maxReroutePercentage) |
Set the maxReroutePercentage property: Specifies upper boundary below which ReroutePercentage will stay.
|
RampUpRule |
RampUpRule.withMinReroutePercentage(Double minReroutePercentage) |
Set the minReroutePercentage property: Specifies lower boundary above which ReroutePercentage will stay.
|
RampUpRule |
RampUpRule.withName(String name) |
Set the name property: Name of the routing rule.
|
RampUpRule |
RampUpRule.withReroutePercentage(Double reroutePercentage) |
Set the reroutePercentage property: Percentage of the traffic which will be redirected to
<code>ActionHostName</code>.
|