PolicyConfigurationIncrementalChange Method |
This API is preliminary and subject to change.
Creates a new
PolicyConfiguration for a scaling policy that changes the
desired capacity of a scaling group by a fixed amount.
Namespace: net.openstack.Providers.Rackspace.Objects.AutoScaleAssembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax public static PolicyConfiguration IncrementalChange(
string name,
int change,
TimeSpan cooldown
)
Public Shared Function IncrementalChange (
name As String,
change As Integer,
cooldown As TimeSpan
) As PolicyConfiguration
public:
static PolicyConfiguration^ IncrementalChange(
String^ name,
int change,
TimeSpan cooldown
)
static member IncrementalChange :
name : string *
change : int *
cooldown : TimeSpan -> PolicyConfiguration
Parameters
- name
- Type: SystemString
The name of scaling policy. - change
- Type: SystemInt32
The change to apply to the desired capacity for the scaling group. - cooldown
- Type: SystemTimeSpan
The cooldown period for the scaling policy.
Return Value
Type:
PolicyConfigurationA
PolicyConfiguration representing the desired scaling policy configuration.
Exceptions Version Information .NET Framework
Supported in: 4.5
openstack.net
Supported in: 1.6, 1.5, 1.4, 1.3.6
See Also