|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.ace.mws.policies.MigrationExclusionListPolicy
class MigrationExclusionListPolicy
Specify which virtual machines and hypervisors to exclude from automatic migration operations.
This class inherits fields from 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 |
---|
private Boolean conflicted
private String description
private List hvExclusionList
private String id
private String name
private Set potentialConflicts
private Integer priority
private PolicyState state
private Set tags
private Set types
private List vmExclusionList
Constructor Detail |
---|
MigrationExclusionListPolicy()
Method Detail |
---|
Boolean getConflicted()
String getDescription()
List getHvExclusionList()
String getId()
String getName()
Set getPotentialConflicts()
Integer getPriority()
PolicyState getState()
Set getTags()
Set getTypes()
List getVmExclusionList()
void setConflicted(Boolean conflicted)
void setDescription(String description)
void setHvExclusionList(List hvExclusionList)
void setId(String id)
void setName(String name)
void setPotentialConflicts(Set potentialConflicts)
void setPriority(Integer priority)
void setState(PolicyState state)
void setTags(Set tags)
void setTypes(Set types)
void setVmExclusionList(List vmExclusionList)
String toString()
Groovy Documentation