Groovy Documentation

com.ace.mws.policies
[Groovy] Class MigrationExclusionListPolicy

java.lang.Object
  com.ace.mws.policies.MigrationExclusionListPolicy

class MigrationExclusionListPolicy

Specify which virtual machines and hypervisors to exclude from automatic migration operations.

This class inherits fields from Policy.

Authors:
jpratt
See Also:
Policy


Field Summary
private Boolean conflicted

private String description

private List hvExclusionList

(String collection) The list of hypervisor IDs on the exclusion list.

private String id

private String name

private Set potentialConflicts

(String collection)

private Integer priority

private PolicyState state

private Set tags

(String collection)

private Set types

(String collection)

private List vmExclusionList

(String collection) The list of VM IDs on the exclusion list.

 
Constructor Summary
MigrationExclusionListPolicy()

 
Method Summary
Boolean getConflicted()

String getDescription()

List getHvExclusionList()

(String collection) The list of hypervisor IDs on the exclusion list.

String getId()

String getName()

Set getPotentialConflicts()

(String collection)

Integer getPriority()

PolicyState getState()

Set getTags()

(String collection)

Set getTypes()

(String collection)

List getVmExclusionList()

(String collection) The list of VM IDs on the exclusion list.

void setConflicted(Boolean conflicted)

void setDescription(String description)

void setHvExclusionList(List hvExclusionList)

(String collection) The list of hypervisor IDs on the exclusion list.

void setId(String id)

void setName(String name)

void setPotentialConflicts(Set potentialConflicts)

(String collection)

void setPriority(Integer priority)

void setState(PolicyState state)

void setTags(Set tags)

(String collection)

void setTypes(Set types)

(String collection)

void setVmExclusionList(List vmExclusionList)

(String collection) The list of VM IDs on the exclusion list.

String toString()

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

conflicted

private Boolean conflicted


description

private String description


hvExclusionList

private List hvExclusionList
(String collection) The list of hypervisor IDs on the exclusion list.
See Also:
String


id

private String id


name

private String name


potentialConflicts

private Set potentialConflicts
(String collection)


priority

private Integer priority


state

private PolicyState state


tags

private Set tags
(String collection)


types

private Set types
(String collection)


vmExclusionList

private List vmExclusionList
(String collection) The list of VM IDs on the exclusion list.
See Also:
String


 
Constructor Detail

MigrationExclusionListPolicy

MigrationExclusionListPolicy()


 
Method Detail

getConflicted

Boolean getConflicted()


getDescription

String getDescription()


getHvExclusionList

List getHvExclusionList()
(String collection) The list of hypervisor IDs on the exclusion list.
See Also:
String


getId

String getId()


getName

String getName()


getPotentialConflicts

Set getPotentialConflicts()
(String collection)


getPriority

Integer getPriority()


getState

PolicyState getState()


getTags

Set getTags()
(String collection)


getTypes

Set getTypes()
(String collection)


getVmExclusionList

List getVmExclusionList()
(String collection) The list of VM IDs on the exclusion list.
See Also:
String


setConflicted

void setConflicted(Boolean conflicted)


setDescription

void setDescription(String description)


setHvExclusionList

void setHvExclusionList(List hvExclusionList)
(String collection) The list of hypervisor IDs on the exclusion list.
See Also:
String


setId

void setId(String id)


setName

void setName(String name)


setPotentialConflicts

void setPotentialConflicts(Set potentialConflicts)
(String collection)


setPriority

void setPriority(Integer priority)


setState

void setState(PolicyState state)


setTags

void setTags(Set tags)
(String collection)


setTypes

void setTypes(Set types)
(String collection)


setVmExclusionList

void setVmExclusionList(List vmExclusionList)
(String collection) The list of VM IDs on the exclusion list.
See Also:
String


toString

String toString()


 

Groovy Documentation