CenturyLinkCloud / clc-java-sdk

Apache License 2.0
6 stars 4 forks source link

Add support of anti-affinity policy to modify command #174

Closed idrabenia closed 8 years ago

idrabenia commented 8 years ago

_As SDK user I want to have possibilities to modify anti-affinity policy against with other server settings by single method call_

Proposed syntax is


.machine(new Machine()
    .cpu(4)
    .ram(16)
    .antiAffinityPolicy("Policy1")
)