ProvisionSpec

Defines the attributes for starting a provision. An instance of this class is passed to self.provision(). Defining a provision to reserve a provisioned resource "nightly" for a user is an instance of when this function might be used: spec = ProvisionSpec() spec.setReserveForUser('nightly') self.provision(spec)

See Also

Javadoc: ProvisionSpec