|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.ace.mws.vcs.VirtualContainer
class VirtualContainer
A virtual container is a logical grouping of objects with a shared variable space and applied policies. Containers can hold virtual machines, physical machines, jobs, reservations, and/or nodes and req node sets. Containers can also be nested inside other containers.
Field Summary | |
---|---|
private Set |
aclRules
(AclRule collection) The set of access control rules associated with this virtual container. |
private Date |
createDate
The date/time that the virtual container was created. |
private String |
creator
The creator of the virtual container. |
private String |
description
A user-defined string that acts as a label. |
private Set |
flags
(VirtualContainerFlag collection) The flags on this virtual container. |
private String |
id
The unique ID of this virtual container. |
private Set |
jobs
(DomainProxyVersion1 collection) The set of jobs in this virtual container. |
private Set |
nodes
(DomainProxyVersion1 collection) The set of nodes in this virtual container. |
private EmbeddedCredential |
owner
The owner of the virtual container. |
private Set |
reservations
(Reservation collection) The set of reservations in this virtual container. |
private Map |
variables
(Map of String => String) Variables associated with the virtual container. |
private Set |
virtualContainers
(VirtualContainer collection) The set of virtual containers in this virtual container. |
private Set |
virtualMachines
(DomainProxyVersion1 collection) The set of virtual machines in this virtual container. |
Constructor Summary | |
VirtualContainer()
|
Method Summary | |
---|---|
Set
|
getAclRules()
(AclRule collection) The set of access control rules associated with this virtual container. |
Date
|
getCreateDate()
The date/time that the virtual container was created. |
String
|
getCreator()
The creator of the virtual container. |
String
|
getDescription()
A user-defined string that acts as a label. |
Set
|
getFlags()
(VirtualContainerFlag collection) The flags on this virtual container. |
String
|
getId()
The unique ID of this virtual container. |
Set
|
getJobs()
(DomainProxyVersion1 collection) The set of jobs in this virtual container. |
Set
|
getNodes()
(DomainProxyVersion1 collection) The set of nodes in this virtual container. |
EmbeddedCredential
|
getOwner()
The owner of the virtual container. |
Set
|
getReservations()
(Reservation collection) The set of reservations in this virtual container. |
Map
|
getVariables()
(Map of String => String) Variables associated with the virtual container. |
Set
|
getVirtualContainers()
(VirtualContainer collection) The set of virtual containers in this virtual container. |
Set
|
getVirtualMachines()
(DomainProxyVersion1 collection) The set of virtual machines in this virtual container. |
void
|
setAclRules(Set aclRules)
(AclRule collection) The set of access control rules associated with this virtual container. |
void
|
setCreateDate(Date createDate)
The date/time that the virtual container was created. |
void
|
setCreator(String creator)
The creator of the virtual container. |
void
|
setDescription(String description)
A user-defined string that acts as a label. |
void
|
setFlags(Set flags)
(VirtualContainerFlag collection) The flags on this virtual container. |
void
|
setId(String id)
The unique ID of this virtual container. |
void
|
setJobs(Set jobs)
(DomainProxyVersion1 collection) The set of jobs in this virtual container. |
void
|
setNodes(Set nodes)
(DomainProxyVersion1 collection) The set of nodes in this virtual container. |
void
|
setOwner(EmbeddedCredential owner)
The owner of the virtual container. |
void
|
setReservations(Set reservations)
(Reservation collection) The set of reservations in this virtual container. |
void
|
setVariables(Map variables)
(Map of String => String) Variables associated with the virtual container. |
void
|
setVirtualContainers(Set virtualContainers)
(VirtualContainer collection) The set of virtual containers in this virtual container. |
void
|
setVirtualMachines(Set virtualMachines)
(DomainProxyVersion1 collection) The set of virtual machines in this virtual container. |
String
|
toString()
|
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Field Detail |
---|
private Set aclRules
private Date createDate
private String creator
private String description
private Set flags
private String id
private Set jobs
private Set nodes
private EmbeddedCredential owner
private Set reservations
private Map variables
private Set virtualContainers
private Set virtualMachines
Constructor Detail |
---|
VirtualContainer()
Method Detail |
---|
Set getAclRules()
Date getCreateDate()
String getCreator()
String getDescription()
Set getFlags()
String getId()
Set getJobs()
Set getNodes()
EmbeddedCredential getOwner()
Set getReservations()
Map getVariables()
Set getVirtualContainers()
Set getVirtualMachines()
void setAclRules(Set aclRules)
void setCreateDate(Date createDate)
void setCreator(String creator)
void setDescription(String description)
void setFlags(Set flags)
void setId(String id)
void setJobs(Set jobs)
void setNodes(Set nodes)
void setOwner(EmbeddedCredential owner)
void setReservations(Set reservations)
void setVariables(Map variables)
void setVirtualContainers(Set virtualContainers)
void setVirtualMachines(Set virtualMachines)
String toString()
Groovy Documentation