public class RampUpRule extends Object
| Constructor and Description |
|---|
RampUpRule() |
| Modifier and Type | Method and Description |
|---|---|
String |
actionHostName()
Get the actionHostName value.
|
String |
changeDecisionCallbackUrl()
Get the changeDecisionCallbackUrl value.
|
Integer |
changeIntervalInMinutes()
Get the changeIntervalInMinutes value.
|
Double |
changeStep()
Get the changeStep value.
|
Double |
maxReroutePercentage()
Get the maxReroutePercentage value.
|
Double |
minReroutePercentage()
Get the minReroutePercentage value.
|
String |
name()
Get the name value.
|
Double |
reroutePercentage()
Get the reroutePercentage value.
|
RampUpRule |
withActionHostName(String actionHostName)
Set the actionHostName value.
|
RampUpRule |
withChangeDecisionCallbackUrl(String changeDecisionCallbackUrl)
Set the changeDecisionCallbackUrl value.
|
RampUpRule |
withChangeIntervalInMinutes(Integer changeIntervalInMinutes)
Set the changeIntervalInMinutes value.
|
RampUpRule |
withChangeStep(Double changeStep)
Set the changeStep value.
|
RampUpRule |
withMaxReroutePercentage(Double maxReroutePercentage)
Set the maxReroutePercentage value.
|
RampUpRule |
withMinReroutePercentage(Double minReroutePercentage)
Set the minReroutePercentage value.
|
RampUpRule |
withName(String name)
Set the name value.
|
RampUpRule |
withReroutePercentage(Double reroutePercentage)
Set the reroutePercentage value.
|
public String actionHostName()
public RampUpRule withActionHostName(String actionHostName)
actionHostName - the actionHostName value to setpublic Double reroutePercentage()
public RampUpRule withReroutePercentage(Double reroutePercentage)
reroutePercentage - the reroutePercentage value to setpublic Double changeStep()
public RampUpRule withChangeStep(Double changeStep)
changeStep - the changeStep value to setpublic Integer changeIntervalInMinutes()
public RampUpRule withChangeIntervalInMinutes(Integer changeIntervalInMinutes)
changeIntervalInMinutes - the changeIntervalInMinutes value to setpublic Double minReroutePercentage()
public RampUpRule withMinReroutePercentage(Double minReroutePercentage)
minReroutePercentage - the minReroutePercentage value to setpublic Double maxReroutePercentage()
public RampUpRule withMaxReroutePercentage(Double maxReroutePercentage)
maxReroutePercentage - the maxReroutePercentage value to setpublic String changeDecisionCallbackUrl()
public RampUpRule withChangeDecisionCallbackUrl(String changeDecisionCallbackUrl)
changeDecisionCallbackUrl - the changeDecisionCallbackUrl value to setpublic String name()
public RampUpRule withName(String name)
name - the name value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/