Groovy Documentation

com.ace.mws.services
[Groovy] Class ServiceMoabAttributes

java.lang.Object
  com.ace.mws.services.ServiceMoabAttributes

class ServiceMoabAttributes

Authors:
jpratt, seeleyn


Field Summary
private Set dependencies

(ServiceMoabDependency collection) Temporal dependencies between included services.

private Long id

private ServiceJob job

The specifics for vm, pm, and storage type services.

private VirtualContainer vc

The virtual container that holds this service.

 
Constructor Summary
ServiceMoabAttributes()

 
Method Summary
Set getDependencies()

(ServiceMoabDependency collection) Temporal dependencies between included services.

Long getId()

ServiceJob getJob()

The specifics for vm, pm, and storage type services.

VirtualContainer getVc()

The virtual container that holds this service.

void setDependencies(Set dependencies)

(ServiceMoabDependency collection) Temporal dependencies between included services.

void setId(Long id)

void setJob(ServiceJob job)

The specifics for vm, pm, and storage type services.

void setVc(VirtualContainer vc)

The virtual container that holds this service.

String toString()

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

Field Detail

dependencies

private Set dependencies
(ServiceMoabDependency collection) Temporal dependencies between included services. This only applies to type container services. Valid during POST.
See Also:
ServiceMoabDependency


id

private Long id


job

private ServiceJob job
The specifics for vm, pm, and storage type services. This does not apply to container services. Valid during POST.


vc

private VirtualContainer vc
The virtual container that holds this service. Generated during POST. Only the virtual container ID is shown by default but can be expanded with the show-vc or show-recursive-vc URL parameter.


 
Constructor Detail

ServiceMoabAttributes

ServiceMoabAttributes()


 
Method Detail

getDependencies

Set getDependencies()
(ServiceMoabDependency collection) Temporal dependencies between included services. This only applies to type container services. Valid during POST.
See Also:
ServiceMoabDependency


getId

Long getId()


getJob

ServiceJob getJob()
The specifics for vm, pm, and storage type services. This does not apply to container services. Valid during POST.


getVc

VirtualContainer getVc()
The virtual container that holds this service. Generated during POST. Only the virtual container ID is shown by default but can be expanded with the show-vc or show-recursive-vc URL parameter.


setDependencies

void setDependencies(Set dependencies)
(ServiceMoabDependency collection) Temporal dependencies between included services. This only applies to type container services. Valid during POST.
See Also:
ServiceMoabDependency


setId

void setId(Long id)


setJob

void setJob(ServiceJob job)
The specifics for vm, pm, and storage type services. This does not apply to container services. Valid during POST.


setVc

void setVc(VirtualContainer vc)
The virtual container that holds this service. Generated during POST. Only the virtual container ID is shown by default but can be expanded with the show-vc or show-recursive-vc URL parameter.


toString

String toString()


 

Groovy Documentation