|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object com.ace.mws.reservations.ReservationFlag
enum ReservationFlag
The flag types of a reservation.
Enum Constant Summary | |
---|---|
ACLOVERLAP
A reservation may also reserve resources that possess credentials that meet the reservation's ACL. |
|
ADVRES
If set, the reservation is created in advance of needing it. |
|
ADVRESJOBDESTROY
Cancel any jobs associated with the reservation when it is released. |
|
ALLOWGRID
The reservation is set up for use in a grid environment. |
|
ALLOWJOBOVERLAP
Allows jobs to overlap this Reservation, but not start during it (unless they have ACL access). |
|
ALLOWPRSV
Personal reservations can be created within the space of this standing reservation (and ONLY this standing reservation). |
|
APPLYPROFRESOURCES
Only apply resource allocation info from profile. |
|
BYNAME
Reservation only allows access to jobs that meet reservation ACLs and explicitly request the resources of this reservation using the job ADVRES flag. |
|
DEADLINE
Reservation should be scheduled against a deadline. |
|
DEDICATEDNODE
If set, only one active reservation is allowed on a node. |
|
DEDICATEDRESOURCE
The reservation is only placed on resources that are not reserved by any other reservation, including jobs and other reservations. |
|
ENDTRIGHASFIRED
A trigger has finished firing. |
|
ENFORCENODESET
Enforce node sets when creating reservation. |
|
EVACVMS
Evacuate virtual machines on the node when the reservation starts. |
|
EXCLUDEALLBUTSB
Reservation only shares resources with sandboxes. |
|
EXCLUDEJOBS
Makes a reservation job exclusive, where only one job can run in the reservation. |
|
EXCLUDEMYGROUP
Exclude reservations within the same group. |
|
IGNIDLEJOBS
Ignore idle job reservations. |
|
IGNJOBRSV
Ignore job reservations, but not user or other reservations. |
|
IGNRSV
Forces the reservation onto nodes regardless of whether there are other reservations currently residing on the nodes. |
|
IGNSTATE
Request ignores existing resource reservations, allowing the reservation to be forced onto available resources even if this conflicts with other reservations. |
|
ISACTIVE
If set, the reservation is currently active. |
|
ISCLOSED
If set, the reservation is closed. |
|
ISGLOBAL
If set the reservation applies to all resources. |
|
NOCHARGE
Do not create an AM charge for idle cycles in a standing reservation. |
|
NOVMMIGRATIONS
Override the VM Migration Policy and don't migrate VMs that overlap this reservation. |
|
OWNERPREEMPT
The owner of the reservation is given preemptor status for resources contained in the reservation. |
|
OWNERPREEMPTIGNOREMINTIME
Owner ignores preemptmintime for this reservation. |
|
PARENTLOCK
The reservation can only be destroyed by destroying its parent. |
|
PLACEHOLDER
The reservation is a placeholder for resources. |
|
PREEMPTEE
The reservation is preemptible. |
|
PROVISION
Reservation should be capable of provisioning. |
|
PRSV
The reservation is a non-adminstrator, non-standing reservation, user-created reservation. |
|
REQFULL
The reservation will fail if all resources requested cannot be allocated. |
|
SCHEDULEVCRSV
The reservation was created as part of a schedule VC command. |
|
SINGLEUSE
The reservation is automatically removed after completion of the first job to use the reserved resources. |
|
SPACEFLEX
The reservation is allowed to adjust resources allocated over time in an attempt to optimize resource utilization. |
|
STANDINGRSV
If set, the reservation was created by a standing reservation instance. |
|
STATIC
Makes a reservation ineligible to modified or canceled by an administrator. |
|
SYSTEMJOB
The reservation was created by a system job. |
|
TIMEFLEX
The reservation is allowed to adjust the reserved time frame in an attempt to optimize resource utilization. |
|
TRIGHASFIRED
The reservation has one or more triggers that have fired on it. |
|
VPC
If set, the reservation is attached to a virtual private cluster. |
|
WASACTIVE
The reservation was previously active. |
Method Summary | |
---|---|
static def
|
parseString(String string)
|
ReservationFlag
|
valueOf(String name)
Returns the enum constant of this type with the specified name. |
ReservationFlag[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class Object | |
---|---|
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
Enum Constant Detail |
---|
ReservationFlag ACLOVERLAP
ReservationFlag ADVRES
ReservationFlag ADVRESJOBDESTROY
ReservationFlag ALLOWGRID
ReservationFlag ALLOWJOBOVERLAP
ReservationFlag ALLOWPRSV
ReservationFlag APPLYPROFRESOURCES
ReservationFlag BYNAME
ReservationFlag DEADLINE
ReservationFlag DEDICATEDNODE
ReservationFlag DEDICATEDRESOURCE
ReservationFlag ENDTRIGHASFIRED
ReservationFlag ENFORCENODESET
ReservationFlag EVACVMS
ReservationFlag EXCLUDEALLBUTSB
ReservationFlag EXCLUDEJOBS
ReservationFlag EXCLUDEMYGROUP
ReservationFlag IGNIDLEJOBS
ReservationFlag IGNJOBRSV
ReservationFlag IGNRSV
ReservationFlag IGNSTATE
ReservationFlag ISACTIVE
ReservationFlag ISCLOSED
ReservationFlag ISGLOBAL
ReservationFlag NOCHARGE
ReservationFlag NOVMMIGRATIONS
ReservationFlag OWNERPREEMPT
ReservationFlag OWNERPREEMPTIGNOREMINTIME
ReservationFlag PARENTLOCK
ReservationFlag PLACEHOLDER
ReservationFlag PREEMPTEE
ReservationFlag PROVISION
ReservationFlag PRSV
ReservationFlag REQFULL
ReservationFlag SCHEDULEVCRSV
ReservationFlag SINGLEUSE
ReservationFlag SPACEFLEX
ReservationFlag STANDINGRSV
ReservationFlag STATIC
ReservationFlag SYSTEMJOB
ReservationFlag TIMEFLEX
ReservationFlag TRIGHASFIRED
ReservationFlag VPC
ReservationFlag WASACTIVE
Method Detail |
---|
static def parseString(String string)
ReservationFlag valueOf(String name)
ReservationFlag[] values()
Groovy Documentation