GroupConfiguration Constructor |
This API is preliminary and subject to change.
Namespace: net.openstack.Providers.Rackspace.Objects.AutoScaleAssembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax public GroupConfiguration(
string name,
TimeSpan cooldown,
int minEntities,
Nullable<int> maxEntities,
JObject metadata
)
Public Sub New (
name As String,
cooldown As TimeSpan,
minEntities As Integer,
maxEntities As Nullable(Of Integer),
metadata As JObject
)
public:
GroupConfiguration(
String^ name,
TimeSpan cooldown,
int minEntities,
Nullable<int> maxEntities,
JObject^ metadata
)
new :
name : string *
cooldown : TimeSpan *
minEntities : int *
maxEntities : Nullable<int> *
metadata : JObject -> GroupConfiguration
Parameters
- name
- Type: SystemString
The name of the scaling group. - cooldown
- Type: SystemTimeSpan
The cooldown period of the scaling group. - minEntities
- Type: SystemInt32
The minimum number of servers to include in the scaling group. - maxEntities
- Type: SystemNullableInt32
The maximum number of servers to include in the scaling group. - metadata
- Type: Newtonsoft.Json.LinqJObject
The metadata to associate with the scaling group.
Exceptions Version Information .NET Framework
Supported in: 4.5
openstack.net
Supported in: 1.6, 1.5, 1.4, 1.3.6
See Also