Property | Type | Description | |
---|---|---|---|
cloudID | string | ||
dataCenterId | string | ||
max | string | ||
weight | string |
Method | Description | |
---|---|---|
DataCenterPolicy ( DataCenter dataCenter, string Max, string Weight ) : System |
Constructor that accepts a DataCenter object, and a max and min constraint for a DataCenterPolicy object
|
|
DataCenterPolicy ( string CloudID, string DataCenterID, string Max, string Weight ) : System |
Fully qualified constructor for DataCenterPolicy
|
public DataCenterPolicy ( DataCenter dataCenter, string Max, string Weight ) : System | ||
dataCenter | DataCenter | DataCenter Object to which this policy applies |
Max | string | Maximum number of instances |
Weight | string | Instance Allocation (total should be 100%) |
return | System |
public DataCenterPolicy ( string CloudID, string DataCenterID, string Max, string Weight ) : System | ||
CloudID | string | |
DataCenterID | string | ID of the DataCenter |
Max | string | Maximum number of instances |
Weight | string | Instance Allocation (total should be 100%) |
return | System |